Searched refs:tx_freelist_num (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_alloc.c41 (sizeof (tx_sw_packet_t) * Adapter->tx_freelist_num)
177 (Adapter->tx_freelist_num >= MIN_NUM_TX_FREELIST)) {
203 Adapter->tx_freelist_num >>= 1;
1150 j < Adapter->tx_freelist_num; j++, packet++) {
1476 j < Adapter->tx_freelist_num; j++, packet++) {
H A De1000g_sw.h876 uint32_t tx_freelist_num; member in struct:e1000g
H A De1000g_tx.c924 for (i = 0; i < Adapter->tx_freelist_num; i++, packet++) {
H A De1000g_main.c3377 Adapter->tx_freelist_num =
3393 Adapter->tx_freelist_num =
4004 Adapter->tx_freelist_num = propval;

Completed in 82 milliseconds