Searched refs:pf (Results 1 - 25 of 494) sorted by relevance

1234567891011>>

/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_hwmon.h8 void ice_hwmon_init(struct ice_pf *pf);
9 void ice_hwmon_exit(struct ice_pf *pf);
11 static inline void ice_hwmon_init(struct ice_pf *pf) { } argument
12 static inline void ice_hwmon_exit(struct ice_pf *pf) { } argument
H A Dice_irq.h18 int ice_init_interrupt_scheme(struct ice_pf *pf);
19 void ice_clear_interrupt_scheme(struct ice_pf *pf);
21 struct msi_map ice_alloc_irq(struct ice_pf *pf, bool dyn_only);
22 void ice_free_irq(struct ice_pf *pf, struct msi_map map);
23 int ice_get_max_used_msix_vector(struct ice_pf *pf);
H A Dice_irq.c10 * @pf: board private structure
15 ice_init_irq_tracker(struct ice_pf *pf, unsigned int max_vectors, argument
18 pf->irq_tracker.num_entries = max_vectors;
19 pf->irq_tracker.num_static = num_static;
20 xa_init_flags(&pf->irq_tracker.entries, XA_FLAGS_ALLOC);
25 * @pf: board private structure
27 static void ice_deinit_irq_tracker(struct ice_pf *pf) argument
29 xa_destroy(&pf->irq_tracker.entries);
34 * @pf: board private structure
37 static void ice_free_irq_res(struct ice_pf *pf, u1 argument
56 ice_get_irq_res(struct ice_pf *pf, bool dyn_only) argument
96 ice_reduce_msix_usage(struct ice_pf *pf, int v_remain) argument
137 ice_ena_msix_range(struct ice_pf *pf) argument
242 ice_clear_interrupt_scheme(struct ice_pf *pf) argument
252 ice_init_interrupt_scheme(struct ice_pf *pf) argument
294 ice_alloc_irq(struct ice_pf *pf, bool dyn_only) argument
335 ice_free_irq(struct ice_pf *pf, struct msi_map map) argument
363 ice_get_max_used_msix_vector(struct ice_pf *pf) argument
[all...]
H A Dice_idc.c13 * @pf: pointer to PF struct
16 * pf->adev.dev to avoid race conditions.
18 static struct iidc_auxiliary_drv *ice_get_auxiliary_drv(struct ice_pf *pf) argument
22 adev = pf->adev;
32 * @pf: pointer to PF struct
35 void ice_send_event_to_aux(struct ice_pf *pf, struct iidc_event *event) argument
42 mutex_lock(&pf->adev_mutex);
43 if (!pf->adev)
46 device_lock(&pf->adev->dev);
47 iadrv = ice_get_auxiliary_drv(pf);
60 ice_add_rdma_qset(struct ice_pf *pf, struct iidc_rdma_qset_params *qset) argument
115 ice_del_rdma_qset(struct ice_pf *pf, struct iidc_rdma_qset_params *qset) argument
144 ice_rdma_request_reset(struct ice_pf *pf, enum iidc_reset_type reset_type) argument
176 ice_rdma_update_vsi_filter(struct ice_pf *pf, u16 vsi_id, bool enable) argument
208 ice_get_qos_params(struct ice_pf *pf, struct iidc_qos_params *qos) argument
235 ice_alloc_rdma_qvectors(struct ice_pf *pf) argument
268 ice_free_rdma_qvector(struct ice_pf *pf) argument
303 ice_plug_aux_dev(struct ice_pf *pf) argument
349 ice_unplug_aux_dev(struct ice_pf *pf) argument
368 ice_init_rdma(struct ice_pf *pf) argument
409 ice_deinit_rdma(struct ice_pf *pf) argument
[all...]
H A Dice_dcb_lib.h17 void ice_dcb_rebuild(struct ice_pf *pf);
18 int ice_dcb_sw_dflt_cfg(struct ice_pf *pf, bool ets_willing, bool locked);
21 bool ice_is_pfc_causing_hung_q(struct ice_pf *pf, unsigned int txqueue);
24 ice_pf_dcb_cfg(struct ice_pf *pf, struct ice_dcbx_cfg *new_cfg, bool locked);
25 int ice_dcb_bwchk(struct ice_pf *pf, struct ice_dcbx_cfg *dcbcfg);
26 void ice_pf_dcb_recfg(struct ice_pf *pf, bool locked);
28 int ice_init_pf_dcb(struct ice_pf *pf, bool locked);
29 void ice_update_dcb_stats(struct ice_pf *pf);
34 ice_dcb_process_lldp_set_mib_change(struct ice_pf *pf,
55 static inline bool ice_is_dcb_active(struct ice_pf *pf) argument
61 ice_get_pfc_mode(struct ice_pf *pf) argument
67 ice_dcb_rebuild(struct ice_pf *pf) argument
93 ice_init_pf_dcb(struct ice_pf *pf, bool __always_unused locked) argument
100 ice_pf_dcb_cfg(struct ice_pf __always_unused *pf, struct ice_dcbx_cfg __always_unused *new_cfg, bool __always_unused locked) argument
114 ice_is_dcb_active(struct ice_pf __always_unused *pf) argument
120 ice_is_pfc_causing_hung_q(struct ice_pf __always_unused *pf, unsigned int __always_unused txqueue) argument
126 ice_get_pfc_mode(struct ice_pf *pf) argument
131 ice_pf_dcb_recfg(struct ice_pf *pf, bool locked) argument
133 ice_update_dcb_stats(struct ice_pf *pf) argument
135 ice_dcb_process_lldp_set_mib_change(struct ice_pf *pf, struct ice_rq_event_info *event) argument
[all...]
H A Dice_gnss.c9 * @pf: board private structure
20 ice_gnss_do_write(struct ice_pf *pf, const unsigned char *buf, unsigned int size) argument
23 struct ice_hw *hw = &pf->hw;
72 dev_err(ice_pf_to_dev(pf), "GNSS failed to write, offset=%u, size=%u, err=%d\n",
91 struct ice_pf *pf; local
98 pf = gnss->back;
99 if (!pf || !test_bit(ICE_FLAG_GNSS, pf->flags))
102 hw = &pf->hw;
147 count = gnss_insert_raw(pf
171 ice_gnss_struct_init(struct ice_pf *pf) argument
208 struct ice_pf *pf = gnss_get_drvdata(gdev); local
234 struct ice_pf *pf = gnss_get_drvdata(gdev); local
261 struct ice_pf *pf = gnss_get_drvdata(gdev); local
297 ice_gnss_register(struct ice_pf *pf) argument
331 ice_gnss_deregister(struct ice_pf *pf) argument
344 ice_gnss_init(struct ice_pf *pf) argument
366 ice_gnss_exit(struct ice_pf *pf) argument
[all...]
H A Dice_eswitch.c15 * @pf: pointer to PF struct
20 static int ice_eswitch_setup_env(struct ice_pf *pf) argument
22 struct ice_vsi *uplink_vsi = pf->eswitch.uplink_vsi;
31 ice_remove_vsi_fltr(&pf->hw, uplink_vsi->idx);
90 * @pf: poiner to PF struct
94 ice_eswitch_release_repr(struct ice_pf *pf, struct ice_repr *repr) argument
111 * @pf: pointer to PF struct
114 static int ice_eswitch_setup_repr(struct ice_pf *pf, struct ice_repr *repr) argument
116 struct ice_vsi *uplink_vsi = pf->eswitch.uplink_vsi;
120 ice_remove_vsi_fltr(&pf
158 struct ice_pf *pf = vsi->back; local
239 ice_eswitch_release_env(struct ice_pf *pf) argument
262 ice_eswitch_enable_switchdev(struct ice_pf *pf) argument
297 ice_eswitch_disable_switchdev(struct ice_pf *pf) argument
315 struct ice_pf *pf = devlink_priv(devlink); local
363 struct ice_pf *pf = devlink_priv(devlink); local
376 ice_is_eswitch_mode_switchdev(struct ice_pf *pf) argument
385 ice_eswitch_start_all_tx_queues(struct ice_pf *pf) argument
401 ice_eswitch_stop_all_tx_queues(struct ice_pf *pf) argument
413 ice_eswitch_stop_reprs(struct ice_pf *pf) argument
418 ice_eswitch_start_reprs(struct ice_pf *pf) argument
424 ice_eswitch_attach(struct ice_pf *pf, struct ice_vf *vf) argument
472 ice_eswitch_detach(struct ice_pf *pf, struct ice_vf *vf) argument
506 ice_eswitch_rebuild(struct ice_pf *pf) argument
[all...]
H A Dice_eswitch.h10 void ice_eswitch_detach(struct ice_pf *pf, struct ice_vf *vf);
12 ice_eswitch_attach(struct ice_pf *pf, struct ice_vf *vf);
13 void ice_eswitch_rebuild(struct ice_pf *pf);
19 bool ice_is_eswitch_mode_switchdev(struct ice_pf *pf);
23 void ice_eswitch_stop_all_tx_queues(struct ice_pf *pf);
32 static inline void ice_eswitch_detach(struct ice_pf *pf, struct ice_vf *vf) { } argument
35 ice_eswitch_attach(struct ice_pf *pf, struct ice_vf *vf) argument
40 static inline void ice_eswitch_stop_all_tx_queues(struct ice_pf *pf) { } argument
49 static inline int ice_eswitch_configure(struct ice_pf *pf) argument
54 static inline int ice_eswitch_rebuild(struct ice_pf *pf) argument
71 ice_is_eswitch_mode_switchdev(struct ice_pf *pf) argument
[all...]
H A Dice_sriov.c19 * @pf: pointer to the PF structure
24 static void ice_free_vf_entries(struct ice_pf *pf) argument
26 struct ice_vfs *vfs = &pf->vfs;
49 struct ice_pf *pf = vf->pf; local
75 wr32(&pf->hw, GLINT_DYN_CTL(i), GLINT_DYN_CTL_CLEARPBA_M);
76 ice_flush(&pf->hw);
89 struct ice_pf *pf = vf->pf; local
95 hw = &pf
134 ice_sriov_free_msix_res(struct ice_pf *pf) argument
150 ice_free_vfs(struct ice_pf *pf) argument
224 struct ice_pf *pf = vf->pf; local
258 struct ice_pf *pf = vf->pf; local
388 ice_sriov_set_msix_res(struct ice_pf *pf, u16 num_msix_needed) argument
429 ice_set_per_vf_res(struct ice_pf *pf, u16 num_vfs) argument
517 ice_sriov_get_irqs(struct ice_pf *pf, u16 needed) argument
536 ice_sriov_free_irqs(struct ice_pf *pf, struct ice_vf *vf) argument
554 struct ice_pf *pf = vf->pf; local
581 ice_start_vfs(struct ice_pf *pf) argument
666 struct ice_pf *pf = vf->pf; local
681 struct ice_pf *pf = vf->pf; local
728 struct ice_pf *pf = vf->pf; local
797 ice_create_vf_entries(struct ice_pf *pf, u16 num_vfs) argument
856 ice_ena_vfs(struct ice_pf *pf, u16 num_vfs) argument
931 ice_pci_sriov_ena(struct ice_pf *pf, int num_vfs) argument
962 ice_check_sriov_allowed(struct ice_pf *pf) argument
992 struct ice_pf *pf = pci_get_drvdata(pdev); local
997 ice_sriov_move_base_vector(struct ice_pf *pf, int move) argument
1006 ice_sriov_remap_vectors(struct ice_pf *pf, u16 restricted_id) argument
1060 struct ice_pf *pf = pci_get_drvdata(pdev); local
1170 struct ice_pf *pf = pci_get_drvdata(pdev); local
1202 ice_process_vflr_event(struct ice_pf *pf) argument
1240 ice_get_vf_from_pfq(struct ice_pf *pf, u16 pfq) argument
1276 ice_globalq_to_pfq(struct ice_pf *pf, u32 globalq) argument
1291 ice_vf_lan_overflow_event(struct ice_pf *pf, struct ice_rq_event_info *event) argument
1321 struct ice_pf *pf = np->vsi->back; local
1381 struct ice_pf *pf = ice_netdev_to_pf(netdev); local
1428 struct ice_pf *pf = ice_netdev_to_pf(netdev); local
1489 struct ice_pf *pf = ice_netdev_to_pf(netdev); local
1536 struct ice_pf *pf = ice_netdev_to_pf(netdev); local
1576 ice_calc_all_vfs_min_tx_rate(struct ice_pf *pf) argument
1640 struct ice_pf *pf = ice_netdev_to_pf(netdev); local
1709 struct ice_pf *pf = ice_netdev_to_pf(netdev); local
1791 struct ice_pf *pf = ice_netdev_to_pf(netdev); local
1852 struct ice_pf *pf = vf->pf; local
1870 struct ice_pf *pf = vf->pf; local
1888 ice_print_vfs_mdd_events(struct ice_pf *pf) argument
1929 ice_restore_all_vfs_msi_state(struct ice_pf *pf) argument
[all...]
H A Dice_hwmon.c23 struct ice_pf *pf = dev_get_drvdata(dev); local
29 ret = ice_aq_get_sensor_reading(&pf->hw, &resp);
88 static bool ice_is_internal_reading_supported(struct ice_pf *pf) argument
94 if (pf->hw.pf_id)
97 unsigned long sensors = pf->hw.dev_caps.supported_sensors;
102 void ice_hwmon_init(struct ice_pf *pf) argument
104 struct device *dev = ice_pf_to_dev(pf);
107 if (!ice_is_internal_reading_supported(pf))
110 hdev = hwmon_device_register_with_info(dev, "ice", pf, &ice_chip_info,
118 pf
121 ice_hwmon_exit(struct ice_pf *pf) argument
[all...]
H A Dice_dcb_nl.c16 struct ice_pf *pf = ice_netdev_to_pf(netdev); local
18 while (ice_is_reset_in_progress(pf->state))
35 struct ice_pf *pf; local
37 pf = ice_netdev_to_pf(netdev);
38 dcbxcfg = &pf->hw.port_info->qos_cfg.local_dcbx_cfg;
64 struct ice_pf *pf = ice_netdev_to_pf(netdev); local
69 if ((pf->dcbx_cap & DCB_CAP_DCBX_LLD_MANAGED) ||
70 !(pf->dcbx_cap & DCB_CAP_DCBX_VER_IEEE))
73 if (pf->lag && pf
134 struct ice_pf *pf = ice_netdev_to_pf(dev); local
149 struct ice_pf *pf = ice_netdev_to_pf(netdev); local
161 struct ice_pf *pf = ice_netdev_to_pf(netdev); local
207 struct ice_pf *pf = ice_netdev_to_pf(netdev); local
240 struct ice_pf *pf = ice_netdev_to_pf(netdev); local
266 struct ice_pf *pf = ice_netdev_to_pf(netdev); local
308 struct ice_pf *pf = ice_netdev_to_pf(netdev); local
331 struct ice_pf *pf = ice_netdev_to_pf(netdev); local
364 struct ice_pf *pf = ice_netdev_to_pf(netdev); local
380 struct ice_pf *pf = ice_netdev_to_pf(netdev); local
396 struct ice_pf *pf = ice_netdev_to_pf(netdev); local
438 struct ice_pf *pf = ice_netdev_to_pf(netdev); local
468 struct ice_pf *pf = ice_netdev_to_pf(netdev); local
504 struct ice_pf *pf = ice_netdev_to_pf(netdev); local
528 struct ice_pf *pf = ice_netdev_to_pf(netdev); local
563 struct ice_pf *pf = ice_netdev_to_pf(netdev); local
595 struct ice_pf *pf = ice_netdev_to_pf(netdev); local
610 struct ice_pf *pf = ice_netdev_to_pf(netdev); local
631 struct ice_pf *pf = ice_netdev_to_pf(netdev); local
644 struct ice_pf *pf = ice_netdev_to_pf(netdev); local
692 struct ice_pf *pf = ice_netdev_to_pf(netdev); local
735 struct ice_pf *pf = ice_netdev_to_pf(netdev); local
869 struct ice_pf *pf = ice_netdev_to_pf(netdev); local
977 struct ice_pf *pf = ice_netdev_to_pf(netdev); local
1044 struct ice_pf *pf; local
1113 ice_dcbnl_flush_apps(struct ice_pf *pf, struct ice_dcbx_cfg *old_cfg, struct ice_dcbx_cfg *new_cfg) argument
1138 struct ice_pf *pf; local
[all...]
H A Dice_main.c65 struct ice_pf *pf = container_of(hw, struct ice_pf, hw); local
67 return &pf->pdev->dev;
75 static void ice_rebuild(struct ice_pf *pf, enum ice_reset_req reset_type);
77 static void ice_vsi_release_all(struct ice_pf *pf);
79 static int ice_rebuild_channels(struct ice_pf *pf);
112 * @pf: pointer to PF struct
114 static void ice_check_for_hang_subtask(struct ice_pf *pf) argument
122 ice_for_each_vsi(pf, v)
123 if (pf->vsi[v] && pf
182 ice_init_mac_fltr(struct ice_pf *pf) argument
327 struct ice_pf *pf = vsi->back; local
484 ice_sync_fltr_subtask(struct ice_pf *pf) argument
507 ice_pf_dis_all_vsi(struct ice_pf *pf, bool locked) argument
532 ice_clear_sw_switch_recipes(struct ice_pf *pf) argument
550 ice_prepare_for_reset(struct ice_pf *pf, enum ice_reset_req reset_type) argument
636 ice_do_reset(struct ice_pf *pf, enum ice_reset_req reset_type) argument
681 ice_reset_subtask(struct ice_pf *pf) argument
951 ice_set_dflt_mib(struct ice_pf *pf) argument
1035 ice_check_phy_fw_load(struct ice_pf *pf, u8 link_cfg_err) argument
1059 ice_check_module_power(struct ice_pf *pf, u8 link_cfg_err) argument
1091 ice_check_link_cfg_err(struct ice_pf *pf, u8 link_cfg_err) argument
1107 ice_link_event(struct ice_pf *pf, struct ice_port_info *pi, bool link_up, u16 link_speed) argument
1176 ice_watchdog_subtask(struct ice_pf *pf) argument
1236 ice_handle_link_event(struct ice_pf *pf, struct ice_rq_event_info *event) argument
1263 ice_get_fwlog_data(struct ice_pf *pf, struct ice_rq_event_info *event) argument
1299 ice_aq_prep_for_event(struct ice_pf *pf, struct ice_aq_task *task, u16 opcode) argument
1323 ice_aq_wait_for_event(struct ice_pf *pf, struct ice_aq_task *task, unsigned long timeout) argument
1385 ice_aq_check_events(struct ice_pf *pf, u16 opcode, struct ice_rq_event_info *event) argument
1426 ice_aq_cancel_waiting_tasks(struct ice_pf *pf) argument
1445 __ice_clean_ctrlq(struct ice_pf *pf, enum ice_ctl_q q_type) argument
1601 ice_clean_adminq_subtask(struct ice_pf *pf) argument
1628 ice_clean_mailboxq_subtask(struct ice_pf *pf) argument
1650 ice_clean_sbq_subtask(struct ice_pf *pf) argument
1682 ice_service_task_schedule(struct ice_pf *pf) argument
1694 ice_service_task_complete(struct ice_pf *pf) argument
1710 ice_service_task_stop(struct ice_pf *pf) argument
1731 ice_service_task_restart(struct ice_pf *pf) argument
1743 struct ice_pf *pf = from_timer(pf, t, serv_tmr); local
1760 ice_mdd_maybe_reset_vf(struct ice_pf *pf, struct ice_vf *vf, bool reset_vf_tx, bool reset_vf_rx) argument
1792 ice_handle_mdd_event(struct ice_pf *pf) argument
2019 struct ice_pf *pf = pi->hw->back; local
2051 struct ice_pf *pf = pi->hw->back; local
2089 struct ice_pf *pf = pi->hw->back; local
2128 struct ice_pf *pf = pi->hw->back; local
2198 struct ice_pf *pf = vsi->back; local
2315 ice_check_media_subtask(struct ice_pf *pf) argument
2364 struct ice_pf *pf = container_of(work, struct ice_pf, serv_task); local
2474 ice_schedule_reset(struct ice_pf *pf, enum ice_reset_req reset) argument
2559 struct ice_pf *pf = vsi->back; local
2776 struct ice_pf *pf = vsi->back; local
2873 struct ice_pf *pf = vsi->back; local
3105 ice_ena_misc_vector(struct ice_pf *pf) argument
3152 struct ice_pf *pf = data; local
3187 struct ice_pf *pf = (struct ice_pf *)data; local
3338 struct ice_pf *pf = data; local
3390 ice_free_irq_msix_ll_ts(struct ice_pf *pf) argument
3395 devm_free_irq(ice_pf_to_dev(pf), irq_num, pf); local
3404 ice_free_irq_msix_misc(struct ice_pf *pf) argument
3416 devm_free_irq(ice_pf_to_dev(pf), misc_irq_num, pf); local
3464 ice_req_irq_msix_misc(struct ice_pf *pf) argument
3568 struct ice_pf *pf = ice_netdev_to_pf(netdev); local
3596 struct ice_pf *pf = ice_netdev_to_pf(netdev); local
3703 ice_pf_vsi_setup(struct ice_pf *pf, struct ice_port_info *pi) argument
3715 ice_chnl_vsi_setup(struct ice_pf *pf, struct ice_port_info *pi, struct ice_channel *ch) argument
3737 ice_ctrl_vsi_setup(struct ice_pf *pf, struct ice_port_info *pi) argument
3757 ice_lb_vsi_setup(struct ice_pf *pf, struct ice_port_info *pi) argument
3967 ice_get_avail_txq_count(struct ice_pf *pf) argument
3977 ice_get_avail_rxq_count(struct ice_pf *pf) argument
3987 ice_deinit_pf(struct ice_pf *pf) argument
4015 ice_set_pf_caps(struct ice_pf *pf) argument
4065 ice_init_pf(struct ice_pf *pf) argument
4138 struct ice_pf *pf = vsi->back; local
4179 ice_set_safe_mode_vlan_cfg(struct ice_pf *pf) argument
4232 struct ice_pf *pf = hw->back; local
4315 ice_load_pkg(const struct firmware *firmware, struct ice_pf *pf) argument
4354 ice_verify_cacheline_size(struct ice_pf *pf) argument
4367 ice_send_version(struct ice_pf *pf) argument
4386 ice_init_fdir(struct ice_pf *pf) argument
4427 ice_deinit_fdir(struct ice_pf *pf) argument
4448 ice_get_opt_fw_name(struct ice_pf *pf) argument
4481 ice_request_fw(struct ice_pf *pf, const struct firmware **firmware) argument
4515 struct ice_pf *pf = hw->back; local
4556 ice_init_ddp_config(struct ice_hw *hw, struct ice_pf *pf) argument
4587 ice_print_wake_reason(struct ice_pf *pf) argument
4616 ice_pf_fwlog_update_module(struct ice_pf *pf, int log_level, int module) argument
4727 ice_init_dev(struct ice_pf *pf) argument
4822 ice_deinit_dev(struct ice_pf *pf) argument
4834 ice_init_features(struct ice_pf *pf) argument
4870 ice_deinit_features(struct ice_pf *pf) argument
4889 ice_init_wakeup(struct ice_pf *pf) argument
4904 ice_init_link(struct ice_pf *pf) argument
4951 ice_init_pf_sw(struct ice_pf *pf) argument
4990 ice_deinit_pf_sw(struct ice_pf *pf) argument
5001 ice_alloc_vsis(struct ice_pf *pf) argument
5031 ice_dealloc_vsis(struct ice_pf *pf) argument
5041 ice_init_devlink(struct ice_pf *pf) argument
5055 ice_deinit_devlink(struct ice_pf *pf) argument
5062 ice_init(struct ice_pf *pf) argument
5114 ice_deinit(struct ice_pf *pf) argument
5130 ice_load(struct ice_pf *pf) argument
5198 ice_unload(struct ice_pf *pf) argument
5224 struct ice_pf *pf; local
5342 ice_set_wake(struct ice_pf *pf) argument
5365 ice_setup_mc_magic_wake(struct ice_pf *pf) argument
5403 struct ice_pf *pf = pci_get_drvdata(pdev); local
5448 struct ice_pf *pf = pci_get_drvdata(pdev); local
5464 ice_prepare_for_shutdown(struct ice_pf *pf) argument
5495 ice_reinit_interrupt_scheme(struct ice_pf *pf) argument
5549 struct ice_pf *pf; local
5617 struct ice_pf *pf; local
5676 struct ice_pf *pf = pci_get_drvdata(pdev); local
5705 struct ice_pf *pf = pci_get_drvdata(pdev); local
5741 struct ice_pf *pf = pci_get_drvdata(pdev); local
5768 struct ice_pf *pf = pci_get_drvdata(pdev); local
5939 struct ice_pf *pf = vsi->back; local
6436 struct ice_pf *pf = vsi->back; local
6702 struct ice_pf *pf = vsi->back; local
6817 struct ice_pf *pf = vsi->back; local
6891 struct ice_pf *pf = vsi->back; local
6927 ice_update_pf_stats(struct ice_pf *pf) argument
7144 struct ice_pf *pf = vsi->back; local
7340 struct ice_pf *pf = vsi->back; local
7396 struct ice_pf *pf = vsi->back; local
7453 ice_vsi_release_all(struct ice_pf *pf) argument
7481 ice_vsi_rebuild_by_type(struct ice_pf *pf, enum ice_vsi_type type) argument
7532 ice_update_pf_netdev_link(struct ice_pf *pf) argument
7564 ice_rebuild(struct ice_pf *pf, enum ice_reset_req reset_type) argument
7756 struct ice_pf *pf = vsi->back; local
7819 struct ice_pf *pf = np->vsi->back; local
8049 struct ice_pf *pf = vsi->back; local
8120 struct ice_pf *pf = np->vsi->back; local
8181 struct ice_pf *pf = vsi->back; local
8313 struct ice_pf *pf = vsi->back; local
8444 ice_add_vsi_to_fdir(struct ice_pf *pf, struct ice_vsi *vsi) argument
8507 ice_add_channel(struct ice_pf *pf, u16 sw_id, struct ice_channel *ch) argument
8625 ice_setup_hw_channel(struct ice_pf *pf, struct ice_vsi *vsi, struct ice_channel *ch, u16 sw_id, u8 type) argument
8663 ice_setup_channel(struct ice_pf *pf, struct ice_vsi *vsi, struct ice_channel *ch) argument
8716 struct ice_pf *pf = vsi->back; local
8764 ice_rem_all_chnl_fltrs(struct ice_pf *pf) argument
8818 struct ice_pf *pf = vsi->back; local
8892 ice_rebuild_channels(struct ice_pf *pf) argument
9008 struct ice_pf *pf = vsi->back; local
9066 struct ice_pf *pf = vsi->back; local
9238 struct ice_pf *pf = np->vsi->back; local
9412 struct ice_pf *pf = np->vsi->back; local
9435 struct ice_pf *pf = vsi->back; local
9503 struct ice_pf *pf = vsi->back; local
[all...]
/linux-master/drivers/net/ethernet/intel/ice/devlink/
H A Ddevlink.h9 void ice_devlink_register(struct ice_pf *pf);
10 void ice_devlink_unregister(struct ice_pf *pf);
11 int ice_devlink_register_params(struct ice_pf *pf);
12 void ice_devlink_unregister_params(struct ice_pf *pf);
13 int ice_devlink_create_pf_port(struct ice_pf *pf);
14 void ice_devlink_destroy_pf_port(struct ice_pf *pf);
18 void ice_devlink_init_regions(struct ice_pf *pf);
19 void ice_devlink_destroy_regions(struct ice_pf *pf);
22 void ice_tear_down_devlink_rate_tree(struct ice_pf *pf);
H A Ddevlink_port.h7 int ice_devlink_create_pf_port(struct ice_pf *pf);
8 void ice_devlink_destroy_pf_port(struct ice_pf *pf);
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_devlink.h12 void i40e_free_pf(struct i40e_pf *pf);
13 void i40e_devlink_register(struct i40e_pf *pf);
14 void i40e_devlink_unregister(struct i40e_pf *pf);
15 int i40e_devlink_create_port(struct i40e_pf *pf);
16 void i40e_devlink_destroy_port(struct i40e_pf *pf);
H A Di40e_client.c84 struct i40e_pf *pf = vsi->back; local
85 struct i40e_client_instance *cdev = pf->cinst;
90 dev_dbg(&pf->pdev->dev,
95 dev_dbg(&pf->pdev->dev, "Client is not open, abort virtchnl_receive\n");
104 * @pf: PF device pointer
108 void i40e_notify_client_of_l2_param_changes(struct i40e_pf *pf) argument
110 struct i40e_vsi *vsi = i40e_pf_get_main_vsi(pf);
111 struct i40e_client_instance *cdev = pf->cinst;
117 dev_dbg(&pf->pdev->dev,
122 dev_dbg(&pf
147 struct i40e_pf *pf = ldev->pf; local
166 i40e_notify_client_of_netdev_close(struct i40e_pf *pf, bool reset) argument
193 i40e_notify_client_of_vf_reset(struct i40e_pf *pf, u32 vf_id) argument
218 i40e_notify_client_of_vf_enable(struct i40e_pf *pf, u32 num_vfs) argument
245 i40e_vf_client_capable(struct i40e_pf *pf, u32 vf_id) argument
267 i40e_client_update_msix_info(struct i40e_pf *pf) argument
334 i40e_client_add_instance(struct i40e_pf *pf) argument
390 i40e_client_del_instance(struct i40e_pf *pf) argument
400 i40e_client_subtask(struct i40e_pf *pf) argument
457 i40e_lan_add_device(struct i40e_pf *pf) argument
497 i40e_lan_del_device(struct i40e_pf *pf) argument
539 struct i40e_pf *pf = ldev->pf; local
564 struct i40e_pf *pf = ldev->pf; local
633 struct i40e_pf *pf = ldev->pf; local
669 struct i40e_pf *pf = ldev->pf; local
723 struct i40e_pf *pf = ldev->pf; local
733 struct i40e_pf *pf = ldev->pf; local
[all...]
H A Di40e_ptp.c141 static int i40e_ptp_set_pins(struct i40e_pf *pf,
152 struct i40e_pf *pf = container_of(work, struct i40e_pf, local
154 struct i40e_hw *hw = &pf->hw;
172 ptp_clock_event(pf->ptp_clock, &event);
189 * @pf: board private structure
196 static enum i40e_can_set_pins i40e_can_set_pins(struct i40e_pf *pf) argument
198 if (!i40e_is_ptp_pin_dev(&pf->hw)) {
199 dev_warn(&pf->pdev->dev,
204 if (!pf->ptp_pins) {
205 dev_warn(&pf
225 i40_ptp_reset_timing_events(struct i40e_pf *pf) argument
281 i40e_ptp_read(struct i40e_pf *pf, struct timespec64 *ts, struct ptp_system_timestamp *sts) argument
308 i40e_ptp_write(struct i40e_pf *pf, const struct timespec64 *ts) argument
349 struct i40e_pf *pf = container_of(ptp, struct i40e_pf, ptp_caps); local
370 i40e_ptp_set_1pps_signal_hw(struct i40e_pf *pf) argument
404 struct i40e_pf *pf = container_of(ptp, struct i40e_pf, ptp_caps); local
452 struct i40e_pf *pf = container_of(ptp, struct i40e_pf, ptp_caps); local
472 struct i40e_pf *pf = container_of(ptp, struct i40e_pf, ptp_caps); local
494 struct i40e_pf *pf = container_of(ptp, struct i40e_pf, ptp_caps); local
536 i40e_ptp_enable_pin(struct i40e_pf *pf, unsigned int chan, enum ptp_pin_function func, int on) argument
599 struct i40e_pf *pf = container_of(ptp, struct i40e_pf, ptp_caps); local
635 i40e_ptp_get_rx_events(struct i40e_pf *pf) argument
673 i40e_ptp_rx_hang(struct i40e_pf *pf) argument
732 i40e_ptp_tx_hang(struct i40e_pf *pf) argument
766 i40e_ptp_tx_hwtstamp(struct i40e_pf *pf) argument
812 i40e_ptp_rx_hwtstamp(struct i40e_pf *pf, struct sk_buff *skb, u8 index) argument
858 i40e_ptp_set_increment(struct i40e_pf *pf) argument
923 i40e_ptp_get_ts_config(struct i40e_pf *pf, struct ifreq *ifr) argument
940 i40e_ptp_free_pins(struct i40e_pf *pf) argument
1037 i40e_ptp_set_pins_hw(struct i40e_pf *pf) argument
1071 i40e_ptp_set_pins(struct i40e_pf *pf, struct i40e_ptp_pins_settings *pins) argument
1126 i40e_ptp_alloc_pins(struct i40e_pf *pf) argument
1169 i40e_ptp_set_timestamp_mode(struct i40e_pf *pf, struct hwtstamp_config *config) argument
1306 i40e_ptp_set_ts_config(struct i40e_pf *pf, struct ifreq *ifr) argument
1335 i40e_init_pin_config(struct i40e_pf *pf) argument
1377 i40e_ptp_create_clock(struct i40e_pf *pf) argument
1426 i40e_ptp_save_hw_time(struct i40e_pf *pf) argument
1449 i40e_ptp_restore_hw_time(struct i40e_pf *pf) argument
1473 i40e_ptp_init(struct i40e_pf *pf) argument
1538 i40e_ptp_stop(struct i40e_pf *pf) argument
[all...]
H A Di40e_dcb_nl.c37 struct i40e_pf *pf = i40e_netdev_to_pf(dev); local
40 if (!(pf->dcbx_cap & DCB_CAP_DCBX_VER_IEEE))
43 dcbxcfg = &pf->hw.local_dcbx_config;
75 struct i40e_pf *pf = i40e_netdev_to_pf(dev); local
77 struct i40e_hw *hw = &pf->hw;
80 if (!(pf->dcbx_cap & DCB_CAP_DCBX_VER_IEEE))
91 pfc->requests[i] = pf->stats.priority_xoff_tx[i];
92 pfc->indications[i] = pf->stats.priority_xoff_rx[i];
108 struct i40e_pf *pf = i40e_netdev_to_pf(netdev); local
112 if (!(pf
156 struct i40e_pf *pf = i40e_netdev_to_pf(netdev); local
195 struct i40e_pf *pf = i40e_netdev_to_pf(netdev); local
247 struct i40e_pf *pf = i40e_netdev_to_pf(netdev); local
309 struct i40e_pf *pf = i40e_netdev_to_pf(netdev); local
325 struct i40e_pf *pf = i40e_netdev_to_pf(netdev); local
369 struct i40e_pf *pf = i40e_netdev_to_pf(netdev); local
404 struct i40e_pf *pf = i40e_netdev_to_pf(netdev); local
438 struct i40e_pf *pf = i40e_netdev_to_pf(netdev); local
455 struct i40e_pf *pf = i40e_netdev_to_pf(netdev); local
477 struct i40e_pf *pf = i40e_netdev_to_pf(netdev); local
502 struct i40e_pf *pf = i40e_netdev_to_pf(netdev); local
533 struct i40e_pf *pf = i40e_netdev_to_pf(netdev); local
558 struct i40e_pf *pf = i40e_netdev_to_pf(netdev); local
577 struct i40e_pf *pf = i40e_netdev_to_pf(netdev); local
607 struct i40e_pf *pf = i40e_netdev_to_pf(netdev); local
630 struct i40e_pf *pf = i40e_netdev_to_pf(netdev); local
653 struct i40e_pf *pf = i40e_netdev_to_pf(netdev); local
693 struct i40e_pf *pf = i40e_netdev_to_pf(netdev); local
723 struct i40e_pf *pf = i40e_netdev_to_pf(netdev); local
742 struct i40e_pf *pf = i40e_netdev_to_pf(netdev); local
757 struct i40e_pf *pf = i40e_netdev_to_pf(netdev); local
779 struct i40e_pf *pf = i40e_netdev_to_pf(netdev); local
813 struct i40e_pf *pf = i40e_netdev_to_pf(dev); local
828 struct i40e_pf *pf = i40e_netdev_to_pf(dev); local
878 struct i40e_pf *pf = i40e_netdev_to_pf(dev); local
947 i40e_dcbnl_del_app(struct i40e_pf *pf, struct i40e_dcb_app_priority_table *app) argument
993 i40e_dcbnl_flush_apps(struct i40e_pf *pf, struct i40e_dcbx_config *old_cfg, struct i40e_dcbx_config *new_cfg) argument
1021 struct i40e_pf *pf = i40e_netdev_to_pf(dev); local
[all...]
H A Di40e_debugfs.c22 * @pf: the PF structure to search for the vsi
25 static struct i40e_vsi *i40e_dbg_find_vsi(struct i40e_pf *pf, int seid) argument
28 dev_info(&pf->pdev->dev, "%d: bad seid\n", seid);
33 return i40e_pf_get_vsi_by_seid(pf, seid);
55 struct i40e_pf *pf = filp->private_data; local
72 main_vsi = i40e_pf_get_main_vsi(pf);
96 * @pf: the i40e_pf created in command write
99 static void i40e_dbg_dump_vsi_seid(struct i40e_pf *pf, int seid) argument
106 vsi = i40e_dbg_find_vsi(pf, seid);
108 dev_info(&pf
476 i40e_dbg_dump_aq_desc(struct i40e_pf *pf) argument
524 i40e_dbg_dump_desc(int cnt, int vsi_seid, int ring_id, int desc_n, struct i40e_pf *pf, enum ring_type type) argument
637 i40e_dbg_dump_vsi_no_seid(struct i40e_pf *pf) argument
651 i40e_dbg_dump_eth_stats(struct i40e_pf *pf, struct i40e_eth_stats *estats) argument
677 i40e_dbg_dump_veb_seid(struct i40e_pf *pf, int seid) argument
697 i40e_dbg_dump_veb_all(struct i40e_pf *pf) argument
711 i40e_dbg_dump_vf(struct i40e_pf *pf, int vf_id) argument
734 i40e_dbg_dump_vf_all(struct i40e_pf *pf) argument
756 struct i40e_pf *pf = filp->private_data; local
1644 struct i40e_pf *pf = filp->private_data; local
1686 struct i40e_pf *pf = filp->private_data; local
1799 i40e_dbg_pf_init(struct i40e_pf *pf) argument
1816 i40e_dbg_pf_exit(struct i40e_pf *pf) argument
[all...]
/linux-master/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_main.c39 * @pf: NFP PF handle
47 nfp_net_get_mac_addr(struct nfp_pf *pf, struct net_device *netdev, argument
74 static int nfp_net_pf_get_num_ports(struct nfp_pf *pf) argument
76 return nfp_pf_rtsym_read_optional(pf, "nfd_cfg_pf%u_num_ports", 1);
79 static void nfp_net_pf_free_vnic(struct nfp_pf *pf, struct nfp_net *nn) argument
82 nfp_app_vnic_free(pf->app, nn);
85 pf->num_vnics--;
89 static void nfp_net_pf_free_vnics(struct nfp_pf *pf) argument
93 list_for_each_entry_safe(nn, next, &pf->vnics, vnic_list)
95 nfp_net_pf_free_vnic(pf, n
99 nfp_net_pf_alloc_vnic(struct nfp_pf *pf, bool needs_netdev, void __iomem *ctrl_bar, void __iomem *qc_bar, int stride, unsigned int id) argument
140 nfp_net_pf_init_vnic(struct nfp_pf *pf, struct nfp_net *nn, unsigned int id) argument
178 nfp_net_pf_alloc_vnics(struct nfp_pf *pf, void __iomem *ctrl_bar, void __iomem *qc_bar, int stride) argument
213 nfp_net_pf_clean_vnic(struct nfp_pf *pf, struct nfp_net *nn) argument
223 nfp_net_pf_alloc_irqs(struct nfp_pf *pf) argument
263 nfp_net_pf_free_irqs(struct nfp_pf *pf) argument
269 nfp_net_pf_init_vnics(struct nfp_pf *pf) argument
297 nfp_net_pf_app_init(struct nfp_pf *pf, u8 __iomem *qc_bar, unsigned int stride) argument
345 nfp_net_pf_app_clean(struct nfp_pf *pf) argument
362 nfp_net_pf_app_start_ctrl(struct nfp_pf *pf) argument
383 nfp_net_pf_app_stop_ctrl(struct nfp_pf *pf) argument
391 nfp_net_pf_app_start(struct nfp_pf *pf) argument
418 nfp_net_pf_app_stop(struct nfp_pf *pf) argument
426 nfp_net_pci_unmap_mem(struct nfp_pf *pf) argument
438 nfp_net_pci_map_mem(struct nfp_pf *pf) argument
592 nfp_net_refresh_port_table_sync(struct nfp_pf *pf) argument
647 struct nfp_pf *pf = container_of(work, struct nfp_pf, local
658 struct nfp_pf *pf = port->app->pf; local
690 nfp_net_pci_probe(struct nfp_pf *pf) argument
806 nfp_net_pci_remove(struct nfp_pf *pf) argument
[all...]
H A Dnfp_main.c72 int nfp_pf_rtsym_read_optional(struct nfp_pf *pf, const char *format, argument
79 snprintf(name, sizeof(name), format, nfp_cppcore_pcie_unit(pf->cpp));
81 val = nfp_rtsym_read_le(pf->rtbl, name, &err);
85 nfp_err(pf->cpp, "Unable to read symbol %s\n", name);
93 nfp_pf_map_rtsym(struct nfp_pf *pf, const char *name, const char *sym_fmt, argument
99 nfp_cppcore_pcie_unit(pf->cpp));
101 return nfp_rtsym_map(pf->rtbl, pf_symbol, name, min_size, area);
105 int nfp_mbox_cmd(struct nfp_pf *pf, u32 cmd, void *in_data, u64 in_length, argument
113 if (!pf->mbox)
116 max_data_sz = nfp_rtsym_size(pf
182 nfp_board_ready(struct nfp_pf *pf) argument
199 nfp_pf_board_state_wait(struct nfp_pf *pf) argument
221 nfp_pcie_sriov_read_nfd_limit(struct nfp_pf *pf) argument
245 struct nfp_pf *pf = pci_get_drvdata(pdev); local
290 struct nfp_pf *pf = pci_get_drvdata(pdev); local
329 nfp_flash_update_common(struct nfp_pf *pf, const struct firmware *fw, struct netlink_ext_ack *extack) argument
358 nfp_net_fw_request(struct pci_dev *pdev, struct nfp_pf *pf, const char *name) argument
380 nfp_net_fw_find(struct pci_dev *pdev, struct nfp_pf *pf) argument
481 nfp_fw_load(struct pci_dev *pdev, struct nfp_pf *pf, struct nfp_nsp *nsp) argument
587 nfp_nsp_init_ports(struct pci_dev *pdev, struct nfp_pf *pf, struct nfp_nsp *nsp) argument
612 nfp_nsp_init(struct pci_dev *pdev, struct nfp_pf *pf) argument
655 nfp_fw_unload(struct nfp_pf *pf) argument
675 nfp_pf_find_rtsyms(struct nfp_pf *pf) argument
694 nfp_net_pf_get_app_id(struct nfp_pf *pf) argument
700 nfp_net_pf_get_app_cap(struct nfp_pf *pf) argument
719 nfp_pf_cfg_hwinfo(struct nfp_pf *pf) argument
761 struct nfp_pf *pf; local
899 struct nfp_pf *pf; local
[all...]
H A Dnfp_shared_buf.c13 static u32 nfp_shared_buf_pool_unit(struct nfp_pf *pf, unsigned int sb) argument
18 for (i = 0; i < pf->num_shared_bufs; i++)
19 if (pf->shared_bufs[i].id == sb_id)
20 return le32_to_cpu(pf->shared_bufs[i].pool_size_unit);
26 int nfp_shared_buf_pool_get(struct nfp_pf *pf, unsigned int sb, u16 pool_index, argument
37 unit_size = nfp_shared_buf_pool_unit(pf, sb);
41 n = nfp_mbox_cmd(pf, NFP_MBOX_POOL_GET, &id, sizeof(id),
56 int nfp_shared_buf_pool_set(struct nfp_pf *pf, unsigned int sb, argument
69 unit_size = nfp_shared_buf_pool_unit(pf, sb);
74 return nfp_mbox_cmd(pf, NFP_MBOX_POOL_SE
78 nfp_shared_buf_register(struct nfp_pf *pf) argument
141 nfp_shared_buf_unregister(struct nfp_pf *pf) argument
[all...]
/linux-master/drivers/iio/
H A Diio_core_trigger.h25 struct iio_poll_func *pf);
27 struct iio_poll_func *pf);
49 struct iio_poll_func *pf)
54 struct iio_poll_func *pf)
48 iio_trigger_attach_poll_func(struct iio_trigger *trig, struct iio_poll_func *pf) argument
53 iio_trigger_detach_poll_func(struct iio_trigger *trig, struct iio_poll_func *pf) argument
/linux-master/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_dmac_flt.c10 static int otx2_dmacflt_do_add(struct otx2_nic *pf, const u8 *mac, argument
17 mutex_lock(&pf->mbox.lock);
19 req = otx2_mbox_alloc_msg_cgx_mac_addr_add(&pf->mbox);
21 mutex_unlock(&pf->mbox.lock);
26 err = otx2_sync_mbox_msg(&pf->mbox);
30 otx2_mbox_get_rsp(&pf->mbox.mbox, 0, &req->hdr);
34 mutex_unlock(&pf->mbox.lock);
38 static int otx2_dmacflt_add_pfmac(struct otx2_nic *pf, u32 *dmac_index) argument
44 mutex_lock(&pf->mbox.lock);
46 req = otx2_mbox_alloc_msg_cgx_mac_addr_set(&pf
74 otx2_dmacflt_add(struct otx2_nic *pf, const u8 *mac, u32 bit_pos) argument
110 otx2_dmacflt_remove_pfmac(struct otx2_nic *pf, u32 dmac_index) argument
129 otx2_dmacflt_remove(struct otx2_nic *pf, const u8 *mac, u32 bit_pos) argument
144 otx2_dmacflt_get_max_cnt(struct otx2_nic *pf) argument
177 otx2_dmacflt_update(struct otx2_nic *pf, u8 *mac, u32 bit_pos) argument
[all...]
H A Dotx2_pf.c56 struct otx2_nic *pf = netdev_priv(netdev); local
60 if (pf->xdp_prog && new_mtu > MAX_XDP_MTU) {
78 static void otx2_disable_flr_me_intr(struct otx2_nic *pf) argument
80 int irq, vfs = pf->total_vfs;
83 otx2_write64(pf, RVU_PF_VFME_INT_ENA_W1CX(0), INTR_MASK(vfs));
84 irq = pci_irq_vector(pf->pdev, RVU_PF_INT_VEC_VFME0);
85 free_irq(irq, pf);
88 otx2_write64(pf, RVU_PF_VFFLR_INT_ENA_W1CX(0), INTR_MASK(vfs));
89 irq = pci_irq_vector(pf->pdev, RVU_PF_INT_VEC_VFFLR0);
90 free_irq(irq, pf);
104 otx2_flr_wq_destroy(struct otx2_nic *pf) argument
116 struct otx2_nic *pf = flrwork->pf; local
147 struct otx2_nic *pf = (struct otx2_nic *)pf_irq; local
176 struct otx2_nic *pf = (struct otx2_nic *)pf_irq; local
199 otx2_register_flr_me_intr(struct otx2_nic *pf, int numvfs) argument
272 otx2_pf_flr_init(struct otx2_nic *pf, int num_vfs) argument
354 otx2_forward_vf_mbox_msgs(struct otx2_nic *pf, struct otx2_mbox *src_mbox, int dir, int vf, int num_msgs) argument
455 struct otx2_nic *pf; local
492 struct otx2_nic *pf = vf_mbox->pfvf; local
541 struct otx2_nic *pf = (struct otx2_nic *)(pf_irq); local
568 otx2_pfvf_mbox_init(struct otx2_nic *pf, int numvfs) argument
633 otx2_pfvf_mbox_destroy(struct otx2_nic *pf) argument
651 otx2_enable_pfvf_mbox_intr(struct otx2_nic *pf, int numvfs) argument
666 otx2_disable_pfvf_mbox_intr(struct otx2_nic *pf, int numvfs) argument
685 otx2_register_pfvf_mbox_intr(struct otx2_nic *pf, int numvfs) argument
730 otx2_process_pfaf_mbox_msg(struct otx2_nic *pf, struct mbox_msghdr *msg) argument
806 struct otx2_nic *pf; local
830 otx2_handle_link_event(struct otx2_nic *pf) argument
847 otx2_mbox_up_handler_mcs_intr_notify(struct otx2_nic *pf, struct mcs_intr_info *event, struct msg_rsp *rsp) argument
856 otx2_mbox_up_handler_cgx_link_event(struct otx2_nic *pf, struct cgx_link_info_msg *msg, struct msg_rsp *rsp) argument
884 otx2_process_mbox_msg_up(struct otx2_nic *pf, struct mbox_msghdr *req) argument
930 struct otx2_nic *pf = af_mbox->pfvf; local
963 struct otx2_nic *pf = (struct otx2_nic *)pf_irq; local
1011 otx2_disable_mbox_intr(struct otx2_nic *pf) argument
1020 otx2_register_mbox_intr(struct otx2_nic *pf, bool probe_af) argument
1064 otx2_pfaf_mbox_destroy(struct otx2_nic *pf) argument
1080 otx2_pfaf_mbox_init(struct otx2_nic *pf) argument
1128 otx2_cgx_config_linkevents(struct otx2_nic *pf, bool enable) argument
1166 otx2_cgx_config_loopback(struct otx2_nic *pf, bool enable) argument
1268 struct otx2_nic *pf = data; local
1385 struct otx2_nic *pf = (struct otx2_nic *)cq_poll->dev; local
1402 otx2_disable_napi(struct otx2_nic *pf) argument
1416 otx2_free_cq_res(struct otx2_nic *pf) argument
1430 otx2_free_sq_res(struct otx2_nic *pf) argument
1452 otx2_get_rbuf_size(struct otx2_nic *pf, int mtu) argument
1480 otx2_init_hw_resources(struct otx2_nic *pf) argument
1605 otx2_free_hw_resources(struct otx2_nic *pf) argument
1707 otx2_do_set_rx_mode(struct otx2_nic *pf) argument
1775 struct otx2_nic *pf = netdev_priv(netdev); local
1992 struct otx2_nic *pf = netdev_priv(netdev); local
2063 struct otx2_nic *pf = netdev_priv(netdev); local
2099 otx2_qos_select_htb_queue(struct otx2_nic *pf, struct sk_buff *skb, u16 htb_maj_id) argument
2118 struct otx2_nic *pf = netdev_priv(netdev); local
2175 struct otx2_nic *pf = netdev_priv(netdev); local
2182 struct otx2_nic *pf = container_of(work, struct otx2_nic, rx_mode_work); local
2191 struct otx2_nic *pf = netdev_priv(netdev); local
2206 struct otx2_nic *pf = container_of(work, struct otx2_nic, reset_task); local
2365 otx2_do_set_vf_mac(struct otx2_nic *pf, int vf, const u8 *mac) argument
2395 struct otx2_nic *pf = netdev_priv(netdev); local
2420 otx2_do_set_vf_vlan(struct otx2_nic *pf, int vf, u16 vlan, u8 qos, __be16 proto) argument
2562 struct otx2_nic *pf = netdev_priv(netdev); local
2587 struct otx2_nic *pf = netdev_priv(netdev); local
2606 otx2_xdp_xmit_tx(struct otx2_nic *pf, struct xdp_frame *xdpf, int qidx) argument
2632 struct otx2_nic *pf = netdev_priv(netdev); local
2661 otx2_xdp_setup(struct otx2_nic *pf, struct bpf_prog *prog) argument
2702 struct otx2_nic *pf = netdev_priv(netdev); local
2712 otx2_set_vf_permissions(struct otx2_nic *pf, int vf, int req_perm) argument
2743 struct otx2_nic *pf = netdev_priv(netdev); local
2789 otx2_wq_init(struct otx2_nic *pf) argument
2818 otx2_realloc_msix_vectors(struct otx2_nic *pf) argument
2841 otx2_sriov_vfcfg_init(struct otx2_nic *pf) argument
2862 otx2_sriov_vfcfg_cleanup(struct otx2_nic *pf) argument
2880 struct otx2_nic *pf; local
3141 struct otx2_nic *pf; local
3185 struct otx2_nic *pf = netdev_priv(netdev); local
3224 struct otx2_nic *pf = netdev_priv(netdev); local
3251 struct otx2_nic *pf; local
[all...]

Completed in 215 milliseconds

1234567891011>>