Searched refs:cntxt_id (Results 1 – 4 of 4) sorted by relevance
| /dpdk/drivers/net/cxgbe/ |
| H A D | sge.c | 1883 iq->cntxt_id = ntohs(c.iqid); in t4_sge_alloc_rxq() 1898 fl->cntxt_id = ntohs(c.fl0id); in t4_sge_alloc_rxq() 1955 iq->cntxt_id, -ret); in t4_sge_alloc_rxq() 1962 iq->cntxt_id, fl->cntxt_id, 0xffff); in t4_sge_alloc_rxq() 1964 iq->cntxt_id = 0; in t4_sge_alloc_rxq() 1971 fl->cntxt_id = 0; in t4_sge_alloc_rxq() 1981 q->cntxt_id = id; in init_txq() 2145 q->cntxt_id = 0; in free_txq() 2157 rq->cntxt_id = 0; in free_rspq_fl() 2165 fl->cntxt_id = 0; in free_rspq_fl() [all …]
|
| H A D | cxgbe_ethdev.c | 541 s->fw_evtq.cntxt_id, socket_id); in cxgbe_dev_tx_queue_setup() 544 __func__, txq->q.cntxt_id, txq->q.abs_id, err); in cxgbe_dev_tx_queue_setup() 558 __func__, pi->port_id, txq->q.cntxt_id); in cxgbe_dev_tx_queue_release() 672 __func__, err, pi->port_id, rxq->rspq.cntxt_id, in cxgbe_dev_rx_queue_setup() 687 __func__, pi->port_id, rxq->rspq.cntxt_id); in cxgbe_dev_rx_queue_release()
|
| H A D | cxgbe_main.c | 208 s->fw_evtq.cntxt_id, in cxgbe_setup_sge_ctrl_txq() 340 V_FW_PARAMS_PARAM_YZ(q->cntxt_id); in cxgb4_set_rspq_intr_params() 1838 V_INGRESSQID(q->cntxt_id)); in enable_rx()
|
| /dpdk/drivers/net/cxgbe/base/ |
| H A D | adapter.h | 91 unsigned int cntxt_id; /* SGE relative QID for the free list */ member 144 u16 cntxt_id; /* SGE relative QID for the response Q */ member 228 unsigned int cntxt_id; /* SGE relative QID for the Tx Q */ member
|