Home
last modified time | relevance | path

Searched refs:abs_id (Results 1 – 7 of 7) sorted by relevance

/f-stack/dpdk/drivers/net/cxgbe/
H A Dcxgbe_filter.c149 fs->iq].rspq.abs_id; in get_filter_steerq()
189 V_QUEUENO(adapter->sge.fw_evtq.abs_id) | in set_tcb_field()
474 V_TCB_RSS_INFO(adapter->sge.fw_evtq.abs_id), in cxgbe_del_hash_filter()
686 ((adapter->sge.fw_evtq.abs_id << 14) | atid), in cxgbe_set_hash_filter()
701 ((adapter->sge.fw_evtq.abs_id << 14) | atid), in cxgbe_set_hash_filter()
766 t4_mk_filtdelwr(adapter, f->tid, fwr, adapter->sge.fw_evtq.abs_id); in del_filter_wr()
839 V_FW_FILTER_WR_RX_RPL_IQ(adapter->sge.fw_evtq.abs_id in set_filter_wr()
H A Dsmt.c99 V_TID_QID(adap->sge.fw_evtq.abs_id))); in write_smt_entry()
H A Dl2t.c78 V_TID_QID(adap->sge.fw_evtq.abs_id))); in write_l2e()
H A Dsge.c1909 iq->abs_id = ntohs(c.physiqid); in t4_sge_alloc_rxq()
1989 iq->abs_id = 0; in t4_sge_alloc_rxq()
2003 unsigned int abs_id) in init_txq() argument
2006 q->abs_id = abs_id; in init_txq()
2182 rq->abs_id = 0; in free_rspq_fl()
H A Dcxgbe_ethdev.c550 __func__, txq->q.cntxt_id, txq->q.abs_id, err); in cxgbe_dev_tx_queue_setup()
687 rxq->rspq.abs_id); in cxgbe_dev_rx_queue_setup()
H A Dcxgbe_main.c1705 rss = rxq[0].rspq.abs_id; in cxgbe_write_rss_conf()
1742 rss[i] = rxq[*queues].rspq.abs_id; in cxgbe_write_rss()
/f-stack/dpdk/drivers/net/cxgbe/base/
H A Dadapter.h151 u16 abs_id; /* absolute SGE id for the response q */ member
244 unsigned int abs_id; member