Home
last modified time | relevance | path

Searched refs:txFid (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/net/wireless/
Dairo.c4275 u16 txFid; in transmit_allocate() local
4283 txFid = ERROR; in transmit_allocate()
4287 txFid = ERROR; in transmit_allocate()
4295 txFid = ERROR; in transmit_allocate()
4300 txFid = IN4500(ai, TXALLOCFID); in transmit_allocate()
4314 if (bap_setup(ai, txFid, 0x0008, BAP1) != SUCCESS) in transmit_allocate()
4315 txFid = ERROR; in transmit_allocate()
4322 return txFid; in transmit_allocate()
4334 u16 txFid = len; in transmit_802_3_packet() local
4353 if (bap_setup(ai, txFid, 0x0036, BAP1) != SUCCESS) return ERROR; in transmit_802_3_packet()
[all …]