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

/freebsd-11-stable/sys/dev/liquidio/
H A Dlio_sysctl.c1047 uint32_t rx_count, rx_count_old, tx_count, tx_count_old; local
1079 tx_count = tx_count_old = oct->instr_queue[0]->max_count;
1088 if (tx_count == tx_count_old)
1120 if (arg2 == LIO_SET_RING_TX && tx_count != tx_count_old)
1122 tx_count_old); local

Completed in 105 milliseconds