Searched defs:tcb_num (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_tx.c1449 int tcb_num; local
1456 tcb_num = 0;
1462 tcb_num++;
1476 atomic_add_32(&tx_ring->tcb_free, tcb_num);
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_tx.c1594 int tcb_num; local
1601 tcb_num = 0;
1607 tcb_num++;
1621 atomic_add_32(&tx_ring->tcb_free, tcb_num);

Completed in 63 milliseconds