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.c1634 if (tx_ring->queue_started == B_TRUE) { in qede_fastpath_stop_queues()
1645 tx_ring->queue_started = B_FALSE; in qede_fastpath_stop_queues()
1651 if (rx_ring->queue_started == B_TRUE) { in qede_fastpath_stop_queues()
1664 rx_ring->queue_started = B_FALSE; in qede_fastpath_stop_queues()
1743 rx_ring->queue_started = B_TRUE; in qede_fastpath_start_queues()
1785 tx_ring->queue_started = B_TRUE; in qede_fastpath_start_queues()
2998 rx_ring->queue_started = B_FALSE; in qede_fastpath_config()
3011 tx_ring->queue_started = B_FALSE; in qede_fastpath_config()
H A Dqede.h314 bool queue_started; member
506 bool queue_started; member