Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/wireless/cisco/
Dairo.c4304 u16 txFid; in transmit_allocate() local
4312 txFid = ERROR; in transmit_allocate()
4316 txFid = ERROR; in transmit_allocate()
4324 txFid = ERROR; in transmit_allocate()
4329 txFid = IN4500(ai, TXALLOCFID); in transmit_allocate()
4343 if (bap_setup(ai, txFid, 0x0008, BAP1) != SUCCESS) in transmit_allocate()
4344 txFid = ERROR; in transmit_allocate()
4351 return txFid; in transmit_allocate()
4364 u16 txFid = len; in transmit_802_3_packet() local
4383 if (bap_setup(ai, txFid, 0x0036, BAP1) != SUCCESS) return ERROR; in transmit_802_3_packet()
[all …]