/openbmc/linux/drivers/vdpa/ifcvf/ |
H A 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 …]
|
H A 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()
|
/openbmc/linux/drivers/gpu/drm/amd/amdkfd/ |
H A 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() 230 unsigned int qid) in init_user_queue() 277 unsigned int *qid, in pqm_create_queue() 447 int pqm_destroy_queue(struct process_queue_manager *pqm, unsigned int qid) in pqm_destroy_queue() 515 unsigned int qid, struct queue_properties *p) in pqm_update_queue_properties() 541 unsigned int qid, struct mqd_update_info *minfo) in pqm_update_mqd() 584 unsigned int qid) in pqm_get_kernel_queue() [all …]
|
/openbmc/linux/drivers/vdpa/pds/ |
H A 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 …]
|
H A 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()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A 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 158 u16 qid; in mlx5e_activate_qos_sq() local 183 void mlx5e_deactivate_qos_sq(struct mlx5e_priv *priv, u16 qid) in mlx5e_deactivate_qos_sq() 203 void mlx5e_close_qos_sq(struct mlx5e_priv *priv, u16 qid) in mlx5e_close_qos_sq() 332 u16 qid = params->num_channels * i + c->ix; in mlx5e_qos_deactivate_queues() local 355 void mlx5e_reactivate_qos_sq(struct mlx5e_priv *priv, u16 qid, struct netdev_queue *txq) in mlx5e_reactivate_qos_sq() 362 void mlx5e_reset_qdisc(struct net_device *dev, u16 qid) in mlx5e_reset_qdisc()
|
H A 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
|
/openbmc/qemu/hw/ufs/ |
H A D | ufs.h | 151 static inline uint32_t ufs_mcq_sq_tail(UfsHc *u, uint32_t qid) in ufs_mcq_sq_tail() 156 static inline void ufs_mcq_update_sq_tail(UfsHc *u, uint32_t qid, uint32_t db) in ufs_mcq_update_sq_tail() 161 static inline uint32_t ufs_mcq_sq_head(UfsHc *u, uint32_t qid) in ufs_mcq_sq_head() 166 static inline void ufs_mcq_update_sq_head(UfsHc *u, uint32_t qid, uint32_t db) in ufs_mcq_update_sq_head() 171 static inline bool ufs_mcq_sq_empty(UfsHc *u, uint32_t qid) in ufs_mcq_sq_empty() 176 static inline uint32_t ufs_mcq_cq_tail(UfsHc *u, uint32_t qid) in ufs_mcq_cq_tail() 181 static inline void ufs_mcq_update_cq_tail(UfsHc *u, uint32_t qid, uint32_t db) in ufs_mcq_update_cq_tail() 186 static inline uint32_t ufs_mcq_cq_head(UfsHc *u, uint32_t qid) in ufs_mcq_cq_head() 191 static inline void ufs_mcq_update_cq_head(UfsHc *u, uint32_t qid, uint32_t db) in ufs_mcq_update_cq_head() 196 static inline bool ufs_mcq_cq_empty(UfsHc *u, uint32_t qid) in ufs_mcq_cq_empty()
|
H A D | ufs.c | 40 static inline uint64_t ufs_mcq_reg_addr(UfsHc *u, int qid) in ufs_mcq_reg_addr() 46 static inline uint64_t ufs_mcq_op_reg_addr(UfsHc *u, int qid) in ufs_mcq_op_reg_addr() 478 static bool ufs_mcq_create_sq(UfsHc *u, uint8_t qid, uint32_t attr) in ufs_mcq_create_sq() 521 static bool ufs_mcq_delete_sq(UfsHc *u, uint8_t qid) in ufs_mcq_delete_sq() 544 static bool ufs_mcq_create_cq(UfsHc *u, uint8_t qid, uint32_t attr) in ufs_mcq_create_cq() 575 static bool ufs_mcq_delete_cq(UfsHc *u, uint8_t qid) in ufs_mcq_delete_cq() 680 int qid = offset / sizeof(UfsMcqReg); in ufs_write_mcq_reg() local 742 static void ufs_mcq_process_db(UfsHc *u, uint8_t qid, uint32_t db) in ufs_mcq_process_db() 764 int qid = offset / sizeof(UfsMcqOpReg); in ufs_write_mcq_op_reg() local
|
/openbmc/linux/arch/s390/include/asm/ |
H A 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()
|
/openbmc/linux/drivers/vdpa/alibaba/ |
H A 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()
|
/openbmc/linux/drivers/vdpa/virtio_pci/ |
H A 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()
|
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/ |
H A 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()
|
/openbmc/linux/drivers/net/ethernet/marvell/prestera/ |
H A 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 …]
|
/openbmc/linux/drivers/nvme/host/ |
H A 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()
|
/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/ |
H A 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()
|
/openbmc/linux/fs/xfs/ |
H A 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()
|
/openbmc/linux/drivers/infiniband/hw/cxgb4/ |
H A 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()
|
/openbmc/linux/fs/gfs2/ |
H A D | quota.c | 86 const struct kqid qid) in gfs2_qd_hash() 206 struct kqid qid = qd->qd_id; in qd2index() local 216 static struct gfs2_quota_data *qd_alloc(unsigned hash, struct gfs2_sbd *sdp, struct kqid qid) in qd_alloc() 247 struct kqid qid) in gfs2_qd_search_bucket() 267 static int qd_get(struct gfs2_sbd *sdp, struct kqid qid, in qd_get() 522 static int qdsb_get(struct gfs2_sbd *sdp, struct kqid qid, in qdsb_get() 1357 int gfs2_quota_refresh(struct gfs2_sbd *sdp, struct kqid qid) in gfs2_quota_refresh() 1629 static int gfs2_get_dqblk(struct super_block *sb, struct kqid qid, in gfs2_get_dqblk() 1668 static int gfs2_set_dqblk(struct super_block *sb, struct kqid qid, in gfs2_set_dqblk()
|
/openbmc/linux/drivers/nvme/target/ |
H A 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
|
/openbmc/linux/fs/9p/ |
H A 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
|
/openbmc/u-boot/drivers/nvme/ |
H A D | nvme.c | 44 u16 qid; member 220 int qid, int depth) in nvme_alloc_queue() 315 static void nvme_init_queue(struct nvme_queue *nvmeq, u16 qid) in nvme_init_queue() 394 static int nvme_alloc_cq(struct nvme_dev *dev, u16 qid, in nvme_alloc_cq() 411 static int nvme_alloc_sq(struct nvme_dev *dev, u16 qid, in nvme_alloc_sq() 498 static int nvme_create_queue(struct nvme_queue *nvmeq, int qid) in nvme_create_queue()
|
/openbmc/linux/fs/quota/ |
H A 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
|
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/ |
H A 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 …]
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/ |
H A 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()
|