Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_tx.c1454 tcb = tx_ring->free_list[tx_ring->tcb_head]; in igb_get_free_list()
1456 tx_ring->free_list[tx_ring->tcb_head] = NULL; in igb_get_free_list()
1457 tx_ring->tcb_head = NEXT_INDEX(tx_ring->tcb_head, 1, in igb_get_free_list()
H A Digb_sw.h441 uint32_t tcb_head; /* Head index of free list */ member
H A Digb_main.c2402 tx_ring->tcb_head = 0; in igb_setup_tx_ring()
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_tx.c1456 tcb = tx_ring->free_list[tx_ring->tcb_head]; in ixgbe_get_free_list()
1458 tx_ring->free_list[tx_ring->tcb_head] = NULL; in ixgbe_get_free_list()
1459 tx_ring->tcb_head = NEXT_INDEX(tx_ring->tcb_head, 1, in ixgbe_get_free_list()
H A Dixgbe_sw.h501 uint32_t tcb_head; /* Head index of free list */ member
H A Dixgbe_main.c2767 tx_ring->tcb_head = 0; in ixgbe_setup_tx_ring()