| /Linux-v6.6/drivers/net/ethernet/marvell/octeontx2/nic/ | 
| D | qos_sq.c | 33 static int otx2_qos_sq_aura_pool_init(struct otx2_nic *pfvf, int qidx)  in otx2_qos_sq_aura_pool_init()116 static void otx2_qos_sq_free_sqbs(struct otx2_nic *pfvf, int qidx)  in otx2_qos_sq_free_sqbs()
 151 static void otx2_qos_sqb_flush(struct otx2_nic *pfvf, int qidx)  in otx2_qos_sqb_flush()
 165 static int otx2_qos_ctx_disable(struct otx2_nic *pfvf, u16 qidx, int aura_id)  in otx2_qos_ctx_disable()
 222 	int qidx;  in otx2_qos_get_qid()  local
 230 void otx2_qos_free_qid(struct otx2_nic *pfvf, int qidx)  in otx2_qos_free_qid()
 235 int otx2_qos_enable_sq(struct otx2_nic *pfvf, int qidx)  in otx2_qos_enable_sq()
 259 void otx2_qos_disable_sq(struct otx2_nic *pfvf, int qidx)  in otx2_qos_disable_sq()
 
 | 
| D | otx2_common.c | 20 				 struct otx2_nic *pfvf, int qidx)  in otx2_nix_rq_op_stats()33 				 struct otx2_nic *pfvf, int qidx)  in otx2_nix_sq_op_stats()
 76 int otx2_update_rq_stats(struct otx2_nic *pfvf, int qidx)  in otx2_update_rq_stats()
 87 int otx2_update_sq_stats(struct otx2_nic *pfvf, int qidx)  in otx2_update_sq_stats()
 509 void otx2_config_irq_coalescing(struct otx2_nic *pfvf, int qidx)  in otx2_config_irq_coalescing()
 818 	int qidx, sqe_tail, sqe_head;  in otx2_sqb_flush()  local
 858 static int otx2_rq_init(struct otx2_nic *pfvf, u16 qidx, u16 lpb_aura)  in otx2_rq_init()
 891 int otx2_sq_aq_init(void *dev, u16 qidx, u16 sqb_aura)  in otx2_sq_aq_init()
 928 int otx2_sq_init(struct otx2_nic *pfvf, u16 qidx, u16 sqb_aura)  in otx2_sq_init()
 980 static int otx2_cq_init(struct otx2_nic *pfvf, u16 qidx)  in otx2_cq_init()
 [all …]
 
 | 
| D | otx2_txrx.c | 196 			      int qidx)  in otx2_skb_add_frag()255 			      int qidx)  in otx2_free_rcv_seg()
 275 				  struct nix_cqe_rx_s *cqe, int qidx)  in otx2_check_rcv_errors()
 450 	int tx_pkts = 0, tx_bytes = 0, qidx;  in otx2_tx_napi_handler()  local
 596 		    int size, int qidx)  in otx2_sqe_flush()
 752 			     struct sk_buff *skb, u16 qidx)  in otx2_sqe_add_hdr()
 881 			       struct sk_buff *skb, u16 qidx)  in otx2_sq_append_tso()
 1142 			struct sk_buff *skb, u16 qidx)  in otx2_sq_append_skb()
 1210 void otx2_cleanup_rx_cqes(struct otx2_nic *pfvf, struct otx2_cq_queue *cq, int qidx)  in otx2_cleanup_rx_cqes()
 1255 	int qidx;  in otx2_cleanup_tx_cqes()  local
 [all …]
 
 | 
| D | cn10k.c | 75 int cn10k_sq_aq_init(void *dev, u16 qidx, u16 sqb_aura)  in cn10k_sq_aq_init()138 void cn10k_sqe_flush(void *dev, struct otx2_snd_queue *sq, int size, int qidx)  in cn10k_sqe_flush()
 345 	int qidx, rc;  in cn10k_free_matchall_ipolicer()  local
 465 	int qidx, rc;  in cn10k_set_matchall_ipolicer_rate()  local
 
 | 
| D | otx2_pf.c | 1228 	u64 qidx = 0;  in otx2_q_intr_handler()  local1332 	int qidx = cq_poll->cint_idx;  in otx2_cq_intr_handler()  local
 1352 	int qidx;  in otx2_disable_napi()  local
 1366 	int qidx;  in otx2_free_cq_res()  local
 1380 	int qidx;  in otx2_free_sq_res()  local
 1560 	int qidx;  in otx2_free_hw_resources()  local
 1698 	int err = 0, qidx, vec;  in otx2_open()  local
 1905 	int qidx, vec, wrk;  in otx2_stop()  local
 1971 	int qidx = skb_get_queue_mapping(skb);  in otx2_xmit()  local
 2514 			    int qidx)  in otx2_xdp_xmit_tx()
 [all …]
 
 | 
| D | otx2_ethtool.c | 86 	int qidx, stats;  in otx2_get_qset_strings()  local153 	int stat, qidx;  in otx2_get_qset_stats()  local
 489 	int qidx;  in otx2_set_coalesce()  local
 
 | 
| D | otx2_dcbnl.c | 325 void otx2_update_bpid_in_rqctx(struct otx2_nic *pfvf, int vlan_prio, int qidx,  in otx2_update_bpid_in_rqctx()
 | 
| D | otx2_vf.c | 376 	int qidx = skb_get_queue_mapping(skb);  in otx2vf_xmit()  local
 | 
| D | otx2_flows.c | 970 	int vlan_prio, qidx, pfc_rule = 0;  in otx2_add_flow_msg()  local
 | 
| /Linux-v6.6/drivers/net/ethernet/cavium/thunder/ | 
| D | nicvf_queues.c | 32 static int nicvf_poll_reg(struct nicvf *nic, int qidx,  in nicvf_poll_reg()505 				struct snd_queue *sq, int q_len, int qidx)  in nicvf_init_snd_queue()
 628 				    struct queue_set *qs, int qidx)  in nicvf_reclaim_snd_queue()
 640 				    struct queue_set *qs, int qidx)  in nicvf_reclaim_rcv_queue()
 650 				    struct queue_set *qs, int qidx)  in nicvf_reclaim_cmp_queue()
 661 			       struct rbdr *rbdr, int qidx)  in nicvf_reclaim_rbdr()
 746 				   int qidx, bool enable)  in nicvf_rcv_queue_config()
 819 			    int qidx, bool enable)  in nicvf_cmp_queue_config()
 860 				   int qidx, bool enable)  in nicvf_snd_queue_config()
 918 			      int qidx, bool enable)  in nicvf_rbdr_config()
 [all …]
 
 | 
| D | nicvf_main.c | 75 static inline u8 nicvf_netdev_qidx(struct nicvf *nic, u8 qidx)  in nicvf_netdev_qidx()104 			   u64 qidx, u64 val)  in nicvf_queue_reg_write()
 111 u64 nicvf_queue_reg_read(struct nicvf *nic, u64 offset, u64 qidx)  in nicvf_queue_reg_read()
 989 	int qidx;  in nicvf_handle_qs_err()  local
 1043 	int qidx = cq_poll->cq_idx;  in nicvf_intr_handler()  local
 1062 	u8 qidx;  in nicvf_rbdr_intr_handler()  local
 1313 	int qidx;  in nicvf_free_cq_poll()  local
 1326 	int irq, qidx;  in nicvf_stop()  local
 1451 	int cpu, err, qidx;  in nicvf_open()  local
 1658 	int qidx, cpu;  in nicvf_update_stats()  local
 
 | 
| D | nicvf_ethtool.c | 214 	int stats, qidx;  in nicvf_get_qset_strings()  local301 	int stat, qidx;  in nicvf_get_qset_stats()  local
 
 | 
| /Linux-v6.6/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/ | 
| D | chcr_ipsec.c | 424 	u32 qidx;  in copy_esn_pktxt()  local474 	u32 ctrl0, qidx;  in copy_cpltx_pktxt()  local
 519 	unsigned int qidx;  in copy_key_cpltx_pktxt()  local
 579 	int qidx = skb_get_queue_mapping(skb);  in ch_ipsec_crypto_wreq()  local
 717 	int qidx, left, credits;  in ch_ipsec_xmit()  local
 
 | 
| /Linux-v6.6/drivers/scsi/csiostor/ | 
| D | csio_wr.c | 745 csio_wr_cleanup_eq_stpg(struct csio_hw *hw, int qidx)  in csio_wr_cleanup_eq_stpg()762 csio_wr_cleanup_iq_ftr(struct csio_hw *hw, int qidx)  in csio_wr_cleanup_iq_ftr()
 863 csio_wr_get(struct csio_hw *hw, int qidx, uint32_t size,  in csio_wr_get()
 982 csio_wr_issue(struct csio_hw *hw, int qidx, bool prio)  in csio_wr_issue()
 1262 csio_wr_process_iq_idx(struct csio_hw *hw, int qidx,  in csio_wr_process_iq_idx()
 
 | 
| /Linux-v6.6/drivers/net/ethernet/broadcom/bnxt/ | 
| D | bnxt_dcb.c | 55 		u8 qidx;  in bnxt_hwrm_queue_pri2cos_cfg()  local108 		u8 qidx = bp->tc_to_qidx[i];  in bnxt_hwrm_queue_cos2bw_cfg()  local
 277 			u8 qidx = bp->tc_to_qidx[i];  in bnxt_hwrm_queue_pfc_cfg()  local
 
 | 
| /Linux-v6.6/drivers/net/ethernet/fungible/funeth/ | 
| D | funeth_rx.c | 614 					    unsigned int qidx,  in fun_rxq_create_sw()788 int funeth_rxq_create(struct net_device *dev, unsigned int qidx,  in funeth_rxq_create()
 
 | 
| D | funeth_tx.c | 624 					    unsigned int qidx,  in fun_txq_create_sw()759 int funeth_txq_create(struct net_device *dev, unsigned int qidx,  in funeth_txq_create()
 
 | 
| D | funeth_txrx.h | 117 	u16 qidx;               /* queue index within net_device */  member173 	u16 qidx;                  /* queue index within net_device */  member
 
 | 
| /Linux-v6.6/drivers/scsi/mpi3mr/ | 
| D | mpi3mr_fw.c | 1678 static int mpi3mr_delete_op_reply_q(struct mpi3mr_ioc *mrioc, u16 qidx)  in mpi3mr_delete_op_reply_q()1759 static int mpi3mr_alloc_op_reply_q_segments(struct mpi3mr_ioc *mrioc, u16 qidx)  in mpi3mr_alloc_op_reply_q_segments()
 1816 static int mpi3mr_alloc_op_req_q_segments(struct mpi3mr_ioc *mrioc, u16 qidx)  in mpi3mr_alloc_op_req_q_segments()
 1874 static int mpi3mr_create_op_reply_q(struct mpi3mr_ioc *mrioc, u16 qidx)  in mpi3mr_create_op_reply_q()
 4156 static void mpi3mr_memset_op_reply_q_buffers(struct mpi3mr_ioc *mrioc, u16 qidx)  in mpi3mr_memset_op_reply_q_buffers()
 4179 static void mpi3mr_memset_op_req_q_buffers(struct mpi3mr_ioc *mrioc, u16 qidx)  in mpi3mr_memset_op_req_q_buffers()
 
 | 
| /Linux-v6.6/drivers/scsi/lpfc/ | 
| D | lpfc_nvme.c | 83 		       unsigned int qidx, u16 qsize,  in lpfc_nvme_create_queue()145 		       unsigned int qidx,  in lpfc_nvme_delete_queue()
 
 | 
| /Linux-v6.6/drivers/net/ethernet/chelsio/cxgb3/ | 
| D | cxgb3_main.c | 402 	int i, j, err, qidx = 0;  in request_msix_data_irqs()  local940 static int send_pktsched_cmd(struct adapter *adap, int sched, int qidx, int lo,  in send_pktsched_cmd()
 2618 	int qidx;  in cxgb_netpoll()  local
 
 | 
| /Linux-v6.6/drivers/nvme/host/ | 
| D | fc.c | 2223 __nvme_fc_init_hctx(struct blk_mq_hw_ctx *hctx, void *data, unsigned int qidx)  in __nvme_fc_init_hctx()2302 	struct nvme_fc_queue *queue, unsigned int qidx)  in __nvme_fc_delete_hw_queue()
 2321 	struct nvme_fc_queue *queue, unsigned int qidx, u16 qsize)  in __nvme_fc_create_hw_queue()
 
 | 
| /Linux-v6.6/drivers/net/ethernet/netronome/nfp/nfd3/ | 
| D | dp.c | 267 	u16 qidx;  in nfp_nfd3_tx()  local
 | 
| /Linux-v6.6/drivers/dma/ptdma/ | 
| D | ptdma.h | 200 	unsigned int qidx;  member
 | 
| /Linux-v6.6/drivers/scsi/qla2xxx/ | 
| D | qla_nvme.c | 113     unsigned int qidx, u16 qsize, void **handle)  in qla_nvme_alloc_queue()
 |