/linux-6.6.21/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 static u16 ifcvf_get_vq_size(struct ifcvf_hw *hw, u16 qid) in ifcvf_get_vq_size() 88 u16 queue_size, max_size, qid; in ifcvf_get_max_vq_size() local 329 u16 ifcvf_get_vq_state(struct ifcvf_hw *hw, u16 qid) in ifcvf_get_vq_state() 339 int ifcvf_set_vq_state(struct ifcvf_hw *hw, u16 qid, u16 num) in ifcvf_set_vq_state() 348 void ifcvf_set_vq_num(struct ifcvf_hw *hw, u16 qid, u32 num) in ifcvf_set_vq_num() 356 int ifcvf_set_vq_address(struct ifcvf_hw *hw, u16 qid, u64 desc_area, in ifcvf_set_vq_address() 372 bool ifcvf_get_vq_ready(struct ifcvf_hw *hw, u16 qid) in ifcvf_get_vq_ready() 383 void ifcvf_set_vq_ready(struct ifcvf_hw *hw, u16 qid, bool ready) in ifcvf_set_vq_ready() 393 u16 qid; in ifcvf_reset_vring() local [all …]
|
D | ifcvf_main.c | 459 static int ifcvf_vdpa_get_vq_state(struct vdpa_device *vdpa_dev, u16 qid, in ifcvf_vdpa_get_vq_state() 468 static int ifcvf_vdpa_set_vq_state(struct vdpa_device *vdpa_dev, u16 qid, in ifcvf_vdpa_set_vq_state() 476 static void ifcvf_vdpa_set_vq_cb(struct vdpa_device *vdpa_dev, u16 qid, in ifcvf_vdpa_set_vq_cb() 485 u16 qid, bool ready) in ifcvf_vdpa_set_vq_ready() 492 static bool ifcvf_vdpa_get_vq_ready(struct vdpa_device *vdpa_dev, u16 qid) in ifcvf_vdpa_get_vq_ready() 499 static void ifcvf_vdpa_set_vq_num(struct vdpa_device *vdpa_dev, u16 qid, in ifcvf_vdpa_set_vq_num() 507 static int ifcvf_vdpa_set_vq_address(struct vdpa_device *vdpa_dev, u16 qid, in ifcvf_vdpa_set_vq_address() 516 static void ifcvf_vdpa_kick_vq(struct vdpa_device *vdpa_dev, u16 qid) in ifcvf_vdpa_kick_vq() 590 u16 qid) in ifcvf_vdpa_get_vq_irq()
|
/linux-6.6.21/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 …]
|
D | cmds.c | 125 int pds_vdpa_cmd_init_vq(struct pds_vdpa_device *pdsv, u16 qid, u16 invert_idx, in pds_vdpa_cmd_init_vq() 159 int pds_vdpa_cmd_reset_vq(struct pds_vdpa_device *pdsv, u16 qid, u16 invert_idx, in pds_vdpa_cmd_reset_vq()
|
/linux-6.6.21/drivers/gpu/drm/amd/amdkfd/ ! |
D | kfd_process_queue_manager.c | 33 struct process_queue_manager *pqm, unsigned int qid) in get_queue_by_qid() 47 unsigned int qid) in assign_queue_slot_by_qid() 61 unsigned int *qid) in find_available_queue_slot() 95 int pqm_set_gws(struct process_queue_manager *pqm, unsigned int qid, in pqm_set_gws() 225 unsigned int qid) in init_user_queue() 272 unsigned int *qid, in pqm_create_queue() 442 int pqm_destroy_queue(struct process_queue_manager *pqm, unsigned int qid) in pqm_destroy_queue() 510 unsigned int qid, struct queue_properties *p) in pqm_update_queue_properties() 536 unsigned int qid, struct mqd_update_info *minfo) in pqm_update_mqd() 579 unsigned int qid) in pqm_get_kernel_queue() [all …]
|
/linux-6.6.21/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 157 u16 qid; in mlx5e_activate_qos_sq() local 182 void mlx5e_deactivate_qos_sq(struct mlx5e_priv *priv, u16 qid) in mlx5e_deactivate_qos_sq() 202 void mlx5e_close_qos_sq(struct mlx5e_priv *priv, u16 qid) in mlx5e_close_qos_sq() 331 u16 qid = params->num_channels * i + c->ix; in mlx5e_qos_deactivate_queues() local 354 void mlx5e_reactivate_qos_sq(struct mlx5e_priv *priv, u16 qid, struct netdev_queue *txq) in mlx5e_reactivate_qos_sq() 361 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.6.21/arch/s390/include/asm/ ! |
D | ap.h | 133 static inline struct ap_queue_status ap_tapq(ap_qid_t qid, struct ap_tapq_gr2 *info) in ap_tapq() 160 static inline struct ap_queue_status ap_test_queue(ap_qid_t qid, int tbit, in ap_test_queue() 175 static inline struct ap_queue_status ap_rapq(ap_qid_t qid, int fbit) in ap_rapq() 200 static inline struct ap_queue_status ap_zapq(ap_qid_t qid, int fbit) in ap_zapq() 295 static inline struct ap_queue_status ap_aqic(ap_qid_t qid, in ap_aqic() 344 static inline struct ap_queue_status ap_qact(ap_qid_t qid, int ifbit, in ap_qact() 375 static inline struct ap_queue_status ap_bapq(ap_qid_t qid) in ap_bapq() 401 static inline struct ap_queue_status ap_aapq(ap_qid_t qid, unsigned int sec_idx) in ap_aapq() 431 static inline struct ap_queue_status ap_nqap(ap_qid_t qid, in ap_nqap() 487 static inline struct ap_queue_status ap_dqap(ap_qid_t qid, in ap_dqap()
|
/linux-6.6.21/drivers/vdpa/alibaba/ ! |
D | eni_vdpa.c | 257 static int eni_vdpa_get_vq_state(struct vdpa_device *vdpa, u16 qid, in eni_vdpa_get_vq_state() 263 static int eni_vdpa_set_vq_state(struct vdpa_device *vdpa, u16 qid, in eni_vdpa_set_vq_state() 281 static void eni_vdpa_set_vq_cb(struct vdpa_device *vdpa, u16 qid, in eni_vdpa_set_vq_cb() 289 static void eni_vdpa_set_vq_ready(struct vdpa_device *vdpa, u16 qid, in eni_vdpa_set_vq_ready() 302 static bool eni_vdpa_get_vq_ready(struct vdpa_device *vdpa, u16 qid) in eni_vdpa_get_vq_ready() 309 static void eni_vdpa_set_vq_num(struct vdpa_device *vdpa, u16 qid, in eni_vdpa_set_vq_num() 326 static int eni_vdpa_set_vq_address(struct vdpa_device *vdpa, u16 qid, in eni_vdpa_set_vq_address() 338 static void eni_vdpa_kick_vq(struct vdpa_device *vdpa, u16 qid) in eni_vdpa_kick_vq()
|
/linux-6.6.21/drivers/vdpa/virtio_pci/ ! |
D | vp_vdpa.c | 244 static int vp_vdpa_get_vq_state(struct vdpa_device *vdpa, u16 qid, in vp_vdpa_get_vq_state() 279 static int vp_vdpa_set_vq_state(struct vdpa_device *vdpa, u16 qid, in vp_vdpa_set_vq_state() 300 static void vp_vdpa_set_vq_cb(struct vdpa_device *vdpa, u16 qid, in vp_vdpa_set_vq_cb() 309 u16 qid, bool ready) in vp_vdpa_set_vq_ready() 316 static bool vp_vdpa_get_vq_ready(struct vdpa_device *vdpa, u16 qid) in vp_vdpa_get_vq_ready() 323 static void vp_vdpa_set_vq_num(struct vdpa_device *vdpa, u16 qid, in vp_vdpa_set_vq_num() 331 static int vp_vdpa_set_vq_address(struct vdpa_device *vdpa, u16 qid, in vp_vdpa_set_vq_address() 343 static void vp_vdpa_kick_vq(struct vdpa_device *vdpa, u16 qid) in vp_vdpa_kick_vq() 425 vp_vdpa_get_vq_notification(struct vdpa_device *vdpa, u16 qid) in vp_vdpa_get_vq_notification()
|
/linux-6.6.21/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.6.21/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() 519 int ixgbe_xsk_wakeup(struct net_device *dev, u32 qid, u32 flags) in ixgbe_xsk_wakeup()
|
/linux-6.6.21/drivers/nvme/host/ ! |
D | auth.c | 27 int qid; member 50 #define nvme_auth_flags_from_qid(qid) \ argument 52 #define nvme_auth_queue_from_qid(ctrl, qid) \ argument 61 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() 857 int nvme_auth_negotiate(struct nvme_ctrl *ctrl, int qid) in nvme_auth_negotiate() 878 int nvme_auth_wait(struct nvme_ctrl *ctrl, int qid) in nvme_auth_wait()
|
/linux-6.6.21/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.6.21/fs/xfs/ ! |
D | xfs_quotaops.c | 216 struct kqid qid, in xfs_fs_get_dqblk() 233 struct kqid *qid, in xfs_fs_get_nextdqblk() 257 struct kqid qid, in xfs_fs_set_dqblk()
|
/linux-6.6.21/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.6.21/fs/gfs2/ ! |
D | quota.c | 89 const struct kqid qid) in gfs2_qd_hash() 209 struct kqid qid = qd->qd_id; in qd2index() local 219 static struct gfs2_quota_data *qd_alloc(unsigned hash, struct gfs2_sbd *sdp, struct kqid qid) in qd_alloc() 250 struct kqid qid) in gfs2_qd_search_bucket() 270 static int qd_get(struct gfs2_sbd *sdp, struct kqid qid, in qd_get() 540 static int qdsb_get(struct gfs2_sbd *sdp, struct kqid qid, in qdsb_get() 1371 int gfs2_quota_refresh(struct gfs2_sbd *sdp, struct kqid qid) in gfs2_quota_refresh() 1643 static int gfs2_get_dqblk(struct super_block *sb, struct kqid qid, in gfs2_get_dqblk() 1682 static int gfs2_set_dqblk(struct super_block *sb, struct kqid qid, in gfs2_set_dqblk()
|
/linux-6.6.21/fs/9p/ ! |
D | vfs_inode_dotl.c | 97 struct p9_qid *qid, in v9fs_qid_iget_dotl() 237 struct p9_qid qid; in v9fs_vfs_atomic_open_dotl() local 366 struct p9_qid qid; in v9fs_vfs_mkdir_dotl() local 708 struct p9_qid qid; in v9fs_vfs_symlink_dotl() local 850 struct p9_qid qid; in v9fs_vfs_mknod_dotl() local
|
/linux-6.6.21/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.6.21/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.6.21/drivers/nvme/target/ ! |
D | fabrics-cmd.c | 140 u16 qid = le16_to_cpu(c->qid); in nvmet_install_queue() local 292 u16 qid = le16_to_cpu(c->qid); in nvmet_execute_io_connect() local
|
/linux-6.6.21/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()
|
D | tx.c | 299 __mt76_tx_queue_skb(struct mt76_phy *phy, int qid, struct sk_buff *skb, in __mt76_tx_queue_skb() 336 int qid = skb_get_queue_mapping(skb); in mt76_tx() local 460 enum mt76_txq_id qid = mt76_txq_get_qid(txq); in mt76_txq_send_burst() local 521 mt76_txq_schedule_list(struct mt76_phy *phy, enum mt76_txq_id qid) in mt76_txq_schedule_list() 575 void mt76_txq_schedule(struct mt76_phy *phy, enum mt76_txq_id qid) in mt76_txq_schedule()
|
/linux-6.6.21/drivers/net/ethernet/marvell/octeontx2/nic/ ! |
D | qos.c | 501 u32 quantum, u16 qid, bool static_cfg) in otx2_qos_sw_create_leaf_node() 576 u16 qid; in otx2_get_txq_by_classid() local 913 u16 qid) in otx2_qos_enadis_sq() 1209 int qid, ret, err; in otx2_qos_leaf_alloc_queue() local 1349 u16 qid; in otx2_qos_leaf_to_inner() local 1483 u16 qid; in otx2_qos_leaf_del() local 1530 u16 qid; in otx2_qos_leaf_del_last() local
|
/linux-6.6.21/drivers/net/wireless/mediatek/mt76/mt7615/ ! |
D | usb_sdio.c | 45 enum mt76_txq_id qid, struct ieee80211_sta *sta, in mt7663_usb_sdio_write_txwi() 182 enum mt76_txq_id qid, struct mt76_wcid *wcid, in mt7663_usb_sdio_tx_prepare_skb()
|