Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4vf/
Dadapter.h140 unsigned int abs_id; /* SGE absolute QID for the free list */ member
184 u16 abs_id; /* SGE abs QID for the response Q */ member
246 unsigned int abs_id; /* SGE absolute QID for the TX Q */ member
340 #define EQ_IDX(s, abs_id) ((unsigned int)((abs_id) - (s)->egr_base)) argument
341 #define IQ_IDX(s, abs_id) ((unsigned int)((abs_id) - (s)->ingr_base)) argument
343 #define EQ_MAP(s, abs_id) ((s)->egr_map[EQ_IDX(s, abs_id)]) argument
344 #define IQ_MAP(s, abs_id) ((s)->ingr_map[IQ_IDX(s, abs_id)]) argument
Dcxgb4vf_main.c561 if (unlikely(tq->abs_id != qid)) { in fwevtq_handler()
564 qid, tq->abs_id); in fwevtq_handler()
659 s->egr_base = s->ethtxq[0].q.abs_id - s->ethtxq[0].q.cntxt_id; in setup_sge_queues()
660 s->ingr_base = s->ethrxq[0].rspq.abs_id - s->ethrxq[0].rspq.cntxt_id; in setup_sge_queues()
661 IQ_MAP(s, s->fw_evtq.abs_id) = &s->fw_evtq; in setup_sge_queues()
670 IQ_MAP(s, rxq->rspq.abs_id) = &rxq->rspq; in setup_sge_queues()
671 EQ_MAP(s, txq->q.abs_id) = &txq->q; in setup_sge_queues()
682 rxq->fl.abs_id = rxq->fl.cntxt_id + s->egr_base; in setup_sge_queues()
683 EQ_MAP(s, rxq->fl.abs_id) = &rxq->fl; in setup_sge_queues()
712 rss[qs] = rxq[qs].rspq.abs_id; in setup_rss()
[all …]
Dsge.c1992 if (unlikely(rspq->abs_id != qid)) { in process_intrq()
1995 qid, rspq->abs_id); in process_intrq()
2225 intr_dest = adapter->sge.intrq.abs_id; in t4vf_sge_alloc_rxq()
2352 rspq->abs_id = be16_to_cpu(rpl.physiqid); in t4vf_sge_alloc_rxq()
2498 txq->q.abs_id = in t4vf_sge_alloc_eth_txq()
2542 rspq->abs_id = 0; in free_rspq_fl()
/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/
Dsrq.c91 TID_QID_V(adap->sge.fw_evtq.abs_id))); in cxgb4_get_srq_entry()
Dsmt.c200 TID_QID_V(adapter->sge.fw_evtq.abs_id))); in write_smt_entry()
Dcxgb4_filter.c70 QUEUENO_V(adap->sge.fw_evtq.abs_id) | in set_tcb_field()
345 fs->iq].rspq.abs_id; in get_filter_steerq()
528 t4_mk_filtdelwr(f->tid, fwr, adapter->sge.fw_evtq.abs_id); in del_filter_wr()
631 FW_FILTER_WR_RX_RPL_IQ_V(adapter->sge.fw_evtq.abs_id)); in set_filter_wr()
1198 ((adapter->sge.fw_evtq.abs_id << 14) | atid), in cxgb4_set_hash_filter()
1208 ((adapter->sge.fw_evtq.abs_id << 14) | atid), in cxgb4_set_hash_filter()
1501 TCB_RSS_INFO_V(adapter->sge.fw_evtq.abs_id), 0, 1); in cxgb4_del_hash_filter()
Dcxgb4_debugfs.c2728 R("RspQ ID:", rspq.abs_id); in sge_qinfo_show()
2792 R("RspQ ID:", rspq.abs_id); in sge_qinfo_show()
2822 R("RspQ ID:", rspq.abs_id); in sge_qinfo_show()
2842 R("RspQ ID:", rspq.abs_id); in sge_qinfo_show()
2868 R("RspQ ID:", rspq.abs_id); in sge_qinfo_show()
2894 R("RspQ ID:", rspq.abs_id); in sge_qinfo_show()
2928 R("RspQ ID:", rspq.abs_id); in sge_qinfo_show()
2968 seq_printf(seq, "%-12s %16u\n", "RspQ ID:", evtq->abs_id); in sge_qinfo_show()
Dcxgb4_uld.c152 msi_idx = -((int)s->intrq.abs_id + 1); in alloc_uld_rxqs()
182 ids[i] = q->rspq.abs_id; in alloc_uld_rxqs()
Dcxgb4_ptp.c187 c.u.init.absid = cpu_to_be16(receive_q->rspq.abs_id); in cxgb4_ptp_redirect_rx_packet()
Dl2t.c154 TID_QID_V(adap->sge.fw_evtq.abs_id))); in write_l2e()
Dcxgb4.h686 u16 abs_id; /* absolute SGE id for the response q */ member
Dsge.c3646 iq->abs_id = ntohs(c.physiqid); in t4_sge_alloc_rxq()
4004 rq->cntxt_id = rq->abs_id = 0; in free_rspq_fl()
Dcxgb4_main.c848 rss[i] = rxq[*queues].rspq.abs_id; in cxgb4_write_rss()
970 adap->msi_idx = -((int)s->intrq.abs_id + 1); in setup_fw_sge_queues()
1053 QUEUENUMBER_V(s->ethrxq[0].rspq.abs_id)); in setup_sge_queues()