Lines Matching refs:qnum
2627 * @qnum: identifies the specific queue (0..2: Tx, 3:response, 4..5: Rx)
2635 t3_get_desc(const struct sge_qset *qs, unsigned int qnum, unsigned int idx,
2638 if (qnum >= 6)
2641 if (qnum < 3) {
2642 if (!qs->txq[qnum].desc || idx >= qs->txq[qnum].size)
2644 memcpy(data, &qs->txq[qnum].desc[idx], sizeof(struct tx_desc));
2648 if (qnum == 3) {
2655 qnum -= 4;
2656 if (!qs->fl[qnum].desc || idx >= qs->fl[qnum].size)
2658 memcpy(data, &qs->fl[qnum].desc[idx], sizeof(struct rx_desc));