Lines Matching refs:txFid
4275 u16 txFid; in transmit_allocate() local
4283 txFid = ERROR; in transmit_allocate()
4287 txFid = ERROR; in transmit_allocate()
4295 txFid = ERROR; in transmit_allocate()
4300 txFid = IN4500(ai, TXALLOCFID); in transmit_allocate()
4314 if (bap_setup(ai, txFid, 0x0008, BAP1) != SUCCESS) in transmit_allocate()
4315 txFid = ERROR; in transmit_allocate()
4322 return txFid; in transmit_allocate()
4334 u16 txFid = len; in transmit_802_3_packet() local
4353 if (bap_setup(ai, txFid, 0x0036, BAP1) != SUCCESS) return ERROR; in transmit_802_3_packet()
4365 cmd.parm0 = txFid; in transmit_802_3_packet()
4379 u16 txFid = len; in transmit_802_11_packet() local
4392 if (bap_setup(ai, txFid, 6, BAP1) != SUCCESS) return ERROR; in transmit_802_11_packet()
4397 if (bap_setup(ai, txFid, 0x0014, BAP1) != SUCCESS) return ERROR; in transmit_802_11_packet()
4405 cmd.parm0 = txFid; in transmit_802_11_packet()