Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/
H A Dcxgb_sge.c595 q->txq_size[TXQ_CTRL] = TX_CTRL_Q_SIZE; in t3_sge_prep()
1117 qs->txq[TXQ_CTRL].cntxt_id = FW_CTRL_SGEEC_START + id; in init_qset_cntxt()
1118 qs->txq[TXQ_CTRL].token = FW_CTRL_TID_START + id; in init_qset_cntxt()
1123 mbufq_init(&qs->txq[TXQ_CTRL].sendq, INT_MAX); in init_qset_cntxt()
1890 struct sge_txq *q = &qs->txq[TXQ_CTRL]; in ctrl_xmit()
1900 ret = check_desc_avail(adap, q, m, 1, TXQ_CTRL); in ctrl_xmit()
1936 struct sge_txq *q = &qs->txq[TXQ_CTRL]; in restart_ctrlq()
1955 setbit(&qs->txq_stopped, TXQ_CTRL); in restart_ctrlq()
1958 test_and_clear_bit(TXQ_CTRL, &qs->txq_stopped)) in restart_ctrlq()
2388 if (isset(&qs->txq_stopped, TXQ_CTRL) && in restart_tx()
[all …]
H A Dcxgb_adapter.h152 TXQ_CTRL = 2, }; enumerator