Home
last modified time | relevance | path

Searched refs:q_info (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/ethernet/amd/pds_core/
H A Dadminq.c81 struct pdsc_q_info *q_info; in pdsc_process_adminq() local
104 * run the callback in the related q_info, in pdsc_process_adminq()
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 in __pdsc_adminq_post()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_dcb.c29 if (bp->q_info[i].queue_id == queue_id) { in bnxt_queue_to_tc()
57 pri2cos[i] = bp->q_info[qidx].queue_id; in bnxt_hwrm_queue_pri2cos_cfg()
107 cos2bw.queue_id = bp->q_info[qidx].queue_id; in bnxt_hwrm_queue_cos2bw_cfg()
183 if (BNXT_LLQ(bp->q_info[j].queue_profile)) { in bnxt_queue_remap()
259 if (!BNXT_LLQ(bp->q_info[qidx].queue_profile)) { in bnxt_hwrm_queue_pfc_cfg()
H A Dbnxt.h1788 struct bnxt_queue_info q_info[BNXT_MAX_QUEUE]; member
H A Dbnxt.c3101 ring->queue_id = bp->q_info[qidx].queue_id; in bnxt_alloc_tx_rings()
7691 bp->q_info[j].queue_id = *qptr; in bnxt_hwrm_queue_qportcfg()
7693 bp->q_info[j].queue_profile = *qptr++; in bnxt_hwrm_queue_qportcfg()
7695 if (!BNXT_CNPQ(bp->q_info[j].queue_profile) || in bnxt_hwrm_queue_qportcfg()
/kernel/linux/linux-6.6/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.c3363 ring->queue_id = bp->q_info[qidx].queue_id; in bnxt_alloc_tx_rings()
8121 bp->q_info[j].queue_id = *qptr; in bnxt_hwrm_queue_qportcfg()
8123 bp->q_info[j].queue_profile = *qptr++; in bnxt_hwrm_queue_qportcfg()
8125 if (!BNXT_CNPQ(bp->q_info[j].queue_profile) || in bnxt_hwrm_queue_qportcfg()

Completed in 84 milliseconds