Lines Matching defs:pf

54 	struct otx2_nic *pf = netdev_priv(netdev);  in otx2_change_mtu()  local
76 static void otx2_disable_flr_me_intr(struct otx2_nic *pf) in otx2_disable_flr_me_intr()
102 static void otx2_flr_wq_destroy(struct otx2_nic *pf) in otx2_flr_wq_destroy()
114 struct otx2_nic *pf = flrwork->pf; in otx2_flr_handler() local
145 struct otx2_nic *pf = (struct otx2_nic *)pf_irq; in otx2_pf_flr_intr_handler() local
174 struct otx2_nic *pf = (struct otx2_nic *)pf_irq; in otx2_pf_me_intr_handler() local
197 static int otx2_register_flr_me_intr(struct otx2_nic *pf, int numvfs) in otx2_register_flr_me_intr()
270 static int otx2_pf_flr_init(struct otx2_nic *pf, int num_vfs) in otx2_pf_flr_init()
365 static int otx2_forward_vf_mbox_msgs(struct otx2_nic *pf, in otx2_forward_vf_mbox_msgs()
467 struct otx2_nic *pf; in otx2_pfvf_mbox_handler() local
505 struct otx2_nic *pf = vf_mbox->pfvf; in otx2_pfvf_mbox_up_handler() local
556 struct otx2_nic *pf = (struct otx2_nic *)(pf_irq); in otx2_pfvf_mbox_intr_handler() local
581 static int otx2_pfvf_mbox_init(struct otx2_nic *pf, int numvfs) in otx2_pfvf_mbox_init()
646 static void otx2_pfvf_mbox_destroy(struct otx2_nic *pf) in otx2_pfvf_mbox_destroy()
664 static void otx2_enable_pfvf_mbox_intr(struct otx2_nic *pf, int numvfs) in otx2_enable_pfvf_mbox_intr()
679 static void otx2_disable_pfvf_mbox_intr(struct otx2_nic *pf, int numvfs) in otx2_disable_pfvf_mbox_intr()
698 static int otx2_register_pfvf_mbox_intr(struct otx2_nic *pf, int numvfs) in otx2_register_pfvf_mbox_intr()
743 static void otx2_process_pfaf_mbox_msg(struct otx2_nic *pf, in otx2_process_pfaf_mbox_msg()
823 struct otx2_nic *pf; in otx2_pfaf_mbox_handler() local
845 static void otx2_handle_link_event(struct otx2_nic *pf) in otx2_handle_link_event()
862 int otx2_mbox_up_handler_mcs_intr_notify(struct otx2_nic *pf, in otx2_mbox_up_handler_mcs_intr_notify()
871 int otx2_mbox_up_handler_cgx_link_event(struct otx2_nic *pf, in otx2_mbox_up_handler_cgx_link_event()
899 static int otx2_process_mbox_msg_up(struct otx2_nic *pf, in otx2_process_mbox_msg_up()
945 struct otx2_nic *pf = af_mbox->pfvf; in otx2_pfaf_mbox_up_handler() local
975 struct otx2_nic *pf = (struct otx2_nic *)pf_irq; in otx2_pfaf_mbox_intr_handler() local
990 static void otx2_disable_mbox_intr(struct otx2_nic *pf) in otx2_disable_mbox_intr()
999 static int otx2_register_mbox_intr(struct otx2_nic *pf, bool probe_af) in otx2_register_mbox_intr()
1043 static void otx2_pfaf_mbox_destroy(struct otx2_nic *pf) in otx2_pfaf_mbox_destroy()
1059 static int otx2_pfaf_mbox_init(struct otx2_nic *pf) in otx2_pfaf_mbox_init()
1108 static int otx2_cgx_config_linkevents(struct otx2_nic *pf, bool enable) in otx2_cgx_config_linkevents()
1129 static int otx2_cgx_config_loopback(struct otx2_nic *pf, bool enable) in otx2_cgx_config_loopback()
1230 struct otx2_nic *pf = data; in otx2_q_intr_handler() local
1331 struct otx2_nic *pf = (struct otx2_nic *)cq_poll->dev; in otx2_cq_intr_handler() local
1348 static void otx2_disable_napi(struct otx2_nic *pf) in otx2_disable_napi()
1362 static void otx2_free_cq_res(struct otx2_nic *pf) in otx2_free_cq_res()
1376 static void otx2_free_sq_res(struct otx2_nic *pf) in otx2_free_sq_res()
1395 static int otx2_get_rbuf_size(struct otx2_nic *pf, int mtu) in otx2_get_rbuf_size()
1423 static int otx2_init_hw_resources(struct otx2_nic *pf) in otx2_init_hw_resources()
1548 static void otx2_free_hw_resources(struct otx2_nic *pf) in otx2_free_hw_resources()
1625 static void otx2_do_set_rx_mode(struct otx2_nic *pf) in otx2_do_set_rx_mode()
1683 struct otx2_nic *pf = netdev_priv(netdev); in otx2_open() local
1869 struct otx2_nic *pf = netdev_priv(netdev); in otx2_stop() local
1937 struct otx2_nic *pf = netdev_priv(netdev); in otx2_xmit() local
1971 struct otx2_nic *pf = netdev_priv(netdev); in otx2_select_queue() local
2004 struct otx2_nic *pf = netdev_priv(netdev); in otx2_set_rx_mode() local
2011 struct otx2_nic *pf = container_of(work, struct otx2_nic, rx_mode_work); in otx2_rx_mode_wrk_handler() local
2020 struct otx2_nic *pf = netdev_priv(netdev); in otx2_set_features() local
2035 struct otx2_nic *pf = container_of(work, struct otx2_nic, reset_task); in otx2_reset_task() local
2194 static int otx2_do_set_vf_mac(struct otx2_nic *pf, int vf, const u8 *mac) in otx2_do_set_vf_mac()
2224 struct otx2_nic *pf = netdev_priv(netdev); in otx2_set_vf_mac() local
2249 static int otx2_do_set_vf_vlan(struct otx2_nic *pf, int vf, u16 vlan, u8 qos, in otx2_do_set_vf_vlan()
2391 struct otx2_nic *pf = netdev_priv(netdev); in otx2_set_vf_vlan() local
2416 struct otx2_nic *pf = netdev_priv(netdev); in otx2_get_vf_config() local
2435 static int otx2_xdp_xmit_tx(struct otx2_nic *pf, struct xdp_frame *xdpf, in otx2_xdp_xmit_tx()
2461 struct otx2_nic *pf = netdev_priv(netdev); in otx2_xdp_xmit() local
2490 static int otx2_xdp_setup(struct otx2_nic *pf, struct bpf_prog *prog) in otx2_xdp_setup()
2530 struct otx2_nic *pf = netdev_priv(netdev); in otx2_xdp() local
2540 static int otx2_set_vf_permissions(struct otx2_nic *pf, int vf, in otx2_set_vf_permissions()
2571 struct otx2_nic *pf = netdev_priv(netdev); in otx2_ndo_set_vf_trust() local
2614 static int otx2_wq_init(struct otx2_nic *pf) in otx2_wq_init()
2643 static int otx2_realloc_msix_vectors(struct otx2_nic *pf) in otx2_realloc_msix_vectors()
2666 static int otx2_sriov_vfcfg_init(struct otx2_nic *pf) in otx2_sriov_vfcfg_init()
2687 static void otx2_sriov_vfcfg_cleanup(struct otx2_nic *pf) in otx2_sriov_vfcfg_cleanup()
2704 struct otx2_nic *pf; in otx2_probe() local
2958 struct otx2_nic *pf; in otx2_vf_link_event_task() local
2984 struct otx2_nic *pf = netdev_priv(netdev); in otx2_sriov_enable() local
3023 struct otx2_nic *pf = netdev_priv(netdev); in otx2_sriov_disable() local
3050 struct otx2_nic *pf; in otx2_remove() local