Searched refs:cntxt_id (Results 1 – 4 of 4) sorted by relevance
| /f-stack/dpdk/drivers/net/cxgbe/ |
| H A D | sge.c | 1908 iq->cntxt_id = ntohs(c.iqid); in t4_sge_alloc_rxq() 1923 fl->cntxt_id = ntohs(c.fl0id); in t4_sge_alloc_rxq() 1979 iq->cntxt_id, -ret); in t4_sge_alloc_rxq() 1986 iq->cntxt_id, fl->cntxt_id, 0xffff); in t4_sge_alloc_rxq() 1988 iq->cntxt_id = 0; in t4_sge_alloc_rxq() 1995 fl->cntxt_id = 0; in t4_sge_alloc_rxq() 2005 q->cntxt_id = id; in init_txq() 2169 q->cntxt_id = 0; in free_txq() 2181 rq->cntxt_id = 0; in free_rspq_fl() 2189 fl->cntxt_id = 0; in free_rspq_fl() [all …]
|
| H A D | cxgbe_ethdev.c | 547 s->fw_evtq.cntxt_id, socket_id); in cxgbe_dev_tx_queue_setup() 550 __func__, txq->q.cntxt_id, txq->q.abs_id, err); in cxgbe_dev_tx_queue_setup() 564 __func__, pi->port_id, txq->q.cntxt_id); in cxgbe_dev_tx_queue_release() 686 __func__, err, pi->port_id, rxq->rspq.cntxt_id, in cxgbe_dev_rx_queue_setup() 701 __func__, pi->port_id, rxq->rspq.cntxt_id); in cxgbe_dev_rx_queue_release()
|
| H A D | cxgbe_main.c | 209 s->fw_evtq.cntxt_id, in cxgbe_setup_sge_ctrl_txq() 341 V_FW_PARAMS_PARAM_YZ(q->cntxt_id); in cxgb4_set_rspq_intr_params() 1797 V_INGRESSQID(q->cntxt_id)); in enable_rx()
|
| /f-stack/dpdk/drivers/net/cxgbe/base/ |
| H A D | adapter.h | 97 unsigned int cntxt_id; /* SGE relative QID for the free list */ member 150 u16 cntxt_id; /* SGE relative QID for the response Q */ member 235 unsigned int cntxt_id; /* SGE relative QID for the Tx Q */ member
|