Searched defs:vf (Results 1 – 7 of 7) sorted by relevance
/u-boot/drivers/net/octeontx/ |
A D | nic_main.c | 51 static u64 nic_get_mbx_addr(int vf) in nic_get_mbx_addr() 56 static void nic_send_msg_to_vf(struct nicpf *nic, int vf, union nic_mbx *mbx) in nic_send_msg_to_vf() 77 static void nic_mbx_send_ready(struct nicpf *nic, int vf) in nic_mbx_send_ready() 119 static void nic_mbx_send_ack(struct nicpf *nic, int vf) in nic_mbx_send_ack() 131 static void nic_mbx_send_nack(struct nicpf *nic, int vf) in nic_mbx_send_nack() 155 void nic_handle_mbx_intr(struct nicpf *nic, int vf) in nic_handle_mbx_intr() 340 static int nic_update_hw_frs(struct nicpf *nic, int new_frs, int vf) in nic_update_hw_frs()
|
/u-boot/drivers/mtd/nand/raw/ |
A D | octeontx_bch.c | 223 int octeontx_bch_encode(struct bch_vf *vf, dma_addr_t block, u16 block_size, in octeontx_bch_encode() 265 int octeontx_bch_decode(struct bch_vf *vf, dma_addr_t block_ecc_in, in octeontx_bch_decode() 290 int octeontx_bch_wait(struct bch_vf *vf, union bch_resp *resp, in octeontx_bch_wait() 351 struct bch_vf *vf; in octeontx_pci_bchvf_probe() local
|
A D | octeontx_bch.h | 113 struct bch_vf *vf) in octeontx_bch_write_doorbell()
|
/u-boot/drivers/net/ |
A D | fsl_enetc.c | 38 #define IERB_PFMAC(pf, vf, n) (IERB_BASE + 0x8000 + (pf) * 0x100 + (vf) * 8 \ in enetc_set_ierb_primary_mac() argument 362 #define LS1028A_IERB_PSIPMAR0(pf, vf) (LS1028A_IERB_BASE + 0x8000 \ argument 364 #define LS1028A_IERB_PSIPMAR1(pf, vf) (LS1028A_IERB_PSIPMAR0(pf, vf) + 4) argument
|
/u-boot/drivers/pci/ |
A D | pcie_layerscape_ep.c | 185 u32 pf, vf; in ls_pcie_setup_ep() local
|
A D | pcie_layerscape.h | 84 #define PCIE_LCTRL0_VF(vf) ((vf) << 22) argument 87 #define PCIE_LCTRL0_VAL(pf, vf) (PCIE_LCTRL0_PF(pf) | \ argument
|
A D | pci-uclass.c | 1699 int vf, ret; in pci_sriov_init() local
|
Completed in 18 milliseconds