Lines Matching refs:qidx
370 int (*sq_aq_init)(void *dev, u16 qidx, u16 sqb_aura);
372 int size, int qidx);
913 static inline u16 otx2_get_smq_idx(struct otx2_nic *pfvf, u16 qidx) in otx2_get_smq_idx() argument
917 if (qidx < NIX_PF_PFC_PRIO_MAX && pfvf->pfc_alloc_status[qidx]) in otx2_get_smq_idx()
918 return pfvf->pfc_schq_list[NIX_TXSCH_LVL_SMQ][qidx]; in otx2_get_smq_idx()
921 if (qidx >= pfvf->hw.non_qos_queues) in otx2_get_smq_idx()
922 smq = pfvf->qos.qid_to_sqmap[qidx - pfvf->hw.non_qos_queues]; in otx2_get_smq_idx()
961 void otx2_config_irq_coalescing(struct otx2_nic *pfvf, int qidx);
988 void otx2_cleanup_rx_cqes(struct otx2_nic *pfvf, struct otx2_cq_queue *cq, int qidx);
990 int otx2_sq_init(struct otx2_nic *pfvf, u16 qidx, u16 sqb_aura);
991 int otx2_sq_aq_init(void *dev, u16 qidx, u16 sqb_aura);
992 int cn10k_sq_aq_init(void *dev, u16 qidx, u16 sqb_aura);
1029 int otx2_update_rq_stats(struct otx2_nic *pfvf, int qidx);
1030 int otx2_update_sq_stats(struct otx2_nic *pfvf, int qidx);
1061 bool otx2_xdp_sq_append_pkt(struct otx2_nic *pfvf, u64 iova, int len, u16 qidx);
1087 void otx2_update_bpid_in_rqctx(struct otx2_nic *pfvf, int vlan_prio, int qidx, bool pfc_enable);