/linux-6.12.1/drivers/vdpa/ifcvf/ |
D | ifcvf_base.c | 13 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 …]
|
D | ifcvf_main.c | 464 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.12.1/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_process_queue_manager.c | 34 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() 100 int pqm_set_gws(struct process_queue_manager *pqm, unsigned int qid, in pqm_set_gws() 238 struct file *f, unsigned int qid) in init_user_queue() 305 unsigned int *qid, in pqm_create_queue() 476 int pqm_destroy_queue(struct process_queue_manager *pqm, unsigned int qid) in pqm_destroy_queue() 548 unsigned int qid, struct queue_properties *p) in pqm_update_queue_properties() 605 unsigned int qid, struct mqd_update_info *minfo) in pqm_update_mqd() 648 unsigned int qid) in pqm_get_kernel_queue() [all …]
|
/linux-6.12.1/drivers/vdpa/pds/ |
D | vdpa_dev.c | 72 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.12.1/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | qos.c | 38 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()
|
D | htb.c | 17 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.12.1/arch/s390/include/asm/ |
D | ap.h | 135 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.12.1/drivers/vdpa/virtio_pci/ |
D | vp_vdpa.c | 257 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() 445 vp_vdpa_get_vq_notification(struct vdpa_device *vdpa, u16 qid) in vp_vdpa_get_vq_notification()
|
/linux-6.12.1/drivers/vdpa/alibaba/ |
D | eni_vdpa.c | 257 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.12.1/drivers/vdpa/octeon_ep/ |
D | octep_vdpa_hw.c | 102 static int octep_process_mbox(struct octep_hw *oct_hw, u16 id, u16 qid, void *buffer, in octep_process_mbox() 275 void octep_notify_queue(struct octep_hw *oct_hw, u16 qid) in octep_notify_queue() 298 int octep_set_vq_address(struct octep_hw *oct_hw, u16 qid, u64 desc_area, u64 driver_area, in octep_set_vq_address() 314 int octep_get_vq_state(struct octep_hw *oct_hw, u16 qid, struct vdpa_vq_state *state) in octep_get_vq_state() 320 int octep_set_vq_state(struct octep_hw *oct_hw, u16 qid, const struct vdpa_vq_state *state) in octep_set_vq_state() 329 void octep_set_vq_num(struct octep_hw *oct_hw, u16 qid, u32 num) in octep_set_vq_num() 337 void octep_set_vq_ready(struct octep_hw *oct_hw, u16 qid, bool ready) in octep_set_vq_ready() 345 bool octep_get_vq_ready(struct octep_hw *oct_hw, u16 qid) in octep_get_vq_ready()
|
D | octep_vdpa_main.c | 170 u16 qid; in octep_vdpa_reset() local 196 static int octep_vdpa_get_vq_state(struct vdpa_device *vdpa_dev, u16 qid, in octep_vdpa_get_vq_state() 204 static int octep_vdpa_set_vq_state(struct vdpa_device *vdpa_dev, u16 qid, in octep_vdpa_set_vq_state() 212 static void octep_vdpa_set_vq_cb(struct vdpa_device *vdpa_dev, u16 qid, struct vdpa_callback *cb) in octep_vdpa_set_vq_cb() 219 static void octep_vdpa_set_vq_ready(struct vdpa_device *vdpa_dev, u16 qid, bool ready) in octep_vdpa_set_vq_ready() 226 static bool octep_vdpa_get_vq_ready(struct vdpa_device *vdpa_dev, u16 qid) in octep_vdpa_get_vq_ready() 233 static void octep_vdpa_set_vq_num(struct vdpa_device *vdpa_dev, u16 qid, u32 num) in octep_vdpa_set_vq_num() 240 static int octep_vdpa_set_vq_address(struct vdpa_device *vdpa_dev, u16 qid, u64 desc_area, in octep_vdpa_set_vq_address() 252 static void octep_vdpa_kick_vq(struct vdpa_device *vdpa_dev, u16 qid) in octep_vdpa_kick_vq()
|
/linux-6.12.1/drivers/net/ethernet/marvell/prestera/ |
D | prestera_pci.c | 242 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.12.1/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_xsk.c | 15 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.12.1/drivers/net/ethernet/freescale/dpaa2/ |
D | dpaa2-xsk.c | 173 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.12.1/fs/xfs/ |
D | xfs_quotaops.c | 225 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.12.1/drivers/infiniband/hw/cxgb4/ |
D | resource.c | 111 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.12.1/drivers/nvme/host/ |
D | auth.c | 28 int qid; member 57 static int nvme_auth_submit(struct nvme_ctrl *ctrl, int qid, in nvme_auth_submit() 93 static int nvme_auth_receive_validate(struct nvme_ctrl *ctrl, int qid, in nvme_auth_receive_validate() 854 int nvme_auth_negotiate(struct nvme_ctrl *ctrl, int qid) in nvme_auth_negotiate() 875 int nvme_auth_wait(struct nvme_ctrl *ctrl, int qid) in nvme_auth_wait()
|
/linux-6.12.1/drivers/net/ethernet/marvell/octeontx2/nic/ |
D | qos.c | 501 u32 quantum, u16 qid, bool static_cfg) in otx2_qos_sw_create_leaf_node() 548 *otx2_sw_node_find_by_qid(struct otx2_nic *pfvf, u16 qid) in otx2_sw_node_find_by_qid() 590 u16 qid; in otx2_get_txq_by_classid() local 927 u16 qid) in otx2_qos_enadis_sq() 1224 int qid, ret, err; in otx2_qos_leaf_alloc_queue() local 1364 u16 qid; in otx2_qos_leaf_to_inner() local 1502 static void otx2_reset_qdisc(struct net_device *dev, u16 qid) in otx2_reset_qdisc() 1516 int qid) in otx2_cfg_smq() 1532 u16 qid, moved_qid; in otx2_qos_leaf_del() local 1611 u16 qid; in otx2_qos_leaf_del_last() local
|
/linux-6.12.1/fs/gfs2/ |
D | quota.c | 86 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() 260 struct kqid qid) in gfs2_qd_search_bucket() 280 static int qd_get(struct gfs2_sbd *sdp, struct kqid qid, in qd_get() 514 static int qdsb_get(struct gfs2_sbd *sdp, struct kqid qid, in qdsb_get() 1372 int gfs2_quota_refresh(struct gfs2_sbd *sdp, struct kqid qid) in gfs2_quota_refresh() 1666 static int gfs2_get_dqblk(struct super_block *sb, struct kqid qid, in gfs2_get_dqblk() 1705 static int gfs2_set_dqblk(struct super_block *sb, struct kqid qid, in gfs2_set_dqblk()
|
/linux-6.12.1/drivers/net/wireless/mediatek/mt76/ |
D | usb.c | 356 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()
|
D | tx.c | 299 __mt76_tx_queue_skb(struct mt76_phy *phy, int qid, struct sk_buff *skb, in __mt76_tx_queue_skb() 462 enum mt76_txq_id qid = mt76_txq_get_qid(txq); in mt76_txq_send_burst() local 523 mt76_txq_schedule_list(struct mt76_phy *phy, enum mt76_txq_id qid) in mt76_txq_schedule_list() 577 void mt76_txq_schedule(struct mt76_phy *phy, enum mt76_txq_id qid) in mt76_txq_schedule() 612 int qid = skb_get_queue_mapping(skb); in mt76_txq_schedule_pending_wcid() local
|
/linux-6.12.1/fs/quota/ |
D | quota.c | 204 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.12.1/fs/9p/ |
D | vfs_inode_dotl.c | 97 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.12.1/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_sriov.c | 235 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 …]
|
/linux-6.12.1/drivers/nvme/target/ |
D | fabrics-cmd.c | 140 u16 qid = le16_to_cpu(c->qid); in nvmet_install_queue() local 289 u16 qid = le16_to_cpu(c->qid); in nvmet_execute_io_connect() local
|