Home
last modified time | relevance | path

Searched refs:tcb_free (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/uts/common/io/igb/
H A Digb_tx.c1420 if (igb_atomic_reserve(&tx_ring->tcb_free, 1) < 0) in igb_get_free_list()
1476 atomic_add_32(&tx_ring->tcb_free, tcb_num); in igb_put_free_list()
H A Digb_sw.h438 uint32_t tcb_free; /* Number of free tcb in free list */ member
H A Digb_main.c2359 tx_ring->tcb_free = tx_ring->free_list_size; in igb_setup_tx_ring()
/titanic_44/usr/src/uts/common/io/ixgbe/
H A Dixgbe_tx.c1566 if (ixgbe_atomic_reserve(&tx_ring->tcb_free, 1) < 0) in ixgbe_get_free_list()
1622 atomic_add_32(&tx_ring->tcb_free, tcb_num); in ixgbe_put_free_list()
H A Dixgbe_sw.h488 uint32_t tcb_free; /* Number of free tcb in free list */ member
H A Dixgbe_main.c2645 tx_ring->tcb_free = tx_ring->free_list_size; in ixgbe_setup_tx_ring()