Lines Matching refs:txFid
4265 u16 txFid; in transmit_allocate() local
4273 txFid = ERROR; in transmit_allocate()
4277 txFid = ERROR; in transmit_allocate()
4285 txFid = ERROR; in transmit_allocate()
4290 txFid = IN4500(ai, TXALLOCFID); in transmit_allocate()
4304 if (bap_setup(ai, txFid, 0x0008, BAP1) != SUCCESS) in transmit_allocate()
4305 txFid = ERROR; in transmit_allocate()
4312 return txFid; in transmit_allocate()
4324 u16 txFid = len; in transmit_802_3_packet() local
4343 if (bap_setup(ai, txFid, 0x0036, BAP1) != SUCCESS) return ERROR; in transmit_802_3_packet()
4355 cmd.parm0 = txFid; in transmit_802_3_packet()
4369 u16 txFid = len; in transmit_802_11_packet() local
4382 if (bap_setup(ai, txFid, 6, BAP1) != SUCCESS) return ERROR; in transmit_802_11_packet()
4387 if (bap_setup(ai, txFid, 0x0014, BAP1) != SUCCESS) return ERROR; in transmit_802_11_packet()
4395 cmd.parm0 = txFid; in transmit_802_11_packet()