ice_pf            161 drivers/net/ethernet/intel/ice/ice.h 	struct ice_pf *pf;
ice_pf            214 drivers/net/ethernet/intel/ice/ice.h 	struct ice_pf *back;		 /* back pointer to PF */
ice_pf            394 drivers/net/ethernet/intel/ice/ice.h 				((struct ice_pf *)hw->back)->oicr_idx;
ice_pf            413 drivers/net/ethernet/intel/ice/ice.h static inline struct ice_pf *ice_netdev_to_pf(struct net_device *netdev)
ice_pf            426 drivers/net/ethernet/intel/ice/ice.h static inline struct ice_vsi *ice_get_main_vsi(struct ice_pf *pf)
ice_pf            438 drivers/net/ethernet/intel/ice/ice.h u16 ice_get_avail_txq_count(struct ice_pf *pf);
ice_pf            439 drivers/net/ethernet/intel/ice/ice.h u16 ice_get_avail_rxq_count(struct ice_pf *pf);
ice_pf            441 drivers/net/ethernet/intel/ice/ice.h void ice_update_pf_stats(struct ice_pf *pf);
ice_pf            445 drivers/net/ethernet/intel/ice/ice.h struct ice_vsi *ice_lb_vsi_setup(struct ice_pf *pf, struct ice_port_info *pi);
ice_pf            451 drivers/net/ethernet/intel/ice/ice.h int ice_pf_ena_all_vsi(struct ice_pf *pf, bool locked);
ice_pf            452 drivers/net/ethernet/intel/ice/ice.h void ice_pf_dis_all_vsi(struct ice_pf *pf, bool locked);
ice_pf             14 drivers/net/ethernet/intel/ice/ice_dcb_lib.c 	struct ice_pf *pf = vsi->back;
ice_pf            148 drivers/net/ethernet/intel/ice/ice_dcb_lib.c static void ice_pf_dcb_recfg(struct ice_pf *pf)
ice_pf            183 drivers/net/ethernet/intel/ice/ice_dcb_lib.c int ice_pf_dcb_cfg(struct ice_pf *pf, struct ice_dcbx_cfg *new_cfg, bool locked)
ice_pf            277 drivers/net/ethernet/intel/ice/ice_dcb_lib.c ice_dcb_need_recfg(struct ice_pf *pf, struct ice_dcbx_cfg *old_cfg,
ice_pf            324 drivers/net/ethernet/intel/ice/ice_dcb_lib.c void ice_dcb_rebuild(struct ice_pf *pf)
ice_pf            414 drivers/net/ethernet/intel/ice/ice_dcb_lib.c static int ice_dcb_init_cfg(struct ice_pf *pf, bool locked)
ice_pf            442 drivers/net/ethernet/intel/ice/ice_dcb_lib.c static int ice_dcb_sw_dflt_cfg(struct ice_pf *pf, bool locked)
ice_pf            487 drivers/net/ethernet/intel/ice/ice_dcb_lib.c int ice_init_pf_dcb(struct ice_pf *pf, bool locked)
ice_pf            542 drivers/net/ethernet/intel/ice/ice_dcb_lib.c void ice_update_dcb_stats(struct ice_pf *pf)
ice_pf            622 drivers/net/ethernet/intel/ice/ice_dcb_lib.c ice_dcb_process_lldp_set_mib_change(struct ice_pf *pf,
ice_pf             13 drivers/net/ethernet/intel/ice/ice_dcb_lib.h void ice_dcb_rebuild(struct ice_pf *pf);
ice_pf             17 drivers/net/ethernet/intel/ice/ice_dcb_lib.h int ice_init_pf_dcb(struct ice_pf *pf, bool locked);
ice_pf             18 drivers/net/ethernet/intel/ice/ice_dcb_lib.h void ice_update_dcb_stats(struct ice_pf *pf);
ice_pf             23 drivers/net/ethernet/intel/ice/ice_dcb_lib.h ice_dcb_process_lldp_set_mib_change(struct ice_pf *pf,
ice_pf             45 drivers/net/ethernet/intel/ice/ice_dcb_lib.h ice_init_pf_dcb(struct ice_pf *pf, bool __always_unused locked)
ice_pf             25 drivers/net/ethernet/intel/ice/ice_ethtool.c 		ICE_STAT(struct ice_pf, _name, _stat)
ice_pf             39 drivers/net/ethernet/intel/ice/ice_ethtool.c 		(FIELD_SIZEOF(struct ice_pf, stats.priority_xoff_rx) + \
ice_pf             40 drivers/net/ethernet/intel/ice/ice_ethtool.c 		 FIELD_SIZEOF(struct ice_pf, stats.priority_xon_rx) + \
ice_pf             41 drivers/net/ethernet/intel/ice/ice_ethtool.c 		 FIELD_SIZEOF(struct ice_pf, stats.priority_xoff_tx) + \
ice_pf             42 drivers/net/ethernet/intel/ice/ice_ethtool.c 		 FIELD_SIZEOF(struct ice_pf, stats.priority_xon_tx)) \
ice_pf            168 drivers/net/ethernet/intel/ice/ice_ethtool.c 	struct ice_pf *pf = vsi->back;
ice_pf            188 drivers/net/ethernet/intel/ice/ice_ethtool.c 	struct ice_pf *pf = np->vsi->back;
ice_pf            202 drivers/net/ethernet/intel/ice/ice_ethtool.c 	struct ice_pf *pf = np->vsi->back;
ice_pf            216 drivers/net/ethernet/intel/ice/ice_ethtool.c 	struct ice_pf *pf = np->vsi->back;
ice_pf            231 drivers/net/ethernet/intel/ice/ice_ethtool.c 	struct ice_pf *pf = np->vsi->back;
ice_pf            243 drivers/net/ethernet/intel/ice/ice_ethtool.c 	struct ice_pf *pf = vsi->back;
ice_pf            283 drivers/net/ethernet/intel/ice/ice_ethtool.c static bool ice_active_vfs(struct ice_pf *pf)
ice_pf            330 drivers/net/ethernet/intel/ice/ice_ethtool.c 	struct ice_pf *pf = np->vsi->back;
ice_pf            344 drivers/net/ethernet/intel/ice/ice_ethtool.c 	struct ice_pf *pf = (struct ice_pf *)hw->back;
ice_pf            502 drivers/net/ethernet/intel/ice/ice_ethtool.c static int ice_lbtest_create_frame(struct ice_pf *pf, u8 **ret_data, u16 size)
ice_pf            646 drivers/net/ethernet/intel/ice/ice_ethtool.c 	struct ice_pf *pf = orig_vsi->back;
ice_pf            745 drivers/net/ethernet/intel/ice/ice_ethtool.c 	struct ice_pf *pf = np->vsi->back;
ice_pf            775 drivers/net/ethernet/intel/ice/ice_ethtool.c 	struct ice_pf *pf = np->vsi->back;
ice_pf           1130 drivers/net/ethernet/intel/ice/ice_ethtool.c 	struct ice_pf *pf = vsi->back;
ice_pf           1156 drivers/net/ethernet/intel/ice/ice_ethtool.c 	struct ice_pf *pf = vsi->back;
ice_pf           1301 drivers/net/ethernet/intel/ice/ice_ethtool.c 	struct ice_pf *pf = vsi->back;
ice_pf           2357 drivers/net/ethernet/intel/ice/ice_ethtool.c 	struct ice_pf *pf = np->vsi->back;
ice_pf           2581 drivers/net/ethernet/intel/ice/ice_ethtool.c 	struct ice_pf *pf = vsi->back;
ice_pf           2845 drivers/net/ethernet/intel/ice/ice_ethtool.c 	struct ice_pf *pf = np->vsi->back;
ice_pf           2989 drivers/net/ethernet/intel/ice/ice_ethtool.c 	struct ice_pf *pf = vsi->back;
ice_pf           3038 drivers/net/ethernet/intel/ice/ice_ethtool.c 	struct ice_pf *pf = vsi->back;
ice_pf           3109 drivers/net/ethernet/intel/ice/ice_ethtool.c 	struct ice_pf *pf;
ice_pf           3226 drivers/net/ethernet/intel/ice/ice_ethtool.c 	struct ice_pf *pf = vsi->back;
ice_pf            178 drivers/net/ethernet/intel/ice/ice_lib.c static int ice_pf_rxq_wait(struct ice_pf *pf, int pf_q, bool ena)
ice_pf            205 drivers/net/ethernet/intel/ice/ice_lib.c 	struct ice_pf *pf = vsi->back;
ice_pf            260 drivers/net/ethernet/intel/ice/ice_lib.c 	struct ice_pf *pf = vsi->back;
ice_pf            338 drivers/net/ethernet/intel/ice/ice_lib.c 	struct ice_pf *pf = vsi->back;
ice_pf            420 drivers/net/ethernet/intel/ice/ice_lib.c 	struct ice_pf *pf = vsi->back;
ice_pf            448 drivers/net/ethernet/intel/ice/ice_lib.c 	struct ice_pf *pf = vsi->back;
ice_pf            484 drivers/net/ethernet/intel/ice/ice_lib.c 	struct ice_pf *pf = NULL;
ice_pf            540 drivers/net/ethernet/intel/ice/ice_lib.c ice_vsi_alloc(struct ice_pf *pf, enum ice_vsi_type type, u16 vf_id)
ice_pf            698 drivers/net/ethernet/intel/ice/ice_lib.c 	struct ice_pf *pf = vsi->back;
ice_pf            737 drivers/net/ethernet/intel/ice/ice_lib.c 	struct ice_pf *pf = vsi->back;
ice_pf            761 drivers/net/ethernet/intel/ice/ice_lib.c bool ice_is_safe_mode(struct ice_pf *pf)
ice_pf            772 drivers/net/ethernet/intel/ice/ice_lib.c 	struct ice_pf *pf;
ice_pf            789 drivers/net/ethernet/intel/ice/ice_lib.c 	struct ice_pf *pf = vsi->back;
ice_pf            993 drivers/net/ethernet/intel/ice/ice_lib.c 	struct ice_pf *pf;
ice_pf           1031 drivers/net/ethernet/intel/ice/ice_lib.c 	struct ice_pf *pf = vsi->back;
ice_pf           1108 drivers/net/ethernet/intel/ice/ice_lib.c 	struct ice_pf *pf = vsi->back;
ice_pf           1152 drivers/net/ethernet/intel/ice/ice_lib.c 	struct ice_pf *pf = vsi->back;
ice_pf           1192 drivers/net/ethernet/intel/ice/ice_lib.c 	struct ice_pf *pf = vsi->back;
ice_pf           1235 drivers/net/ethernet/intel/ice/ice_lib.c 	struct ice_pf *pf = vsi->back;
ice_pf           1295 drivers/net/ethernet/intel/ice/ice_lib.c 	struct ice_pf *pf = vsi->back;
ice_pf           1442 drivers/net/ethernet/intel/ice/ice_lib.c 	struct ice_pf *pf = vsi->back;
ice_pf           1510 drivers/net/ethernet/intel/ice/ice_lib.c 	struct ice_pf *pf = vsi->back;
ice_pf           1601 drivers/net/ethernet/intel/ice/ice_lib.c 	struct ice_pf *pf = vsi->back;
ice_pf           1641 drivers/net/ethernet/intel/ice/ice_lib.c 	struct ice_pf *pf = vsi->back;
ice_pf           1728 drivers/net/ethernet/intel/ice/ice_lib.c 	struct ice_pf *pf = vsi->back;
ice_pf           1783 drivers/net/ethernet/intel/ice/ice_lib.c 	struct ice_pf *pf = vsi->back;
ice_pf           1933 drivers/net/ethernet/intel/ice/ice_lib.c 	struct ice_pf *pf = vsi->back;
ice_pf           1963 drivers/net/ethernet/intel/ice/ice_lib.c 	struct ice_pf *pf = vsi->back;
ice_pf           1986 drivers/net/ethernet/intel/ice/ice_lib.c 	struct ice_pf *pf = vsi->back;
ice_pf           2165 drivers/net/ethernet/intel/ice/ice_lib.c 	struct ice_pf *pf = vsi->back;
ice_pf           2308 drivers/net/ethernet/intel/ice/ice_lib.c 	struct ice_pf *pf;
ice_pf           2420 drivers/net/ethernet/intel/ice/ice_lib.c 	struct ice_pf *pf = vsi->back;
ice_pf           2460 drivers/net/ethernet/intel/ice/ice_lib.c 	struct ice_pf *pf = vsi->back;
ice_pf           2514 drivers/net/ethernet/intel/ice/ice_lib.c ice_vsi_setup(struct ice_pf *pf, struct ice_port_info *pi,
ice_pf           2679 drivers/net/ethernet/intel/ice/ice_lib.c 	struct ice_pf *pf = vsi->back;
ice_pf           2711 drivers/net/ethernet/intel/ice/ice_lib.c 	struct ice_pf *pf = vsi->back;
ice_pf           2866 drivers/net/ethernet/intel/ice/ice_lib.c ice_get_res(struct ice_pf *pf, struct ice_res_tracker *res, u16 needed, u16 id)
ice_pf           2888 drivers/net/ethernet/intel/ice/ice_lib.c 	struct ice_pf *pf = vsi->back;
ice_pf           2960 drivers/net/ethernet/intel/ice/ice_lib.c 	struct ice_pf *pf;
ice_pf           3042 drivers/net/ethernet/intel/ice/ice_lib.c 	struct ice_pf *pf;
ice_pf           3200 drivers/net/ethernet/intel/ice/ice_lib.c 	struct ice_pf *pf = vsi->back;
ice_pf             83 drivers/net/ethernet/intel/ice/ice_lib.h ice_vsi_setup(struct ice_pf *pf, struct ice_port_info *pi,
ice_pf             95 drivers/net/ethernet/intel/ice/ice_lib.h ice_get_res(struct ice_pf *pf, struct ice_res_tracker *res, u16 needed, u16 id);
ice_pf            128 drivers/net/ethernet/intel/ice/ice_lib.h bool ice_is_safe_mode(struct ice_pf *pf);
ice_pf             46 drivers/net/ethernet/intel/ice/ice_main.c static void ice_rebuild(struct ice_pf *pf, enum ice_reset_req reset_type);
ice_pf             48 drivers/net/ethernet/intel/ice/ice_main.c static void ice_vsi_release_all(struct ice_pf *pf);
ice_pf             71 drivers/net/ethernet/intel/ice/ice_main.c static void ice_check_for_hang_subtask(struct ice_pf *pf)
ice_pf            129 drivers/net/ethernet/intel/ice/ice_main.c static int ice_init_mac_fltr(struct ice_pf *pf)
ice_pf            272 drivers/net/ethernet/intel/ice/ice_main.c 	struct ice_pf *pf = vsi->back;
ice_pf            419 drivers/net/ethernet/intel/ice/ice_main.c static void ice_sync_fltr_subtask(struct ice_pf *pf)
ice_pf            470 drivers/net/ethernet/intel/ice/ice_main.c void ice_pf_dis_all_vsi(struct ice_pf *pf, bool locked)
ice_pf            472 drivers/net/ethernet/intel/ice/ice_main.c static void ice_pf_dis_all_vsi(struct ice_pf *pf, bool locked)
ice_pf            489 drivers/net/ethernet/intel/ice/ice_main.c ice_prepare_for_reset(struct ice_pf *pf)
ice_pf            525 drivers/net/ethernet/intel/ice/ice_main.c static void ice_do_reset(struct ice_pf *pf, enum ice_reset_req reset_type)
ice_pf            564 drivers/net/ethernet/intel/ice/ice_main.c static void ice_reset_subtask(struct ice_pf *pf)
ice_pf            815 drivers/net/ethernet/intel/ice/ice_main.c ice_link_event(struct ice_pf *pf, struct ice_port_info *pi, bool link_up,
ice_pf            874 drivers/net/ethernet/intel/ice/ice_main.c static void ice_watchdog_subtask(struct ice_pf *pf)
ice_pf            935 drivers/net/ethernet/intel/ice/ice_main.c ice_handle_link_event(struct ice_pf *pf, struct ice_rq_event_info *event)
ice_pf            961 drivers/net/ethernet/intel/ice/ice_main.c static int __ice_clean_ctrlq(struct ice_pf *pf, enum ice_ctl_q q_type)
ice_pf           1105 drivers/net/ethernet/intel/ice/ice_main.c static void ice_clean_adminq_subtask(struct ice_pf *pf)
ice_pf           1132 drivers/net/ethernet/intel/ice/ice_main.c static void ice_clean_mailboxq_subtask(struct ice_pf *pf)
ice_pf           1156 drivers/net/ethernet/intel/ice/ice_main.c static void ice_service_task_schedule(struct ice_pf *pf)
ice_pf           1168 drivers/net/ethernet/intel/ice/ice_main.c static void ice_service_task_complete(struct ice_pf *pf)
ice_pf           1181 drivers/net/ethernet/intel/ice/ice_main.c static void ice_service_task_stop(struct ice_pf *pf)
ice_pf           1199 drivers/net/ethernet/intel/ice/ice_main.c static void ice_service_task_restart(struct ice_pf *pf)
ice_pf           1211 drivers/net/ethernet/intel/ice/ice_main.c 	struct ice_pf *pf = from_timer(pf, t, serv_tmr);
ice_pf           1223 drivers/net/ethernet/intel/ice/ice_main.c static void ice_handle_mdd_event(struct ice_pf *pf)
ice_pf           1450 drivers/net/ethernet/intel/ice/ice_main.c static void ice_check_media_subtask(struct ice_pf *pf)
ice_pf           1491 drivers/net/ethernet/intel/ice/ice_main.c 	struct ice_pf *pf = container_of(work, struct ice_pf, serv_task);
ice_pf           1605 drivers/net/ethernet/intel/ice/ice_main.c 	struct ice_pf *pf = vsi->back;
ice_pf           1667 drivers/net/ethernet/intel/ice/ice_main.c static void ice_ena_misc_vector(struct ice_pf *pf)
ice_pf           1698 drivers/net/ethernet/intel/ice/ice_main.c 	struct ice_pf *pf = (struct ice_pf *)data;
ice_pf           1829 drivers/net/ethernet/intel/ice/ice_main.c static void ice_free_irq_msix_misc(struct ice_pf *pf)
ice_pf           1883 drivers/net/ethernet/intel/ice/ice_main.c static int ice_req_irq_msix_misc(struct ice_pf *pf)
ice_pf           1959 drivers/net/ethernet/intel/ice/ice_main.c 	struct ice_pf *pf = ice_netdev_to_pf(netdev);
ice_pf           1977 drivers/net/ethernet/intel/ice/ice_main.c 	struct ice_pf *pf = ice_netdev_to_pf(netdev);
ice_pf           2026 drivers/net/ethernet/intel/ice/ice_main.c 	struct ice_pf *pf = vsi->back;
ice_pf           2098 drivers/net/ethernet/intel/ice/ice_main.c ice_pf_vsi_setup(struct ice_pf *pf, struct ice_port_info *pi)
ice_pf           2112 drivers/net/ethernet/intel/ice/ice_main.c ice_lb_vsi_setup(struct ice_pf *pf, struct ice_port_info *pi)
ice_pf           2203 drivers/net/ethernet/intel/ice/ice_main.c static int ice_setup_pf_sw(struct ice_pf *pf)
ice_pf           2279 drivers/net/ethernet/intel/ice/ice_main.c u16 ice_get_avail_txq_count(struct ice_pf *pf)
ice_pf           2289 drivers/net/ethernet/intel/ice/ice_main.c u16 ice_get_avail_rxq_count(struct ice_pf *pf)
ice_pf           2299 drivers/net/ethernet/intel/ice/ice_main.c static void ice_deinit_pf(struct ice_pf *pf)
ice_pf           2320 drivers/net/ethernet/intel/ice/ice_main.c static void ice_set_pf_caps(struct ice_pf *pf)
ice_pf           2347 drivers/net/ethernet/intel/ice/ice_main.c static int ice_init_pf(struct ice_pf *pf)
ice_pf           2381 drivers/net/ethernet/intel/ice/ice_main.c static int ice_ena_msix_range(struct ice_pf *pf)
ice_pf           2461 drivers/net/ethernet/intel/ice/ice_main.c static void ice_dis_msix(struct ice_pf *pf)
ice_pf           2472 drivers/net/ethernet/intel/ice/ice_main.c static void ice_clear_interrupt_scheme(struct ice_pf *pf)
ice_pf           2486 drivers/net/ethernet/intel/ice/ice_main.c static int ice_init_interrupt_scheme(struct ice_pf *pf)
ice_pf           2520 drivers/net/ethernet/intel/ice/ice_main.c 	struct ice_pf *pf = (struct ice_pf *)hw->back;
ice_pf           2637 drivers/net/ethernet/intel/ice/ice_main.c ice_load_pkg(const struct firmware *firmware, struct ice_pf *pf)
ice_pf           2677 drivers/net/ethernet/intel/ice/ice_main.c static void ice_verify_cacheline_size(struct ice_pf *pf)
ice_pf           2691 drivers/net/ethernet/intel/ice/ice_main.c static enum ice_status ice_send_version(struct ice_pf *pf)
ice_pf           2708 drivers/net/ethernet/intel/ice/ice_main.c static char *ice_get_opt_fw_name(struct ice_pf *pf)
ice_pf           2746 drivers/net/ethernet/intel/ice/ice_main.c static void ice_request_fw(struct ice_pf *pf)
ice_pf           2795 drivers/net/ethernet/intel/ice/ice_main.c 	struct ice_pf *pf;
ice_pf           3004 drivers/net/ethernet/intel/ice/ice_main.c 	struct ice_pf *pf = pci_get_drvdata(pdev);
ice_pf           3050 drivers/net/ethernet/intel/ice/ice_main.c 	struct ice_pf *pf = pci_get_drvdata(pdev);
ice_pf           3079 drivers/net/ethernet/intel/ice/ice_main.c 	struct ice_pf *pf = pci_get_drvdata(pdev);
ice_pf           3123 drivers/net/ethernet/intel/ice/ice_main.c 	struct ice_pf *pf = pci_get_drvdata(pdev);
ice_pf           3148 drivers/net/ethernet/intel/ice/ice_main.c 	struct ice_pf *pf = pci_get_drvdata(pdev);
ice_pf           3257 drivers/net/ethernet/intel/ice/ice_main.c 	struct ice_pf *pf = vsi->back;
ice_pf           3541 drivers/net/ethernet/intel/ice/ice_main.c 	struct ice_pf *pf = vsi->back;
ice_pf           3669 drivers/net/ethernet/intel/ice/ice_main.c 	struct ice_pf *pf = vsi->back;
ice_pf           3701 drivers/net/ethernet/intel/ice/ice_main.c void ice_update_pf_stats(struct ice_pf *pf)
ice_pf           4029 drivers/net/ethernet/intel/ice/ice_main.c 	struct ice_pf *pf = vsi->back;
ice_pf           4082 drivers/net/ethernet/intel/ice/ice_main.c static void ice_vsi_release_all(struct ice_pf *pf)
ice_pf           4136 drivers/net/ethernet/intel/ice/ice_main.c int ice_pf_ena_all_vsi(struct ice_pf *pf, bool locked)
ice_pf           4156 drivers/net/ethernet/intel/ice/ice_main.c static int ice_vsi_rebuild_by_type(struct ice_pf *pf, enum ice_vsi_type type)
ice_pf           4210 drivers/net/ethernet/intel/ice/ice_main.c static void ice_update_pf_netdev_link(struct ice_pf *pf)
ice_pf           4237 drivers/net/ethernet/intel/ice/ice_main.c static void ice_rebuild(struct ice_pf *pf, enum ice_reset_req reset_type)
ice_pf           4352 drivers/net/ethernet/intel/ice/ice_main.c 	struct ice_pf *pf = vsi->back;
ice_pf           4419 drivers/net/ethernet/intel/ice/ice_main.c 	struct ice_pf *pf = vsi->back;
ice_pf           4462 drivers/net/ethernet/intel/ice/ice_main.c 	struct ice_pf *pf = vsi->back;
ice_pf           4510 drivers/net/ethernet/intel/ice/ice_main.c 	struct ice_pf *pf = vsi->back;
ice_pf           4584 drivers/net/ethernet/intel/ice/ice_main.c 	struct ice_pf *pf = np->vsi->back;
ice_pf           4645 drivers/net/ethernet/intel/ice/ice_main.c 	struct ice_pf *pf = vsi->back;
ice_pf             28 drivers/net/ethernet/intel/ice/ice_osdep.h 	(&(container_of((ptr), struct ice_pf, hw))->pdev->dev)
ice_pf             47 drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c ice_vc_vf_broadcast(struct ice_pf *pf, enum virtchnl_ops v_opcode,
ice_pf            123 drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c 	struct ice_pf *pf = vf->pf;
ice_pf            152 drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c 	struct ice_pf *pf = vf->pf;
ice_pf            185 drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c 	struct ice_pf *pf = vf->pf;
ice_pf            234 drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c static int ice_sriov_free_msix_res(struct ice_pf *pf)
ice_pf            276 drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c 	struct ice_pf *pf = vf->pf;
ice_pf            290 drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c void ice_free_vfs(struct ice_pf *pf)
ice_pf            368 drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c 	struct ice_pf *pf = vf->pf;
ice_pf            501 drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c ice_vf_vsi_setup(struct ice_pf *pf, struct ice_port_info *pi, u16 vf_id)
ice_pf            518 drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c static int ice_calc_vf_first_vector_idx(struct ice_pf *pf, struct ice_vf *vf)
ice_pf            531 drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c 	struct ice_pf *pf = vf->pf;
ice_pf            592 drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c 	struct ice_pf *pf = vf->pf;
ice_pf            636 drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c 	struct ice_pf *pf = vf->pf;
ice_pf            724 drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c ice_determine_res(struct ice_pf *pf, u16 avail_res, u16 max_res, u16 min_res)
ice_pf            759 drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c 	struct ice_pf *pf;
ice_pf            812 drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c static int ice_sriov_set_msix_res(struct ice_pf *pf, u16 num_msix_needed)
ice_pf            851 drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c static int ice_check_avail_res(struct ice_pf *pf)
ice_pf            936 drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c 	struct ice_pf *pf = vf->pf;
ice_pf            988 drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c 	struct ice_pf *pf = vf->pf;
ice_pf           1024 drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c static bool ice_config_res_vfs(struct ice_pf *pf)
ice_pf           1068 drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c bool ice_reset_all_vfs(struct ice_pf *pf, bool is_vflr)
ice_pf           1163 drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c 	struct ice_pf *pf = vf->pf;
ice_pf           1252 drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c void ice_vc_notify_link_state(struct ice_pf *pf)
ice_pf           1266 drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c void ice_vc_notify_reset(struct ice_pf *pf)
ice_pf           1311 drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c static int ice_alloc_vfs(struct ice_pf *pf, u16 num_alloc_vfs)
ice_pf           1382 drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c static bool ice_pf_state_is_nominal(struct ice_pf *pf)
ice_pf           1401 drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c static int ice_pci_sriov_ena(struct ice_pf *pf, int num_vfs)
ice_pf           1448 drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c 	struct ice_pf *pf = pci_get_drvdata(pdev);
ice_pf           1477 drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c void ice_process_vflr_event(struct ice_pf *pf)
ice_pf           1528 drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c 	struct ice_pf *pf;
ice_pf           1601 drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c 	struct ice_pf *pf = vf->pf;
ice_pf           1711 drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c static struct ice_vsi *ice_find_vsi_from_id(struct ice_pf *pf, u16 id)
ice_pf           1731 drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c 	struct ice_pf *pf = vf->pf;
ice_pf           1781 drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c 	struct ice_pf *pf = vf->pf;
ice_pf           1828 drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c 	struct ice_pf *pf = vf->pf;
ice_pf           1877 drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c 	struct ice_pf *pf = vf->pf;
ice_pf           1918 drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c 	struct ice_pf *pf = vf->pf;
ice_pf           2016 drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c 	struct ice_pf *pf = vf->pf;
ice_pf           2132 drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c 	struct ice_pf *pf = vf->pf;
ice_pf           2236 drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c 	struct ice_pf *pf = vf->pf;
ice_pf           2367 drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c 	struct ice_pf *pf = vf->pf;
ice_pf           2513 drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c 	struct ice_pf *pf = vf->pf;
ice_pf           2575 drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c 	struct ice_pf *pf = np->vsi->back;
ice_pf           2656 drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c 	struct ice_pf *pf = vf->pf;
ice_pf           2846 drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c 	struct ice_pf *pf = vf->pf;
ice_pf           2872 drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c 	struct ice_pf *pf = vf->pf;
ice_pf           2902 drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c void ice_vc_process_vf_msg(struct ice_pf *pf, struct ice_rq_event_info *event)
ice_pf           3028 drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c 	struct ice_pf *pf = vsi->back;
ice_pf           3078 drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c 	struct ice_pf *pf = vsi->back;
ice_pf           3141 drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c 	struct ice_pf *pf = vsi->back;
ice_pf           3189 drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c 	struct ice_pf *pf = vsi->back;
ice_pf           3227 drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c 	struct ice_pf *pf = np->vsi->back;
ice_pf             61 drivers/net/ethernet/intel/ice/ice_virtchnl_pf.h 	struct ice_pf *pf;
ice_pf             99 drivers/net/ethernet/intel/ice/ice_virtchnl_pf.h void ice_process_vflr_event(struct ice_pf *pf);
ice_pf            105 drivers/net/ethernet/intel/ice/ice_virtchnl_pf.h void ice_free_vfs(struct ice_pf *pf);
ice_pf            106 drivers/net/ethernet/intel/ice/ice_virtchnl_pf.h void ice_vc_process_vf_msg(struct ice_pf *pf, struct ice_rq_event_info *event);
ice_pf            107 drivers/net/ethernet/intel/ice/ice_virtchnl_pf.h void ice_vc_notify_link_state(struct ice_pf *pf);
ice_pf            108 drivers/net/ethernet/intel/ice/ice_virtchnl_pf.h void ice_vc_notify_reset(struct ice_pf *pf);
ice_pf            109 drivers/net/ethernet/intel/ice/ice_virtchnl_pf.h bool ice_reset_all_vfs(struct ice_pf *pf, bool is_vflr);
ice_pf            133 drivers/net/ethernet/intel/ice/ice_virtchnl_pf.h ice_reset_all_vfs(struct ice_pf __always_unused *pf,