Lines Matching refs:txFid
4260 u16 txFid; in transmit_allocate() local
4268 txFid = ERROR; in transmit_allocate()
4272 txFid = ERROR; in transmit_allocate()
4280 txFid = ERROR; in transmit_allocate()
4285 txFid = IN4500(ai, TXALLOCFID); in transmit_allocate()
4299 if (bap_setup(ai, txFid, 0x0008, BAP1) != SUCCESS) in transmit_allocate()
4300 txFid = ERROR; in transmit_allocate()
4307 return txFid; in transmit_allocate()
4319 u16 txFid = len; in transmit_802_3_packet() local
4338 if (bap_setup(ai, txFid, 0x0036, BAP1) != SUCCESS) return ERROR; in transmit_802_3_packet()
4350 cmd.parm0 = txFid; in transmit_802_3_packet()
4364 u16 txFid = len; in transmit_802_11_packet() local
4377 if (bap_setup(ai, txFid, 6, BAP1) != SUCCESS) return ERROR; in transmit_802_11_packet()
4382 if (bap_setup(ai, txFid, 0x0014, BAP1) != SUCCESS) return ERROR; in transmit_802_11_packet()
4390 cmd.parm0 = txFid; in transmit_802_11_packet()