/Linux-v5.4/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_process_queue_manager.c | 32 struct process_queue_manager *pqm, unsigned int qid) in get_queue_by_qid() 46 unsigned int *qid) in find_available_queue_slot() 78 int pqm_set_gws(struct process_queue_manager *pqm, unsigned int qid, in pqm_set_gws() 168 struct file *f, unsigned int qid) in create_cp_queue() 195 unsigned int *qid) in pqm_create_queue() 337 int pqm_destroy_queue(struct process_queue_manager *pqm, unsigned int qid) in pqm_destroy_queue() 410 int pqm_update_queue(struct process_queue_manager *pqm, unsigned int qid, in pqm_update_queue() 435 int pqm_set_cu_mask(struct process_queue_manager *pqm, unsigned int qid, in pqm_set_cu_mask() 465 unsigned int qid) in pqm_get_kernel_queue() 477 unsigned int qid, in pqm_get_wave_state()
|
/Linux-v5.4/arch/s390/include/asm/ |
D | ap.h | 78 static inline struct ap_queue_status ap_tapq(ap_qid_t qid, unsigned long *info) in ap_tapq() 101 static inline struct ap_queue_status ap_test_queue(ap_qid_t qid, in ap_test_queue() 116 static inline struct ap_queue_status ap_rapq(ap_qid_t qid) in ap_rapq() 135 static inline struct ap_queue_status ap_zapq(ap_qid_t qid) in ap_zapq() 219 static inline struct ap_queue_status ap_aqic(ap_qid_t qid, in ap_aqic() 268 static inline struct ap_queue_status ap_qact(ap_qid_t qid, int ifbit, in ap_qact() 302 static inline struct ap_queue_status ap_nqap(ap_qid_t qid, in ap_nqap() 340 static inline struct ap_queue_status ap_dqap(ap_qid_t qid, in ap_dqap()
|
/Linux-v5.4/fs/xfs/ |
D | xfs_quotaops.c | 217 struct kqid qid, in xfs_fs_get_dqblk() 236 struct kqid *qid, in xfs_fs_get_nextdqblk() 262 struct kqid qid, in xfs_fs_set_dqblk()
|
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | params.h | 44 u16 qid, in mlx5e_qid_get_ch_if_in_group() 59 u16 qid, in mlx5e_qid_get_ch_and_group() 70 struct mlx5e_params *params, u64 qid) in mlx5e_qid_validate()
|
/Linux-v5.4/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-v5.4/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_xsk.c | 15 int qid = ring->ring_idx; in ixgbe_xsk_umem() local 67 u16 qid) in ixgbe_xsk_umem_enable() 111 static int ixgbe_xsk_umem_disable(struct ixgbe_adapter *adapter, u16 qid) in ixgbe_xsk_umem_disable() 136 u16 qid) in ixgbe_xsk_umem_setup() 698 int ixgbe_xsk_wakeup(struct net_device *dev, u32 qid, u32 flags) in ixgbe_xsk_wakeup()
|
/Linux-v5.4/drivers/net/wireless/mediatek/mt76/ |
D | dma.c | 139 mt76_dma_tx_cleanup(struct mt76_dev *dev, enum mt76_txq_id qid, bool flush) in mt76_dma_tx_cleanup() 257 mt76_dma_tx_queue_skb_raw(struct mt76_dev *dev, enum mt76_txq_id qid, in mt76_dma_tx_queue_skb_raw() 281 mt76_dma_tx_queue_skb(struct mt76_dev *dev, enum mt76_txq_id qid, in mt76_dma_tx_queue_skb() 425 mt76_dma_rx_reset(struct mt76_dev *dev, enum mt76_rxq_id qid) in mt76_dma_rx_reset() 527 int qid, done = 0, cur; in mt76_dma_rx_poll() local
|
D | tx.c | 254 int qid = skb_get_queue_mapping(skb); in mt76_tx() local 384 enum mt76_txq_id qid = mt76_txq_get_qid(txq); in mt76_txq_send_burst() local 473 mt76_txq_schedule_list(struct mt76_dev *dev, enum mt76_txq_id qid) in mt76_txq_schedule_list() 526 void mt76_txq_schedule(struct mt76_dev *dev, enum mt76_txq_id qid) in mt76_txq_schedule()
|
D | mt76x02_usb_core.c | 18 void mt76x02u_tx_complete_skb(struct mt76_dev *mdev, enum mt76_txq_id qid, in mt76x02u_tx_complete_skb() 64 enum mt76_txq_id qid, struct mt76_wcid *wcid, in mt76x02u_tx_prepare_skb()
|
/Linux-v5.4/fs/quota/ |
D | quota.c | 202 struct kqid qid; in quota_getquota() local 228 struct kqid qid; in quota_getnextquota() local 280 struct kqid qid; in quota_setquota() local 565 struct kqid qid; in quota_setxquota() local 627 struct kqid qid; in quota_getxquota() local 653 struct kqid qid; in quota_getnextxquota() local
|
D | netlink.c | 37 void quota_send_warning(struct kqid qid, dev_t dev, in quota_send_warning()
|
D | kqid.c | 120 bool qid_valid(struct kqid qid) in qid_valid()
|
D | dquot.c | 262 hashfn(const struct super_block *sb, struct kqid qid) in hashfn() 288 struct kqid qid) in find_dquot() 847 struct dquot *dqget(struct super_block *sb, struct kqid qid) in dqget() 1444 struct kqid qid; in __dquot_initialize() local 2124 int dquot_get_next_id(struct super_block *sb, struct kqid *qid) in dquot_get_next_id() 2628 int dquot_get_dqblk(struct super_block *sb, struct kqid qid, in dquot_get_dqblk() 2643 int dquot_get_next_dqblk(struct super_block *sb, struct kqid *qid, in dquot_get_next_dqblk() 2761 int dquot_set_dqblk(struct super_block *sb, struct kqid qid, in dquot_set_dqblk()
|
/Linux-v5.4/drivers/nvme/target/ |
D | fabrics-cmd.c | 105 u16 qid = le16_to_cpu(c->qid); in nvmet_install_queue() local 211 u16 qid = le16_to_cpu(c->qid); in nvmet_execute_io_connect() local
|
/Linux-v5.4/fs/9p/ |
D | vfs_inode_dotl.c | 98 struct p9_qid *qid, in v9fs_qid_iget_dotl() 235 struct p9_qid qid; in v9fs_vfs_atomic_open_dotl() local 378 struct p9_qid qid; in v9fs_vfs_mkdir_dotl() local 674 struct p9_qid qid; in v9fs_vfs_symlink_dotl() local 812 struct p9_qid qid; in v9fs_vfs_mknod_dotl() local
|
/Linux-v5.4/fs/gfs2/ |
D | quota.c | 86 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() 494 static int qdsb_get(struct gfs2_sbd *sdp, struct kqid qid, in qdsb_get() 1318 int gfs2_quota_refresh(struct gfs2_sbd *sdp, struct kqid qid) in gfs2_quota_refresh() 1611 static int gfs2_get_dqblk(struct super_block *sb, struct kqid qid, in gfs2_get_dqblk() 1650 static int gfs2_set_dqblk(struct super_block *sb, struct kqid qid, in gfs2_set_dqblk()
|
/Linux-v5.4/drivers/s390/crypto/ |
D | ap_queue.c | 71 __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() 630 struct ap_queue *ap_queue_create(ap_qid_t qid, int device_type) in ap_queue_create()
|
/Linux-v5.4/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() 356 int qid, bool drv_only, int type) in bnx2x_vf_vlan_mac_clear() 400 struct bnx2x_virtf *vf, int qid, in bnx2x_vf_mac_vlan_config() 457 int qid, bool drv_only) in bnx2x_vf_mac_vlan_config_list() 494 int bnx2x_vf_queue_setup(struct bnx2x *bp, struct bnx2x_virtf *vf, int qid, in bnx2x_vf_queue_setup() 515 int qid) in bnx2x_vf_queue_flr() 608 static void bnx2x_vf_prep_rx_mode(struct bnx2x *bp, u8 qid, in bnx2x_vf_prep_rx_mode() 634 int qid, unsigned long accept_flags) in bnx2x_vf_rxmode() 646 int bnx2x_vf_queue_teardown(struct bnx2x *bp, struct bnx2x_virtf *vf, int qid) in bnx2x_vf_queue_teardown() [all …]
|
/Linux-v5.4/fs/ntfs/ |
D | quota.c | 27 const le32 qid = QUOTA_DEFAULTS_ID; in ntfs_mark_quotas_out_of_date() local
|
/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/ |
D | sched.c | 109 const unsigned int qid, in t4_sched_queue_lookup() 149 unsigned int qid; in t4_sched_queue_unbind() local 191 unsigned int qid; in t4_sched_queue_bind() local
|
/Linux-v5.4/net/9p/ |
D | client.c | 1122 struct p9_qid qid; in p9_client_attach() local 1245 struct p9_qid qid; in p9_client_open() local 1286 kgid_t gid, struct p9_qid *qid) in p9_client_create_dotl() 1336 struct p9_qid qid; in p9_client_fcreate() local 1376 const char *symtgt, kgid_t gid, struct p9_qid *qid) in p9_client_symlink() 2135 dev_t rdev, kgid_t gid, struct p9_qid *qid) in p9_client_mknod_dotl() 2166 kgid_t gid, struct p9_qid *qid) in p9_client_mkdir_dotl()
|
/Linux-v5.4/drivers/scsi/lpfc/ |
D | lpfc_debugfs.h | 562 lpfc_debug_dump_wq_by_id(struct lpfc_hba *phba, int qid) in lpfc_debug_dump_wq_by_id() 596 lpfc_debug_dump_mq_by_id(struct lpfc_hba *phba, int qid) in lpfc_debug_dump_mq_by_id() 613 lpfc_debug_dump_rq_by_id(struct lpfc_hba *phba, int qid) in lpfc_debug_dump_rq_by_id() 635 lpfc_debug_dump_cq_by_id(struct lpfc_hba *phba, int qid) in lpfc_debug_dump_cq_by_id() 676 lpfc_debug_dump_eq_by_id(struct lpfc_hba *phba, int qid) in lpfc_debug_dump_eq_by_id()
|
/Linux-v5.4/drivers/nvme/host/ |
D | trace.h | 26 #define parse_nvme_cmd(qid, opcode, fctype, cdw10) \ argument
|
/Linux-v5.4/drivers/net/ethernet/amazon/ena/ |
D | ena_netdev.c | 151 struct ena_ring *ring, u16 qid) in ena_init_io_rings_common() 208 static int ena_setup_tx_resources(struct ena_adapter *adapter, int qid) in ena_setup_tx_resources() 274 static void ena_free_tx_resources(struct ena_adapter *adapter, int qid) in ena_free_tx_resources() 354 u32 qid) in ena_setup_rx_resources() 411 u32 qid) in ena_free_rx_resources() 582 u32 qid) in ena_free_rx_bufs() 1624 static int ena_create_io_tx_queue(struct ena_adapter *adapter, int qid) in ena_create_io_tx_queue() 1691 static int ena_create_io_rx_queue(struct ena_adapter *adapter, int qid) in ena_create_io_rx_queue() 2251 int qid, rc, nb_hw_desc; in ena_start_xmit() local 2387 u16 qid; in ena_select_queue() local
|
/Linux-v5.4/drivers/net/ethernet/intel/i40e/ |
D | i40e_xsk.c | 78 u16 qid) in i40e_xsk_umem_enable() 134 static int i40e_xsk_umem_disable(struct i40e_vsi *vsi, u16 qid) in i40e_xsk_umem_disable() 176 u16 qid) in i40e_xsk_umem_setup()
|