Home
last modified time | relevance | path

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

/drivers/net/wireless/bcmdhd/
Ddhd_wlfc.c1532 int fifo_id; in dhd_wlfc_txcomplete() local
1556 fifo_id = DHD_PKTTAG_FIFO(PKTTAG(txp)); in dhd_wlfc_txcomplete()
1560 if (wlfc->credits_borrowed[fifo_id][lender] > 0) { in dhd_wlfc_txcomplete()
1562 wlfc->credits_borrowed[fifo_id][lender]--; in dhd_wlfc_txcomplete()
1569 wlfc->FIFO_credit[fifo_id]++; in dhd_wlfc_txcomplete()
1586 uint8 fifo_id; in dhd_wlfc_compressed_txstatus_update() local
1669 fifo_id = DHD_PKTTAG_FIFO(PKTTAG(pktbuf)); in dhd_wlfc_compressed_txstatus_update()
1679 if (wlfc->credits_borrowed[fifo_id][lender] > 0) { in dhd_wlfc_compressed_txstatus_update()
1681 wlfc->credits_borrowed[fifo_id][lender]--; in dhd_wlfc_compressed_txstatus_update()
1688 wlfc->FIFO_credit[fifo_id]++; in dhd_wlfc_compressed_txstatus_update()
[all …]
/drivers/net/ethernet/freescale/
Dfec_mpc52xx.h96 u32 fifo_id; /* FEC + 0x140 */ member