Lines Matching defs:qid
2439 u32 qid;
2447 qid = skb_get_queue_mapping(skb) - pi->nqsets;
2448 eosw_txq = &tc_port_mqprio->eosw_txq[qid];
2478 u16 qid = skb_get_queue_mapping(skb);
2483 if (unlikely(qid >= pi->nqsets))
4174 unsigned int qid = ntohl(rc->pldbuflen_qid);
4176 qid -= adap->sge.ingr_start;
4177 napi_schedule(&adap->sge.ingr_map[qid]->napi);
4344 * @qid: the SGE Queue ID
4349 * @qid. If BAR2 SGE Registers aren't available, returns NULL. Also
4355 unsigned int qid,
4362 ret = t4_bar2_sge_qregs(adapter, qid, qtype, 0,
4370 /* @intr_idx: MSI/MSI-X vector if >=0, -(absolute qid + 1) if < 0