Searched refs:max_entries_in_tx_burst (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/contrib/ena-com/
H A Dena_eth_com.h147 io_sq->llq_info.max_entries_in_tx_burst > 0;
183 u16 max_entries_in_tx_burst = io_sq->llq_info.max_entries_in_tx_burst; local
195 io_sq->qid, max_entries_in_tx_burst); local
196 io_sq->entries_in_tx_burst_left = max_entries_in_tx_burst;
H A Dena_com.h114 u16 max_entries_in_tx_burst; member in struct:ena_com_llq_info
H A Dena_com.c428 if (io_sq->llq_info.max_entries_in_tx_burst > 0)
430 io_sq->llq_info.max_entries_in_tx_burst;
795 llq_info->max_entries_in_tx_burst =

Completed in 70 milliseconds