Lines Matching refs:txFid
4262 u16 txFid; in transmit_allocate() local
4270 txFid = ERROR; in transmit_allocate()
4274 txFid = ERROR; in transmit_allocate()
4282 txFid = ERROR; in transmit_allocate()
4287 txFid = IN4500(ai, TXALLOCFID); in transmit_allocate()
4301 if (bap_setup(ai, txFid, 0x0008, BAP1) != SUCCESS) in transmit_allocate()
4302 txFid = ERROR; in transmit_allocate()
4309 return txFid; in transmit_allocate()
4321 u16 txFid = len; in transmit_802_3_packet() local
4340 if (bap_setup(ai, txFid, 0x0036, BAP1) != SUCCESS) return ERROR; in transmit_802_3_packet()
4352 cmd.parm0 = txFid; in transmit_802_3_packet()
4366 u16 txFid = len; in transmit_802_11_packet() local
4379 if (bap_setup(ai, txFid, 6, BAP1) != SUCCESS) return ERROR; in transmit_802_11_packet()
4384 if (bap_setup(ai, txFid, 0x0014, BAP1) != SUCCESS) return ERROR; in transmit_802_11_packet()
4392 cmd.parm0 = txFid; in transmit_802_11_packet()