Home
last modified time | relevance | path

Searched refs:tsi_flags (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c520 VERIFY0(iq->tsi_flags & IQ_ENABLED); in t4_port_queues_enable()
521 iq->tsi_flags |= IQ_ENABLED; in t4_port_queues_enable()
557 iq->tsi_flags &= ~IQ_ENABLED; in t4_port_queues_disable()
771 if ((event_iq->tsi_flags & IQ_ENABLED) == 0) { in t4_process_event_iq()
897 const bool is_polling = (rx_iq->tsi_flags & IQ_POLLING) != 0; in t4_process_rx_iq()
898 if ((rx_iq->tsi_flags & IQ_ENABLED) == 0) { in t4_process_rx_iq()
1251 iq->tsi_flags = 0; in t4_alloc_iq()
1284 iq->tsi_flags |= IQ_ALLOC_HOST; in t4_alloc_iq()
1387 iq->tsi_flags |= IQ_INTR; in t4_alloc_iq()
1399 iq->tsi_flags |= IQ_ALLOC_DEV; in t4_alloc_iq()
[all …]
H A Dadapter.h196 t4_iq_flags_t tsi_flags; /* tsi_lock */ member
H A Dt4_mac.c866 iq->tsi_flags &= ~IQ_POLLING; in t4_ring_intr_enable()
884 iq->tsi_flags |= IQ_POLLING; in t4_ring_intr_disable()