Searched refs:abs_id (Results 1 – 14 of 14) sorted by relevance
/linux-6.6.21/drivers/net/ethernet/chelsio/cxgb4vf/ ! |
D | adapter.h | 141 unsigned int abs_id; /* SGE absolute QID for the free list */ member 185 u16 abs_id; /* SGE abs QID for the response Q */ member 247 unsigned int abs_id; /* SGE absolute QID for the TX Q */ member 341 #define EQ_IDX(s, abs_id) ((unsigned int)((abs_id) - (s)->egr_base)) argument 342 #define IQ_IDX(s, abs_id) ((unsigned int)((abs_id) - (s)->ingr_base)) argument 344 #define EQ_MAP(s, abs_id) ((s)->egr_map[EQ_IDX(s, abs_id)]) argument 345 #define IQ_MAP(s, abs_id) ((s)->ingr_map[IQ_IDX(s, abs_id)]) argument
|
D | cxgb4vf_main.c | 559 if (unlikely(tq->abs_id != qid)) { in fwevtq_handler() 562 qid, tq->abs_id); in fwevtq_handler() 657 s->egr_base = s->ethtxq[0].q.abs_id - s->ethtxq[0].q.cntxt_id; in setup_sge_queues() 658 s->ingr_base = s->ethrxq[0].rspq.abs_id - s->ethrxq[0].rspq.cntxt_id; in setup_sge_queues() 659 IQ_MAP(s, s->fw_evtq.abs_id) = &s->fw_evtq; in setup_sge_queues() 668 IQ_MAP(s, rxq->rspq.abs_id) = &rxq->rspq; in setup_sge_queues() 669 EQ_MAP(s, txq->q.abs_id) = &txq->q; in setup_sge_queues() 680 rxq->fl.abs_id = rxq->fl.cntxt_id + s->egr_base; in setup_sge_queues() 681 EQ_MAP(s, rxq->fl.abs_id) = &rxq->fl; in setup_sge_queues() 710 rss[qs] = rxq[qs].rspq.abs_id; in setup_rss() [all …]
|
D | sge.c | 1989 if (unlikely(rspq->abs_id != qid)) { in process_intrq() 1992 qid, rspq->abs_id); in process_intrq() 2222 intr_dest = adapter->sge.intrq.abs_id; in t4vf_sge_alloc_rxq() 2349 rspq->abs_id = be16_to_cpu(rpl.physiqid); in t4vf_sge_alloc_rxq() 2496 txq->q.abs_id = in t4vf_sge_alloc_eth_txq() 2540 rspq->abs_id = 0; in free_rspq_fl()
|
/linux-6.6.21/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() 349 fs->iq].rspq.abs_id; in get_filter_steerq() 777 t4_mk_filtdelwr(f->tid, fwr, adapter->sge.fw_evtq.abs_id); in del_filter_wr() 887 FW_FILTER_WR_RX_RPL_IQ_V(adapter->sge.fw_evtq.abs_id)); in set_filter_wr() 1476 ((adapter->sge.fw_evtq.abs_id << 14) | atid), in cxgb4_set_hash_filter() 1486 ((adapter->sge.fw_evtq.abs_id << 14) | atid), in cxgb4_set_hash_filter() 1785 TCB_RSS_INFO_V(adapter->sge.fw_evtq.abs_id), 0, 1); in cxgb4_del_hash_filter()
|
D | cxgb4_debugfs.c | 2708 R("RspQ ID:", rspq.abs_id); in sge_qinfo_show() 2767 R("RspQ ID:", rspq.abs_id); in sge_qinfo_show() 2822 R("RspQ ID:", rspq.abs_id); in sge_qinfo_show() 2945 R("RspQ ID:", rspq.abs_id); in sge_qinfo_show() 2975 R("RspQ ID:", rspq.abs_id); in sge_qinfo_show() 2995 R("RspQ ID:", rspq.abs_id); in sge_qinfo_show() 3021 R("RspQ ID:", rspq.abs_id); in sge_qinfo_show() 3047 R("RspQ ID:", rspq.abs_id); in sge_qinfo_show() 3081 R("RspQ ID:", rspq.abs_id); in sge_qinfo_show() 3124 seq_printf(seq, "%-12s %16u\n", "RspQ ID:", evtq->abs_id); in sge_qinfo_show()
|
D | cxgb4_ptp.c | 187 c.u.init.absid = cpu_to_be16(receive_q->rspq.abs_id); in cxgb4_ptp_redirect_rx_packet()
|
D | cxgb4_uld.c | 123 msi_idx = -((int)s->intrq.abs_id + 1); in alloc_uld_rxqs() 158 ids[i] = q->rspq.abs_id; in alloc_uld_rxqs()
|
D | cxgb4_tc_mqprio.c | 180 msix = -((int)adap->sge.intrq.abs_id + 1); in cxgb4_mqprio_alloc_hw_resources()
|
D | l2t.c | 154 TID_QID_V(adap->sge.fw_evtq.abs_id))); in write_l2e()
|
D | cxgb4_main.c | 873 rss[i] = rxq[*queues].rspq.abs_id; in cxgb4_write_rss() 1025 msix = -((int)s->intrq.abs_id + 1); in setup_fw_sge_queues() 1056 msix = -((int)s->intrq.abs_id + 1); in setup_sge_queues() 1126 QUEUENUMBER_V(s->ethrxq[0].rspq.abs_id)); in setup_sge_queues() 1340 msix = -((int)adap->sge.intrq.abs_id + 1); in cxgb4_port_mirror_alloc_queues() 1399 rss[i] = mirror_rxq[i % pi->nmirrorqsets].rspq.abs_id; in cxgb4_port_mirror_alloc_queues()
|
D | sge.c | 2600 flowc->mnemval[3].val = cpu_to_be32(rxq->rspq.abs_id); in cxgb4_ethofld_send_flowc() 4476 iq->abs_id = ntohs(c.physiqid); in t4_sge_alloc_rxq() 4877 rq->cntxt_id = rq->abs_id = 0; in free_rspq_fl()
|
D | cxgb4.h | 787 u16 abs_id; /* absolute SGE id for the response q */ member
|