Searched refs:nicpf (Results 1 – 4 of 4) sorted by relevance
/u-boot/drivers/net/octeontx/ |
A D | nic_main.c | 38 static int nic_rcv_queue_sw_sync(struct nicpf *nic); 46 static u64 nic_reg_read(struct nicpf *nic, u64 offset) in nic_reg_read() 155 void nic_handle_mbx_intr(struct nicpf *nic, int vf) in nic_handle_mbx_intr() 425 static void nic_get_hw_info(struct nicpf *nic) in nic_get_hw_info() 480 static void nic_init_hw(struct nicpf *nic) in nic_init_hw() 708 struct nicpf *nic = dev_get_priv(dev); in nic_initialize() 748 struct nicpf *nicpf = dev_get_priv(dev); in octeontx_nic_probe() local 750 nicpf->udev = dev; in octeontx_nic_probe() 757 ret = pci_sriov_init(dev, nicpf->num_vf_en); in octeontx_nic_probe() 760 nicpf->num_vf_en); in octeontx_nic_probe() [all …]
|
A D | nic.h | 253 struct nicpf *nicpf; member 278 struct nicpf { struct 489 void nic_handle_mbx_intr(struct nicpf *nic, int vf);
|
A D | nicvf_main.c | 67 nic_handle_mbx_intr(nic->nicpf, nic->vf_id); in nicvf_send_msg_to_pf() 493 struct nicpf *pf; in nicvf_initialize() 505 nicvf->nicpf = pf; in nicvf_initialize() 535 __func__, nicvf->nicpf, nicvf->nicpf->udev, nicvf, nicvf->dev, in nicvf_initialize()
|
A D | nicvf_queues.c | 189 if (!pass1_silicon(nic->rev_id, nic->nicpf->hw->model_id)) in nicvf_init_cmp_queue()
|
Completed in 11 milliseconds