Lines Matching refs:qid
611 unsigned int qid = EGR_QID_G(ntohl(p->opcode_qid)); in fwevtq_handler() local
614 txq = q->adap->sge.egr_map[qid - q->adap->sge.egr_start]; in fwevtq_handler()
903 static unsigned int rxq_to_chan(const struct sge *p, unsigned int qid) in rxq_to_chan() argument
905 qid -= p->ingr_start; in rxq_to_chan()
906 return netdev2pinfo(p->ingr_map[qid]->netdev)->tx_chan; in rxq_to_chan()
1994 static int read_eq_indices(struct adapter *adap, u16 qid, u16 *pidx, u16 *cidx) in read_eq_indices() argument
1996 u32 addr = t4_read_reg(adap, SGE_DBQ_CTXT_BADDR_A) + 24 * qid + 8; in read_eq_indices()
2012 int cxgb4_sync_txq_pidx(struct net_device *dev, u16 qid, u16 pidx, in cxgb4_sync_txq_pidx() argument
2019 ret = read_eq_indices(adap, qid, &hw_pidx, &hw_cidx); in cxgb4_sync_txq_pidx()
2038 QID_V(qid) | val); in cxgb4_sync_txq_pidx()
2146 unsigned int qid, in cxgb4_bar2_sge_qregs() argument
2152 qid, in cxgb4_bar2_sge_qregs()
2347 u16 qid = (dropped_db >> 15) & 0x1ffff; in process_db_drop() local
2353 ret = cxgb4_t4_bar2_sge_qregs(adap, qid, T4_BAR2_QTYPE_EGRESS, in process_db_drop()
2357 "qid=%d, pidx_inc=%d\n", qid, pidx_inc); in process_db_drop()