Home
last modified time | relevance | path

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

12345678

/linux-6.3-rc2/drivers/gpu/drm/amd/amdkfd/
A Dkfd_process_queue_manager.c33 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()
184 unsigned int qid) in init_user_queue()
230 unsigned int *qid, in pqm_create_queue()
465 unsigned int qid, struct queue_properties *p) in pqm_update_queue_properties()
526 unsigned int qid) in pqm_get_kernel_queue()
538 unsigned int qid) in pqm_get_user_queue()
547 unsigned int qid, in pqm_get_wave_state()
626 unsigned int qid, in pqm_checkpoint_mqd()
[all …]
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/
A 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
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()
A 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.3-rc2/arch/s390/include/asm/
A Dap.h96 static inline struct ap_queue_status ap_tapq(ap_qid_t qid, unsigned long *info) in ap_tapq()
123 static inline struct ap_queue_status ap_test_queue(ap_qid_t qid, in ap_test_queue()
138 static inline struct ap_queue_status ap_rapq(ap_qid_t qid) in ap_rapq()
159 static inline struct ap_queue_status ap_zapq(ap_qid_t qid) in ap_zapq()
250 static inline struct ap_queue_status ap_aqic(ap_qid_t qid, in ap_aqic()
299 static inline struct ap_queue_status ap_qact(ap_qid_t qid, int ifbit, in ap_qact()
333 static inline struct ap_queue_status ap_nqap(ap_qid_t qid, in ap_nqap()
388 static inline struct ap_queue_status ap_dqap(ap_qid_t qid, in ap_dqap()
/linux-6.3-rc2/drivers/vdpa/alibaba/
A Deni_vdpa.c257 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.3-rc2/drivers/vdpa/virtio_pci/
A Dvp_vdpa.c244 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.3-rc2/drivers/net/ethernet/marvell/prestera/
A 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()
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()
371 static u32 prestera_fw_cmdq_len(struct prestera_fw *fw, u8 qid) in prestera_fw_cmdq_len()
381 static int prestera_fw_cmd_send(struct prestera_fw *fw, int qid, in prestera_fw_cmd_send()
[all …]
/linux-6.3-rc2/drivers/net/ethernet/intel/ixgbe/
A 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()
519 int ixgbe_xsk_wakeup(struct net_device *dev, u32 qid, u32 flags) in ixgbe_xsk_wakeup()
/linux-6.3-rc2/drivers/nvme/host/
A Dauth.c27 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()
855 int nvme_auth_negotiate(struct nvme_ctrl *ctrl, int qid) in nvme_auth_negotiate()
876 int nvme_auth_wait(struct nvme_ctrl *ctrl, int qid) in nvme_auth_wait()
/linux-6.3-rc2/drivers/vdpa/ifcvf/
A Difcvf_main.c515 static int ifcvf_vdpa_get_vq_state(struct vdpa_device *vdpa_dev, u16 qid, in ifcvf_vdpa_get_vq_state()
524 static int ifcvf_vdpa_set_vq_state(struct vdpa_device *vdpa_dev, u16 qid, in ifcvf_vdpa_set_vq_state()
532 static void ifcvf_vdpa_set_vq_cb(struct vdpa_device *vdpa_dev, u16 qid, in ifcvf_vdpa_set_vq_cb()
541 u16 qid, bool ready) in ifcvf_vdpa_set_vq_ready()
548 static bool ifcvf_vdpa_get_vq_ready(struct vdpa_device *vdpa_dev, u16 qid) in ifcvf_vdpa_get_vq_ready()
555 static void ifcvf_vdpa_set_vq_num(struct vdpa_device *vdpa_dev, u16 qid, in ifcvf_vdpa_set_vq_num()
563 static int ifcvf_vdpa_set_vq_address(struct vdpa_device *vdpa_dev, u16 qid, in ifcvf_vdpa_set_vq_address()
576 static void ifcvf_vdpa_kick_vq(struct vdpa_device *vdpa_dev, u16 qid) in ifcvf_vdpa_kick_vq()
650 u16 qid) in ifcvf_vdpa_get_vq_irq()
A Difcvf_base.c13 u16 ifcvf_set_vq_vector(struct ifcvf_hw *hw, u16 qid, int vector) in ifcvf_set_vq_vector()
302 u16 ifcvf_get_vq_state(struct ifcvf_hw *hw, u16 qid) in ifcvf_get_vq_state()
317 int ifcvf_set_vq_state(struct ifcvf_hw *hw, u16 qid, u16 num) in ifcvf_set_vq_state()
390 void ifcvf_notify_queue(struct ifcvf_hw *hw, u16 qid) in ifcvf_notify_queue()
/linux-6.3-rc2/drivers/net/ethernet/freescale/dpaa2/
A 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.3-rc2/fs/xfs/
A Dxfs_quotaops.c216 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.3-rc2/drivers/infiniband/hw/cxgb4/
A 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.3-rc2/drivers/s390/crypto/
A Dap_queue.c71 __ap_send(ap_qid_t qid, unsigned long long psmid, void *msg, size_t length, in __ap_send()
79 int ap_send(ap_qid_t qid, unsigned long long psmid, void *msg, size_t length) in ap_send()
98 int ap_recv(ap_qid_t qid, unsigned long long *psmid, void *msg, size_t length) in ap_recv()
247 ap_qid_t qid = aq->qid; in ap_sm_write() local
780 struct ap_queue *ap_queue_create(ap_qid_t qid, int device_type) in ap_queue_create()
/linux-6.3-rc2/fs/gfs2/
A Dquota.c86 const struct kqid qid) in gfs2_qd_hash()
196 struct kqid qid = qd->qd_id; in qd2index() local
211 static struct gfs2_quota_data *qd_alloc(unsigned hash, struct gfs2_sbd *sdp, struct kqid qid) in qd_alloc()
242 struct kqid qid) in gfs2_qd_search_bucket()
262 static int qd_get(struct gfs2_sbd *sdp, struct kqid qid, in qd_get()
498 static int qdsb_get(struct gfs2_sbd *sdp, struct kqid qid, in qdsb_get()
1335 int gfs2_quota_refresh(struct gfs2_sbd *sdp, struct kqid qid) in gfs2_quota_refresh()
1605 static int gfs2_get_dqblk(struct super_block *sb, struct kqid qid, in gfs2_get_dqblk()
1644 static int gfs2_set_dqblk(struct super_block *sb, struct kqid qid, in gfs2_set_dqblk()
/linux-6.3-rc2/fs/9p/
A Dvfs_inode_dotl.c98 struct p9_qid *qid, in v9fs_qid_iget_dotl()
236 struct p9_qid qid; in v9fs_vfs_atomic_open_dotl() local
378 struct p9_qid qid; in v9fs_vfs_mkdir_dotl() local
697 struct p9_qid qid; in v9fs_vfs_symlink_dotl() local
839 struct p9_qid qid; in v9fs_vfs_mknod_dotl() local
/linux-6.3-rc2/fs/quota/
A 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.3-rc2/drivers/net/ethernet/broadcom/bnx2x/
A 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()
1955 static void bnx2x_vf_qtbl_set_q(struct bnx2x *bp, u8 abs_vfid, u8 qid, in bnx2x_vf_qtbl_set_q()
[all …]
/linux-6.3-rc2/drivers/nvme/target/
A Dfabrics-cmd.c140 u16 qid = le16_to_cpu(c->qid); in nvmet_install_queue() local
290 u16 qid = le16_to_cpu(c->qid); in nvmet_execute_io_connect() local
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/
A Dtx.c281 __mt76_tx_queue_skb(struct mt76_phy *phy, int qid, struct sk_buff *skb, in __mt76_tx_queue_skb()
318 int qid = skb_get_queue_mapping(skb); in mt76_tx() local
442 enum mt76_txq_id qid = mt76_txq_get_qid(txq); in mt76_txq_send_burst() local
503 mt76_txq_schedule_list(struct mt76_phy *phy, enum mt76_txq_id qid) in mt76_txq_schedule_list()
557 void mt76_txq_schedule(struct mt76_phy *phy, enum mt76_txq_id qid) in mt76_txq_schedule()
A Dusb.c357 enum mt76_rxq_id qid = q - &dev->q_rx[MT_RXQ_MAIN]; in mt76u_refill_rx() local
394 enum mt76_rxq_id qid = q - &dev->q_rx[MT_RXQ_MAIN]; in mt76u_rx_urb_alloc() local
590 mt76u_submit_rx_buf(struct mt76_dev *dev, enum mt76_rxq_id qid, in mt76u_submit_rx_buf()
605 int qid = q - &dev->q_rx[MT_RXQ_MAIN]; in mt76u_process_rx_queue() local
642 mt76u_submit_rx_buffers(struct mt76_dev *dev, enum mt76_rxq_id qid) in mt76u_submit_rx_buffers()
662 mt76u_alloc_rx_queue(struct mt76_dev *dev, enum mt76_rxq_id qid) in mt76u_alloc_rx_queue()
855 enum mt76_txq_id qid, struct sk_buff *skb, in mt76u_tx_queue_skb()
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/mt7615/
A Dusb_sdio.c45 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()
/linux-6.3-rc2/fs/ntfs/
A Dquota.c27 const le32 qid = QUOTA_DEFAULTS_ID; in ntfs_mark_quotas_out_of_date() local
/linux-6.3-rc2/drivers/scsi/lpfc/
A Dlpfc_debugfs.h570 lpfc_debug_dump_wq_by_id(struct lpfc_hba *phba, int qid) in lpfc_debug_dump_wq_by_id()
604 lpfc_debug_dump_mq_by_id(struct lpfc_hba *phba, int qid) in lpfc_debug_dump_mq_by_id()
621 lpfc_debug_dump_rq_by_id(struct lpfc_hba *phba, int qid) in lpfc_debug_dump_rq_by_id()
643 lpfc_debug_dump_cq_by_id(struct lpfc_hba *phba, int qid) in lpfc_debug_dump_cq_by_id()
684 lpfc_debug_dump_eq_by_id(struct lpfc_hba *phba, int qid) in lpfc_debug_dump_eq_by_id()

Completed in 49 milliseconds

12345678