/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/vfn/ |
H A D | tu102.c | 29 struct nvkm_vfn *vfn = container_of(intr, typeof(*vfn), intr); in tu102_vfn_intr_reset() local 37 struct nvkm_vfn *vfn = container_of(intr, typeof(*vfn), intr); in tu102_vfn_intr_allow() local 45 struct nvkm_vfn *vfn = container_of(intr, typeof(*vfn), intr); in tu102_vfn_intr_block() local 53 struct nvkm_vfn *vfn = container_of(intr, typeof(*vfn), intr); in tu102_vfn_intr_rearm() local 61 struct nvkm_vfn *vfn = container_of(intr, typeof(*vfn), intr); in tu102_vfn_intr_unarm() local 69 struct nvkm_vfn *vfn = container_of(intr, typeof(*vfn), intr); in tu102_vfn_intr_pending() local
|
H A D | uvfn.c | 29 struct nvkm_vfn *vfn; member 36 struct nvkm_vfn *vfn = nvkm_uvfn(object)->vfn; in nvkm_uvfn_map() local
|
H A D | base.c | 39 struct nvkm_vfn *vfn; in nvkm_vfn_new_() local
|
/openbmc/linux/drivers/pci/controller/cadence/ |
H A D | pcie-cadence-ep.c | 19 static u8 cdns_pcie_get_fn_from_vfn(struct cdns_pcie *pcie, u8 fn, u8 vfn) in cdns_pcie_get_fn_from_vfn() 34 static int cdns_pcie_ep_write_header(struct pci_epc *epc, u8 fn, u8 vfn, in cdns_pcie_ep_write_header() 76 static int cdns_pcie_ep_set_bar(struct pci_epc *epc, u8 fn, u8 vfn, in cdns_pcie_ep_set_bar() 150 static void cdns_pcie_ep_clear_bar(struct pci_epc *epc, u8 fn, u8 vfn, in cdns_pcie_ep_clear_bar() 183 static int cdns_pcie_ep_map_addr(struct pci_epc *epc, u8 fn, u8 vfn, in cdns_pcie_ep_map_addr() 205 static void cdns_pcie_ep_unmap_addr(struct pci_epc *epc, u8 fn, u8 vfn, in cdns_pcie_ep_unmap_addr() 225 static int cdns_pcie_ep_set_msi(struct pci_epc *epc, u8 fn, u8 vfn, u8 mmc) in cdns_pcie_ep_set_msi() 247 static int cdns_pcie_ep_get_msi(struct pci_epc *epc, u8 fn, u8 vfn) in cdns_pcie_ep_get_msi() 289 static int cdns_pcie_ep_set_msix(struct pci_epc *epc, u8 fn, u8 vfn, in cdns_pcie_ep_set_msix() 430 static int cdns_pcie_ep_map_msi_irq(struct pci_epc *epc, u8 fn, u8 vfn, in cdns_pcie_ep_map_msi_irq() [all …]
|
/openbmc/linux/drivers/pci/controller/ |
H A D | pcie-rockchip-ep.c | 92 static int rockchip_pcie_ep_write_header(struct pci_epc *epc, u8 fn, u8 vfn, in rockchip_pcie_ep_write_header() 129 static int rockchip_pcie_ep_set_bar(struct pci_epc *epc, u8 fn, u8 vfn, in rockchip_pcie_ep_set_bar() 197 static void rockchip_pcie_ep_clear_bar(struct pci_epc *epc, u8 fn, u8 vfn, in rockchip_pcie_ep_clear_bar() 231 static int rockchip_pcie_ep_map_addr(struct pci_epc *epc, u8 fn, u8 vfn, in rockchip_pcie_ep_map_addr() 247 static void rockchip_pcie_ep_unmap_addr(struct pci_epc *epc, u8 fn, u8 vfn, in rockchip_pcie_ep_unmap_addr() 267 static int rockchip_pcie_ep_set_msi(struct pci_epc *epc, u8 fn, u8 vfn, in rockchip_pcie_ep_set_msi() 288 static int rockchip_pcie_ep_get_msi(struct pci_epc *epc, u8 fn, u8 vfn) in rockchip_pcie_ep_get_msi() 407 static int rockchip_pcie_ep_raise_irq(struct pci_epc *epc, u8 fn, u8 vfn, in rockchip_pcie_ep_raise_irq()
|
H A D | pcie-rcar-ep.c | 159 static int rcar_pcie_ep_write_header(struct pci_epc *epc, u8 fn, u8 vfn, in rcar_pcie_ep_write_header() 246 static void rcar_pcie_ep_clear_bar(struct pci_epc *epc, u8 fn, u8 vfn, in rcar_pcie_ep_clear_bar() 259 static int rcar_pcie_ep_set_msi(struct pci_epc *epc, u8 fn, u8 vfn, in rcar_pcie_ep_set_msi() 273 static int rcar_pcie_ep_get_msi(struct pci_epc *epc, u8 fn, u8 vfn) in rcar_pcie_ep_get_msi() 286 static int rcar_pcie_ep_map_addr(struct pci_epc *epc, u8 fn, u8 vfn, in rcar_pcie_ep_map_addr() 323 static void rcar_pcie_ep_unmap_addr(struct pci_epc *epc, u8 fn, u8 vfn, in rcar_pcie_ep_unmap_addr() 404 static int rcar_pcie_ep_raise_irq(struct pci_epc *epc, u8 fn, u8 vfn, in rcar_pcie_ep_raise_irq()
|
/openbmc/linux/arch/s390/pci/ |
H A D | pci_iov.h | 21 static inline void zpci_iov_remove_virtfn(struct pci_dev *pdev, int vfn) {} in zpci_iov_remove_virtfn() 25 static inline int zpci_iov_setup_virtfn(struct zpci_bus *zbus, struct pci_dev *virtfn, int vfn) in zpci_iov_setup_virtfn()
|
H A D | pci_iov.c | 40 void zpci_iov_remove_virtfn(struct pci_dev *pdev, int vfn) in zpci_iov_remove_virtfn() 63 int zpci_iov_setup_virtfn(struct zpci_bus *zbus, struct pci_dev *virtfn, int vfn) in zpci_iov_setup_virtfn()
|
/openbmc/qemu/hw/net/ |
H A D | igb_core.c | 118 uint16_t vfn; in igb_msix_notify() local 2402 uint16_t vfn = index - P2VMAILBOX0; in igb_set_pfmailbox() local 2436 uint16_t vfn = index - V2PMAILBOX0; in igb_set_vfmailbox() local 2543 uint16_t vfn; in igb_set_vtctrl() local 2553 uint16_t vfn = (index - PVTEICS0) / 0x40; in igb_set_vteics() local 2561 uint16_t vfn = (index - PVTEIMS0) / 0x40; in igb_set_vteims() local 2569 uint16_t vfn = (index - PVTEIMC0) / 0x40; in igb_set_vteimc() local 2577 uint16_t vfn = (index - PVTEIAC0) / 0x40; in igb_set_vteiac() local 2585 uint16_t vfn = (index - PVTEIAM0) / 0x40; in igb_set_vteiam() local 2593 uint16_t vfn = (index - PVTEICR0) / 0x40; in igb_set_vteicr() local [all …]
|
H A D | igbvf.c | 62 static hwaddr vf_to_pf_addr(hwaddr addr, uint16_t vfn, bool write) in vf_to_pf_addr()
|
H A D | igb.c | 129 void igb_vf_reset(void *opaque, uint16_t vfn) in igb_vf_reset()
|
/openbmc/qemu/linux-headers/linux/ |
H A D | vfio_zdev.h | 28 __u16 vfn; /* Virtual function number */ member
|
/openbmc/linux/include/uapi/linux/ |
H A D | vfio_zdev.h | 28 __u16 vfn; /* Virtual function number */ member
|
/openbmc/linux/drivers/net/ethernet/intel/ixgbevf/ |
H A D | mbx.h | 26 #define IXGBE_PFMBMEM(vfn) (0x13000 + (64 * (vfn))) argument
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
H A D | ga100.c | 544 struct nvkm_vfn *vfn = subdev->device->vfn; in ga100_fifo_nonstall_ctor() local
|
/openbmc/qemu/migration/ |
H A D | dirtyrate.c | 386 uint64_t vfn) in get_ramblock_vfn_hash()
|
/openbmc/linux/drivers/scsi/csiostor/ |
H A D | csio_wr.h | 118 uint8_t vfn; member 203 uint8_t vfn; member
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | pci.h | 129 u16 vfn; /* virtual function number */ member
|
H A D | pci_clp.h | 109 u16 vfn; /* virtual fn number */ member
|
/openbmc/qemu/include/hw/s390x/ |
H A D | s390-pci-clp.h | 123 uint16_t vfn; /* virtual fn number */ member
|
/openbmc/linux/drivers/net/ethernet/hisilicon/hns/ |
H A D | hns_dsaf_mac.c | 383 int hns_mac_clr_multicast(struct hns_mac_cb *mac_cb, int vfn) in hns_mac_clr_multicast()
|
/openbmc/linux/drivers/net/ethernet/intel/igb/ |
H A D | igb_main.c | 2523 int vfn = adapter->vfs_allocated_count; in igb_ndo_fdb_add() local 4663 int vfn) in igb_set_vf_rlpml() 4680 int vfn, bool enable) in igb_set_vf_vlan_strip() 4702 int vfn, bool aupe) in igb_set_vmolr() 5284 unsigned int vfn = adapter->vfs_allocated_count; in igb_set_rx_mode() local
|
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_sriov.c | 796 unsigned int vfn = (event_mask & 0x3f); in ixgbe_vf_configuration() local
|
/openbmc/qemu/include/block/ |
H A D | nvme.h | 1657 uint16_t vfn; member
|