Home
last modified time | relevance | path

Searched defs:qid (Results 1 – 25 of 235) sorted by relevance

12345678910

/linux-6.15/drivers/vdpa/ifcvf/
Difcvf_base.c13 u16 ifcvf_set_vq_vector(struct ifcvf_hw *hw, u16 qid, int vector) in ifcvf_set_vq_vector()
72 u16 ifcvf_get_vq_size(struct ifcvf_hw *hw, u16 qid) in ifcvf_get_vq_size()
87 u16 queue_size, max_size, qid; in ifcvf_get_max_vq_size() local
328 u16 ifcvf_get_vq_state(struct ifcvf_hw *hw, u16 qid) in ifcvf_get_vq_state()
338 int ifcvf_set_vq_state(struct ifcvf_hw *hw, u16 qid, u16 num) in ifcvf_set_vq_state()
347 void ifcvf_set_vq_num(struct ifcvf_hw *hw, u16 qid, u32 num) in ifcvf_set_vq_num()
355 int ifcvf_set_vq_address(struct ifcvf_hw *hw, u16 qid, u64 desc_area, in ifcvf_set_vq_address()
371 bool ifcvf_get_vq_ready(struct ifcvf_hw *hw, u16 qid) in ifcvf_get_vq_ready()
382 void ifcvf_set_vq_ready(struct ifcvf_hw *hw, u16 qid, bool ready) in ifcvf_set_vq_ready()
392 u16 qid; in ifcvf_reset_vring() local
[all …]
Difcvf_main.c464 static int ifcvf_vdpa_get_vq_state(struct vdpa_device *vdpa_dev, u16 qid, in ifcvf_vdpa_get_vq_state()
473 static int ifcvf_vdpa_set_vq_state(struct vdpa_device *vdpa_dev, u16 qid, in ifcvf_vdpa_set_vq_state()
481 static void ifcvf_vdpa_set_vq_cb(struct vdpa_device *vdpa_dev, u16 qid, in ifcvf_vdpa_set_vq_cb()
490 u16 qid, bool ready) in ifcvf_vdpa_set_vq_ready()
497 static bool ifcvf_vdpa_get_vq_ready(struct vdpa_device *vdpa_dev, u16 qid) in ifcvf_vdpa_get_vq_ready()
504 static void ifcvf_vdpa_set_vq_num(struct vdpa_device *vdpa_dev, u16 qid, in ifcvf_vdpa_set_vq_num()
512 static int ifcvf_vdpa_set_vq_address(struct vdpa_device *vdpa_dev, u16 qid, in ifcvf_vdpa_set_vq_address()
521 static void ifcvf_vdpa_kick_vq(struct vdpa_device *vdpa_dev, u16 qid) in ifcvf_vdpa_kick_vq()
595 u16 qid) in ifcvf_vdpa_get_vq_irq()
606 u16 qid) in ifcvf_vdpa_get_vq_size()
/linux-6.15/drivers/vdpa/pds/
Dvdpa_dev.c72 static int pds_vdpa_set_vq_address(struct vdpa_device *vdpa_dev, u16 qid, 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()
91 static void pds_vdpa_kick_vq(struct vdpa_device *vdpa_dev, u16 qid) 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()
117 static void pds_vdpa_release_irq(struct pds_vdpa_device *pdsv, int qid) in pds_vdpa_release_irq()
126 static void pds_vdpa_set_vq_ready(struct vdpa_device *vdpa_dev, u16 qid, bool ready) in pds_vdpa_set_vq_ready()
164 static bool pds_vdpa_get_vq_ready(struct vdpa_device *vdpa_dev, u16 qid) in pds_vdpa_get_vq_ready()
171 static int pds_vdpa_set_vq_state(struct vdpa_device *vdpa_dev, u16 qid, in pds_vdpa_set_vq_state()
221 static int pds_vdpa_get_vq_state(struct vdpa_device *vdpa_dev, u16 qid, in pds_vdpa_get_vq_state()
257 pds_vdpa_get_vq_notification(struct vdpa_device *vdpa_dev, u16 qid) in pds_vdpa_get_vq_notification()
[all …]
/linux-6.15/drivers/gpu/drm/amd/amdkfd/
Dkfd_process_queue_manager.c34 struct process_queue_manager *pqm, unsigned int qid) in get_queue_by_qid()
48 unsigned int qid) in assign_queue_slot_by_qid()
62 unsigned int *qid) in find_available_queue_slot()
103 int pqm_set_gws(struct process_queue_manager *pqm, unsigned int qid, in pqm_set_gws()
247 unsigned int qid) in init_user_queue()
313 unsigned int *qid, in pqm_create_queue()
501 int pqm_destroy_queue(struct process_queue_manager *pqm, unsigned int qid) in pqm_destroy_queue()
573 unsigned int qid, struct queue_properties *p) in pqm_update_queue_properties()
630 unsigned int qid, struct mqd_update_info *minfo) in pqm_update_mqd()
672 unsigned int qid) in pqm_get_user_queue()
[all …]
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/en/
Dqos.c38 u16 mlx5e_qid_from_qos(struct mlx5e_channels *chs, u16 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()
76 int txq_ix, ix, qid, err = 0; in mlx5e_open_qos_sq() local
161 u16 qid; in mlx5e_activate_qos_sq() local
187 void mlx5e_deactivate_qos_sq(struct mlx5e_priv *priv, u16 qid) in mlx5e_deactivate_qos_sq()
211 void mlx5e_close_qos_sq(struct mlx5e_priv *priv, u16 qid) in mlx5e_close_qos_sq()
341 u16 qid = params->num_channels * i + c->ix; in mlx5e_qos_deactivate_queues() local
367 void mlx5e_reactivate_qos_sq(struct mlx5e_priv *priv, u16 qid, struct netdev_queue *txq) in mlx5e_reactivate_qos_sq()
374 void mlx5e_reset_qdisc(struct net_device *dev, u16 qid) in mlx5e_reset_qdisc()
Dhtb.c17 u16 qid; member
70 mlx5e_htb_node_create_leaf(struct mlx5e_htb *htb, u16 classid, u16 qid, in mlx5e_htb_node_create_leaf()
150 u16 qid; in mlx5e_htb_get_txq_by_classid() local
292 int qid; in mlx5e_htb_leaf_alloc_queue() local
349 u16 qid; in mlx5e_htb_leaf_to_inner() local
431 static struct mlx5e_qos_node *mlx5e_htb_node_find_by_qid(struct mlx5e_htb *htb, u16 qid) in mlx5e_htb_node_find_by_qid()
449 u16 qid, moved_qid; in mlx5e_htb_leaf_del() local
547 u16 qid; in mlx5e_htb_leaf_del_last() local
/linux-6.15/drivers/net/ethernet/intel/igb/
Digb_xsk.c34 static void igb_txrx_ring_disable(struct igb_adapter *adapter, u16 qid) in igb_txrx_ring_disable()
57 static void igb_txrx_ring_enable(struct igb_adapter *adapter, u16 qid) in igb_txrx_ring_enable()
86 int qid = ring->queue_index; in igb_xsk_pool() local
99 u16 qid) in igb_xsk_pool_enable()
139 static int igb_xsk_pool_disable(struct igb_adapter *adapter, u16 qid) in igb_xsk_pool_disable()
170 u16 qid) in igb_xsk_pool_setup()
527 int igb_xsk_wakeup(struct net_device *dev, u32 qid, u32 flags) in igb_xsk_wakeup()
/linux-6.15/drivers/vdpa/virtio_pci/
Dvp_vdpa.c257 static int vp_vdpa_get_vq_state(struct vdpa_device *vdpa, u16 qid, in vp_vdpa_get_vq_state()
292 static int vp_vdpa_set_vq_state(struct vdpa_device *vdpa, u16 qid, in vp_vdpa_set_vq_state()
313 static void vp_vdpa_set_vq_cb(struct vdpa_device *vdpa, u16 qid, in vp_vdpa_set_vq_cb()
322 u16 qid, bool ready) in vp_vdpa_set_vq_ready()
329 static bool vp_vdpa_get_vq_ready(struct vdpa_device *vdpa, u16 qid) in vp_vdpa_get_vq_ready()
336 static void vp_vdpa_set_vq_num(struct vdpa_device *vdpa, u16 qid, in vp_vdpa_set_vq_num()
344 static u16 vp_vdpa_get_vq_size(struct vdpa_device *vdpa, u16 qid) in vp_vdpa_get_vq_size()
351 static int vp_vdpa_set_vq_address(struct vdpa_device *vdpa, u16 qid, in vp_vdpa_set_vq_address()
363 static void vp_vdpa_kick_vq(struct vdpa_device *vdpa, u16 qid) in vp_vdpa_kick_vq()
373 u16 qid = data & 0xFFFF; in vp_vdpa_kick_vq_with_data() local
[all …]
/linux-6.15/arch/s390/include/asm/
Dap.h135 static inline struct ap_queue_status ap_tapq(ap_qid_t qid, in ap_tapq()
163 static inline struct ap_queue_status ap_test_queue(ap_qid_t qid, int tbit, in ap_test_queue()
178 static inline struct ap_queue_status ap_rapq(ap_qid_t qid, int fbit) in ap_rapq()
203 static inline struct ap_queue_status ap_zapq(ap_qid_t qid, int fbit) in ap_zapq()
303 static inline struct ap_queue_status ap_aqic(ap_qid_t qid, in ap_aqic()
352 static inline struct ap_queue_status ap_qact(ap_qid_t qid, int ifbit, in ap_qact()
383 static inline struct ap_queue_status ap_bapq(ap_qid_t qid) in ap_bapq()
409 static inline struct ap_queue_status ap_aapq(ap_qid_t qid, unsigned int sec_idx) in ap_aapq()
439 static inline struct ap_queue_status ap_nqap(ap_qid_t qid, in ap_nqap()
495 static inline struct ap_queue_status ap_dqap(ap_qid_t qid, in ap_dqap()
/linux-6.15/drivers/vdpa/alibaba/
Deni_vdpa.c257 static u16 eni_vdpa_get_vq_size(struct vdpa_device *vdpa, u16 qid) in eni_vdpa_get_vq_size()
264 static int eni_vdpa_get_vq_state(struct vdpa_device *vdpa, u16 qid, in eni_vdpa_get_vq_state()
270 static int eni_vdpa_set_vq_state(struct vdpa_device *vdpa, u16 qid, in eni_vdpa_set_vq_state()
288 static void eni_vdpa_set_vq_cb(struct vdpa_device *vdpa, u16 qid, in eni_vdpa_set_vq_cb()
296 static void eni_vdpa_set_vq_ready(struct vdpa_device *vdpa, u16 qid, in eni_vdpa_set_vq_ready()
309 static bool eni_vdpa_get_vq_ready(struct vdpa_device *vdpa, u16 qid) in eni_vdpa_get_vq_ready()
316 static void eni_vdpa_set_vq_num(struct vdpa_device *vdpa, u16 qid, in eni_vdpa_set_vq_num()
333 static int eni_vdpa_set_vq_address(struct vdpa_device *vdpa, u16 qid, in eni_vdpa_set_vq_address()
345 static void eni_vdpa_kick_vq(struct vdpa_device *vdpa, u16 qid) in eni_vdpa_kick_vq()
/linux-6.15/fs/fuse/
Ddev_uring.c122 int qid; in fuse_uring_abort_end_requests() local
147 int qid; in fuse_uring_request_expired() local
173 int qid; in fuse_uring_destruct() local
253 int qid) in fuse_uring_create_queue()
387 int qid; in fuse_uring_log_ent_state() local
416 int qid; in fuse_uring_async_stop_queues() local
454 int qid; in fuse_uring_stop_queues() local
867 unsigned int qid = READ_ONCE(cmd_req->qid); in fuse_uring_commit_fetch() local
934 int qid; in is_ring_ready() local
1070 unsigned int qid = READ_ONCE(cmd_req->qid); in fuse_uring_register() local
[all …]
/linux-6.15/drivers/vdpa/octeon_ep/
Doctep_vdpa_hw.c103 static int octep_process_mbox(struct octep_hw *oct_hw, u16 id, u16 qid, void *buffer, in octep_process_mbox()
276 void octep_notify_queue(struct octep_hw *oct_hw, u16 qid) in octep_notify_queue()
299 int octep_set_vq_address(struct octep_hw *oct_hw, u16 qid, u64 desc_area, u64 driver_area, in octep_set_vq_address()
315 int octep_get_vq_state(struct octep_hw *oct_hw, u16 qid, struct vdpa_vq_state *state) in octep_get_vq_state()
321 int octep_set_vq_state(struct octep_hw *oct_hw, u16 qid, const struct vdpa_vq_state *state) in octep_set_vq_state()
330 void octep_set_vq_num(struct octep_hw *oct_hw, u16 qid, u32 num) in octep_set_vq_num()
338 void octep_set_vq_ready(struct octep_hw *oct_hw, u16 qid, bool ready) in octep_set_vq_ready()
346 bool octep_get_vq_ready(struct octep_hw *oct_hw, u16 qid) in octep_get_vq_ready()
Doctep_vdpa_main.c201 u16 qid; in octep_vdpa_reset() local
227 static int octep_vdpa_get_vq_state(struct vdpa_device *vdpa_dev, u16 qid, in octep_vdpa_get_vq_state()
235 static int octep_vdpa_set_vq_state(struct vdpa_device *vdpa_dev, u16 qid, in octep_vdpa_set_vq_state()
243 static void octep_vdpa_set_vq_cb(struct vdpa_device *vdpa_dev, u16 qid, struct vdpa_callback *cb) in octep_vdpa_set_vq_cb()
250 static void octep_vdpa_set_vq_ready(struct vdpa_device *vdpa_dev, u16 qid, bool ready) in octep_vdpa_set_vq_ready()
257 static bool octep_vdpa_get_vq_ready(struct vdpa_device *vdpa_dev, u16 qid) in octep_vdpa_get_vq_ready()
264 static void octep_vdpa_set_vq_num(struct vdpa_device *vdpa_dev, u16 qid, u32 num) in octep_vdpa_set_vq_num()
271 static int octep_vdpa_set_vq_address(struct vdpa_device *vdpa_dev, u16 qid, u64 desc_area, in octep_vdpa_set_vq_address()
283 static void octep_vdpa_kick_vq(struct vdpa_device *vdpa_dev, u16 qid) in octep_vdpa_kick_vq()
/linux-6.15/drivers/net/ethernet/marvell/prestera/
Dprestera_pci.c242 static u32 prestera_fw_evtq_len(struct prestera_fw *fw, u8 qid) in prestera_fw_evtq_len()
247 static u32 prestera_fw_evtq_avail(struct prestera_fw *fw, u8 qid) in prestera_fw_evtq_avail()
256 u8 qid, u32 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()
268 static u32 prestera_fw_evtq_read32(struct prestera_fw *fw, u8 qid) in prestera_fw_evtq_read32()
279 u8 qid, void *buf, size_t len) in prestera_fw_evtq_read_buf()
298 int qid; in prestera_fw_evtq_pick() local
321 u8 qid; in prestera_fw_evt_work_fn() local
361 static void prestera_fw_cmdq_lock(struct prestera_fw *fw, u8 qid) in prestera_fw_cmdq_lock()
366 static void prestera_fw_cmdq_unlock(struct prestera_fw *fw, u8 qid) in prestera_fw_cmdq_unlock()
[all …]
/linux-6.15/drivers/net/ethernet/intel/ixgbe/
Dixgbe_xsk.c15 int qid = ring->ring_idx; in ixgbe_xsk_pool() local
25 u16 qid) in ixgbe_xsk_pool_enable()
65 static int ixgbe_xsk_pool_disable(struct ixgbe_adapter *adapter, u16 qid) in ixgbe_xsk_pool_disable()
91 u16 qid) in ixgbe_xsk_pool_setup()
509 int ixgbe_xsk_wakeup(struct net_device *dev, u32 qid, u32 flags) in ixgbe_xsk_wakeup()
/linux-6.15/drivers/net/ethernet/freescale/dpaa2/
Ddpaa2-xsk.c173 static int dpaa2_xsk_disable_pool(struct net_device *dev, u16 qid) in dpaa2_xsk_disable_pool()
222 u16 qid) in dpaa2_xsk_enable_pool()
303 int dpaa2_xsk_setup_pool(struct net_device *dev, struct xsk_buff_pool *pool, u16 qid) in dpaa2_xsk_setup_pool()
309 int dpaa2_xsk_wakeup(struct net_device *dev, u32 qid, u32 flags) in dpaa2_xsk_wakeup()
/linux-6.15/fs/xfs/
Dxfs_quotaops.c225 struct kqid qid, in xfs_fs_get_dqblk()
242 struct kqid *qid, in xfs_fs_get_nextdqblk()
266 struct kqid qid, in xfs_fs_set_dqblk()
/linux-6.15/drivers/infiniband/hw/cxgb4/
Dresource.c111 u32 qid; in c4iw_get_cqid() local
163 void c4iw_put_cqid(struct c4iw_rdev *rdev, u32 qid, in c4iw_put_cqid()
181 u32 qid; in c4iw_get_qpid() local
237 void c4iw_put_qpid(struct c4iw_rdev *rdev, u32 qid, in c4iw_put_qpid()
/linux-6.15/drivers/net/ethernet/marvell/octeontx2/nic/
Dqos.c506 u32 quantum, u16 qid, bool static_cfg) in otx2_qos_sw_create_leaf_node()
553 *otx2_sw_node_find_by_qid(struct otx2_nic *pfvf, u16 qid) in otx2_sw_node_find_by_qid()
595 u16 qid; in otx2_get_txq_by_classid() local
932 u16 qid) in otx2_qos_enadis_sq()
1229 int qid, ret, err; in otx2_qos_leaf_alloc_queue() local
1369 u16 qid; in otx2_qos_leaf_to_inner() local
1507 static void otx2_reset_qdisc(struct net_device *dev, u16 qid) in otx2_reset_qdisc()
1521 int qid) in otx2_cfg_smq()
1537 u16 qid, moved_qid; in otx2_qos_leaf_del() local
1616 u16 qid; in otx2_qos_leaf_del_last() local
/linux-6.15/fs/gfs2/
Dquota.c86 const struct kqid qid) in gfs2_qd_hash()
219 struct kqid qid = qd->qd_id; in qd2index() local
229 static struct gfs2_quota_data *qd_alloc(unsigned hash, struct gfs2_sbd *sdp, struct kqid qid) in qd_alloc()
259 struct kqid qid) in gfs2_qd_search_bucket()
279 static int qd_get(struct gfs2_sbd *sdp, struct kqid qid, in qd_get()
512 static int qdsb_get(struct gfs2_sbd *sdp, struct kqid qid, in qdsb_get()
1370 int gfs2_quota_refresh(struct gfs2_sbd *sdp, struct kqid qid) in gfs2_quota_refresh()
1665 static int gfs2_get_dqblk(struct super_block *sb, struct kqid qid, in gfs2_get_dqblk()
1704 static int gfs2_set_dqblk(struct super_block *sb, struct kqid qid, in gfs2_set_dqblk()
/linux-6.15/drivers/nvme/host/
Dauth.c29 int qid; member
58 static int nvme_auth_submit(struct nvme_ctrl *ctrl, int qid, in nvme_auth_submit()
94 static int nvme_auth_receive_validate(struct nvme_ctrl *ctrl, int qid, in nvme_auth_receive_validate()
958 int nvme_auth_negotiate(struct nvme_ctrl *ctrl, int qid) in nvme_auth_negotiate()
979 int nvme_auth_wait(struct nvme_ctrl *ctrl, int qid) in nvme_auth_wait()
/linux-6.15/drivers/net/wireless/mediatek/mt76/
Dusb.c356 enum mt76_rxq_id qid = q - &dev->q_rx[MT_RXQ_MAIN]; in mt76u_refill_rx() local
393 enum mt76_rxq_id qid = q - &dev->q_rx[MT_RXQ_MAIN]; in mt76u_rx_urb_alloc() local
589 mt76u_submit_rx_buf(struct mt76_dev *dev, enum mt76_rxq_id qid, in mt76u_submit_rx_buf()
604 int qid = q - &dev->q_rx[MT_RXQ_MAIN]; in mt76u_process_rx_queue() local
641 mt76u_submit_rx_buffers(struct mt76_dev *dev, enum mt76_rxq_id qid) in mt76u_submit_rx_buffers()
661 mt76u_alloc_rx_queue(struct mt76_dev *dev, enum mt76_rxq_id qid) in mt76u_alloc_rx_queue()
854 enum mt76_txq_id qid, struct sk_buff *skb, in mt76u_tx_queue_skb()
910 mt76u_ac_to_hwq(struct mt76_dev *dev, struct mt76_queue *q, u8 qid) in mt76u_ac_to_hwq()
/linux-6.15/fs/quota/
Dquota.c204 struct kqid qid; in quota_getquota() local
240 struct kqid qid; in quota_getnextquota() local
292 struct kqid qid; in quota_setquota() local
629 struct kqid qid; in quota_setxquota() local
710 struct kqid qid; in quota_getxquota() local
736 struct kqid qid; in quota_getnextxquota() local
/linux-6.15/fs/9p/
Dvfs_inode_dotl.c97 struct p9_qid *qid, in v9fs_qid_iget_dotl()
235 struct p9_qid qid; in v9fs_vfs_atomic_open_dotl() local
364 struct p9_qid qid; in v9fs_vfs_mkdir_dotl() local
694 struct p9_qid qid; in v9fs_vfs_symlink_dotl() local
803 struct p9_qid qid; in v9fs_vfs_mknod_dotl() local
/linux-6.15/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_sriov.c235 struct bnx2x_virtf *vf, int qid, in bnx2x_vf_queue_create()
275 int qid) in bnx2x_vf_queue_destroy()
335 int qid, bool drv_only, int type) in bnx2x_vf_vlan_mac_clear()
379 struct bnx2x_virtf *vf, int qid, in bnx2x_vf_mac_vlan_config()
436 int qid, bool drv_only) in bnx2x_vf_mac_vlan_config_list()
473 int bnx2x_vf_queue_setup(struct bnx2x *bp, struct bnx2x_virtf *vf, int qid, in bnx2x_vf_queue_setup()
494 int qid) in bnx2x_vf_queue_flr()
587 static void bnx2x_vf_prep_rx_mode(struct bnx2x *bp, u8 qid, in bnx2x_vf_prep_rx_mode()
613 int qid, unsigned long accept_flags) in bnx2x_vf_rxmode()
625 int bnx2x_vf_queue_teardown(struct bnx2x *bp, struct bnx2x_virtf *vf, int qid) in bnx2x_vf_queue_teardown()
[all …]

12345678910