Searched refs:abs_id (Results 1 – 11 of 11) sorted by relevance
/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | adapter.h | 139 unsigned int abs_id; /* SGE absolute QID for the free list */ member 183 u16 abs_id; /* SGE abs QID for the response Q */ member 245 unsigned int abs_id; /* SGE absolute QID for the TX Q */ member 339 #define EQ_IDX(s, abs_id) ((unsigned int)((abs_id) - (s)->egr_base)) argument 340 #define IQ_IDX(s, abs_id) ((unsigned int)((abs_id) - (s)->ingr_base)) argument 342 #define EQ_MAP(s, abs_id) ((s)->egr_map[EQ_IDX(s, abs_id)]) argument 343 #define IQ_MAP(s, abs_id) ((s)->ingr_map[IQ_IDX(s, abs_id)]) argument
|
D | cxgb4vf_main.c | 497 if (unlikely(tq->abs_id != qid)) { in fwevtq_handler() 500 qid, tq->abs_id); in fwevtq_handler() 595 s->egr_base = s->ethtxq[0].q.abs_id - s->ethtxq[0].q.cntxt_id; in setup_sge_queues() 596 s->ingr_base = s->ethrxq[0].rspq.abs_id - s->ethrxq[0].rspq.cntxt_id; in setup_sge_queues() 597 IQ_MAP(s, s->fw_evtq.abs_id) = &s->fw_evtq; in setup_sge_queues() 606 IQ_MAP(s, rxq->rspq.abs_id) = &rxq->rspq; in setup_sge_queues() 607 EQ_MAP(s, txq->q.abs_id) = &txq->q; in setup_sge_queues() 618 rxq->fl.abs_id = rxq->fl.cntxt_id + s->egr_base; in setup_sge_queues() 619 EQ_MAP(s, rxq->fl.abs_id) = &rxq->fl; in setup_sge_queues() 648 rss[qs] = rxq[qs].rspq.abs_id; in setup_rss() [all …]
|
D | sge.c | 1988 if (unlikely(rspq->abs_id != qid)) { in process_intrq() 1991 qid, rspq->abs_id); in process_intrq() 2219 intr_dest = adapter->sge.intrq.abs_id; in t4vf_sge_alloc_rxq() 2346 rspq->abs_id = be16_to_cpu(rpl.physiqid); in t4vf_sge_alloc_rxq() 2489 txq->q.abs_id = in t4vf_sge_alloc_eth_txq() 2533 rspq->abs_id = 0; in free_rspq_fl()
|
/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_filter.c | 143 fs->iq].rspq.abs_id; in get_filter_steerq() 194 t4_mk_filtdelwr(f->tid, fwr, adapter->sge.fw_evtq.abs_id); in del_filter_wr() 280 FW_FILTER_WR_RX_RPL_IQ_V(adapter->sge.fw_evtq.abs_id)); in set_filter_wr()
|
D | cxgb4_uld.c | 152 msi_idx = -((int)s->intrq.abs_id + 1); in alloc_uld_rxqs() 182 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 | 614 u16 abs_id; /* absolute SGE id for the response q */ member
|
D | cxgb4_main.c | 691 rss[i] = rxq[*queues].rspq.abs_id; in cxgb4_write_rss() 813 adap->msi_idx = -((int)s->intrq.abs_id + 1); in setup_fw_sge_queues() 893 QUEUENUMBER_V(s->ethrxq[0].rspq.abs_id)); in setup_sge_queues()
|
D | sge.c | 2813 iq->abs_id = ntohs(c.physiqid); in t4_sge_alloc_rxq() 3129 rq->cntxt_id = rq->abs_id = 0; in free_rspq_fl()
|
D | cxgb4_debugfs.c | 2482 R("RspQ ID:", rspq.abs_id); in sge_qinfo_show() 2530 seq_printf(seq, "%-12s %16u\n", "RspQ ID:", evtq->abs_id); in sge_qinfo_show()
|