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()
263 spb_index = intf->tx_spb_index; in bcmasp_xmit()
284 spb_index = intf->tx_spb_index; in bcmasp_xmit()
291 spb_index = intf->tx_spb_index; in bcmasp_xmit()
333 intf->tx_spb_index = spb_index; in bcmasp_xmit()
774 intf->tx_spb_index = 0; in bcmasp_init_tx()
H A Dbcmasp.h289 int tx_spb_index; member