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

/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_sw.h392 } tx_control_block_t; typedef in typeref:struct:tx_control_block
432 tx_control_block_t *tcb_area;
433 tx_control_block_t **work_list;
434 tx_control_block_t **free_list;
853 void igb_free_tcb(tx_control_block_t *);
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_sw.h438 } tx_control_block_t; typedef in typeref:struct:tx_control_block
482 tx_control_block_t *tcb_area;
483 tx_control_block_t **work_list;
484 tx_control_block_t **free_list;
893 void ixgbe_free_tcb(tx_control_block_t *);

Completed in 70 milliseconds