Home
last modified time | relevance | path

Searched refs:qid (Results 1 - 25 of 551) sorted by relevance

12345678910>>...23

/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dhtb.c17 u16 qid; member
40 if (node->qid == MLX5E_QOS_QID_INNER) in mlx5e_htb_enumerate_leaves()
42 err = callback(data, node->qid, node->hw_id); in mlx5e_htb_enumerate_leaves()
70 mlx5e_htb_node_create_leaf(struct mlx5e_htb *htb, u16 classid, u16 qid, in mlx5e_htb_node_create_leaf() argument
81 node->qid = qid; in mlx5e_htb_node_create_leaf()
82 __set_bit(qid, htb->qos_used_qids); in mlx5e_htb_node_create_leaf()
100 node->qid = MLX5E_QOS_QID_INNER; in mlx5e_htb_node_create_root()
134 if (node->qid != MLX5E_QOS_QID_INNER) { in mlx5e_htb_node_delete()
135 __clear_bit(node->qid, ht in mlx5e_htb_node_delete()
150 u16 qid; mlx5e_htb_get_txq_by_classid() local
292 int qid; mlx5e_htb_leaf_alloc_queue() local
349 u16 qid; mlx5e_htb_leaf_to_inner() local
431 mlx5e_htb_node_find_by_qid(struct mlx5e_htb *htb, u16 qid) mlx5e_htb_node_find_by_qid() argument
449 u16 qid, moved_qid; mlx5e_htb_leaf_del() local
547 u16 qid; mlx5e_htb_leaf_del_last() local
[all...]
H A Dqos.c38 u16 mlx5e_qid_from_qos(struct mlx5e_channels *chs, u16 qid) in mlx5e_qid_from_qos() argument
49 return (chs->params.num_channels + is_ptp) * mlx5e_get_dcb_num_tc(&chs->params) + qid; in mlx5e_qid_from_qos()
54 static struct mlx5e_txqsq *mlx5e_get_qos_sq(struct mlx5e_priv *priv, int qid) in mlx5e_get_qos_sq() argument
61 ix = qid % params->num_channels; in mlx5e_get_qos_sq()
62 qid /= params->num_channels; in mlx5e_get_qos_sq()
66 return mlx5e_state_dereference(priv, qos_sqs[qid]); in mlx5e_get_qos_sq()
76 int txq_ix, ix, qid, err = 0; in mlx5e_open_qos_sq() local
111 qid = node_qid / params->num_channels; in mlx5e_open_qos_sq()
135 rcu_assign_pointer(qos_sqs[qid], sq); in mlx5e_open_qos_sq()
157 u16 qid; in mlx5e_activate_qos_sq() local
182 mlx5e_deactivate_qos_sq(struct mlx5e_priv *priv, u16 qid) mlx5e_deactivate_qos_sq() argument
202 mlx5e_close_qos_sq(struct mlx5e_priv *priv, u16 qid) mlx5e_close_qos_sq() argument
331 u16 qid = params->num_channels * i + c->ix; mlx5e_qos_deactivate_queues() local
354 mlx5e_reactivate_qos_sq(struct mlx5e_priv *priv, u16 qid, struct netdev_queue *txq) mlx5e_reactivate_qos_sq() argument
361 mlx5e_reset_qdisc(struct net_device *dev, u16 qid) mlx5e_reset_qdisc() argument
[all...]
/kernel/linux/linux-6.6/drivers/vdpa/pds/
H A Dvdpa_dev.c72 static int pds_vdpa_set_vq_address(struct vdpa_device *vdpa_dev, u16 qid, in pds_vdpa_set_vq_address() argument
77 pdsv->vqs[qid].desc_addr = desc_addr; in pds_vdpa_set_vq_address()
78 pdsv->vqs[qid].avail_addr = driver_addr; in pds_vdpa_set_vq_address()
79 pdsv->vqs[qid].used_addr = device_addr; in pds_vdpa_set_vq_address()
84 static void pds_vdpa_set_vq_num(struct vdpa_device *vdpa_dev, u16 qid, u32 num) in pds_vdpa_set_vq_num() argument
88 pdsv->vqs[qid].q_len = num; in pds_vdpa_set_vq_num()
91 static void pds_vdpa_kick_vq(struct vdpa_device *vdpa_dev, u16 qid) in pds_vdpa_kick_vq() argument
95 iowrite16(qid, pdsv->vqs[qid].notify); in pds_vdpa_kick_vq()
98 static void pds_vdpa_set_vq_cb(struct vdpa_device *vdpa_dev, u16 qid, in pds_vdpa_set_vq_cb() argument
117 pds_vdpa_release_irq(struct pds_vdpa_device *pdsv, int qid) pds_vdpa_release_irq() argument
126 pds_vdpa_set_vq_ready(struct vdpa_device *vdpa_dev, u16 qid, bool ready) pds_vdpa_set_vq_ready() argument
164 pds_vdpa_get_vq_ready(struct vdpa_device *vdpa_dev, u16 qid) pds_vdpa_get_vq_ready() argument
171 pds_vdpa_set_vq_state(struct vdpa_device *vdpa_dev, u16 qid, const struct vdpa_vq_state *state) pds_vdpa_set_vq_state() argument
221 pds_vdpa_get_vq_state(struct vdpa_device *vdpa_dev, u16 qid, struct vdpa_vq_state *state) pds_vdpa_get_vq_state() argument
257 pds_vdpa_get_vq_notification(struct vdpa_device *vdpa_dev, u16 qid) pds_vdpa_get_vq_notification() argument
274 pds_vdpa_get_vq_irq(struct vdpa_device *vdpa_dev, u16 qid) pds_vdpa_get_vq_irq() argument
385 int max_vq, nintrs, qid, err; pds_vdpa_request_irqs() local
433 int qid; pds_vdpa_release_irqs() local
489 pds_vdpa_init_vqs_entry(struct pds_vdpa_device *pdsv, int qid, void __iomem *notify) pds_vdpa_init_vqs_entry() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/prestera/
H A Dprestera_pci.c242 static u32 prestera_fw_evtq_len(struct prestera_fw *fw, u8 qid) in prestera_fw_evtq_len() argument
244 return fw->evt_queue[qid].len; in prestera_fw_evtq_len()
247 static u32 prestera_fw_evtq_avail(struct prestera_fw *fw, u8 qid) in prestera_fw_evtq_avail() argument
249 u32 wr_idx = prestera_fw_read(fw, PRESTERA_EVTQ_WR_IDX_REG(qid)); in prestera_fw_evtq_avail()
250 u32 rd_idx = prestera_fw_read(fw, PRESTERA_EVTQ_RD_IDX_REG(qid)); in prestera_fw_evtq_avail()
252 return CIRC_CNT(wr_idx, rd_idx, prestera_fw_evtq_len(fw, qid)); in prestera_fw_evtq_avail()
256 u8 qid, u32 idx) in prestera_fw_evtq_rd_set()
258 u32 rd_idx = idx & (prestera_fw_evtq_len(fw, qid) - 1); in prestera_fw_evtq_rd_set()
260 prestera_fw_write(fw, PRESTERA_EVTQ_RD_IDX_REG(qid), rd_idx); in prestera_fw_evtq_rd_set()
263 static u8 __iomem *prestera_fw_evtq_buf(struct prestera_fw *fw, u8 qid) in prestera_fw_evtq_buf() argument
255 prestera_fw_evtq_rd_set(struct prestera_fw *fw, u8 qid, u32 idx) prestera_fw_evtq_rd_set() argument
268 prestera_fw_evtq_read32(struct prestera_fw *fw, u8 qid) prestera_fw_evtq_read32() argument
278 prestera_fw_evtq_read_buf(struct prestera_fw *fw, u8 qid, void *buf, size_t len) prestera_fw_evtq_read_buf() argument
298 int qid; prestera_fw_evtq_pick() local
321 u8 qid; prestera_fw_evt_work_fn() local
361 prestera_fw_cmdq_lock(struct prestera_fw *fw, u8 qid) prestera_fw_cmdq_lock() argument
366 prestera_fw_cmdq_unlock(struct prestera_fw *fw, u8 qid) prestera_fw_cmdq_unlock() argument
371 prestera_fw_cmdq_len(struct prestera_fw *fw, u8 qid) prestera_fw_cmdq_len() argument
376 prestera_fw_cmdq_buf(struct prestera_fw *fw, u8 qid) prestera_fw_cmdq_buf() argument
381 prestera_fw_cmd_send(struct prestera_fw *fw, int qid, void *in_msg, size_t in_size, void *out_msg, size_t out_size, unsigned int waitms) prestera_fw_cmd_send() argument
434 prestera_fw_send_req(struct prestera_device *dev, int qid, void *in_msg, size_t in_size, void *out_msg, size_t out_size, unsigned int waitms) prestera_fw_send_req() argument
455 u8 qid; prestera_fw_init() local
[all...]
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Dap.h77 " lgr 0,%[reg0]\n" /* qid into gr0 */ in ap_instructions_available()
128 * @qid: The AP queue number
133 static inline struct ap_queue_status ap_tapq(ap_qid_t qid, struct ap_tapq_gr2 *info)
139 " lgr 0,%[qid]\n" /* qid into gr0 */
145 : [qid] "d" (qid)
154 * @qid: The AP queue number
160 static inline struct ap_queue_status ap_test_queue(ap_qid_t qid, int tbit, in ap_test_queue()
164 qid | in ap_test_queue()
[all...]
/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dap.h73 * @qid: The AP queue number
78 static inline struct ap_queue_status ap_tapq(ap_qid_t qid, unsigned long *info) in ap_tapq() argument
80 register unsigned long reg0 asm ("0") = qid; in ap_tapq()
95 * @qid: The AP queue number
101 static inline struct ap_queue_status ap_test_queue(ap_qid_t qid, in ap_test_queue() argument
106 qid |= 1UL << 23; /* set T bit*/ in ap_test_queue()
107 return ap_tapq(qid, info); in ap_test_queue()
112 * @qid: The AP queue number
116 static inline struct ap_queue_status ap_rapq(ap_qid_t qid) in ap_rapq() argument
118 register unsigned long reg0 asm ("0") = qid | ( in ap_rapq()
135 ap_zapq(ap_qid_t qid) ap_zapq() argument
219 ap_aqic(ap_qid_t qid, struct ap_qirq_ctrl qirqctrl, void *ind) ap_aqic() argument
268 ap_qact(ap_qid_t qid, int ifbit, union ap_qact_ap_info *apinfo) ap_qact() argument
302 ap_nqap(ap_qid_t qid, unsigned long long psmid, void *msg, size_t length) ap_nqap() argument
340 ap_dqap(ap_qid_t qid, unsigned long long *psmid, void *msg, size_t length) ap_dqap() argument
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/hw/cxgb4/
H A Dresource.c111 u32 qid; in c4iw_get_cqid() local
119 qid = entry->qid; in c4iw_get_cqid()
122 qid = c4iw_get_resource(&rdev->resource.qid_table); in c4iw_get_cqid()
123 if (!qid) in c4iw_get_cqid()
126 rdev->stats.qid.cur += rdev->qpmask + 1; in c4iw_get_cqid()
128 for (i = qid+1; i & rdev->qpmask; i++) { in c4iw_get_cqid()
132 entry->qid = i; in c4iw_get_cqid()
143 entry->qid = qid; in c4iw_get_cqid()
163 c4iw_put_cqid(struct c4iw_rdev *rdev, u32 qid, struct c4iw_dev_ucontext *uctx) c4iw_put_cqid() argument
181 u32 qid; c4iw_get_qpid() local
237 c4iw_put_qpid(struct c4iw_rdev *rdev, u32 qid, struct c4iw_dev_ucontext *uctx) c4iw_put_qpid() argument
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/hw/cxgb4/
H A Dresource.c111 u32 qid; in c4iw_get_cqid() local
119 qid = entry->qid; in c4iw_get_cqid()
122 qid = c4iw_get_resource(&rdev->resource.qid_table); in c4iw_get_cqid()
123 if (!qid) in c4iw_get_cqid()
126 rdev->stats.qid.cur += rdev->qpmask + 1; in c4iw_get_cqid()
128 for (i = qid+1; i & rdev->qpmask; i++) { in c4iw_get_cqid()
132 entry->qid = i; in c4iw_get_cqid()
143 entry->qid = qid; in c4iw_get_cqid()
163 c4iw_put_cqid(struct c4iw_rdev *rdev, u32 qid, struct c4iw_dev_ucontext *uctx) c4iw_put_cqid() argument
181 u32 qid; c4iw_get_qpid() local
237 c4iw_put_qpid(struct c4iw_rdev *rdev, u32 qid, struct c4iw_dev_ucontext *uctx) c4iw_put_qpid() argument
[all...]
/kernel/linux/linux-6.6/drivers/s390/crypto/
H A Dap_queue.c52 status = ap_aqic(aq->qid, qirqctrl, virt_to_phys(ind)); in ap_queue_enable_irq()
64 AP_QID_CARD(aq->qid), in ap_queue_enable_irq()
65 AP_QID_QUEUE(aq->qid)); in ap_queue_enable_irq()
76 * @qid: The AP queue number
88 __ap_send(ap_qid_t qid, unsigned long psmid, void *msg, size_t msglen, in __ap_send() argument
92 qid |= 0x400000UL; in __ap_send()
93 return ap_nqap(qid, psmid, msg, msglen); in __ap_send()
127 status = ap_dqap(aq->qid, &aq->reply->psmid, in ap_sm_recv()
158 AP_QID_CARD(aq->qid), AP_QID_QUEUE(aq->qid)); in ap_sm_recv()
225 ap_qid_t qid = aq->qid; ap_sm_write() local
1010 ap_queue_create(ap_qid_t qid, int device_type) ap_queue_create() argument
[all...]
/kernel/linux/linux-6.6/drivers/nvme/host/
H A Dauth.c27 int qid; member
50 #define nvme_auth_flags_from_qid(qid) \
51 (qid == 0) ? 0 : BLK_MQ_REQ_NOWAIT | BLK_MQ_REQ_RESERVED
52 #define nvme_auth_queue_from_qid(ctrl, qid) \
53 (qid == 0) ? (ctrl)->fabrics_q : (ctrl)->connect_q
61 static int nvme_auth_submit(struct nvme_ctrl *ctrl, int qid, in nvme_auth_submit() argument
65 blk_mq_req_flags_t flags = nvme_auth_flags_from_qid(qid); in nvme_auth_submit()
66 struct request_queue *q = nvme_auth_queue_from_qid(ctrl, qid); in nvme_auth_submit()
82 qid == 0 ? NVME_QID_ANY : qid, in nvme_auth_submit()
93 nvme_auth_receive_validate(struct nvme_ctrl *ctrl, int qid, struct nvmf_auth_dhchap_failure_data *data, u16 transaction, u8 expected_msg) nvme_auth_receive_validate() argument
857 nvme_auth_negotiate(struct nvme_ctrl *ctrl, int qid) nvme_auth_negotiate() argument
878 nvme_auth_wait(struct nvme_ctrl *ctrl, int qid) nvme_auth_wait() argument
[all...]
H A Dtrace.h26 #define parse_nvme_cmd(qid, opcode, fctype, cdw10) \
29 ((qid) ? \
53 __field(int, qid)
64 __entry->qid = nvme_req_qid(req);
77 __entry->qid, __entry->cid, __entry->nsid,
79 show_opcode_name(__entry->qid, __entry->opcode,
81 parse_nvme_cmd(__entry->qid, __entry->opcode,
91 __field(int, qid)
100 __entry->qid = nvme_req_qid(req);
110 __entry->qid, __entr
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_process_queue_manager.c32 struct process_queue_manager *pqm, unsigned int qid) in get_queue_by_qid()
37 if ((pqn->q && pqn->q->properties.queue_id == qid) || in get_queue_by_qid()
38 (pqn->kq && pqn->kq->queue->properties.queue_id == qid)) in get_queue_by_qid()
46 unsigned int *qid) in find_available_queue_slot()
62 *qid = found; in find_available_queue_slot()
78 int pqm_set_gws(struct process_queue_manager *pqm, unsigned int qid, in pqm_set_gws() argument
87 pqn = get_queue_by_qid(pqm, qid); in pqm_set_gws()
169 struct file *f, unsigned int qid) in init_user_queue()
178 q_properties->queue_id = qid; in init_user_queue()
196 unsigned int *qid, in pqm_create_queue()
31 get_queue_by_qid( struct process_queue_manager *pqm, unsigned int qid) get_queue_by_qid() argument
45 find_available_queue_slot(struct process_queue_manager *pqm, unsigned int *qid) find_available_queue_slot() argument
166 init_user_queue(struct process_queue_manager *pqm, struct kfd_dev *dev, struct queue **q, struct queue_properties *q_properties, struct file *f, unsigned int qid) init_user_queue() argument
192 pqm_create_queue(struct process_queue_manager *pqm, struct kfd_dev *dev, struct file *f, struct queue_properties *properties, unsigned int *qid, uint32_t *p_doorbell_offset_in_process) pqm_create_queue() argument
340 pqm_destroy_queue(struct process_queue_manager *pqm, unsigned int qid) pqm_destroy_queue() argument
414 pqm_update_queue(struct process_queue_manager *pqm, unsigned int qid, struct queue_properties *p) pqm_update_queue() argument
439 pqm_set_cu_mask(struct process_queue_manager *pqm, unsigned int qid, struct queue_properties *p) pqm_set_cu_mask() argument
467 pqm_get_kernel_queue( struct process_queue_manager *pqm, unsigned int qid) pqm_get_kernel_queue() argument
480 pqm_get_user_queue(struct process_queue_manager *pqm, unsigned int qid) pqm_get_user_queue() argument
489 pqm_get_wave_state(struct process_queue_manager *pqm, unsigned int qid, void __user *ctl_stack, u32 *ctl_stack_used_size, u32 *save_area_used_size) pqm_get_wave_state() argument
[all...]
/kernel/linux/linux-6.6/drivers/vdpa/ifcvf/
H A Difcvf_base.c13 u16 ifcvf_set_vq_vector(struct ifcvf_hw *hw, u16 qid, int vector) in ifcvf_set_vq_vector() argument
17 vp_iowrite16(qid, &cfg->queue_select); in ifcvf_set_vq_vector()
72 static u16 ifcvf_get_vq_size(struct ifcvf_hw *hw, u16 qid) in ifcvf_get_vq_size() argument
76 vp_iowrite16(qid, &hw->common_cfg->queue_select); in ifcvf_get_vq_size()
88 u16 queue_size, max_size, qid; in ifcvf_get_max_vq_size() local
91 for (qid = 1; qid < hw->nr_vring; qid++) { in ifcvf_get_max_vq_size()
92 queue_size = ifcvf_get_vq_size(hw, qid); in ifcvf_get_max_vq_size()
329 u16 ifcvf_get_vq_state(struct ifcvf_hw *hw, u16 qid) in ifcvf_get_vq_state() argument
339 ifcvf_set_vq_state(struct ifcvf_hw *hw, u16 qid, u16 num) ifcvf_set_vq_state() argument
348 ifcvf_set_vq_num(struct ifcvf_hw *hw, u16 qid, u32 num) ifcvf_set_vq_num() argument
356 ifcvf_set_vq_address(struct ifcvf_hw *hw, u16 qid, u64 desc_area, u64 driver_area, u64 device_area) ifcvf_set_vq_address() argument
372 ifcvf_get_vq_ready(struct ifcvf_hw *hw, u16 qid) ifcvf_get_vq_ready() argument
383 ifcvf_set_vq_ready(struct ifcvf_hw *hw, u16 qid, bool ready) ifcvf_set_vq_ready() argument
393 u16 qid; ifcvf_reset_vring() local
429 ifcvf_notify_queue(struct ifcvf_hw *hw, u16 qid) ifcvf_notify_queue() argument
[all...]
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H A Dlpfc_debugfs.h389 "%d: [qid:%d, type:%d, subtype:%d, " in lpfc_debug_dump_q()
555 * @qid: Work queue identifier.
561 lpfc_debug_dump_wq_by_id(struct lpfc_hba *phba, int qid) in lpfc_debug_dump_wq_by_id() argument
566 if (phba->sli4_hba.hdwq[wq_idx].io_wq->queue_id == qid) in lpfc_debug_dump_wq_by_id()
569 pr_err("IO WQ[Idx:%d|Qid:%d]\n", wq_idx, qid); in lpfc_debug_dump_wq_by_id()
574 if (phba->sli4_hba.els_wq->queue_id == qid) { in lpfc_debug_dump_wq_by_id()
575 pr_err("ELS WQ[Qid:%d]\n", qid); in lpfc_debug_dump_wq_by_id()
580 if (phba->sli4_hba.nvmels_wq->queue_id == qid) { in lpfc_debug_dump_wq_by_id()
581 pr_err("NVME LS WQ[Qid:%d]\n", qid); in lpfc_debug_dump_wq_by_id()
589 * @qid
595 lpfc_debug_dump_mq_by_id(struct lpfc_hba *phba, int qid) lpfc_debug_dump_mq_by_id() argument
612 lpfc_debug_dump_rq_by_id(struct lpfc_hba *phba, int qid) lpfc_debug_dump_rq_by_id() argument
634 lpfc_debug_dump_cq_by_id(struct lpfc_hba *phba, int qid) lpfc_debug_dump_cq_by_id() argument
675 lpfc_debug_dump_eq_by_id(struct lpfc_hba *phba, int qid) lpfc_debug_dump_eq_by_id() argument
[all...]
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H A Dlpfc_debugfs.h398 "%d: [qid:%d, type:%d, subtype:%d, " in lpfc_debug_dump_q()
564 * @qid: Work queue identifier.
570 lpfc_debug_dump_wq_by_id(struct lpfc_hba *phba, int qid) in lpfc_debug_dump_wq_by_id() argument
575 if (phba->sli4_hba.hdwq[wq_idx].io_wq->queue_id == qid) in lpfc_debug_dump_wq_by_id()
578 pr_err("IO WQ[Idx:%d|Qid:%d]\n", wq_idx, qid); in lpfc_debug_dump_wq_by_id()
583 if (phba->sli4_hba.els_wq->queue_id == qid) { in lpfc_debug_dump_wq_by_id()
584 pr_err("ELS WQ[Qid:%d]\n", qid); in lpfc_debug_dump_wq_by_id()
589 if (phba->sli4_hba.nvmels_wq->queue_id == qid) { in lpfc_debug_dump_wq_by_id()
590 pr_err("NVME LS WQ[Qid:%d]\n", qid); in lpfc_debug_dump_wq_by_id()
598 * @qid
604 lpfc_debug_dump_mq_by_id(struct lpfc_hba *phba, int qid) lpfc_debug_dump_mq_by_id() argument
621 lpfc_debug_dump_rq_by_id(struct lpfc_hba *phba, int qid) lpfc_debug_dump_rq_by_id() argument
643 lpfc_debug_dump_cq_by_id(struct lpfc_hba *phba, int qid) lpfc_debug_dump_cq_by_id() argument
684 lpfc_debug_dump_eq_by_id(struct lpfc_hba *phba, int qid) lpfc_debug_dump_eq_by_id() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/prestera/
H A Dprestera_pci.c197 static u32 prestera_fw_evtq_len(struct prestera_fw *fw, u8 qid) in prestera_fw_evtq_len() argument
199 return fw->evt_queue[qid].len; in prestera_fw_evtq_len()
202 static u32 prestera_fw_evtq_avail(struct prestera_fw *fw, u8 qid) in prestera_fw_evtq_avail() argument
204 u32 wr_idx = prestera_fw_read(fw, PRESTERA_EVTQ_WR_IDX_REG(qid)); in prestera_fw_evtq_avail()
205 u32 rd_idx = prestera_fw_read(fw, PRESTERA_EVTQ_RD_IDX_REG(qid)); in prestera_fw_evtq_avail()
207 return CIRC_CNT(wr_idx, rd_idx, prestera_fw_evtq_len(fw, qid)); in prestera_fw_evtq_avail()
211 u8 qid, u32 idx) in prestera_fw_evtq_rd_set()
213 u32 rd_idx = idx & (prestera_fw_evtq_len(fw, qid) - 1); in prestera_fw_evtq_rd_set()
215 prestera_fw_write(fw, PRESTERA_EVTQ_RD_IDX_REG(qid), rd_idx); in prestera_fw_evtq_rd_set()
218 static u8 __iomem *prestera_fw_evtq_buf(struct prestera_fw *fw, u8 qid) in prestera_fw_evtq_buf() argument
210 prestera_fw_evtq_rd_set(struct prestera_fw *fw, u8 qid, u32 idx) prestera_fw_evtq_rd_set() argument
223 prestera_fw_evtq_read32(struct prestera_fw *fw, u8 qid) prestera_fw_evtq_read32() argument
233 prestera_fw_evtq_read_buf(struct prestera_fw *fw, u8 qid, void *buf, size_t len) prestera_fw_evtq_read_buf() argument
253 int qid; prestera_fw_evtq_pick() local
267 u8 qid; prestera_fw_evt_work_fn() local
372 u8 qid; prestera_fw_init() local
[all...]
/kernel/linux/linux-6.6/drivers/nvme/target/
H A Dfabrics-cmd-auth.c20 pr_debug("%s: ctrl %d qid %d transaction %u expired, resetting\n", in nvmet_auth_expired_work()
21 __func__, sq->ctrl->cntlid, sq->qid, sq->dhchap_tid); in nvmet_auth_expired_work()
40 pr_debug("%s: ctrl %d qid %d: data sc_d %d napd %d authid %d halen %d dhlen %d\n", in nvmet_auth_negotiate()
41 __func__, ctrl->cntlid, req->sq->qid, in nvmet_auth_negotiate()
69 pr_debug("%s: ctrl %d qid %d: no usable hash found\n", in nvmet_auth_negotiate()
70 __func__, ctrl->cntlid, req->sq->qid); in nvmet_auth_negotiate()
73 pr_debug("%s: ctrl %d qid %d: no usable hash found, falling back to %s\n", in nvmet_auth_negotiate()
74 __func__, ctrl->cntlid, req->sq->qid, in nvmet_auth_negotiate()
97 pr_debug("%s: ctrl %d qid %d: no usable DH group found\n", in nvmet_auth_negotiate()
98 __func__, ctrl->cntlid, req->sq->qid); in nvmet_auth_negotiate()
[all...]
H A Dtrace.h28 #define parse_nvme_cmd(qid, opcode, fctype, cdw10) \
31 (qid ? \
67 __field(int, qid)
80 __entry->qid = req->sq->qid;
94 __entry->qid, __entry->cid, __entry->nsid,
96 show_opcode_name(__entry->qid, __entry->opcode,
98 parse_nvme_cmd(__entry->qid, __entry->opcode,
108 __field(int, qid)
115 __entry->qid
[all...]
/kernel/linux/linux-5.10/drivers/nvme/host/
H A Dtrace.h26 #define parse_nvme_cmd(qid, opcode, fctype, cdw10) \
29 ((qid) ? \
53 __field(int, qid)
64 __entry->qid = nvme_req_qid(req);
77 __entry->qid, __entry->cid, __entry->nsid,
79 show_opcode_name(__entry->qid, __entry->opcode,
81 parse_nvme_cmd(__entry->qid, __entry->opcode,
91 __field(int, qid)
100 __entry->qid = nvme_req_qid(req);
110 __entry->qid, __entr
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_xsk.c15 int qid = ring->ring_idx; in ixgbe_xsk_pool() local
17 if (!xdp_on || !test_bit(qid, adapter->af_xdp_zc_qps)) in ixgbe_xsk_pool()
20 return xsk_get_pool_from_qid(adapter->netdev, qid); in ixgbe_xsk_pool()
25 u16 qid) in ixgbe_xsk_pool_enable()
31 if (qid >= adapter->num_rx_queues) in ixgbe_xsk_pool_enable()
34 if (qid >= netdev->real_num_rx_queues || in ixgbe_xsk_pool_enable()
35 qid >= netdev->real_num_tx_queues) in ixgbe_xsk_pool_enable()
46 ixgbe_txrx_ring_disable(adapter, qid); in ixgbe_xsk_pool_enable()
48 set_bit(qid, adapter->af_xdp_zc_qps); in ixgbe_xsk_pool_enable()
51 ixgbe_txrx_ring_enable(adapter, qid); in ixgbe_xsk_pool_enable()
23 ixgbe_xsk_pool_enable(struct ixgbe_adapter *adapter, struct xsk_buff_pool *pool, u16 qid) ixgbe_xsk_pool_enable() argument
65 ixgbe_xsk_pool_disable(struct ixgbe_adapter *adapter, u16 qid) ixgbe_xsk_pool_disable() argument
89 ixgbe_xsk_pool_setup(struct ixgbe_adapter *adapter, struct xsk_buff_pool *pool, u16 qid) ixgbe_xsk_pool_setup() argument
506 ixgbe_xsk_wakeup(struct net_device *dev, u32 qid, u32 flags) ixgbe_xsk_wakeup() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_xsk.c15 int qid = ring->ring_idx; in ixgbe_xsk_pool() local
17 if (!xdp_on || !test_bit(qid, adapter->af_xdp_zc_qps)) in ixgbe_xsk_pool()
20 return xsk_get_pool_from_qid(adapter->netdev, qid); in ixgbe_xsk_pool()
25 u16 qid) in ixgbe_xsk_pool_enable()
31 if (qid >= adapter->num_rx_queues) in ixgbe_xsk_pool_enable()
34 if (qid >= netdev->real_num_rx_queues || in ixgbe_xsk_pool_enable()
35 qid >= netdev->real_num_tx_queues) in ixgbe_xsk_pool_enable()
46 ixgbe_txrx_ring_disable(adapter, qid); in ixgbe_xsk_pool_enable()
48 set_bit(qid, adapter->af_xdp_zc_qps); in ixgbe_xsk_pool_enable()
51 ixgbe_txrx_ring_enable(adapter, qid); in ixgbe_xsk_pool_enable()
23 ixgbe_xsk_pool_enable(struct ixgbe_adapter *adapter, struct xsk_buff_pool *pool, u16 qid) ixgbe_xsk_pool_enable() argument
65 ixgbe_xsk_pool_disable(struct ixgbe_adapter *adapter, u16 qid) ixgbe_xsk_pool_disable() argument
89 ixgbe_xsk_pool_setup(struct ixgbe_adapter *adapter, struct xsk_buff_pool *pool, u16 qid) ixgbe_xsk_pool_setup() argument
519 ixgbe_xsk_wakeup(struct net_device *dev, u32 qid, u32 flags) ixgbe_xsk_wakeup() argument
[all...]
/kernel/linux/linux-5.10/drivers/s390/crypto/
H A Dap_queue.c23 * @qid: The AP queue number
37 status = ap_aqic(aq->qid, qirqctrl, ind); in ap_queue_enable_irq()
47 AP_QID_CARD(aq->qid), in ap_queue_enable_irq()
48 AP_QID_QUEUE(aq->qid)); in ap_queue_enable_irq()
59 * @qid: The AP queue number
71 __ap_send(ap_qid_t qid, unsigned long long psmid, void *msg, size_t length, in __ap_send() argument
75 qid |= 0x400000UL; in __ap_send()
76 return ap_nqap(qid, psmid, msg, length); in __ap_send()
79 int ap_send(ap_qid_t qid, unsigned long long psmid, void *msg, size_t length) in ap_send() argument
83 status = __ap_send(qid, psmi in ap_send()
98 ap_recv(ap_qid_t qid, unsigned long long *psmid, void *msg, size_t length) ap_recv() argument
227 ap_qid_t qid = aq->qid; ap_sm_write() local
743 ap_queue_create(ap_qid_t qid, int device_type) ap_queue_create() argument
[all...]
/kernel/linux/linux-5.10/drivers/nvme/target/
H A Dtrace.h28 #define parse_nvme_cmd(qid, opcode, fctype, cdw10) \
31 (qid ? \
65 __field(int, qid)
78 __entry->qid = req->sq->qid;
92 __entry->qid, __entry->cid, __entry->nsid,
94 show_opcode_name(__entry->qid, __entry->opcode,
96 parse_nvme_cmd(__entry->qid, __entry->opcode,
106 __field(int, qid)
113 __entry->qid
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dsdio_txrx.c83 static int mt7663s_rx_run_queue(struct mt76_dev *dev, enum mt76_rxq_id qid, in mt7663s_rx_run_queue() argument
86 struct mt76_queue *q = &dev->q_rx[qid]; in mt7663s_rx_run_queue()
92 for (i = 0; i < intr->rx.num[qid]; i++) in mt7663s_rx_run_queue()
93 len += round_up(intr->rx.len[qid][i] + 4, 4); in mt7663s_rx_run_queue()
108 err = sdio_readsb(sdio->func, buf, MCR_WRDR(qid), len); in mt7663s_rx_run_queue()
117 for (i = 0; i < intr->rx.num[qid]; i++) { in mt7663s_rx_run_queue()
121 len = intr->rx.len[qid][i]; in mt7663s_rx_run_queue()
140 static int mt7663s_tx_pick_quota(struct mt76_sdio *sdio, enum mt76_txq_id qid, in mt7663s_tx_pick_quota() argument
147 if (qid == MT_TXQ_MCU) { in mt7663s_tx_pick_quota()
162 static void mt7663s_tx_update_quota(struct mt76_sdio *sdio, enum mt76_txq_id qid, in mt7663s_tx_update_quota() argument
193 mt7663s_tx_run_queue(struct mt76_dev *dev, enum mt76_txq_id qid) mt7663s_tx_run_queue() argument
[all...]
/kernel/linux/linux-5.10/drivers/vdpa/ifcvf/
H A Difcvf_main.c245 static int ifcvf_vdpa_get_vq_state(struct vdpa_device *vdpa_dev, u16 qid, in ifcvf_vdpa_get_vq_state() argument
250 state->avail_index = ifcvf_get_vq_state(vf, qid); in ifcvf_vdpa_get_vq_state()
254 static int ifcvf_vdpa_set_vq_state(struct vdpa_device *vdpa_dev, u16 qid, in ifcvf_vdpa_set_vq_state() argument
259 return ifcvf_set_vq_state(vf, qid, state->avail_index); in ifcvf_vdpa_set_vq_state()
262 static void ifcvf_vdpa_set_vq_cb(struct vdpa_device *vdpa_dev, u16 qid, in ifcvf_vdpa_set_vq_cb() argument
267 vf->vring[qid].cb = *cb; in ifcvf_vdpa_set_vq_cb()
271 u16 qid, bool ready) in ifcvf_vdpa_set_vq_ready()
275 vf->vring[qid].ready = ready; in ifcvf_vdpa_set_vq_ready()
278 static bool ifcvf_vdpa_get_vq_ready(struct vdpa_device *vdpa_dev, u16 qid) in ifcvf_vdpa_get_vq_ready() argument
282 return vf->vring[qid] in ifcvf_vdpa_get_vq_ready()
270 ifcvf_vdpa_set_vq_ready(struct vdpa_device *vdpa_dev, u16 qid, bool ready) ifcvf_vdpa_set_vq_ready() argument
285 ifcvf_vdpa_set_vq_num(struct vdpa_device *vdpa_dev, u16 qid, u32 num) ifcvf_vdpa_set_vq_num() argument
293 ifcvf_vdpa_set_vq_address(struct vdpa_device *vdpa_dev, u16 qid, u64 desc_area, u64 driver_area, u64 device_area) ifcvf_vdpa_set_vq_address() argument
306 ifcvf_vdpa_kick_vq(struct vdpa_device *vdpa_dev, u16 qid) ifcvf_vdpa_kick_vq() argument
364 ifcvf_vdpa_get_vq_irq(struct vdpa_device *vdpa_dev, u16 qid) ifcvf_vdpa_get_vq_irq() argument
[all...]

Completed in 15 milliseconds

12345678910>>...23