Searched refs:q_info (Results 1 – 9 of 9) sorted by relevance
76 struct pdsc_q_info *q_info; in pdsc_process_adminq() local104 q_info = &q->info[q->tail_idx]; in pdsc_process_adminq()107 if (!completion_done(&q_info->completion)) { in pdsc_process_adminq()108 memcpy(q_info->dest, comp, sizeof(*comp)); in pdsc_process_adminq()109 complete(&q_info->completion); in pdsc_process_adminq()163 struct pdsc_q_info *q_info; in __pdsc_adminq_post() local201 q_info = &q->info[index]; in __pdsc_adminq_post()202 q_info->dest = comp; in __pdsc_adminq_post()203 memcpy(q_info->desc, cmd, sizeof(*cmd)); in __pdsc_adminq_post()204 reinit_completion(&q_info->completion); in __pdsc_adminq_post()
114 struct iris_iface_q_info *q_info = &core->command_queue; in iris_hfi_queue_cmd_write_locked() local119 if (!iris_hfi_queue_write(q_info, pkt, pkt_size)) { in iris_hfi_queue_cmd_write_locked()158 struct iris_iface_q_info *q_info = &core->message_queue; in iris_hfi_queue_msg_read() local167 if (iris_hfi_queue_read(q_info, pkt)) { in iris_hfi_queue_msg_read()180 struct iris_iface_q_info *q_info = &core->debug_queue; in iris_hfi_queue_dbg_read() local189 if (iris_hfi_queue_read(q_info, pkt)) { in iris_hfi_queue_dbg_read()
30 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()
2419 struct bnxt_queue_info q_info[BNXT_MAX_QUEUE]; member
4023 ring->queue_id = bp->q_info[qidx].queue_id; in bnxt_alloc_tx_rings()10095 bp->q_info[j].queue_id = *qptr; in bnxt_hwrm_queue_qportcfg()10097 bp->q_info[j].queue_profile = *qptr++; in bnxt_hwrm_queue_qportcfg()10099 if (!BNXT_CNPQ(bp->q_info[j].queue_profile) || in bnxt_hwrm_queue_qportcfg()
139 struct idpf_ctlq_create_info *q_info);
217 struct idpf_ctlq_create_info *q_info) in idpf_ctlq_init() argument226 struct idpf_ctlq_create_info *qinfo = q_info + i; in idpf_ctlq_init()
684 bd->q_info[j].queue_id = *qptr; in bnge_hwrm_queue_qportcfg()686 bd->q_info[j].queue_profile = *qptr++; in bnge_hwrm_queue_qportcfg()688 if (!BNGE_CNPQ(bd->q_info[j].queue_profile) || no_rdma) in bnge_hwrm_queue_qportcfg()
186 struct bnge_queue_info q_info[BNGE_MAX_QUEUE]; member
Completed in 69 milliseconds