Lines Matching defs:pf
67 static void otx2_disable_flr_me_intr(struct otx2_nic *pf) in otx2_disable_flr_me_intr()
93 static void otx2_flr_wq_destroy(struct otx2_nic *pf) in otx2_flr_wq_destroy()
105 struct otx2_nic *pf = flrwork->pf; in otx2_flr_handler() local
136 struct otx2_nic *pf = (struct otx2_nic *)pf_irq; in otx2_pf_flr_intr_handler() local
165 struct otx2_nic *pf = (struct otx2_nic *)pf_irq; in otx2_pf_me_intr_handler() local
188 static int otx2_register_flr_me_intr(struct otx2_nic *pf, int numvfs) in otx2_register_flr_me_intr()
261 static int otx2_pf_flr_init(struct otx2_nic *pf, int num_vfs) in otx2_pf_flr_init()
356 static int otx2_forward_vf_mbox_msgs(struct otx2_nic *pf, in otx2_forward_vf_mbox_msgs()
453 struct otx2_nic *pf; in otx2_pfvf_mbox_handler() local
491 struct otx2_nic *pf = vf_mbox->pfvf; in otx2_pfvf_mbox_up_handler() local
542 struct otx2_nic *pf = (struct otx2_nic *)(pf_irq); in otx2_pfvf_mbox_intr_handler() local
567 static int otx2_pfvf_mbox_init(struct otx2_nic *pf, int numvfs) in otx2_pfvf_mbox_init()
624 static void otx2_pfvf_mbox_destroy(struct otx2_nic *pf) in otx2_pfvf_mbox_destroy()
642 static void otx2_enable_pfvf_mbox_intr(struct otx2_nic *pf, int numvfs) in otx2_enable_pfvf_mbox_intr()
657 static void otx2_disable_pfvf_mbox_intr(struct otx2_nic *pf, int numvfs) in otx2_disable_pfvf_mbox_intr()
676 static int otx2_register_pfvf_mbox_intr(struct otx2_nic *pf, int numvfs) in otx2_register_pfvf_mbox_intr()
721 static void otx2_process_pfaf_mbox_msg(struct otx2_nic *pf, in otx2_process_pfaf_mbox_msg()
798 struct otx2_nic *pf; in otx2_pfaf_mbox_handler() local
820 static void otx2_handle_link_event(struct otx2_nic *pf) in otx2_handle_link_event()
837 int otx2_mbox_up_handler_cgx_link_event(struct otx2_nic *pf, in otx2_mbox_up_handler_cgx_link_event()
865 static int otx2_process_mbox_msg_up(struct otx2_nic *pf, in otx2_process_mbox_msg_up()
910 struct otx2_nic *pf = af_mbox->pfvf; in otx2_pfaf_mbox_up_handler() local
940 struct otx2_nic *pf = (struct otx2_nic *)pf_irq; in otx2_pfaf_mbox_intr_handler() local
955 static void otx2_disable_mbox_intr(struct otx2_nic *pf) in otx2_disable_mbox_intr()
964 static int otx2_register_mbox_intr(struct otx2_nic *pf, bool probe_af) in otx2_register_mbox_intr()
1008 static void otx2_pfaf_mbox_destroy(struct otx2_nic *pf) in otx2_pfaf_mbox_destroy()
1024 static int otx2_pfaf_mbox_init(struct otx2_nic *pf) in otx2_pfaf_mbox_init()
1073 static int otx2_cgx_config_linkevents(struct otx2_nic *pf, bool enable) in otx2_cgx_config_linkevents()
1094 static int otx2_cgx_config_loopback(struct otx2_nic *pf, bool enable) in otx2_cgx_config_loopback()
1137 struct otx2_nic *pf = data; in otx2_q_intr_handler() local
1217 struct otx2_nic *pf = (struct otx2_nic *)cq_poll->dev; in otx2_cq_intr_handler() local
1233 static void otx2_disable_napi(struct otx2_nic *pf) in otx2_disable_napi()
1246 static void otx2_free_cq_res(struct otx2_nic *pf) in otx2_free_cq_res()
1260 static void otx2_free_sq_res(struct otx2_nic *pf) in otx2_free_sq_res()
1279 static int otx2_init_hw_resources(struct otx2_nic *pf) in otx2_init_hw_resources()
1379 static void otx2_free_hw_resources(struct otx2_nic *pf) in otx2_free_hw_resources()
1446 struct otx2_nic *pf = netdev_priv(netdev); in otx2_open() local
1616 struct otx2_nic *pf = netdev_priv(netdev); in otx2_stop() local
1677 struct otx2_nic *pf = netdev_priv(netdev); in otx2_xmit() local
1709 struct otx2_nic *pf = netdev_priv(netdev); in otx2_set_rx_mode() local
1716 struct otx2_nic *pf = container_of(work, struct otx2_nic, rx_mode_work); in otx2_do_set_rx_mode() local
1746 struct otx2_nic *pf = netdev_priv(netdev); in otx2_set_features() local
1756 struct otx2_nic *pf = container_of(work, struct otx2_nic, reset_task); in otx2_reset_task() local
1919 static int otx2_wq_init(struct otx2_nic *pf) in otx2_wq_init()
1948 static int otx2_realloc_msix_vectors(struct otx2_nic *pf) in otx2_realloc_msix_vectors()
1975 struct otx2_nic *pf; in otx2_probe() local
2168 struct otx2_nic *pf; in otx2_vf_link_event_task() local
2194 struct otx2_nic *pf = netdev_priv(netdev); in otx2_sriov_enable() local
2249 struct otx2_nic *pf = netdev_priv(netdev); in otx2_sriov_disable() local
2281 struct otx2_nic *pf; in otx2_remove() local