/linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A 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() argument 116 static void otx2_qos_sq_free_sqbs(struct otx2_nic *pfvf, int qidx) in otx2_qos_sq_free_sqbs() argument 151 static void otx2_qos_sqb_flush(struct otx2_nic *pfvf, int qidx) in otx2_qos_sqb_flush() argument 166 static int otx2_qos_ctx_disable(struct otx2_nic *pfvf, u16 qidx, int aura_id) in otx2_qos_ctx_disable() argument 223 int qidx; otx2_qos_get_qid() local 231 otx2_qos_free_qid(struct otx2_nic * pfvf,int qidx) otx2_qos_free_qid() argument 236 otx2_qos_enable_sq(struct otx2_nic * pfvf,int qidx) otx2_qos_enable_sq() argument 280 otx2_qos_disable_sq(struct otx2_nic * pfvf,int qidx) otx2_qos_disable_sq() argument [all...] |
H A D | otx2_xsk.c | 36 static int otx2_xsk_ctx_disable(struct otx2_nic *pfvf, u16 qidx, int aura_id) in otx2_xsk_ctx_disable() argument 91 static void otx2_clean_up_rq(struct otx2_nic *pfvf, int qidx) in otx2_clean_up_rq() argument 119 otx2_xsk_pool_enable(struct otx2_nic * pf,struct xsk_buff_pool * pool,u16 qidx) otx2_xsk_pool_enable() argument 140 otx2_xsk_pool_disable(struct otx2_nic * pf,u16 qidx) otx2_xsk_pool_disable() argument 161 otx2_xsk_pool_setup(struct otx2_nic * pf,struct xsk_buff_pool * pool,u16 qidx) otx2_xsk_pool_setup() argument 194 otx2_attach_xsk_buff(struct otx2_nic * pfvf,struct otx2_snd_queue * sq,int qidx) otx2_attach_xsk_buff() argument 201 otx2_xsk_sq_append_pkt(struct otx2_nic * pfvf,u64 iova,int len,u16 qidx) otx2_xsk_sq_append_pkt() argument [all...] |
H A D | otx2_common.c | 28 struct otx2_nic *pfvf, int qidx) in otx2_nix_rq_op_stats() argument 41 struct otx2_nic *pfvf, int qidx) in otx2_nix_sq_op_stats() argument 84 int otx2_update_rq_stats(struct otx2_nic *pfvf, int qidx) in otx2_update_rq_stats() argument 96 int otx2_update_sq_stats(struct otx2_nic *pfvf, int qidx) in otx2_update_sq_stats() argument 515 otx2_config_irq_coalescing(struct otx2_nic * pfvf,int qidx) otx2_config_irq_coalescing() argument 548 __otx2_alloc_rbuf(struct otx2_nic * pfvf,struct otx2_pool * pool,dma_addr_t * dma,int qidx,int idx) __otx2_alloc_rbuf() argument 573 otx2_alloc_rbuf(struct otx2_nic * pfvf,struct otx2_pool * pool,dma_addr_t * dma,int qidx,int idx) otx2_alloc_rbuf() argument 852 int qidx, sqe_tail, sqe_head; otx2_sqb_flush() local 888 otx2_rq_init(struct otx2_nic * pfvf,u16 qidx,u16 lpb_aura) otx2_rq_init() argument 921 otx2_sq_aq_init(void * dev,u16 qidx,u8 chan_offset,u16 sqb_aura) otx2_sq_aq_init() argument 958 otx2_sq_init(struct otx2_nic * pfvf,u16 qidx,u16 sqb_aura) otx2_sq_init() argument 1049 otx2_cq_init(struct otx2_nic * pfvf,u16 qidx) otx2_cq_init() argument 1157 int qidx; otx2_pool_refill_task() local 1173 int qidx, err; otx2_config_nix_queues() local 1267 int sqb, qidx; otx2_sq_free_sqbs() local 1528 int qidx, pool_id, stack_pages, num_sqbs; otx2_sq_aura_pool_init() local 1917 int irq, qidx; otx2_free_cints() local [all...] |
H A D | otx2_txrx.c | 188 int qidx) in otx2_skb_add_frag() argument 247 int qidx) in otx2_free_rcv_seg() argument 267 struct nix_cqe_rx_s *cqe, int qidx) in otx2_check_rcv_errors() argument 453 int *xsk_frames, int qidx, int budget) in otx2_zc_submit_pkts() argument 467 int tx_pkts = 0, tx_bytes = 0, qidx; in otx2_tx_napi_handler() local 645 otx2_sqe_flush(void * dev,struct otx2_snd_queue * sq,int size,int qidx) otx2_sqe_flush() argument 800 otx2_sqe_add_hdr(struct otx2_nic * pfvf,struct otx2_snd_queue * sq,struct nix_sqe_hdr_s * sqe_hdr,struct sk_buff * skb,u16 qidx) otx2_sqe_add_hdr() argument 929 otx2_sq_append_tso(struct otx2_nic * pfvf,struct otx2_snd_queue * sq,struct sk_buff * skb,u16 qidx) otx2_sq_append_tso() argument 1191 otx2_sq_append_skb(void * dev,struct netdev_queue * txq,struct otx2_snd_queue * sq,struct sk_buff * skb,u16 qidx) otx2_sq_append_skb() argument 1276 otx2_cleanup_rx_cqes(struct otx2_nic * pfvf,struct otx2_cq_queue * cq,int qidx) otx2_cleanup_rx_cqes() argument 1327 int qidx; otx2_cleanup_tx_cqes() local 1439 otx2_read_free_sqe(struct otx2_nic * pfvf,u16 qidx) otx2_read_free_sqe() argument 1455 otx2_xdp_sq_append_pkt(struct otx2_nic * pfvf,struct xdp_frame * xdpf,u64 iova,int len,u16 qidx,u16 flags) otx2_xdp_sq_append_pkt() argument 1498 int qidx = cq->cq_idx; otx2_xdp_rcv_pkt_handler() local [all...] |
H A D | cn10k.c | 85 int cn10k_sq_aq_init(void *dev, u16 qidx, u8 chan_offset, u16 sqb_aura) in cn10k_sq_aq_init() argument 153 void cn10k_sqe_flush(void *dev, struct otx2_snd_queue *sq, int size, int qidx) in cn10k_sqe_flush() argument 365 int qidx, rc; in cn10k_free_matchall_ipolicer() local 491 int qidx, rc; cn10k_set_matchall_ipolicer_rate() local [all...] |
H A D | otx2_pf.c | 1398 u64 val, qidx = 0; in otx2_q_intr_handler() local 1513 int qidx = cq_poll->cint_idx; otx2_cq_intr_handler() local 1535 int qidx; otx2_disable_napi() local 1552 int qidx; otx2_free_cq_res() local 1566 int qidx; otx2_free_sq_res() local 1756 int qidx; otx2_free_hw_resources() local 1976 int err = 0, qidx, vec; otx2_open() local 2161 int qidx, vec, wrk; otx2_stop() local 2222 int qidx = skb_get_queue_mapping(skb); otx2_xmit() local 2769 otx2_xdp_xmit_tx(struct otx2_nic * pf,struct xdp_frame * xdpf,int qidx) otx2_xdp_xmit_tx() argument 2794 int qidx = smp_processor_id(); otx2_xdp_xmit() local [all...] |
H A D | rep.c | 156 u16 qidx = rep->rep_id; in rvu_rep_sp_stats64() local 493 int err = 0, qidx, vec; in rvu_rep_napi_init() local 552 int qidx, vec; rvu_rep_free_cq_rsrc() local [all...] |
H A D | otx2_dcbnl.c | 335 void otx2_update_bpid_in_rqctx(struct otx2_nic *pfvf, int vlan_prio, int qidx, in otx2_update_bpid_in_rqctx() argument [all...] |
H A D | otx2_vf.c | 419 int qidx = skb_get_queue_mapping(skb); in otx2vf_xmit() local
|
H A D | otx2_flows.c | 978 int vlan_prio, qidx, pfc_rule = 0; in otx2_add_flow_msg() local
|
/linux/drivers/net/ethernet/cavium/thunder/ |
H A D | nicvf_queues.c | 32 static int nicvf_poll_reg(struct nicvf *nic, int qidx, in nicvf_poll_reg() argument 505 struct snd_queue *sq, int q_len, int qidx) in nicvf_init_snd_queue() argument 628 struct queue_set *qs, int qidx) in nicvf_reclaim_snd_queue() argument 640 struct queue_set *qs, int qidx) in nicvf_reclaim_rcv_queue() argument 650 nicvf_reclaim_cmp_queue(struct nicvf * nic,struct queue_set * qs,int qidx) nicvf_reclaim_cmp_queue() argument 661 nicvf_reclaim_rbdr(struct nicvf * nic,struct rbdr * rbdr,int qidx) nicvf_reclaim_rbdr() argument 746 nicvf_rcv_queue_config(struct nicvf * nic,struct queue_set * qs,int qidx,bool enable) nicvf_rcv_queue_config() argument 819 nicvf_cmp_queue_config(struct nicvf * nic,struct queue_set * qs,int qidx,bool enable) nicvf_cmp_queue_config() argument 860 nicvf_snd_queue_config(struct nicvf * nic,struct queue_set * qs,int qidx,bool enable) nicvf_snd_queue_config() argument 918 nicvf_rbdr_config(struct nicvf * nic,struct queue_set * qs,int qidx,bool enable) nicvf_rbdr_config() argument 991 int qidx; nicvf_free_resources() local 1009 int qidx; nicvf_alloc_resources() local 1069 int qidx; nicvf_config_data_transfer() local 1160 nicvf_sq_enable(struct nicvf * nic,struct snd_queue * sq,int qidx) nicvf_sq_enable() argument 1171 nicvf_sq_disable(struct nicvf * nic,int qidx) nicvf_sq_disable() argument 1181 nicvf_sq_free_used_descs(struct net_device * netdev,struct snd_queue * sq,int qidx) nicvf_sq_free_used_descs() argument [all...] |
H A D | nicvf_main.c | 75 static inline u8 nicvf_netdev_qidx(struct nicvf *nic, u8 qidx) in nicvf_netdev_qidx() argument 104 u64 qidx, u64 val) in nicvf_queue_reg_write() argument 111 u64 nicvf_queue_reg_read(struct nicvf *nic, u64 offset, u64 qidx) in nicvf_queue_reg_read() argument 989 int qidx; in nicvf_handle_qs_err() local 1043 int qidx = cq_poll->cq_idx; nicvf_intr_handler() local 1062 u8 qidx; nicvf_rbdr_intr_handler() local 1313 int qidx; nicvf_free_cq_poll() local 1326 int irq, qidx; nicvf_stop() local 1451 int cpu, err, qidx; nicvf_open() local 1652 int qidx, cpu; nicvf_update_stats() local [all...] |
/linux/drivers/scsi/csiostor/ |
H A D | csio_wr.c | 745 csio_wr_cleanup_eq_stpg(struct csio_hw *hw, int qidx) in csio_wr_cleanup_eq_stpg() argument 762 csio_wr_cleanup_iq_ftr(struct csio_hw *hw, int qidx) in csio_wr_cleanup_iq_ftr() argument 863 csio_wr_get(struct csio_hw *hw, int qidx, uint32_t size, in csio_wr_get() argument 982 csio_wr_issue(struct csio_hw * hw,int qidx,bool prio) csio_wr_issue() argument 1262 csio_wr_process_iq_idx(struct csio_hw * hw,int qidx,void (* iq_handler)(struct csio_hw *,void *,uint32_t,struct csio_fl_dma_buf *,void *),void * priv) csio_wr_process_iq_idx() argument [all...] |
/linux/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_dcb.c | 55 u8 qidx; in bnxt_hwrm_queue_pri2cos_cfg() local 108 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/drivers/net/ethernet/fungible/funeth/ |
H A D | funeth_rx.c | 614 unsigned int qidx, in fun_rxq_create_sw() argument 788 int funeth_rxq_create(struct net_device *dev, unsigned int qidx, in funeth_rxq_create() argument [all...] |
H A D | funeth_tx.c | 624 unsigned int qidx, in fun_txq_create_sw() argument 759 int funeth_txq_create(struct net_device *dev, unsigned int qidx, in funeth_txq_create() argument [all...] |
H A D | funeth_txrx.h | 117 u16 qidx; /* queue index within net_device */ member 173 u16 qidx; /* queue index within net_device */ member
|
/linux/drivers/scsi/mpi3mr/ |
H A D | mpi3mr_fw.c | 1915 static int mpi3mr_delete_op_reply_q(struct mpi3mr_ioc *mrioc, u16 qidx) in mpi3mr_delete_op_reply_q() argument 1996 static int mpi3mr_alloc_op_reply_q_segments(struct mpi3mr_ioc *mrioc, u16 qidx) in mpi3mr_alloc_op_reply_q_segments() argument 2053 static int mpi3mr_alloc_op_req_q_segments(struct mpi3mr_ioc *mrioc, u16 qidx) in mpi3mr_alloc_op_req_q_segments() argument 2111 mpi3mr_create_op_reply_q(struct mpi3mr_ioc * mrioc,u16 qidx) mpi3mr_create_op_reply_q() argument 4607 mpi3mr_memset_op_reply_q_buffers(struct mpi3mr_ioc * mrioc,u16 qidx) mpi3mr_memset_op_reply_q_buffers() argument 4630 mpi3mr_memset_op_req_q_buffers(struct mpi3mr_ioc * mrioc,u16 qidx) mpi3mr_memset_op_req_q_buffers() argument [all...] |
/linux/drivers/scsi/lpfc/ |
H A D | lpfc_nvme.c | 83 unsigned int qidx, u16 qsize, in lpfc_nvme_create_queue() argument 145 lpfc_nvme_delete_queue(struct nvme_fc_local_port * pnvme_lport,unsigned int qidx,void * handle) lpfc_nvme_delete_queue() argument [all...] |
H A D | lpfc_nvme.h | 43 uint32_t qidx; /* queue index passed to create */ member
|
/linux/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | cxgb3_main.c | 401 int i, j, err, qidx = 0; in request_msix_data_irqs() local 939 static int send_pktsched_cmd(struct adapter *adap, int sched, int qidx, in argument 2617 int qidx; cxgb_netpoll() local [all...] |
/linux/drivers/nvme/host/ |
H A D | fc.c | 2182 __nvme_fc_init_hctx(struct blk_mq_hw_ctx *hctx, void *data, unsigned int qidx) in __nvme_fc_init_hctx() argument 2261 struct nvme_fc_queue *queue, unsigned int qidx) in __nvme_fc_delete_hw_queue() argument 2280 struct nvme_fc_queue *queue, unsigned int qidx, u16 qsize) in __nvme_fc_create_hw_queue() argument
|
/linux/drivers/net/ethernet/netronome/nfp/nfd3/ |
H A D | dp.c | 270 u16 qidx; in nfp_nfd3_tx() local
|
/linux/drivers/dma/amd/ptdma/ |
H A D | ptdma.h | 201 unsigned int qidx; member
|
/linux/drivers/scsi/qla2xxx/ |
H A D | qla_nvme.c | 115 unsigned int qidx, u16 qsize, void **handle) in qla_nvme_alloc_queue() argument [all...] |