Lines Matching refs:txFid
4311 u16 txFid; in transmit_allocate() local
4319 txFid = ERROR; in transmit_allocate()
4323 txFid = ERROR; in transmit_allocate()
4331 txFid = ERROR; in transmit_allocate()
4336 txFid = IN4500(ai, TXALLOCFID); in transmit_allocate()
4350 if (bap_setup(ai, txFid, 0x0008, BAP1) != SUCCESS) in transmit_allocate()
4351 txFid = ERROR; in transmit_allocate()
4358 return txFid; in transmit_allocate()
4370 u16 txFid = len; in transmit_802_3_packet() local
4389 if (bap_setup(ai, txFid, 0x0036, BAP1) != SUCCESS) return ERROR; in transmit_802_3_packet()
4401 cmd.parm0 = txFid; in transmit_802_3_packet()
4415 u16 txFid = len; in transmit_802_11_packet() local
4428 if (bap_setup(ai, txFid, 6, BAP1) != SUCCESS) return ERROR; in transmit_802_11_packet()
4433 if (bap_setup(ai, txFid, 0x0014, BAP1) != SUCCESS) return ERROR; in transmit_802_11_packet()
4441 cmd.parm0 = txFid; in transmit_802_11_packet()