/src/sys/dev/pci/ |
if_et.c | 887 et_dma_mbuf_destroy(struct et_softc *sc, int tx_done, const int rx_done[]) 911 for (i = 0; i < tx_done; ++i) { 1969 uint32_t tx_done; local in function:et_txeof 1978 tx_done = CSR_READ_4(sc, ET_TX_DONE_POS); 1979 end = __SHIFTOUT(tx_done, ET_TX_DONE_POS_INDEX); 1980 wrap = (tx_done & ET_TX_DONE_POS_WRAP) ? 1 : 0;
|
if_et.c | 887 et_dma_mbuf_destroy(struct et_softc *sc, int tx_done, const int rx_done[]) 911 for (i = 0; i < tx_done; ++i) { 1969 uint32_t tx_done; local in function:et_txeof 1978 tx_done = CSR_READ_4(sc, ET_TX_DONE_POS); 1979 end = __SHIFTOUT(tx_done, ET_TX_DONE_POS_INDEX); 1980 wrap = (tx_done & ET_TX_DONE_POS_WRAP) ? 1 : 0;
|
if_iwnvar.h | 192 void (*tx_done)(struct iwn_softc *, struct iwn_rx_desc *, member in struct:iwn_ops
|
if_iwnvar.h | 192 void (*tx_done)(struct iwn_softc *, struct iwn_rx_desc *, member in struct:iwn_ops
|
if_wm.c | 8115 int i, error, tx_done, rx_done; local in function:wm_alloc_txrx_queues 8127 tx_done = 0; 8187 tx_done++; 8240 for (i = 0; i < tx_done; i++) {
|
if_wm.c | 8115 int i, error, tx_done, rx_done; local in function:wm_alloc_txrx_queues 8127 tx_done = 0; 8187 tx_done++; 8240 for (i = 0; i < tx_done; i++) {
|