Lines Matching refs:txFid
4298 u16 txFid; in transmit_allocate() local
4306 txFid = ERROR; in transmit_allocate()
4310 txFid = ERROR; in transmit_allocate()
4318 txFid = ERROR; in transmit_allocate()
4323 txFid = IN4500(ai, TXALLOCFID); in transmit_allocate()
4337 if (bap_setup(ai, txFid, 0x0008, BAP1) != SUCCESS) in transmit_allocate()
4338 txFid = ERROR; in transmit_allocate()
4345 return txFid; in transmit_allocate()
4357 u16 txFid = len; in transmit_802_3_packet() local
4376 if (bap_setup(ai, txFid, 0x0036, BAP1) != SUCCESS) return ERROR; in transmit_802_3_packet()
4388 cmd.parm0 = txFid; in transmit_802_3_packet()
4402 u16 txFid = len; in transmit_802_11_packet() local
4415 if (bap_setup(ai, txFid, 6, BAP1) != SUCCESS) return ERROR; in transmit_802_11_packet()
4420 if (bap_setup(ai, txFid, 0x0014, BAP1) != SUCCESS) return ERROR; in transmit_802_11_packet()
4428 cmd.parm0 = txFid; in transmit_802_11_packet()