Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c458 txq->eq.tse_flags = 0; in t4_port_queues_init()
539 eq->tse_flags |= EQ_ENABLED; in t4_port_queues_enable()
573 eq->tse_flags &= ~EQ_ENABLED; in t4_port_queues_disable()
1114 if ((eq->tse_flags & EQ_ENABLED) == 0) { in t4_eth_tx()
1223 eq->tse_flags |= EQ_CORKED; in t4_eth_tx()
1342 eq->tse_flags = 0; in t4_alloc_iq()
1415 eq->tse_flags |= EQ_ALLOC_DEV; in t4_alloc_iq()
1423 eq->tse_flags |= EQ_ALLOC_DESC; in t4_alloc_iq()
1480 ASSERT(fl == NULL || (eq->tse_flags & EQ_ALLOC_DEV)); in t4_free_iq()
1493 eq->tse_flags &= ~EQ_ALLOC_DEV; in t4_free_iq()
[all …]
H A Dadapter.h337 t4_eq_flags_t tse_flags; /* tse_lock */ member