/src/sys/dev/pci/ |
if_et.c | 788 int i, rx_done[ET_RX_NRING]; local in function:et_dma_free 823 rx_done[i] = ET_RX_NDESC; 824 et_dma_mbuf_destroy(sc, ET_TX_NDESC, rx_done); 831 int i, error, rx_done[ET_RX_NRING]; local in function:et_dma_mbuf_create 846 bzero(rx_done, sizeof(rx_done)); 858 rx_done[i] = j; 859 et_dma_mbuf_destroy(sc, 0, rx_done); 863 rx_done[i] = ET_RX_NDESC; 878 et_dma_mbuf_destroy(sc, i, rx_done); [all...] |
if_et.c | 788 int i, rx_done[ET_RX_NRING]; local in function:et_dma_free 823 rx_done[i] = ET_RX_NDESC; 824 et_dma_mbuf_destroy(sc, ET_TX_NDESC, rx_done); 831 int i, error, rx_done[ET_RX_NRING]; local in function:et_dma_mbuf_create 846 bzero(rx_done, sizeof(rx_done)); 858 rx_done[i] = j; 859 et_dma_mbuf_destroy(sc, 0, rx_done); 863 rx_done[i] = ET_RX_NDESC; 878 et_dma_mbuf_destroy(sc, i, rx_done); [all...] |
if_wm.c | 8115 int i, error, tx_done, rx_done; local in function:wm_alloc_txrx_queues 8194 rx_done = 0; 8224 rx_done++; 8232 for (i = 0; i < rx_done; i++) {
|
if_wm.c | 8115 int i, error, tx_done, rx_done; local in function:wm_alloc_txrx_queues 8194 rx_done = 0; 8224 rx_done++; 8232 for (i = 0; i < rx_done; i++) {
|