Searched refs:DC_RX_LIST_CNT (Results 1 – 2 of 2) sorted by relevance
469 #define DC_RX_LIST_CNT 192 macro471 #define DC_RX_LIST_CNT 64 macro503 #define DC_RX_LIST_SZ ((sizeof(struct dc_desc) * DC_RX_LIST_CNT))507 struct mbuf *dc_rx_chain[DC_RX_LIST_CNT];509 bus_dmamap_t dc_rx_map[DC_RX_LIST_CNT];
1941 for (i = 0; i < DC_RX_LIST_CNT; i++) { in dc_dma_alloc()1968 for (i = 0; i < DC_RX_LIST_CNT; i++) { in dc_dma_free()2623 for (i = 0; i < DC_RX_LIST_CNT; i++) { in dc_list_rx_init()2626 if (i == DC_RX_LIST_CNT - 1) in dc_list_rx_init()2770 DC_INC(i, DC_RX_LIST_CNT); in dc_pnic_rx_bug_war()2817 for (i = 0; i < DC_RX_LIST_CNT; i++) { in dc_rx_resync()2821 DC_INC(pos, DC_RX_LIST_CNT); in dc_rx_resync()2825 if (i == DC_RX_LIST_CNT) in dc_rx_resync()2872 DC_INC(i, DC_RX_LIST_CNT)) { in dc_rxeof()3991 for (i = 0; i < DC_RX_LIST_CNT; i++) { in dc_stop()