Home
last modified time | relevance | path

Searched refs:queue_started (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/qede/
H A Dqede_main.c1646 if (tx_ring->queue_started == B_TRUE) { in qede_fastpath_stop_queues()
1657 tx_ring->queue_started = B_FALSE; in qede_fastpath_stop_queues()
1663 if (rx_ring->queue_started == B_TRUE) { in qede_fastpath_stop_queues()
1676 rx_ring->queue_started = B_FALSE; in qede_fastpath_stop_queues()
1755 rx_ring->queue_started = B_TRUE; in qede_fastpath_start_queues()
1797 tx_ring->queue_started = B_TRUE; in qede_fastpath_start_queues()
3011 rx_ring->queue_started = B_FALSE; in qede_fastpath_config()
3024 tx_ring->queue_started = B_FALSE; in qede_fastpath_config()
H A Dqede.h309 bool queue_started; member
501 bool queue_started; member