Home
last modified time | relevance | path

Searched refs:q_info (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/ethernet/amd/pds_core/
H A Dadminq.c81 struct pdsc_q_info *q_info; in pdsc_process_adminq() local
110 q_info = &q->info[q->tail_idx]; in pdsc_process_adminq()
114 memcpy(q_info->dest, comp, sizeof(*comp)); in pdsc_process_adminq()
116 complete_all(&q_info->wc->wait_completion); in pdsc_process_adminq()
173 struct pdsc_q_info *q_info; in __pdsc_adminq_post() local
211 q_info = &q->info[index]; in __pdsc_adminq_post()
212 q_info->wc = wc; in __pdsc_adminq_post()
213 q_info->dest = comp; in __pdsc_adminq_post()
214 memcpy(q_info->desc, cmd, sizeof(*cmd)); in __pdsc_adminq_post()
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_dcb.c30 if (bp->q_info[i].queue_id == queue_id) { in bnxt_queue_to_tc()
61 pri2cos[i] = bp->q_info[qidx].queue_id; in bnxt_hwrm_queue_pri2cos_cfg()
115 cos2bw.queue_id = bp->q_info[qidx].queue_id; in bnxt_hwrm_queue_cos2bw_cfg()
202 if (BNXT_LLQ(bp->q_info[j].queue_profile)) { in bnxt_queue_remap()
279 if (!BNXT_LLQ(bp->q_info[qidx].queue_profile)) { in bnxt_hwrm_queue_pfc_cfg()
H A Dbnxt.h1947 struct bnxt_queue_info q_info[BNXT_MAX_QUEUE]; member
H A Dbnxt.c3354 ring->queue_id = bp->q_info[qidx].queue_id; in bnxt_alloc_tx_rings()
8112 bp->q_info[j].queue_id = *qptr; in bnxt_hwrm_queue_qportcfg()
8114 bp->q_info[j].queue_profile = *qptr++; in bnxt_hwrm_queue_qportcfg()
8116 if (!BNXT_CNPQ(bp->q_info[j].queue_profile) || in bnxt_hwrm_queue_qportcfg()