Searched refs:DESC_RING_COUNT (Results 1 – 2 of 2) sorted by relevance
151 next_index = incr_ring(intf->tx_spb_index, DESC_RING_COUNT); in tx_spb_ring_full()321 DESC_RING_COUNT); in bcmasp_xmit()356 spb_index = incr_ring(spb_index, DESC_RING_COUNT); in bcmasp_xmit()358 DESC_RING_COUNT); in bcmasp_xmit()478 DESC_RING_COUNT); in bcmasp_tx_reclaim()481 DESC_RING_COUNT); in bcmasp_tx_reclaim()598 DESC_RING_COUNT); in bcmasp_rx_poll()600 DESC_RING_COUNT); in bcmasp_rx_poll()720 intf->tx_cbs = kcalloc(DESC_RING_COUNT, sizeof(struct bcmasp_tx_cb), in bcmasp_alloc_buffers()805 memset(intf->tx_cbs, 0, sizeof(struct bcmasp_tx_cb) * DESC_RING_COUNT); in bcmasp_init_tx()
253 #define DESC_RING_COUNT (64 * NUM_4K_BUFFERS) macro255 #define DESC_RING_SIZE (DESC_RING_COUNT * DESC_SIZE)