Home
last modified time | relevance | path

Searched defs:vfn (Results 1 – 24 of 24) sorted by relevance

/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/vfn/
H A Dtu102.c29 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 Duvfn.c29 struct nvkm_vfn *vfn; member
36 struct nvkm_vfn *vfn = nvkm_uvfn(object)->vfn; in nvkm_uvfn_map() local
H A Dbase.c39 struct nvkm_vfn *vfn; in nvkm_vfn_new_() local
/openbmc/linux/drivers/pci/controller/cadence/
H A Dpcie-cadence-ep.c19 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 Dpcie-rockchip-ep.c92 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 Dpcie-rcar-ep.c159 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 Dpci_iov.h21 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 Dpci_iov.c40 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 Digb_core.c118 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 Digbvf.c62 static hwaddr vf_to_pf_addr(hwaddr addr, uint16_t vfn, bool write) in vf_to_pf_addr()
H A Digb.c129 void igb_vf_reset(void *opaque, uint16_t vfn) in igb_vf_reset()
/openbmc/qemu/linux-headers/linux/
H A Dvfio_zdev.h28 __u16 vfn; /* Virtual function number */ member
/openbmc/linux/include/uapi/linux/
H A Dvfio_zdev.h28 __u16 vfn; /* Virtual function number */ member
/openbmc/linux/drivers/net/ethernet/intel/ixgbevf/
H A Dmbx.h26 #define IXGBE_PFMBMEM(vfn) (0x13000 + (64 * (vfn))) argument
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dga100.c544 struct nvkm_vfn *vfn = subdev->device->vfn; in ga100_fifo_nonstall_ctor() local
/openbmc/qemu/migration/
H A Ddirtyrate.c386 uint64_t vfn) in get_ramblock_vfn_hash()
/openbmc/linux/drivers/scsi/csiostor/
H A Dcsio_wr.h118 uint8_t vfn; member
203 uint8_t vfn; member
/openbmc/linux/arch/s390/include/asm/
H A Dpci.h129 u16 vfn; /* virtual function number */ member
H A Dpci_clp.h109 u16 vfn; /* virtual fn number */ member
/openbmc/qemu/include/hw/s390x/
H A Ds390-pci-clp.h123 uint16_t vfn; /* virtual fn number */ member
/openbmc/linux/drivers/net/ethernet/hisilicon/hns/
H A Dhns_dsaf_mac.c383 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 Digb_main.c2523 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 Dixgbe_sriov.c796 unsigned int vfn = (event_mask & 0x3f); in ixgbe_vf_configuration() local
/openbmc/qemu/include/block/
H A Dnvme.h1657 uint16_t vfn; member