Lines Matching defs:qid
2433 u32 qid;
2441 qid = skb_get_queue_mapping(skb) - pi->nqsets;
2442 eosw_txq = &tc_port_mqprio->eosw_txq[qid];
2472 u16 qid = skb_get_queue_mapping(skb);
2477 if (unlikely(qid >= pi->nqsets))
4149 unsigned int qid = ntohl(rc->pldbuflen_qid);
4151 qid -= adap->sge.ingr_start;
4152 napi_schedule(&adap->sge.ingr_map[qid]->napi);
4319 * @qid: the SGE Queue ID
4324 * @qid. If BAR2 SGE Registers aren't available, returns NULL. Also
4330 unsigned int qid,
4337 ret = t4_bar2_sge_qregs(adapter, qid, qtype, 0,
4345 /* @intr_idx: MSI/MSI-X vector if >=0, -(absolute qid + 1) if < 0