DESC_RING_COUNT
next_index = incr_ring(intf->tx_spb_index, DESC_RING_COUNT);
DESC_RING_COUNT);
spb_index = incr_ring(spb_index, DESC_RING_COUNT);
DESC_RING_COUNT);
DESC_RING_COUNT);
DESC_RING_COUNT);
DESC_RING_COUNT);
DESC_RING_COUNT);
intf->tx_cbs = kzalloc_objs(struct bcmasp_tx_cb, DESC_RING_COUNT);
memset(intf->tx_cbs, 0, sizeof(struct bcmasp_tx_cb) * DESC_RING_COUNT);
#define DESC_RING_SIZE (DESC_RING_COUNT * DESC_SIZE)