Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4vf/
Dadapter.h139 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
Dcxgb4vf_main.c500 if (unlikely(tq->abs_id != qid)) { in fwevtq_handler()
503 qid, tq->abs_id); in fwevtq_handler()
598 s->egr_base = s->ethtxq[0].q.abs_id - s->ethtxq[0].q.cntxt_id; in setup_sge_queues()
599 s->ingr_base = s->ethrxq[0].rspq.abs_id - s->ethrxq[0].rspq.cntxt_id; in setup_sge_queues()
600 IQ_MAP(s, s->fw_evtq.abs_id) = &s->fw_evtq; in setup_sge_queues()
609 IQ_MAP(s, rxq->rspq.abs_id) = &rxq->rspq; in setup_sge_queues()
610 EQ_MAP(s, txq->q.abs_id) = &txq->q; in setup_sge_queues()
621 rxq->fl.abs_id = rxq->fl.cntxt_id + s->egr_base; in setup_sge_queues()
622 EQ_MAP(s, rxq->fl.abs_id) = &rxq->fl; in setup_sge_queues()
651 rss[qs] = rxq[qs].rspq.abs_id; in setup_rss()
[all …]
Dsge.c1987 if (unlikely(rspq->abs_id != qid)) { in process_intrq()
1990 qid, rspq->abs_id); in process_intrq()
2217 intr_dest = adapter->sge.intrq.abs_id; in t4vf_sge_alloc_rxq()
2331 rspq->abs_id = be16_to_cpu(rpl.physiqid); in t4vf_sge_alloc_rxq()
2474 txq->q.abs_id = in t4vf_sge_alloc_eth_txq()
2518 rspq->abs_id = 0; in free_rspq_fl()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_debugfs.c2300 R("RspQ ID:", rspq.abs_id); in sge_qinfo_show()
2343 R("RspQ ID:", rspq.abs_id); in sge_qinfo_show()
2372 R("RspQ ID:", rspq.abs_id); in sge_qinfo_show()
2400 R("RspQ ID:", rspq.abs_id); in sge_qinfo_show()
2427 seq_printf(seq, "%-12s %16u\n", "RspQ ID:", evtq->abs_id); in sge_qinfo_show()
Dl2t.c156 TID_QID_V(adap->sge.fw_evtq.abs_id))); in write_l2e()
Dcxgb4_main.c887 rss[i] = rxq[*queues].rspq.abs_id; in cxgb4_write_rss()
1017 ids[i] = q->rspq.abs_id; in alloc_ofld_rxqs()
1045 msi_idx = -((int)s->intrq.abs_id + 1); in setup_sge_queues()
1136 QUEUENUMBER_V(s->ethrxq[0].rspq.abs_id)); in setup_sge_queues()
1247 FW_FILTER_WR_RX_RPL_IQ_V(adapter->sge.fw_evtq.abs_id)); in set_filter_wr()
1302 t4_mk_filtdelwr(ftid, fwr, adapter->sge.fw_evtq.abs_id); in del_filter_wr()
Dcxgb4.h522 u16 abs_id; /* absolute SGE id for the response q */ member
Dsge.c2537 iq->abs_id = ntohs(c.physiqid); in t4_sge_alloc_rxq()
2830 rq->cntxt_id = rq->abs_id = 0; in free_rspq_fl()