Home
last modified time | relevance | path

Searched defs:pf (Results 1 – 25 of 298) sorted by relevance

12345678910>>...12

/linux/drivers/net/ethernet/netronome/nfp/
A Dnfp_net_main.c79 static int nfp_net_pf_get_app_id(struct nfp_pf *pf) in nfp_net_pf_get_app_id()
95 static void nfp_net_pf_free_vnics(struct nfp_pf *pf) in nfp_net_pf_free_vnics()
234 static int nfp_net_pf_alloc_irqs(struct nfp_pf *pf) in nfp_net_pf_alloc_irqs()
274 static void nfp_net_pf_free_irqs(struct nfp_pf *pf) in nfp_net_pf_free_irqs()
280 static int nfp_net_pf_init_vnics(struct nfp_pf *pf) in nfp_net_pf_init_vnics()
399 static int nfp_net_pf_app_start(struct nfp_pf *pf) in nfp_net_pf_app_start()
426 static void nfp_net_pf_app_stop(struct nfp_pf *pf) in nfp_net_pf_app_stop()
446 static int nfp_net_pci_map_mem(struct nfp_pf *pf) in nfp_net_pci_map_mem()
611 struct nfp_pf *pf = port->app->pf; in nfp_net_refresh_port_table() local
643 int nfp_net_pci_probe(struct nfp_pf *pf) in nfp_net_pci_probe()
[all …]
A Dnfp_main.c161 static bool nfp_board_ready(struct nfp_pf *pf) in nfp_board_ready()
178 static int nfp_pf_board_state_wait(struct nfp_pf *pf) in nfp_pf_board_state_wait()
200 static int nfp_pcie_sriov_read_nfd_limit(struct nfp_pf *pf) in nfp_pcie_sriov_read_nfd_limit()
224 struct nfp_pf *pf = pci_get_drvdata(pdev); in nfp_pcie_sriov_enable() local
267 struct nfp_pf *pf = pci_get_drvdata(pdev); in nfp_pcie_sriov_disable() local
355 nfp_net_fw_find(struct pci_dev *pdev, struct nfp_pf *pf) in nfp_net_fw_find()
560 nfp_nsp_init_ports(struct pci_dev *pdev, struct nfp_pf *pf, in nfp_nsp_init_ports()
628 static void nfp_fw_unload(struct nfp_pf *pf) in nfp_fw_unload()
648 static int nfp_pf_find_rtsyms(struct nfp_pf *pf) in nfp_pf_find_rtsyms()
671 struct nfp_pf *pf; in nfp_pci_probe() local
[all …]
/linux/drivers/net/ethernet/intel/i40e/
A Di40e_dcb_nl.c38 struct i40e_pf *pf = i40e_netdev_to_pf(dev); in i40e_dcbnl_ieee_getets() local
76 struct i40e_pf *pf = i40e_netdev_to_pf(dev); in i40e_dcbnl_ieee_getpfc() local
109 struct i40e_pf *pf = i40e_netdev_to_pf(netdev); in i40e_dcbnl_ieee_setets() local
157 struct i40e_pf *pf = i40e_netdev_to_pf(netdev); in i40e_dcbnl_ieee_setpfc() local
196 struct i40e_pf *pf = i40e_netdev_to_pf(netdev); in i40e_dcbnl_ieee_setapp() local
248 struct i40e_pf *pf = i40e_netdev_to_pf(netdev); in i40e_dcbnl_ieee_delapp() local
814 struct i40e_pf *pf = i40e_netdev_to_pf(dev); in i40e_dcbnl_getdcbx() local
829 struct i40e_pf *pf = i40e_netdev_to_pf(dev); in i40e_dcbnl_get_perm_hw_addr() local
882 struct i40e_pf *pf = i40e_netdev_to_pf(dev); in i40e_dcbnl_set_all() local
997 void i40e_dcbnl_flush_apps(struct i40e_pf *pf, in i40e_dcbnl_flush_apps()
[all …]
A Di40e_ptp.c691 void i40e_ptp_rx_hang(struct i40e_pf *pf) in i40e_ptp_rx_hang()
750 void i40e_ptp_tx_hang(struct i40e_pf *pf) in i40e_ptp_tx_hang()
784 void i40e_ptp_tx_hwtstamp(struct i40e_pf *pf) in i40e_ptp_tx_hwtstamp()
876 void i40e_ptp_set_increment(struct i40e_pf *pf) in i40e_ptp_set_increment()
958 static void i40e_ptp_free_pins(struct i40e_pf *pf) in i40e_ptp_free_pins()
1089 static int i40e_ptp_set_pins(struct i40e_pf *pf, in i40e_ptp_set_pins()
1144 int i40e_ptp_alloc_pins(struct i40e_pf *pf) in i40e_ptp_alloc_pins()
1448 void i40e_ptp_save_hw_time(struct i40e_pf *pf) in i40e_ptp_save_hw_time()
1471 void i40e_ptp_restore_hw_time(struct i40e_pf *pf) in i40e_ptp_restore_hw_time()
1495 void i40e_ptp_init(struct i40e_pf *pf) in i40e_ptp_init()
[all …]
A Di40e_client.c85 struct i40e_pf *pf = vsi->back; in i40e_notify_client_of_vf_msg() local
111 struct i40e_pf *pf = vsi->back; in i40e_notify_client_of_l2_param_changes() local
147 struct i40e_pf *pf = ldev->pf; in i40e_client_release_qvlist() local
170 struct i40e_pf *pf = vsi->back; in i40e_notify_client_of_netdev_close() local
457 int i40e_lan_add_device(struct i40e_pf *pf) in i40e_lan_add_device()
539 struct i40e_pf *pf = ldev->pf; in i40e_client_virtchnl_send() local
564 struct i40e_pf *pf = ldev->pf; in i40e_client_setup_qvlist() local
635 struct i40e_pf *pf = ldev->pf; in i40e_client_request_reset() local
670 struct i40e_pf *pf = ldev->pf; in i40e_client_update_vsi_ctxt() local
725 struct i40e_pf *pf = ldev->pf; in i40e_client_device_register() local
[all …]
A Di40e_main.c321 struct i40e_pf *pf = vsi->back; in i40e_tx_timeout() local
624 struct i40e_pf *pf = vsi->back; in i40e_update_eth_stats() local
685 struct i40e_pf *pf = veb->pf; in i40e_update_veb_stats() local
2334 struct i40e_pf *pf; in i40e_sync_vsi_filters() local
5479 struct i40e_pf *pf; in i40e_update_adq_vsi_queues() local
9609 struct i40e_pf *pf; in i40e_veb_link_event() local
11296 struct i40e_pf *pf; in i40e_vsi_clear() local
13844 struct i40e_pf *pf; in i40e_vsi_release() local
13999 struct i40e_pf *pf; in i40e_vsi_reinit_setup() local
14421 struct i40e_pf *pf; in i40e_veb_release() local
[all …]
A Di40e_virtchnl_pf.c111 struct i40e_pf *pf = vf->pf; in i40e_vc_notify_vf_link_state() local
193 struct i40e_pf *pf = vf->pf; in i40e_vc_reset_vf() local
234 struct i40e_pf *pf = vf->pf; in i40e_vc_isvalid_vsi_id() local
251 struct i40e_pf *pf = vf->pf; in i40e_vc_isvalid_queue_id() local
266 struct i40e_pf *pf = vf->pf; in i40e_vc_isvalid_vector_id() local
284 struct i40e_pf *pf = vf->pf; in i40e_vc_get_pf_queue_id() local
346 struct i40e_pf *pf = vf->pf; in i40e_config_irq_link_list() local
450 struct i40e_pf *pf = vf->pf; in i40e_release_iwarp_qvlist() local
503 struct i40e_pf *pf = vf->pf; in i40e_config_iwarp_qvlist() local
606 struct i40e_pf *pf = vf->pf; in i40e_config_vsi_tx_queue() local
[all …]
A Di40e_ethtool.c764 struct i40e_pf *pf) in i40e_get_settings_link_up()
1038 struct i40e_pf *pf) in i40e_get_settings_link_down()
1906 struct i40e_pf *pf = vsi->back; in i40e_get_drvinfo() local
1953 struct i40e_pf *pf = vsi->back; in i40e_set_ringparam() local
2183 struct i40e_pf *pf = vsi->back; in i40e_get_stats_count() local
2214 struct i40e_pf *pf = vsi->back; in i40e_get_sset_count() local
2296 struct i40e_pf *pf = vsi->back; in i40e_get_ethtool_stats() local
2374 struct i40e_pf *pf = vsi->back; in i40e_get_stat_strings() local
2411 struct i40e_pf *pf = vsi->back; in i40e_get_priv_flag_strings() local
2858 struct i40e_pf *pf = vsi->back; in i40e_set_itr_per_queue() local
[all …]
A Di40e_debugfs.c72 struct i40e_pf *pf = filp->private_data; in i40e_dbg_command_read() local
493 static void i40e_dbg_dump_aq_desc(struct i40e_pf *pf) in i40e_dbg_dump_aq_desc()
542 struct i40e_pf *pf, enum ring_type type) in i40e_dbg_dump_desc()
669 static void i40e_dbg_dump_eth_stats(struct i40e_pf *pf, in i40e_dbg_dump_eth_stats()
716 static void i40e_dbg_dump_veb_all(struct i40e_pf *pf) in i40e_dbg_dump_veb_all()
758 static void i40e_dbg_dump_vf_all(struct i40e_pf *pf) in i40e_dbg_dump_vf_all()
780 struct i40e_pf *pf = filp->private_data; in i40e_dbg_command_write() local
1661 struct i40e_pf *pf = filp->private_data; in i40e_dbg_netdev_ops_read() local
1702 struct i40e_pf *pf = filp->private_data; in i40e_dbg_netdev_ops_write() local
1815 void i40e_dbg_pf_init(struct i40e_pf *pf) in i40e_dbg_pf_init()
[all …]
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
A Dotx2_pf.c53 struct otx2_nic *pf = netdev_priv(netdev); in otx2_change_mtu() local
113 struct otx2_nic *pf = flrwork->pf; in otx2_flr_handler() local
461 struct otx2_nic *pf; in otx2_pfvf_mbox_handler() local
499 struct otx2_nic *pf = vf_mbox->pfvf; in otx2_pfvf_mbox_up_handler() local
817 struct otx2_nic *pf; in otx2_pfaf_mbox_handler() local
929 struct otx2_nic *pf = af_mbox->pfvf; in otx2_pfaf_mbox_up_handler() local
1161 struct otx2_nic *pf = data; in otx2_q_intr_handler() local
1543 struct otx2_nic *pf = netdev_priv(netdev); in otx2_open() local
2578 struct otx2_nic *pf; in otx2_probe() local
2821 struct otx2_nic *pf; in otx2_vf_link_event_task() local
[all …]
A Dotx2_dmac_flt.c10 static int otx2_dmacflt_do_add(struct otx2_nic *pf, const u8 *mac, in otx2_dmacflt_do_add()
38 static int otx2_dmacflt_add_pfmac(struct otx2_nic *pf) in otx2_dmacflt_add_pfmac()
58 int otx2_dmacflt_add(struct otx2_nic *pf, const u8 *mac, u8 bit_pos) in otx2_dmacflt_add()
94 static int otx2_dmacflt_remove_pfmac(struct otx2_nic *pf) in otx2_dmacflt_remove_pfmac()
112 int otx2_dmacflt_remove(struct otx2_nic *pf, const u8 *mac, in otx2_dmacflt_remove()
127 int otx2_dmacflt_get_max_cnt(struct otx2_nic *pf) in otx2_dmacflt_get_max_cnt()
154 int otx2_dmacflt_update(struct otx2_nic *pf, u8 *mac, u8 bit_pos) in otx2_dmacflt_update()
/linux/drivers/net/ethernet/intel/ice/
A Dice_ptp.c189 struct ice_pf *pf = ptp_info_to_pf(info); in ice_ptp_set_sma_e810t() local
344 int ice_get_ptp_clock_index(struct ice_pf *pf) in ice_get_ptp_clock_index()
694 struct ice_pf *pf = ptp_info_to_pf(info); in ice_ptp_adjfine() local
982 struct ice_pf *pf = ptp_info_to_pf(info); in ice_ptp_gpio_enable_e810() local
1061 struct ice_pf *pf = ptp_info_to_pf(info); in ice_ptp_gettimex64() local
1086 struct ice_pf *pf = ptp_info_to_pf(info); in ice_ptp_settime64() local
1139 struct ice_pf *pf = ptp_info_to_pf(info); in ice_ptp_adjtime() local
1519 struct ice_pf *pf; in ice_ptp_tx_tstamp_work() local
1626 void ice_ptp_process_ts(struct ice_pf *pf) in ice_ptp_process_ts()
1865 void ice_ptp_init(struct ice_pf *pf) in ice_ptp_init()
[all …]
A Dice_devlink.c250 struct ice_pf *pf = devlink_priv(devlink); in ice_devlink_info_get() local
391 struct ice_pf *pf = devlink_priv(devlink); in ice_devlink_flash_update() local
469 void ice_devlink_register(struct ice_pf *pf) in ice_devlink_register()
482 void ice_devlink_unregister(struct ice_pf *pf) in ice_devlink_unregister()
495 int ice_devlink_create_pf_port(struct ice_pf *pf) in ice_devlink_create_pf_port()
533 void ice_devlink_destroy_pf_port(struct ice_pf *pf) in ice_devlink_destroy_pf_port()
558 struct ice_pf *pf; in ice_devlink_create_vf_port() local
618 struct ice_pf *pf = devlink_priv(devlink); in ice_devlink_nvm_snapshot() local
675 struct ice_pf *pf = devlink_priv(devlink); in ice_devlink_devcaps_snapshot() local
719 void ice_devlink_init_regions(struct ice_pf *pf) in ice_devlink_init_regions()
[all …]
A Dice_eswitch.c19 static int ice_eswitch_setup_env(struct ice_pf *pf) in ice_eswitch_setup_env()
124 static int ice_eswitch_setup_reprs(struct ice_pf *pf) in ice_eswitch_setup_reprs()
237 struct ice_pf *pf = vsi->back; in ice_eswitch_update_repr() local
316 static void ice_eswitch_release_env(struct ice_pf *pf) in ice_eswitch_release_env()
345 static void ice_eswitch_napi_del(struct ice_pf *pf) in ice_eswitch_napi_del()
466 struct ice_pf *pf = devlink_priv(devlink); in ice_eswitch_mode_set() local
534 struct ice_pf *pf = devlink_priv(devlink); in ice_eswitch_mode_get() local
547 bool ice_is_eswitch_mode_switchdev(struct ice_pf *pf) in ice_is_eswitch_mode_switchdev()
556 void ice_eswitch_release(struct ice_pf *pf) in ice_eswitch_release()
569 int ice_eswitch_configure(struct ice_pf *pf) in ice_eswitch_configure()
[all …]
A Dice_dcb_nl.c16 struct ice_pf *pf = ice_netdev_to_pf(netdev); in ice_dcbnl_devreset() local
35 struct ice_pf *pf; in ice_dcbnl_getets() local
64 struct ice_pf *pf = ice_netdev_to_pf(netdev); in ice_dcbnl_setets() local
129 struct ice_pf *pf = ice_netdev_to_pf(dev); in ice_dcbnl_getnumtcs() local
144 struct ice_pf *pf = ice_netdev_to_pf(netdev); in ice_dcbnl_getdcbx() local
156 struct ice_pf *pf = ice_netdev_to_pf(netdev); in ice_dcbnl_setdcbx() local
197 struct ice_pf *pf = ice_netdev_to_pf(netdev); in ice_dcbnl_get_perm_hw_addr() local
230 struct ice_pf *pf = ice_netdev_to_pf(netdev); in ice_dcbnl_getpfc() local
256 struct ice_pf *pf = ice_netdev_to_pf(netdev); in ice_dcbnl_setpfc() local
994 struct ice_pf *pf; in ice_dcbnl_set_all() local
[all …]
A Dice_idc.c16 static struct iidc_auxiliary_drv *ice_get_auxiliary_drv(struct ice_pf *pf) in ice_get_auxiliary_drv()
33 void ice_send_event_to_aux(struct ice_pf *pf, struct iidc_event *event) in ice_send_event_to_aux()
52 static struct ice_vsi *ice_find_vsi(struct ice_pf *pf, u16 vsi_num) in ice_find_vsi()
67 int ice_add_rdma_qset(struct ice_pf *pf, struct iidc_rdma_qset_params *qset) in ice_add_rdma_qset()
122 int ice_del_rdma_qset(struct ice_pf *pf, struct iidc_rdma_qset_params *qset) in ice_del_rdma_qset()
183 int ice_rdma_update_vsi_filter(struct ice_pf *pf, u16 vsi_id, bool enable) in ice_rdma_update_vsi_filter()
215 void ice_get_qos_params(struct ice_pf *pf, struct iidc_qos_params *qos) in ice_get_qos_params()
237 static int ice_reserve_rdma_qvector(struct ice_pf *pf) in ice_reserve_rdma_qvector()
268 int ice_plug_aux_dev(struct ice_pf *pf) in ice_plug_aux_dev()
313 void ice_unplug_aux_dev(struct ice_pf *pf) in ice_unplug_aux_dev()
[all …]
A Dice_dcb_lib.h55 static inline bool ice_is_dcb_active(struct ice_pf *pf) in ice_is_dcb_active()
61 static inline u8 ice_get_pfc_mode(struct ice_pf *pf) in ice_get_pfc_mode()
67 static inline void ice_dcb_rebuild(struct ice_pf *pf) { } in ice_dcb_rebuild()
93 ice_init_pf_dcb(struct ice_pf *pf, bool __always_unused locked) in ice_init_pf_dcb()
100 ice_pf_dcb_cfg(struct ice_pf __always_unused *pf, in ice_pf_dcb_cfg()
114 static inline bool ice_is_dcb_active(struct ice_pf __always_unused *pf) in ice_is_dcb_active()
120 ice_is_pfc_causing_hung_q(struct ice_pf __always_unused *pf, in ice_is_pfc_causing_hung_q()
126 static inline u8 ice_get_pfc_mode(struct ice_pf *pf) in ice_get_pfc_mode()
131 static inline void ice_pf_dcb_recfg(struct ice_pf *pf) { } in ice_pf_dcb_recfg()
133 static inline void ice_update_dcb_stats(struct ice_pf *pf) { } in ice_update_dcb_stats()
[all …]
A Dice_main.c283 struct ice_pf *pf = vsi->back; in ice_vsi_sync_fltr() local
2051 struct ice_pf *pf = vsi->back; in ice_configure_phy() local
2385 struct ice_pf *pf = vsi->back; in ice_vsi_req_irq_msix() local
2541 struct ice_pf *pf = vsi->back; in ice_prepare_xdp_rings() local
2655 struct ice_pf *pf = vsi->back; in ice_destroy_xdp_rings() local
3981 struct ice_pf *pf = vsi->back; in ice_vsi_recfg_qs() local
4445 struct ice_pf *pf; in ice_probe() local
5003 struct ice_pf *pf; in ice_suspend() local
5072 struct ice_pf *pf; in ice_resume() local
5367 struct ice_pf *pf = vsi->back; in ice_set_mac_address() local
[all …]
A Dice_lib.c74 struct ice_pf *pf = vsi->back; in ice_vsi_alloc_arrays() local
174 struct ice_pf *pf = vsi->back; in ice_vsi_set_num_qs() local
292 struct ice_pf *pf = vsi->back; in ice_vsi_delete() local
320 struct ice_pf *pf = vsi->back; in ice_vsi_free_arrays() local
363 struct ice_pf *pf = NULL; in ice_vsi_clear() local
570 struct ice_pf *pf = vsi->back; in ice_alloc_fd_res() local
617 struct ice_pf *pf = vsi->back; in ice_vsi_get_qs() local
989 struct ice_pf *pf; in ice_set_rss_vsi_ctx() local
2298 struct ice_pf *pf; in ice_cfg_vlan_pruning() local
3040 struct ice_pf *pf; in ice_vsi_release() local
[all …]
A Dice_virtchnl_pf.c397 struct ice_pf *pf = vf->pf; in ice_is_vf_link_up() local
481 struct ice_pf *pf = vf->pf; in ice_free_vf_res() local
521 struct ice_pf *pf = vf->pf; in ice_dis_vf_mappings() local
706 struct ice_pf *pf = vf->pf; in ice_trigger_vf_reset() local
833 struct ice_pf *pf = vf->pf; in ice_vf_vsi_setup() local
860 struct ice_pf *pf = vf->pf; in ice_vf_ctrl_vsi_setup() local
1176 struct ice_pf *pf; in ice_calc_vf_reg_idx() local
1814 struct ice_pf *pf; in ice_vc_notify_vf_reset() local
2277 struct ice_pf *pf; in ice_vc_send_msg_to_vf() local
2895 struct ice_pf *pf; in ice_check_vf_ready_for_cfg() local
[all …]
A Dice_fw_update.c14 struct ice_pf *pf; member
41 struct ice_pf *pf = priv->pf; in ice_send_package_data() local
83 ice_check_component_response(struct ice_pf *pf, u16 id, u8 response, u8 code, in ice_check_component_response()
204 struct ice_pf *pf = priv->pf; in ice_send_component_table() local
272 ice_write_one_nvm_block(struct ice_pf *pf, u16 module, u32 offset, in ice_write_one_nvm_block()
362 ice_write_nvm_module(struct ice_pf *pf, u16 module, const char *component, in ice_write_nvm_module()
440 ice_erase_nvm_module(struct ice_pf *pf, u16 module, const char *component, in ice_erase_nvm_module()
521 static int ice_switch_flash_banks(struct ice_pf *pf, u8 activate_flags, in ice_switch_flash_banks()
580 struct ice_pf *pf = priv->pf; in ice_flash_component() local
636 struct ice_pf *pf = priv->pf; in ice_finalize_update() local
[all …]
/linux/drivers/net/ethernet/freescale/enetc/
A Denetc_pf.c199 struct enetc_pf *pf = enetc_si_priv(priv->si); in enetc_pf_set_rx_mode() local
295 struct enetc_pf *pf = enetc_si_priv(priv->si); in enetc_vlan_rx_add_vid() local
310 struct enetc_pf *pf = enetc_si_priv(priv->si); in enetc_vlan_rx_del_vid() local
345 struct enetc_pf *pf = enetc_si_priv(priv->si); in enetc_pf_set_vf_mac() local
364 struct enetc_pf *pf = enetc_si_priv(priv->si); in enetc_pf_set_vf_vlan() local
428 struct enetc_pf *pf) in enetc_setup_mac_addresses()
448 struct enetc_pf *pf = enetc_si_priv(si); in enetc_port_assign_rfs_entries() local
469 struct enetc_pf *pf = enetc_si_priv(si); in enetc_port_si_configure() local
661 struct enetc_pf *pf = enetc_si_priv(si); in enetc_sriov_configure() local
1209 struct enetc_pf *pf; in enetc_pf_probe() local
[all …]
A Denetc_msg.c23 struct enetc_pf *pf = enetc_si_priv(si); in enetc_msg_psi_msix() local
33 struct enetc_pf *pf = container_of(work, struct enetc_pf, msg_task); in enetc_msg_task() local
66 struct enetc_pf *pf = enetc_si_priv(si); in enetc_msg_alloc_mbx() local
95 struct enetc_pf *pf = enetc_si_priv(si); in enetc_msg_free_mbx() local
107 int enetc_msg_psi_init(struct enetc_pf *pf) in enetc_msg_psi_init()
149 void enetc_msg_psi_free(struct enetc_pf *pf) in enetc_msg_psi_free()
/linux/drivers/block/paride/
A Dpf.c348 struct pf_unit *pf = disk->private_data; in pf_release() local
498 static void pf_eject(struct pf_unit *pf) in pf_eject()
518 static int pf_reset(struct pf_unit *pf) in pf_reset()
550 static void pf_mode_sense(struct pf_unit *pf) in pf_mode_sense()
586 static void pf_get_capacity(struct pf_unit *pf) in pf_get_capacity()
607 static int pf_identify(struct pf_unit *pf) in pf_identify()
657 static int pf_probe(struct pf_unit *pf) in pf_probe()
712 struct pf_unit *pf; in set_next_request() local
778 struct pf_unit *pf = hctx->queue->queuedata; in pf_queue_rq() local
985 struct pf_unit *pf; in pf_init() local
[all …]
/linux/drivers/net/ethernet/marvell/octeontx2/af/
A Drvu_cgx.c122 int pf = PF_CGXMAP_BASE; in rvu_map_cgx_lmac_pf() local
443 int pf = rvu_get_pf(pcifunc); in rvu_cgx_config_rxtx() local
458 int pf = rvu_get_pf(pcifunc); in rvu_cgx_disable_dmac_entries() local
498 int pf = rvu_get_pf(req->hdr.pcifunc); in rvu_lmac_get_stats() local
555 int pf = rvu_get_pf(req->hdr.pcifunc); in rvu_mbox_handler_cgx_fec_stats() local
667 int pf = rvu_get_pf(pcifunc); in rvu_mbox_handler_cgx_promisc_enable() local
697 int pf = rvu_get_pf(pcifunc); in rvu_cgx_ptp_rx_cfg() local
746 int pf = rvu_get_pf(pcifunc); in rvu_cgx_config_linkevents() local
783 int pf, err; in rvu_mbox_handler_cgx_get_linkinfo() local
828 int pf = rvu_get_pf(pcifunc); in rvu_cgx_config_intlbk() local
[all …]

Completed in 108 milliseconds

12345678910>>...12