Home
last modified time | relevance | path

Searched refs:tx_spb_index (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()
296 spb_index = intf->tx_spb_index; in bcmasp_xmit()
317 spb_index = intf->tx_spb_index; in bcmasp_xmit()
324 spb_index = intf->tx_spb_index; in bcmasp_xmit()
366 intf->tx_spb_index = spb_index; in bcmasp_xmit()
806 intf->tx_spb_index = 0; in bcmasp_init_tx()
H A Dbcmasp.h304 int tx_spb_index; member