Searched refs:tx_cbs (Results 1 - 2 of 2) sorted by relevance

/drivers/net/ethernet/broadcom/genet/
H A Dbcmgenet.c1602 ring->cbs = priv->tx_cbs + write_ptr;
1692 * - tx_cbs[0...127] are for queue 16
1693 * - tx_ring_cbs[0] points to tx_cbs[128..159]
1694 * - tx_ring_cbs[1] points to tx_cbs[160..191]
1695 * - tx_ring_cbs[2] points to tx_cbs[192..223]
1696 * - tx_ring_cbs[3] points to tx_cbs[224..255]
1719 /* first 64 tx_cbs are reserved for default tx queue
1814 if (priv->tx_cbs[i].skb != NULL) {
1815 dev_kfree_skb(priv->tx_cbs[i].skb);
1816 priv->tx_cbs[
[all...]
H A Dbcmgenet.h527 struct enet_cb *tx_cbs; member in struct:bcmgenet_priv

Completed in 37 milliseconds