Home
last modified time | relevance | path

Searched refs:queue_select (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/drivers/vdpa/ifcvf/
Difcvf_base.c160 ifc_iowrite16(i, &hw->common_cfg->queue_select); in ifcvf_init_hw()
324 ifc_iowrite16(i, &cfg->queue_select); in ifcvf_hw_enable()
357 ifc_iowrite16(i, &cfg->queue_select); in ifcvf_hw_disable()
/Linux-v5.10/include/uapi/linux/
Dvirtio_pci.h156 __le16 queue_select; /* read-write */ member
/Linux-v5.10/drivers/virtio/
Dvirtio_pci_modern.c324 vp_iowrite16(index, &cfg->queue_select); in setup_vq()
420 vp_iowrite16(vq->index, &vp_dev->common->queue_select); in vp_modern_find_vqs()
432 vp_iowrite16(vq->index, &vp_dev->common->queue_select); in del_vq()
654 offsetof(struct virtio_pci_common_cfg, queue_select)); in check_offsets()
/Linux-v5.10/drivers/net/ethernet/netronome/nfp/bpf/
Dmain.h174 bool queue_select; member
Dmain.c290 bpf->queue_select = true; in nfp_bpf_parse_cap_qsel()
Dverifier.c512 if (nfp_prog->bpf->queue_select) in nfp_bpf_check_store()