Searched refs:queue_select (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.1/drivers/virtio/ |
D | virtio_pci_modern_dev.c | 185 offsetof(struct virtio_pci_common_cfg, queue_select)); in check_offsets() 489 vp_iowrite16(index, &cfg->cfg.queue_select); in vp_modern_get_queue_reset() 505 vp_iowrite16(index, &cfg->cfg.queue_select); in vp_modern_set_queue_reset() 529 vp_iowrite16(index, &cfg->queue_select); in vp_modern_queue_vector() 570 vp_iowrite16(index, &cfg->queue_select); in vp_modern_queue_address() 590 vp_iowrite16(index, &mdev->common->queue_select); in vp_modern_set_queue_enable() 605 vp_iowrite16(index, &mdev->common->queue_select); in vp_modern_get_queue_enable() 620 vp_iowrite16(index, &mdev->common->queue_select); in vp_modern_set_queue_size() 636 vp_iowrite16(index, &mdev->common->queue_select); in vp_modern_get_queue_size() 665 vp_iowrite16(index, &mdev->common->queue_select); in vp_modern_get_queue_notify_off()
|
/Linux-v6.1/drivers/vdpa/ifcvf/ |
D | ifcvf_base.c | 22 vp_iowrite16(qid, &cfg->queue_select); in ifcvf_set_vq_vector() 148 vp_iowrite16(i, &hw->common_cfg->queue_select); in ifcvf_init_hw() 358 vp_iowrite16(i, &cfg->queue_select); in ifcvf_hw_enable()
|
/Linux-v6.1/include/uapi/linux/ |
D | virtio_pci.h | 156 __le16 queue_select; /* read-write */ member
|
/Linux-v6.1/drivers/net/ethernet/netronome/nfp/bpf/ |
D | main.h | 174 bool queue_select; member
|
D | main.c | 296 bpf->queue_select = true; in nfp_bpf_parse_cap_qsel()
|
D | verifier.c | 512 if (nfp_prog->bpf->queue_select) in nfp_bpf_check_store()
|