Home
last modified time | relevance | path

Searched refs:MAX_TX_RING_SIZE (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/io/qede/
H A Dqede_fp.h44 #define MAX_TX_RING_SIZE 8192 macro
152 qede_tx_bcopy_pkt_t *free_list[MAX_TX_RING_SIZE];
167 qede_dma_handle_entry_t *free_list[MAX_TX_RING_SIZE];
H A Dqede_cfg.c162 (option > MAX_TX_RING_SIZE) ? in qede_cfg_init()
163 MAX_TX_RING_SIZE : in qede_cfg_init()
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_tx.c1163 if (last_index == MAX_TX_RING_SIZE) in igb_tx_recycle_legacy()
1428 tcb->last_index = MAX_TX_RING_SIZE; in igb_free_tcb()
H A Digb_sw.h121 #define MAX_TX_RING_SIZE 4096 macro
H A Digb_buf.c762 tcb->last_index = MAX_TX_RING_SIZE; in igb_alloc_tcb_lists()
H A Digb_main.c2963 MIN_TX_RING_SIZE, MAX_TX_RING_SIZE, DEFAULT_TX_RING_SIZE); in igb_get_conf()
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_tx.c1175 if (last_index == MAX_TX_RING_SIZE) in ixgbe_tx_recycle_legacy()
1427 tcb->last_index = MAX_TX_RING_SIZE; in ixgbe_free_tcb()
H A Dixgbe_sw.h127 #define MAX_TX_RING_SIZE 4096 macro
H A Dixgbe_buf.c756 tcb->last_index = MAX_TX_RING_SIZE; in ixgbe_alloc_tcb_lists()
H A Dixgbe_main.c3514 MIN_TX_RING_SIZE, MAX_TX_RING_SIZE, DEFAULT_TX_RING_SIZE); in ixgbe_get_conf()