Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/broadcom/asp2/ !
H A Dbcmasp_intf.c151 next_index = incr_ring(intf->tx_spb_index, DESC_RING_COUNT); in tx_spb_ring_full()
288 DESC_RING_COUNT); in bcmasp_xmit()
323 spb_index = incr_ring(spb_index, DESC_RING_COUNT); in bcmasp_xmit()
325 DESC_RING_COUNT); in bcmasp_xmit()
448 DESC_RING_COUNT); in bcmasp_tx_reclaim()
451 DESC_RING_COUNT); in bcmasp_tx_reclaim()
568 DESC_RING_COUNT); in bcmasp_rx_poll()
570 DESC_RING_COUNT); in bcmasp_rx_poll()
692 intf->tx_cbs = kzalloc_objs(struct bcmasp_tx_cb, DESC_RING_COUNT); in bcmasp_alloc_buffers()
776 memset(intf->tx_cbs, 0, sizeof(struct bcmasp_tx_cb) * DESC_RING_COUNT); in bcmasp_init_tx()
H A Dbcmasp_intf_defs.h252 #define DESC_RING_COUNT (64 * NUM_4K_BUFFERS) macro
254 #define DESC_RING_SIZE (DESC_RING_COUNT * DESC_SIZE)