Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/cisco/
Dairo.c4303 u16 txFid; in transmit_allocate() local
4311 txFid = ERROR; in transmit_allocate()
4315 txFid = ERROR; in transmit_allocate()
4323 txFid = ERROR; in transmit_allocate()
4328 txFid = IN4500(ai, TXALLOCFID); in transmit_allocate()
4342 if (bap_setup(ai, txFid, 0x0008, BAP1) != SUCCESS) in transmit_allocate()
4343 txFid = ERROR; in transmit_allocate()
4350 return txFid; in transmit_allocate()
4363 u16 txFid = len; in transmit_802_3_packet() local
4382 if (bap_setup(ai, txFid, 0x0036, BAP1) != SUCCESS) return ERROR; in transmit_802_3_packet()
[all …]