Home
last modified time | relevance | path

Searched defs:qid (Results 126 - 150 of 374) sorted by relevance

12345678910>>...15

/kernel/linux/linux-6.6/fs/quota/
H 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; quota_setxquota() local
710 struct kqid qid; quota_getxquota() local
736 struct kqid qid; quota_getnextxquota() local
[all...]
/kernel/linux/linux-6.6/drivers/vdpa/virtio_pci/
H A Dvp_vdpa.c244 static int vp_vdpa_get_vq_state(struct vdpa_device *vdpa, u16 qid, in vp_vdpa_get_vq_state() argument
279 static int vp_vdpa_set_vq_state(struct vdpa_device *vdpa, u16 qid, in vp_vdpa_set_vq_state() argument
300 static void vp_vdpa_set_vq_cb(struct vdpa_device *vdpa, u16 qid, in vp_vdpa_set_vq_cb() argument
316 static bool vp_vdpa_get_vq_ready(struct vdpa_device *vdpa, u16 qid) in vp_vdpa_get_vq_ready() argument
323 static void vp_vdpa_set_vq_num(struct vdpa_device *vdpa, u16 qid, in vp_vdpa_set_vq_num() argument
308 vp_vdpa_set_vq_ready(struct vdpa_device *vdpa, u16 qid, bool ready) vp_vdpa_set_vq_ready() argument
331 vp_vdpa_set_vq_address(struct vdpa_device *vdpa, u16 qid, u64 desc_area, u64 driver_area, u64 device_area) vp_vdpa_set_vq_address() argument
343 vp_vdpa_kick_vq(struct vdpa_device *vdpa, u16 qid) vp_vdpa_kick_vq() argument
425 vp_vdpa_get_vq_notification(struct vdpa_device *vdpa, u16 qid) vp_vdpa_get_vq_notification() argument
[all...]
/kernel/linux/linux-6.6/drivers/vdpa/ifcvf/
H A Difcvf_main.c459 static int ifcvf_vdpa_get_vq_state(struct vdpa_device *vdpa_dev, u16 qid, in ifcvf_vdpa_get_vq_state() argument
468 static int ifcvf_vdpa_set_vq_state(struct vdpa_device *vdpa_dev, u16 qid, in ifcvf_vdpa_set_vq_state() argument
476 static void ifcvf_vdpa_set_vq_cb(struct vdpa_device *vdpa_dev, u16 qid, in ifcvf_vdpa_set_vq_cb() argument
492 static bool ifcvf_vdpa_get_vq_ready(struct vdpa_device *vdpa_dev, u16 qid) in ifcvf_vdpa_get_vq_ready() argument
484 ifcvf_vdpa_set_vq_ready(struct vdpa_device *vdpa_dev, u16 qid, bool ready) ifcvf_vdpa_set_vq_ready() argument
499 ifcvf_vdpa_set_vq_num(struct vdpa_device *vdpa_dev, u16 qid, u32 num) ifcvf_vdpa_set_vq_num() argument
507 ifcvf_vdpa_set_vq_address(struct vdpa_device *vdpa_dev, u16 qid, u64 desc_area, u64 driver_area, u64 device_area) ifcvf_vdpa_set_vq_address() argument
516 ifcvf_vdpa_kick_vq(struct vdpa_device *vdpa_dev, u16 qid) ifcvf_vdpa_kick_vq() argument
589 ifcvf_vdpa_get_vq_irq(struct vdpa_device *vdpa_dev, u16 qid) ifcvf_vdpa_get_vq_irq() argument
[all...]
/kernel/linux/linux-6.6/drivers/vdpa/pds/
H A Dvdpa_dev.c72 static int pds_vdpa_set_vq_address(struct vdpa_device *vdpa_dev, u16 qid, in pds_vdpa_set_vq_address() argument
84 static void pds_vdpa_set_vq_num(struct vdpa_device *vdpa_dev, u16 qid, u32 num) in pds_vdpa_set_vq_num() argument
91 static void pds_vdpa_kick_vq(struct vdpa_device *vdpa_dev, u16 qid) in pds_vdpa_kick_vq() argument
98 static void pds_vdpa_set_vq_cb(struct vdpa_device *vdpa_dev, u16 qid, in pds_vdpa_set_vq_cb() argument
117 pds_vdpa_release_irq(struct pds_vdpa_device *pdsv, int qid) pds_vdpa_release_irq() argument
126 pds_vdpa_set_vq_ready(struct vdpa_device *vdpa_dev, u16 qid, bool ready) pds_vdpa_set_vq_ready() argument
164 pds_vdpa_get_vq_ready(struct vdpa_device *vdpa_dev, u16 qid) pds_vdpa_get_vq_ready() argument
171 pds_vdpa_set_vq_state(struct vdpa_device *vdpa_dev, u16 qid, const struct vdpa_vq_state *state) pds_vdpa_set_vq_state() argument
221 pds_vdpa_get_vq_state(struct vdpa_device *vdpa_dev, u16 qid, struct vdpa_vq_state *state) pds_vdpa_get_vq_state() argument
257 pds_vdpa_get_vq_notification(struct vdpa_device *vdpa_dev, u16 qid) pds_vdpa_get_vq_notification() argument
274 pds_vdpa_get_vq_irq(struct vdpa_device *vdpa_dev, u16 qid) pds_vdpa_get_vq_irq() argument
385 int max_vq, nintrs, qid, err; pds_vdpa_request_irqs() local
433 int qid; pds_vdpa_release_irqs() local
489 pds_vdpa_init_vqs_entry(struct pds_vdpa_device *pdsv, int qid, void __iomem *notify) pds_vdpa_init_vqs_entry() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_process_queue_manager.c32 get_queue_by_qid( struct process_queue_manager *pqm, unsigned int qid) get_queue_by_qid() argument
46 assign_queue_slot_by_qid(struct process_queue_manager *pqm, unsigned int qid) assign_queue_slot_by_qid() argument
60 find_available_queue_slot(struct process_queue_manager *pqm, unsigned int *qid) find_available_queue_slot() argument
95 pqm_set_gws(struct process_queue_manager *pqm, unsigned int qid, void *gws) pqm_set_gws() argument
221 init_user_queue(struct process_queue_manager *pqm, struct kfd_node *dev, struct queue **q, struct queue_properties *q_properties, struct file *f, struct amdgpu_bo *wptr_bo, unsigned int qid) init_user_queue() argument
268 pqm_create_queue(struct process_queue_manager *pqm, struct kfd_node *dev, struct file *f, struct queue_properties *properties, unsigned int *qid, struct amdgpu_bo *wptr_bo, const struct kfd_criu_queue_priv_data *q_data, const void *restore_mqd, const void *restore_ctl_stack, uint32_t *p_doorbell_offset_in_process) pqm_create_queue() argument
442 pqm_destroy_queue(struct process_queue_manager *pqm, unsigned int qid) pqm_destroy_queue() argument
509 pqm_update_queue_properties(struct process_queue_manager *pqm, unsigned int qid, struct queue_properties *p) pqm_update_queue_properties() argument
535 pqm_update_mqd(struct process_queue_manager *pqm, unsigned int qid, struct mqd_update_info *minfo) pqm_update_mqd() argument
577 pqm_get_kernel_queue( struct process_queue_manager *pqm, unsigned int qid) pqm_get_kernel_queue() argument
590 pqm_get_user_queue(struct process_queue_manager *pqm, unsigned int qid) pqm_get_user_queue() argument
599 pqm_get_wave_state(struct process_queue_manager *pqm, unsigned int qid, void __user *ctl_stack, u32 *ctl_stack_used_size, u32 *save_area_used_size) pqm_get_wave_state() argument
718 pqm_checkpoint_mqd(struct process_queue_manager *pqm, unsigned int qid, void *mqd, void *ctl_stack) pqm_checkpoint_mqd() argument
984 pqm_get_queue_checkpoint_info(struct process_queue_manager *pqm, unsigned int qid, uint32_t *mqd_size, uint32_t *ctl_stack_size) pqm_get_queue_checkpoint_info() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/
H A Dchcr_ipsec.c582 int qid = q->q.cntxt_id; in ch_ipsec_crypto_wreq() local
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/dpaa2/
H A Ddpni.c1567 dpni_get_queue(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token, enum dpni_queue_type qtype, u8 tc, u8 index, struct dpni_queue *queue, struct dpni_queue_id *qid) dpni_get_queue() argument
/kernel/linux/linux-6.6/drivers/infiniband/hw/bnxt_re/
H A Dqplib_rcfw.h284 static inline u32 map_qp_id_to_tbl_indx(u32 qid, struct bnxt_qplib_rcfw *rcfw) in map_qp_id_to_tbl_indx() argument
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/
H A Dmt792x_core.c62 int qid; in mt792x_tx() local
H A Dtx.c299 __mt76_tx_queue_skb(struct mt76_phy *phy, int qid, struct sk_buff *skb, in __mt76_tx_queue_skb() argument
336 int qid = skb_get_queue_mapping(skb); in mt76_tx() local
460 enum mt76_txq_id qid = mt76_txq_get_qid(txq); mt76_txq_send_burst() local
521 mt76_txq_schedule_list(struct mt76_phy *phy, enum mt76_txq_id qid) mt76_txq_schedule_list() argument
575 mt76_txq_schedule(struct mt76_phy *phy, enum mt76_txq_id qid) mt76_txq_schedule() argument
[all...]
H A Ddma.c756 mt76_dma_rx_reset(struct mt76_dev *dev, enum mt76_rxq_id qid) in mt76_dma_rx_reset() argument
892 int qid, done = 0, cur; in mt76_dma_rx_poll() local
493 mt76_dma_tx_queue_skb(struct mt76_dev *dev, struct mt76_queue *q, enum mt76_txq_id qid, struct sk_buff *skb, struct mt76_wcid *wcid, struct ieee80211_sta *sta) mt76_dma_tx_queue_skb() argument
/kernel/linux/linux-6.6/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00queue.c1215 rt2x00queue_init(struct rt2x00_dev *rt2x00dev, struct data_queue *queue, enum data_queue_qid qid) rt2x00queue_init() argument
1237 enum data_queue_qid qid; rt2x00queue_allocate() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7921/
H A Dmac.c751 mt7921_usb_sdio_write_txwi(struct mt792x_dev *dev, struct mt76_wcid *wcid, enum mt76_txq_id qid, struct ieee80211_sta *sta, struct ieee80211_key_conf *key, int pid, struct sk_buff *skb) mt7921_usb_sdio_write_txwi() argument
763 mt7921_usb_sdio_tx_prepare_skb(struct mt76_dev *mdev, void *txwi_ptr, enum mt76_txq_id qid, struct mt76_wcid *wcid, struct ieee80211_sta *sta, struct mt76_tx_info *tx_info) mt7921_usb_sdio_tx_prepare_skb() argument
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dtestmode.c171 mt7915_tm_set_wmm_qid(struct mt7915_phy *phy, u8 qid, u8 aifs, u8 cw_min, in mt7915_tm_set_wmm_qid() argument
/kernel/linux/linux-6.6/drivers/nvme/host/
H A Dfabrics.c395 static void nvmf_connect_cmd_prep(struct nvme_ctrl *ctrl, u16 qid, in nvmf_connect_cmd_prep() argument
512 nvmf_connect_io_queue(struct nvme_ctrl *ctrl, u16 qid) nvmf_connect_io_queue() argument
[all...]
/kernel/linux/linux-6.6/drivers/s390/crypto/
H A Dap_queue.c88 __ap_send(ap_qid_t qid, unsigned long psmid, void *msg, size_t msglen, in __ap_send() argument
225 ap_qid_t qid = aq->qid; ap_sm_write() local
1010 ap_queue_create(ap_qid_t qid, int device_type) ap_queue_create() argument
[all...]
/kernel/linux/linux-6.6/drivers/scsi/libsas/
H A Dsas_scsi_host.c887 sas_execute_internal_abort(struct domain_device *device, enum sas_internal_abort type, u16 tag, unsigned int qid, void *data) sas_execute_internal_abort() argument
960 sas_execute_internal_abort_single(struct domain_device *device, u16 tag, unsigned int qid, void *data) sas_execute_internal_abort_single() argument
968 sas_execute_internal_abort_dev(struct domain_device *device, unsigned int qid, void *data) sas_execute_internal_abort_dev() argument
/kernel/linux/linux-5.10/drivers/crypto/chelsio/
H A Dchcr_algo.h260 unsigned short qid; member
/kernel/linux/linux-5.10/arch/s390/include/uapi/asm/
H A Dzcrypt.h223 unsigned int qid:16; member
343 unsigned int qid:14; member
/kernel/linux/linux-5.10/drivers/block/
H A Dvirtio_blk.c178 int qid = vq->index; in virtblk_done() local
225 int qid = hctx->queue_num; in virtio_queue_rq() local
[all...]
/kernel/linux/linux-6.6/arch/s390/include/uapi/asm/
H A Dzcrypt.h222 unsigned int qid:16; member
342 unsigned int qid:14; member
/kernel/linux/linux-5.10/drivers/infiniband/hw/cxgb4/
H A Ddevice.c1186 u32 qid = be32_to_cpu(rc->pldbuflen_qid); c4iw_uld_rx_handler() local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_vfpf.c1947 int qid = mbx->msg->req.q_op.vf_qid; in bnx2x_vf_mbx_teardown_q() local
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/
H A Dusb.c412 enum mt76_rxq_id qid = q - &dev->q_rx[MT_RXQ_MAIN]; in mt76u_refill_rx() local
448 enum mt76_rxq_id qid = q - &dev->q_rx[MT_RXQ_MAIN]; in mt76u_rx_urb_alloc() local
636 mt76u_submit_rx_buf(struct mt76_dev *dev, enum mt76_rxq_id qid, in mt76u_submit_rx_buf() argument
651 int qid = q - &dev->q_rx[MT_RXQ_MAIN]; in mt76u_process_rx_queue() local
684 mt76u_submit_rx_buffers(struct mt76_dev *dev, enum mt76_rxq_id qid) mt76u_submit_rx_buffers() argument
704 mt76u_alloc_rx_queue(struct mt76_dev *dev, enum mt76_rxq_id qid) mt76u_alloc_rx_queue() argument
890 mt76u_tx_queue_skb(struct mt76_dev *dev, enum mt76_txq_id qid, struct sk_buff *skb, struct mt76_wcid *wcid, struct ieee80211_sta *sta) mt76u_tx_queue_skb() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/queue/
H A Dtx.c1215 int ret, qid; in iwl_txq_alloc_response() local
[all...]

Completed in 34 milliseconds

12345678910>>...15