Searched refs:abs_id (Results 1 – 13 of 13) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | adapter.h | 140 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
|
D | cxgb4vf_main.c | 505 if (unlikely(tq->abs_id != qid)) { in fwevtq_handler() 508 qid, tq->abs_id); in fwevtq_handler() 603 s->egr_base = s->ethtxq[0].q.abs_id - s->ethtxq[0].q.cntxt_id; in setup_sge_queues() 604 s->ingr_base = s->ethrxq[0].rspq.abs_id - s->ethrxq[0].rspq.cntxt_id; in setup_sge_queues() 605 IQ_MAP(s, s->fw_evtq.abs_id) = &s->fw_evtq; in setup_sge_queues() 614 IQ_MAP(s, rxq->rspq.abs_id) = &rxq->rspq; in setup_sge_queues() 615 EQ_MAP(s, txq->q.abs_id) = &txq->q; in setup_sge_queues() 626 rxq->fl.abs_id = rxq->fl.cntxt_id + s->egr_base; in setup_sge_queues() 627 EQ_MAP(s, rxq->fl.abs_id) = &rxq->fl; in setup_sge_queues() 656 rss[qs] = rxq[qs].rspq.abs_id; in setup_rss() [all …]
|
D | sge.c | 1992 if (unlikely(rspq->abs_id != qid)) { in process_intrq() 1995 qid, rspq->abs_id); in process_intrq() 2223 intr_dest = adapter->sge.intrq.abs_id; in t4vf_sge_alloc_rxq() 2350 rspq->abs_id = be16_to_cpu(rpl.physiqid); in t4vf_sge_alloc_rxq() 2493 txq->q.abs_id = in t4vf_sge_alloc_eth_txq() 2537 rspq->abs_id = 0; in free_rspq_fl()
|
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/ |
D | srq.c | 91 TID_QID_V(adap->sge.fw_evtq.abs_id))); in cxgb4_get_srq_entry()
|
D | smt.c | 201 TID_QID_V(adapter->sge.fw_evtq.abs_id))); in write_smt_entry()
|
D | cxgb4_filter.c | 70 QUEUENO_V(adap->sge.fw_evtq.abs_id) | in set_tcb_field() 344 fs->iq].rspq.abs_id; in get_filter_steerq() 528 : 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() 1177 ((adapter->sge.fw_evtq.abs_id << 14) | atid), in cxgb4_set_hash_filter() 1187 ((adapter->sge.fw_evtq.abs_id << 14) | atid), in cxgb4_set_hash_filter() 1481 TCB_RSS_INFO_V(adapter->sge.fw_evtq.abs_id), 0, 1); in cxgb4_del_hash_filter()
|
D | cxgb4_debugfs.c | 2768 R("RspQ ID:", rspq.abs_id); in sge_qinfo_show() 2831 R("RspQ ID:", rspq.abs_id); in sge_qinfo_show() 2861 R("RspQ ID:", rspq.abs_id); in sge_qinfo_show() 2881 R("RspQ ID:", rspq.abs_id); in sge_qinfo_show() 2907 R("RspQ ID:", rspq.abs_id); in sge_qinfo_show() 2933 R("RspQ ID:", rspq.abs_id); in sge_qinfo_show() 2967 R("RspQ ID:", rspq.abs_id); in sge_qinfo_show() 3007 seq_printf(seq, "%-12s %16u\n", "RspQ ID:", evtq->abs_id); in sge_qinfo_show()
|
D | cxgb4_uld.c | 153 msi_idx = -((int)s->intrq.abs_id + 1); in alloc_uld_rxqs() 179 ids[i] = q->rspq.abs_id; in alloc_uld_rxqs()
|
D | cxgb4_ptp.c | 187 c.u.init.absid = cpu_to_be16(receive_q->rspq.abs_id); in cxgb4_ptp_redirect_rx_packet()
|
D | l2t.c | 154 TID_QID_V(adap->sge.fw_evtq.abs_id))); in write_l2e()
|
D | cxgb4.h | 667 u16 abs_id; /* absolute SGE id for the response q */ member
|
D | cxgb4_main.c | 721 rss[i] = rxq[*queues].rspq.abs_id; in cxgb4_write_rss() 843 adap->msi_idx = -((int)s->intrq.abs_id + 1); in setup_fw_sge_queues() 923 QUEUENUMBER_V(s->ethrxq[0].rspq.abs_id)); in setup_sge_queues()
|
D | sge.c | 3478 iq->abs_id = ntohs(c.physiqid); in t4_sge_alloc_rxq() 3794 rq->cntxt_id = rq->abs_id = 0; in free_rspq_fl()
|