Searched refs:pf (Results 26 - 50 of 494) sorted by relevance

1234567891011>>

/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_dpll.c35 * @pf: private board structure
44 static bool ice_dpll_is_reset(struct ice_pf *pf, struct netlink_ext_ack *extack) argument
46 if (ice_is_reset_in_progress(pf->state)) {
55 * @pf: private board structure
63 * Context: Called under pf->dplls.lock
69 ice_dpll_pin_freq_set(struct ice_pf *pf, struct ice_dpll_pin *pin, argument
79 ret = ice_aq_set_input_pin_cfg(&pf->hw, pin->idx, flags,
84 ret = ice_aq_set_output_pin_cfg(&pf->hw, pin->idx, flags,
94 ice_aq_str(pf->hw.adminq.sq_last_status),
115 * Context: Acquires pf
129 struct ice_pf *pf = d->pf; local
217 struct ice_pf *pf = d->pf; local
388 ice_dpll_pin_state_update(struct ice_pf *pf, struct ice_dpll_pin *pin, enum ice_dpll_pin_type pin_type, struct netlink_ext_ack *extack) argument
505 ice_dpll_hw_input_prio_set(struct ice_pf *pf, struct ice_dpll *dpll, struct ice_dpll_pin *pin, const u32 prio, struct netlink_ext_ack *extack) argument
547 struct ice_pf *pf = d->pf; local
575 struct ice_pf *pf = d->pf; local
609 struct ice_pf *pf = d->pf; local
715 struct ice_pf *pf = d->pf; local
810 struct ice_pf *pf = d->pf; local
842 struct ice_pf *pf = d->pf; local
928 struct ice_pf *pf = p->pf; local
964 struct ice_pf *pf = d->pf; local
1089 struct ice_pf *pf = d->pf; local
1126 struct ice_pf *pf = p->pf; local
1183 struct ice_pf *pf = p->pf; local
1251 ice_generate_clock_id(struct ice_pf *pf) argument
1300 ice_dpll_update_state(struct ice_pf *pf, struct ice_dpll *d, bool init) argument
1369 struct ice_pf *pf = container_of(d, struct ice_pf, dplls); local
1433 ice_dpll_get_pins(struct ice_pf *pf, struct ice_dpll_pin *pins, int start_idx, int count, u64 clock_id) argument
1552 ice_dpll_init_direct_pins(struct ice_pf *pf, bool cgu, struct ice_dpll_pin *pins, int start_idx, int count, const struct dpll_pin_ops *ops, struct dpll_device *first, struct dpll_device *second) argument
1586 ice_dpll_deinit_rclk_pin(struct ice_pf *pf) argument
1622 ice_dpll_init_rclk_pins(struct ice_pf *pf, struct ice_dpll_pin *pin, int start_idx, const struct dpll_pin_ops *ops) argument
1668 ice_dpll_deinit_pins(struct ice_pf *pf, bool cgu) argument
1707 ice_dpll_init_pins(struct ice_pf *pf, bool cgu) argument
1757 ice_dpll_deinit_dpll(struct ice_pf *pf, struct ice_dpll *d, bool cgu) argument
1779 ice_dpll_init_dpll(struct ice_pf *pf, struct ice_dpll *d, bool cgu, enum dpll_type type) argument
1811 ice_dpll_deinit_worker(struct ice_pf *pf) argument
1830 ice_dpll_init_worker(struct ice_pf *pf) argument
1860 ice_dpll_init_info_direct_pins(struct ice_pf *pf, enum ice_dpll_pin_type pin_type) argument
1938 ice_dpll_init_info_rclk_pin(struct ice_pf *pf) argument
1962 ice_dpll_init_pins_info(struct ice_pf *pf, enum ice_dpll_pin_type pin_type) argument
1981 ice_dpll_deinit_info(struct ice_pf *pf) argument
2000 ice_dpll_init_info(struct ice_pf *pf, bool cgu) argument
2094 ice_dpll_deinit(struct ice_pf *pf) argument
2119 ice_dpll_init(struct ice_pf *pf) argument
[all...]
H A Dice_idc_int.h11 void ice_send_event_to_aux(struct ice_pf *pf, struct iidc_event *event);
H A Dice_gnss.h38 void ice_gnss_init(struct ice_pf *pf);
39 void ice_gnss_exit(struct ice_pf *pf);
42 static inline void ice_gnss_init(struct ice_pf *pf) { } argument
43 static inline void ice_gnss_exit(struct ice_pf *pf) { } argument
H A Dice_ptp.c192 struct ice_pf *pf = ptp_info_to_pf(info); local
193 struct ice_hw *hw = &pf->hw;
260 * @pf: Board private structure
265 static void ice_ptp_cfg_tx_interrupt(struct ice_pf *pf) argument
267 struct ice_hw *hw = &pf->hw;
271 switch (pf->ptp.tx_interrupt_mode) {
284 enable = pf->ptp.tstamp_config.tx_type == HWTSTAMP_TX_ON;
299 * @pf: The PF pointer to search in
302 static void ice_set_rx_tstamp(struct ice_pf *pf, bool on) argument
307 vsi = ice_get_main_vsi(pf);
327 ice_ptp_disable_timestamp_mode(struct ice_pf *pf) argument
346 ice_ptp_restore_timestamp_mode(struct ice_pf *pf) argument
370 ice_ptp_read_src_clk_reg(struct ice_pf *pf, struct ptp_system_timestamp *sts) argument
495 ice_ptp_extend_40b_ts(struct ice_pf *pf, u64 in_tstamp) argument
537 struct ice_pf *pf; local
579 struct ice_pf *pf; local
689 struct ice_pf *pf; local
800 ice_ptp_tx_tstamp_owner(struct ice_pf *pf) argument
904 ice_ptp_flush_tx_tracker(struct ice_pf *pf, struct ice_ptp_tx *tx) argument
975 ice_ptp_flush_all_tx_tracker(struct ice_pf *pf) argument
991 ice_ptp_release_tx_tracker(struct ice_pf *pf, struct ice_ptp_tx *tx) argument
1028 ice_ptp_init_tx_e82x(struct ice_pf *pf, struct ice_ptp_tx *tx, u8 port) argument
1047 ice_ptp_init_tx_e810(struct ice_pf *pf, struct ice_ptp_tx *tx) argument
1078 ice_ptp_update_cached_phctime(struct ice_pf *pf) argument
1139 ice_ptp_reset_cached_phctime(struct ice_pf *pf) argument
1176 ice_ptp_write_init(struct ice_pf *pf, struct timespec64 *ts) argument
1192 ice_ptp_write_adj(struct ice_pf *pf, s32 adj) argument
1208 ice_base_incval(struct ice_pf *pf) argument
1234 struct ice_pf *pf; local
1304 struct ice_pf *pf; local
1341 struct ice_pf *pf = ptp_port_to_pf(ptp_port); local
1374 struct ice_pf *pf = ptp_port_to_pf(ptp_port); local
1424 ice_ptp_link_change(struct ice_pf *pf, u8 port, bool linkup) argument
1462 ice_ptp_cfg_phy_interrupt(struct ice_pf *pf, bool ena, u32 threshold) argument
1502 ice_ptp_reset_phy_timestamping(struct ice_pf *pf) argument
1511 ice_ptp_restart_all_phy(struct ice_pf *pf) argument
1535 struct ice_pf *pf = ptp_info_to_pf(info); local
1555 ice_ptp_extts_event(struct ice_pf *pf) argument
1593 ice_ptp_cfg_extts(struct ice_pf *pf, bool ena, unsigned int chan, u32 gpio_pin, unsigned int extts_flags) argument
1654 ice_ptp_cfg_clkout(struct ice_pf *pf, unsigned int chan, struct ice_perout_channel *config, bool store) argument
1760 ice_ptp_disable_all_clkout(struct ice_pf *pf) argument
1777 ice_ptp_enable_all_clkout(struct ice_pf *pf) argument
1797 struct ice_pf *pf = ptp_info_to_pf(info); local
1871 struct ice_pf *pf = ptp_info_to_pf(info); local
1908 struct ice_pf *pf = ptp_info_to_pf(info); local
1927 struct ice_pf *pf = ptp_info_to_pf(info); local
1993 struct ice_pf *pf = ptp_info_to_pf(info); local
2049 struct ice_pf *pf = (struct ice_pf *)ctx; local
2137 struct ice_pf *pf = ptp_info_to_pf(info); local
2151 ice_ptp_get_ts_config(struct ice_pf *pf, struct ifreq *ifr) argument
2170 ice_ptp_set_timestamp_mode(struct ice_pf *pf, struct hwtstamp_config *config) argument
2220 ice_ptp_set_ts_config(struct ice_pf *pf, struct ifreq *ifr) argument
2286 ice_ptp_disable_sma_pins_e810t(struct ice_pf *pf, struct ptp_clock_info *info) argument
2309 ice_ptp_setup_sma_pins_e810t(struct ice_pf *pf, struct ptp_clock_info *info) argument
2334 ice_ptp_setup_pins_e810(struct ice_pf *pf, struct ptp_clock_info *info) argument
2359 ice_ptp_setup_pins_e823(struct ice_pf *pf, struct ptp_clock_info *info) argument
2377 ice_ptp_set_funcs_e82x(struct ice_pf *pf, struct ptp_clock_info *info) argument
2397 ice_ptp_set_funcs_e810(struct ice_pf *pf, struct ptp_clock_info *info) argument
2414 ice_ptp_set_funcs_e823(struct ice_pf *pf, struct ptp_clock_info *info) argument
2426 ice_ptp_set_caps(struct ice_pf *pf) argument
2457 ice_ptp_create_clock(struct ice_pf *pf) argument
2536 ice_ptp_process_ts(struct ice_pf *pf) argument
2568 ice_ptp_maybe_trigger_tx_interrupt(struct ice_pf *pf) argument
2606 struct ice_pf *pf = container_of(ptp, struct ice_pf, ptp); local
2626 ice_ptp_prepare_for_reset(struct ice_pf *pf, enum ice_reset_req reset_type) argument
2665 ice_ptp_rebuild_owner(struct ice_pf *pf) argument
2731 ice_ptp_rebuild(struct ice_pf *pf, enum ice_reset_req reset_type) argument
2874 ice_ptp_auxbus_create_id_table(struct ice_pf *pf, const char *name) argument
2893 ice_ptp_register_auxbus_driver(struct ice_pf *pf) argument
2936 ice_ptp_unregister_auxbus_driver(struct ice_pf *pf) argument
2953 ice_ptp_clock_index(struct ice_pf *pf) argument
2976 ice_ptp_init_owner(struct ice_pf *pf) argument
3045 ice_ptp_init_work(struct ice_pf *pf, struct ice_ptp *ptp) argument
3073 ice_ptp_init_port(struct ice_pf *pf, struct ice_ptp_port *ptp_port) argument
3106 ice_ptp_create_auxbus_device(struct ice_pf *pf) argument
3153 ice_ptp_remove_auxbus_device(struct ice_pf *pf) argument
3172 ice_ptp_init_tx_interrupt_mode(struct ice_pf *pf) argument
3202 ice_ptp_init(struct ice_pf *pf) argument
3264 ice_ptp_release(struct ice_pf *pf) argument
[all...]
H A Dice_dcb_nl.h11 ice_dcbnl_flush_apps(struct ice_pf *pf, struct ice_dcbx_cfg *old_cfg,
17 ice_dcbnl_flush_apps(struct ice_pf *pf, struct ice_dcbx_cfg *old_cfg, argument
H A Dice_fw_update.h10 int ice_get_pending_updates(struct ice_pf *pf, u8 *pending,
12 int ice_write_one_nvm_block(struct ice_pf *pf, u16 module, u32 offset,
H A Dice_debugfs.c106 static int ice_find_module_by_dentry(struct ice_pf *pf, struct dentry *d) argument
113 if (d == pf->ice_debugfs_pf_fwlog_modules[i]) {
131 struct ice_pf *pf; local
135 pf = s->private;
137 module = ice_find_module_by_dentry(pf, dentry);
139 dev_info(ice_pf_to_dev(pf), "unknown module\n");
143 ice_fwlog_print_module_cfg(&pf->hw, module, s);
164 struct ice_pf *pf = file_inode(filp)->i_private; local
166 struct device *dev = ice_pf_to_dev(pf);
178 module = ice_find_module_by_dentry(pf, dentr
228 struct ice_pf *pf = filp->private_data; local
249 struct ice_pf *pf = filp->private_data; local
303 struct ice_pf *pf = filp->private_data; local
325 struct ice_pf *pf = filp->private_data; local
398 struct ice_pf *pf = filp->private_data; local
420 struct ice_pf *pf = filp->private_data; local
487 struct ice_pf *pf = filp->private_data; local
536 struct ice_pf *pf = filp->private_data; local
584 ice_debugfs_fwlog_init(struct ice_pf *pf) argument
651 ice_debugfs_pf_deinit(struct ice_pf *pf) argument
[all...]
/linux-master/drivers/gpu/drm/xe/
H A Dxe_gt_sriov_pf.c27 gt->sriov.pf.vfs = drmm_kcalloc(&gt_to_xe(gt)->drm, 1 + num_vfs,
28 sizeof(*gt->sriov.pf.vfs), GFP_KERNEL);
29 if (!gt->sriov.pf.vfs)
/linux-master/drivers/net/ethernet/netronome/nfp/
H A Dnfp_hwmon.c39 struct nfp_pf *pf = dev_get_drvdata(dev); local
54 if (!(pf->nspi->sensor_mask & BIT(id)))
58 return nfp_hwmon_read_sensor(pf->cpp, id, val);
60 return nfp_hwmon_read_sensor(pf->cpp, id, val);
135 int nfp_hwmon_register(struct nfp_pf *pf) argument
140 if (!pf->nspi) {
141 nfp_warn(pf->cpp, "not registering HWMON (no NSP info)\n");
144 if (!pf->nspi->sensor_mask) {
145 nfp_info(pf->cpp,
150 pf
156 nfp_hwmon_unregister(struct nfp_pf *pf) argument
[all...]
H A Dnfp_app_nic.c11 int nfp_app_nic_vnic_init_phy_port(struct nfp_pf *pf, struct nfp_app *app, argument
16 if (!pf->eth_tbl)
23 err = nfp_port_init_phy_port(pf, app, nn->port, id);
37 err = nfp_app_nic_vnic_init_phy_port(app->pf, app, nn, id);
41 nfp_net_get_mac_addr(app->pf, nn->dp.netdev, nn->port);
H A Dnfp_main.h150 int nfp_net_pci_probe(struct nfp_pf *pf);
151 void nfp_net_pci_remove(struct nfp_pf *pf);
153 int nfp_hwmon_register(struct nfp_pf *pf);
154 void nfp_hwmon_unregister(struct nfp_pf *pf);
157 nfp_net_get_mac_addr(struct nfp_pf *pf, struct net_device *netdev,
162 int nfp_pf_rtsym_read_optional(struct nfp_pf *pf, const char *format,
164 int nfp_net_pf_get_app_id(struct nfp_pf *pf);
166 nfp_pf_map_rtsym(struct nfp_pf *pf, const char *name, const char *sym_fmt,
168 int nfp_mbox_cmd(struct nfp_pf *pf, u32 cmd, void *in_data, u64 in_length,
170 int nfp_flash_update_common(struct nfp_pf *pf, cons
[all...]
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_devlink.c8 static void i40e_info_get_dsn(struct i40e_pf *pf, char *buf, size_t len) argument
12 put_unaligned_be64(pci_get_dsn(pf->pdev), dsn);
70 struct i40e_pf *pf = devlink_priv(dl); local
71 struct i40e_hw *hw = &pf->hw;
75 i40e_info_get_dsn(pf, buf, sizeof(buf));
149 * @pf: the PF structure
153 void i40e_free_pf(struct i40e_pf *pf) argument
155 struct devlink *devlink = priv_to_devlink(pf);
162 * @pf: the PF to register the devlink for.
166 void i40e_devlink_register(struct i40e_pf *pf) argument
177 i40e_devlink_unregister(struct i40e_pf *pf) argument
187 i40e_devlink_set_switch_id(struct i40e_pf *pf, struct netdev_phys_item_id *ppid) argument
206 i40e_devlink_create_port(struct i40e_pf *pf) argument
232 i40e_devlink_destroy_port(struct i40e_pf *pf) argument
[all...]
H A Di40e_main.c35 static void i40e_handle_reset_warning(struct i40e_pf *pf, bool lock_acquired);
38 static int i40e_setup_pf_switch(struct i40e_pf *pf, bool reinit, bool lock_acquired);
39 static int i40e_setup_misc_vector(struct i40e_pf *pf);
40 static void i40e_determine_queue_usage(struct i40e_pf *pf);
41 static int i40e_setup_pf_filter_control(struct i40e_pf *pf);
42 static void i40e_prep_for_reset(struct i40e_pf *pf);
43 static void i40e_reset_and_rebuild(struct i40e_pf *pf, bool reinit,
45 static int i40e_reset(struct i40e_pf *pf);
46 static void i40e_rebuild(struct i40e_pf *pf, bool reinit, bool lock_acquired);
47 static int i40e_setup_misc_vector_for_recovery_mode(struct i40e_pf *pf);
138 struct i40e_pf *pf = i40e_hw_to_pf(hw); local
153 struct i40e_pf *pf = i40e_hw_to_pf(hw); local
171 struct i40e_pf *pf = i40e_hw_to_pf(hw); local
223 i40e_get_lump(struct i40e_pf *pf, struct i40e_lump_tracking *pile, u16 needed, u16 id) argument
312 i40e_find_vsi_from_id(struct i40e_pf *pf, u16 id) argument
330 i40e_service_event_schedule(struct i40e_pf *pf) argument
351 struct i40e_pf *pf = vsi->back; local
555 i40e_pf_reset_stats(struct i40e_pf *pf) argument
717 struct i40e_pf *pf = vsi->back; local
779 struct i40e_pf *pf = veb->pf; local
865 struct i40e_pf *pf = vsi->back; local
1004 i40e_update_pf_stats(struct i40e_pf *pf) argument
1236 struct i40e_pf *pf = vsi->back; local
1482 struct i40e_pf *pf = vsi->back; local
1580 struct i40e_pf *pf = vsi->back; local
1798 struct i40e_pf *pf = vsi->back; local
1855 struct i40e_pf *pf = vsi->back; local
1892 struct i40e_pf *pf = vsi->back; local
2025 struct i40e_pf *pf = vsi->back; local
2477 i40e_set_promiscuous(struct i40e_pf *pf, bool promisc) argument
2556 struct i40e_pf *pf; local
2880 i40e_sync_filters_subtask(struct i40e_pf *pf) argument
2952 struct i40e_pf *pf = vsi->back; local
2981 struct i40e_pf *pf = np->vsi->back; local
3827 i40e_reset_fdir_filter_cnt(struct i40e_pf *pf) argument
3849 struct i40e_pf *pf = vsi->back; local
3889 struct i40e_pf *pf = vsi->back; local
3978 i40e_enable_misc_int_causes(struct i40e_pf *pf) argument
4020 struct i40e_pf *pf = vsi->back; local
4059 i40e_irq_dynamic_disable_icr0(struct i40e_pf *pf) argument
4072 i40e_irq_dynamic_enable_icr0(struct i40e_pf *pf) argument
4139 struct i40e_pf *pf = vsi->back; local
4212 struct i40e_pf *pf = vsi->back; local
4258 struct i40e_pf *pf = vsi->back; local
4276 i40e_free_misc_vector(struct i40e_pf *pf) argument
4299 struct i40e_pf *pf = (struct i40e_pf *)data; local
4619 struct i40e_pf *pf = vsi->back; local
4649 struct i40e_pf *pf = vsi->back; local
4678 i40e_pf_txq_wait(struct i40e_pf *pf, int pf_q, bool enable) argument
4706 i40e_control_tx_q(struct i40e_pf *pf, int pf_q, bool enable) argument
4748 i40e_control_wait_tx_q(int seid, struct i40e_pf *pf, int pf_q, bool is_xdp, bool enable) argument
4773 struct i40e_pf *pf = vsi->back; local
4807 i40e_pf_rxq_wait(struct i40e_pf *pf, int pf_q, bool enable) argument
4835 i40e_control_rx_q(struct i40e_pf *pf, int pf_q, bool enable) argument
4872 i40e_control_wait_rx_q(struct i40e_pf *pf, int pf_q, bool enable) argument
4892 struct i40e_pf *pf = vsi->back; local
4934 struct i40e_pf *pf = vsi->back; local
4970 struct i40e_pf *pf = vsi->back; local
4986 struct i40e_pf *pf = vsi->back; local
5150 i40e_reset_interrupt_capability(struct i40e_pf *pf) argument
5173 i40e_clear_interrupt_scheme(struct i40e_pf *pf) argument
5236 struct i40e_pf *pf = vsi->back; local
5283 i40e_pf_quiesce_all_vsi(struct i40e_pf *pf) argument
5296 i40e_pf_unquiesce_all_vsi(struct i40e_pf *pf) argument
5313 struct i40e_pf *pf = vsi->back; local
5361 i40e_pf_wait_queues_disabled(struct i40e_pf *pf) argument
5384 i40e_get_iscsi_tc_map(struct i40e_pf *pf) argument
5474 i40e_mqprio_get_enabled_tc(struct i40e_pf *pf) argument
5491 i40e_pf_get_num_tc(struct i40e_pf *pf) argument
5529 i40e_pf_get_tc_map(struct i40e_pf *pf) argument
5561 struct i40e_pf *pf = vsi->back; local
5623 struct i40e_pf *pf = vsi->back; local
5666 struct i40e_pf *pf = vsi->back; local
5740 struct i40e_pf *pf; local
5800 struct i40e_pf *pf = vsi->back; local
5949 struct i40e_pf *pf = vsi->back; local
5997 struct i40e_pf *pf = vsi->back; local
6039 struct i40e_pf *pf = vsi->back; local
6149 i40e_validate_num_queues(struct i40e_pf *pf, int num_queues, struct i40e_vsi *vsi, bool *reconfig_rss) argument
6201 struct i40e_pf *pf = vsi->back; local
6257 i40e_channel_setup_queue_map(struct i40e_pf *pf, struct i40e_vsi_context *ctxt, struct i40e_channel *ch) argument
6296 i40e_add_channel(struct i40e_pf *pf, u16 uplink_seid, struct i40e_channel *ch) argument
6396 i40e_channel_config_tx_ring(struct i40e_pf *pf, struct i40e_vsi *vsi, struct i40e_channel *ch) argument
6450 i40e_setup_hw_channel(struct i40e_pf *pf, struct i40e_vsi *vsi, struct i40e_channel *ch, u16 uplink_seid, u8 type) argument
6501 i40e_setup_channel(struct i40e_pf *pf, struct i40e_vsi *vsi, struct i40e_channel *ch) argument
6541 struct i40e_pf *pf = vsi->back; local
6599 struct i40e_pf *pf = vsi->back; local
6760 struct i40e_pf *pf = veb->pf; local
6809 i40e_dcb_reconfigure(struct i40e_pf *pf) argument
6864 i40e_resume_port_tx(struct i40e_pf *pf) argument
6889 i40e_suspend_port_tx(struct i40e_pf *pf) argument
6916 i40e_hw_set_dcb_config(struct i40e_pf *pf, struct i40e_dcbx_config *new_cfg) argument
6967 i40e_hw_dcb_config(struct i40e_pf *pf, struct i40e_dcbx_config *new_cfg) argument
7142 i40e_dcb_sw_default_config(struct i40e_pf *pf) argument
7202 i40e_init_pf_dcb(struct i40e_pf *pf) argument
7276 struct i40e_pf *pf = vsi->back; local
7412 struct i40e_pf *pf = vsi->back; local
7462 struct i40e_pf *pf = vsi->back; local
7477 i40e_force_link_state(struct i40e_pf *pf, bool is_up) argument
7841 struct i40e_pf *pf = vsi->back; local
7914 struct i40e_pf *pf = vsi->back; local
8017 struct i40e_pf *pf = vsi->back; local
8125 struct i40e_pf *pf = vsi->back; local
8162 struct i40e_pf *pf = vsi->back; local
8203 struct i40e_pf *pf = vsi->back; local
8400 struct i40e_pf *pf = vsi->back; local
8470 struct i40e_pf *pf = vsi->back; local
8580 struct i40e_pf *pf = vsi->back; local
8823 struct i40e_pf *pf = vsi->back; local
8922 struct i40e_pf *pf = vsi->back; local
9031 struct i40e_pf *pf = vsi->back; local
9093 struct i40e_pf *pf = vsi->back; local
9161 i40e_fdir_filter_exit(struct i40e_pf *pf) argument
9240 i40e_cloud_filter_exit(struct i40e_pf *pf) argument
9291 i40e_do_reset(struct i40e_pf *pf, u32 reset_flags, bool lock_acquired) argument
9383 i40e_dcb_need_reconfig(struct i40e_pf *pf, struct i40e_dcbx_config *old_cfg, struct i40e_dcbx_config *new_cfg) argument
9437 i40e_handle_lldp_event(struct i40e_pf *pf, struct i40e_arq_event_info *e) argument
9562 i40e_do_reset_safe(struct i40e_pf *pf, u32 reset_flags) argument
9577 i40e_handle_lan_overflow_event(struct i40e_pf *pf, struct i40e_arq_event_info *e) argument
9609 i40e_get_cur_guaranteed_fd_count(struct i40e_pf *pf) argument
9622 i40e_get_current_fd_count(struct i40e_pf *pf) argument
9636 i40e_get_global_fd_count(struct i40e_pf *pf) argument
9650 i40e_reenable_fdir_sb(struct i40e_pf *pf) argument
9662 i40e_reenable_fdir_atr(struct i40e_pf *pf) argument
9685 i40e_delete_invalid_filter(struct i40e_pf *pf, struct i40e_fdir_filter *filter) argument
9754 i40e_fdir_check_and_reenable(struct i40e_pf *pf) argument
9794 i40e_fdir_flush_and_replay(struct i40e_pf *pf) argument
9852 i40e_get_current_atr_cnt(struct i40e_pf *pf) argument
9861 i40e_fdir_reinit_subtask(struct i40e_pf *pf) argument
9918 struct i40e_pf *pf; local
9935 i40e_link_event(struct i40e_pf *pf) argument
10019 i40e_watchdog_subtask(struct i40e_pf *pf) argument
10061 i40e_reset_subtask(struct i40e_pf *pf) argument
10108 i40e_handle_link_event(struct i40e_pf *pf, struct i40e_arq_event_info *e) argument
10148 i40e_clean_adminq_subtask(struct i40e_pf *pf) argument
10280 i40e_verify_eeprom(struct i40e_pf *pf) argument
10307 i40e_enable_pf_switch_lb(struct i40e_pf *pf) argument
10343 i40e_disable_pf_switch_lb(struct i40e_pf *pf) argument
10383 struct i40e_pf *pf = veb->pf; local
10405 struct i40e_pf *pf = veb->pf; local
10481 i40e_get_capabilities(struct i40e_pf *pf, enum i40e_admin_queue_opc list_type) argument
10562 i40e_fdir_sb_setup(struct i40e_pf *pf) argument
10606 i40e_fdir_teardown(struct i40e_pf *pf) argument
10627 struct i40e_pf *pf = vsi->back; local
10737 i40e_prep_for_reset(struct i40e_pf *pf) argument
10780 i40e_send_version(struct i40e_pf *pf) argument
10843 i40e_reset(struct i40e_pf *pf) argument
10866 i40e_rebuild(struct i40e_pf *pf, bool reinit, bool lock_acquired) argument
11160 i40e_reset_and_rebuild(struct i40e_pf *pf, bool reinit, bool lock_acquired) argument
11187 i40e_handle_reset_warning(struct i40e_pf *pf, bool lock_acquired) argument
11199 i40e_handle_mdd_event(struct i40e_pf *pf) argument
11290 struct i40e_pf *pf = container_of(work, local
11348 struct i40e_pf *pf = from_timer(pf, t, service_timer); local
11361 struct i40e_pf *pf = vsi->back; local
11473 i40e_vsi_mem_alloc(struct i40e_pf *pf, enum i40e_vsi_type type) argument
11600 struct i40e_pf *pf; local
11671 struct i40e_pf *pf = vsi->back; local
11741 i40e_reserve_msix_vectors(struct i40e_pf *pf, int vectors) argument
11762 i40e_init_msix(struct i40e_pf *pf) argument
12020 struct i40e_pf *pf = vsi->back; local
12050 i40e_init_interrupt_scheme(struct i40e_pf *pf) argument
12112 i40e_restore_interrupt_scheme(struct i40e_pf *pf) argument
12167 i40e_setup_misc_vector_for_recovery_mode(struct i40e_pf *pf) argument
12207 i40e_setup_misc_vector(struct i40e_pf *pf) argument
12250 struct i40e_pf *pf = vsi->back; local
12296 struct i40e_pf *pf = vsi->back; local
12350 struct i40e_pf *pf = vsi->back; local
12383 struct i40e_pf *pf = vsi->back; local
12402 struct i40e_pf *pf = vsi->back; local
12417 i40e_fill_rss_lut(struct i40e_pf *pf, u8 *lut, u16 rss_table_size, u16 rss_size) argument
12430 i40e_pf_config_rss(struct i40e_pf *pf) argument
12502 i40e_reconfig_rss_queues(struct i40e_pf *pf, int queue_count) argument
12549 i40e_get_partition_bw_setting(struct i40e_pf *pf) argument
12572 i40e_set_partition_bw_setting(struct i40e_pf *pf) argument
12594 i40e_commit_partition_bw_setting(struct i40e_pf *pf) argument
12678 i40e_is_total_port_shutdown_enabled(struct i40e_pf *pf) argument
12733 i40e_sw_init(struct i40e_pf *pf) argument
12873 i40e_set_ntuple(struct i40e_pf *pf, netdev_features_t features) argument
12919 struct i40e_pf *pf = vsi->back; local
12969 struct i40e_pf *pf = vsi->back; local
13052 struct i40e_pf *pf = np->vsi->back; local
13081 struct i40e_pf *pf = np->vsi->back; local
13137 struct i40e_pf *pf = vsi->back; local
13207 struct i40e_pf *pf = vsi->back; local
13291 struct i40e_pf *pf = vsi->back; local
13359 struct i40e_pf *pf = vsi->back; local
13378 struct i40e_pf *pf = vsi->back; local
13453 struct i40e_pf *pf = vsi->back; local
13504 struct i40e_pf *pf = vsi->back; local
13524 struct i40e_pf *pf = vsi->back; local
13679 struct i40e_pf *pf = vsi->back; local
13868 struct i40e_pf *pf = vsi->back; local
13903 struct i40e_pf *pf = vsi->back; local
14151 struct i40e_pf *pf; local
14252 struct i40e_pf *pf = vsi->back; local
14309 struct i40e_pf *pf; local
14386 i40e_vsi_setup(struct i40e_pf *pf, u8 type, u16 uplink_seid, u32 param1) argument
14568 struct i40e_pf *pf = veb->pf; local
14618 i40e_veb_mem_alloc(struct i40e_pf *pf) argument
14666 struct i40e_pf *pf = branch->pf; local
14707 struct i40e_pf *pf = veb->pf; local
14725 struct i40e_pf *pf; local
14766 struct i40e_pf *pf = veb->pf; local
14827 i40e_veb_setup(struct i40e_pf *pf, u16 uplink_seid, u16 vsi_seid, u8 enabled_tc) argument
14887 i40e_setup_pf_switch_element(struct i40e_pf *pf, struct i40e_aqc_switch_config_element_resp *ele, u16 num_reported, bool printconfig) argument
14971 i40e_fetch_switch_configuration(struct i40e_pf *pf, bool printconfig) argument
15029 i40e_setup_pf_switch(struct i40e_pf *pf, bool reinit, bool lock_acquired) argument
15144 i40e_determine_queue_usage(struct i40e_pf *pf) argument
15251 i40e_setup_pf_filter_control(struct i40e_pf *pf) argument
15274 i40e_print_features(struct i40e_pf *pf) argument
15325 i40e_get_platform_mac_addr(struct pci_dev *pdev, struct i40e_pf *pf) argument
15367 i40e_check_recovery_mode(struct i40e_pf *pf) argument
15405 i40e_pf_loop_reset(struct i40e_pf *pf) argument
15437 i40e_check_fw_empr(struct i40e_pf *pf) argument
15456 i40e_handle_resets(struct i40e_pf *pf) argument
15477 i40e_init_recovery_mode(struct i40e_pf *pf, struct i40e_hw *hw) argument
15573 struct i40e_pf *pf = i40e_hw_to_pf(hw); local
15598 struct i40e_pf *pf; local
16205 struct i40e_pf *pf = pci_get_drvdata(pdev); local
16344 i40e_enable_mc_magic_wake(struct i40e_pf *pf) argument
16391 i40e_io_suspend(struct i40e_pf *pf) argument
16438 i40e_io_resume(struct i40e_pf *pf) argument
16484 struct i40e_pf *pf = pci_get_drvdata(pdev); local
16513 struct i40e_pf *pf = pci_get_drvdata(pdev); local
16545 struct i40e_pf *pf = pci_get_drvdata(pdev); local
16556 struct i40e_pf *pf = pci_get_drvdata(pdev); local
16576 struct i40e_pf *pf = pci_get_drvdata(pdev); local
16591 struct i40e_pf *pf = pci_get_drvdata(pdev); local
16643 struct i40e_pf *pf = dev_get_drvdata(dev); local
16657 struct i40e_pf *pf = dev_get_drvdata(dev); local
[all...]
H A Di40e_virtchnl_pf.c12 * @pf: pointer to the PF structure
20 static void i40e_vc_vf_broadcast(struct i40e_pf *pf, argument
25 struct i40e_hw *hw = &pf->hw;
26 struct i40e_vf *vf = pf->vf;
29 for (i = 0; i < pf->num_alloc_vfs; i++, vf++) {
113 struct i40e_pf *pf = vf->pf; local
114 struct i40e_hw *hw = &pf->hw;
115 struct i40e_link_status *ls = &pf->hw.phy.link_info;
129 * @pf
133 i40e_vc_notify_link_state(struct i40e_pf *pf) argument
147 i40e_vc_notify_reset(struct i40e_pf *pf) argument
221 struct i40e_pf *pf = vf->pf; local
262 struct i40e_pf *pf = vf->pf; local
279 struct i40e_pf *pf = vf->pf; local
294 struct i40e_pf *pf = vf->pf; local
312 struct i40e_pf *pf = vf->pf; local
374 struct i40e_pf *pf = vf->pf; local
478 struct i40e_pf *pf = vf->pf; local
530 struct i40e_pf *pf = vf->pf; local
632 struct i40e_pf *pf = vf->pf; local
708 struct i40e_pf *pf = vf->pf; local
799 struct i40e_pf *pf = vf->pf; local
887 struct i40e_pf *pf = vf->pf; local
934 struct i40e_pf *pf = vf->pf; local
972 struct i40e_pf *pf = vf->pf; local
1001 struct i40e_pf *pf = vf->pf; local
1021 struct i40e_pf *pf = vf->pf; local
1102 struct i40e_pf *pf = vf->pf; local
1177 struct i40e_pf *pf = vf->pf; local
1277 struct i40e_pf *pf = vf->pf; local
1371 struct i40e_pf *pf = vf->pf; local
1440 struct i40e_pf *pf = vf->pf; local
1500 struct i40e_pf *pf = vf->pf; local
1554 struct i40e_pf *pf = vf->pf; local
1623 i40e_reset_all_vfs(struct i40e_pf *pf, bool flr) argument
1739 i40e_free_vfs(struct i40e_pf *pf) argument
1817 i40e_alloc_vfs(struct i40e_pf *pf, u16 num_alloc_vfs) argument
1882 struct i40e_pf *pf = pci_get_drvdata(pdev); local
1931 struct i40e_pf *pf = pci_get_drvdata(pdev); local
1977 struct i40e_pf *pf; local
2071 struct i40e_pf *pf = vf->pf; local
2115 struct i40e_pf *pf = vf->pf; local
2245 struct i40e_pf *pf = vf->pf; local
2332 struct i40e_pf *pf = vf->pf; local
2535 struct i40e_pf *pf = vsi->back; local
2558 struct i40e_pf *pf = vsi->back; local
2598 struct i40e_pf *pf = vf->pf; local
2664 struct i40e_pf *pf = vf->pf; local
2710 struct i40e_pf *pf = vf->pf; local
2768 struct i40e_pf *pf = vf->pf; local
2814 struct i40e_pf *pf = vf->pf; local
2898 struct i40e_pf *pf = vf->pf; local
3041 struct i40e_pf *pf = vf->pf; local
3110 struct i40e_pf *pf = vf->pf; local
3197 struct i40e_pf *pf = vf->pf; local
3268 struct i40e_pf *pf = vf->pf; local
3324 struct i40e_pf *pf = vf->pf; local
3391 struct i40e_pf *pf = vf->pf; local
3421 struct i40e_pf *pf = vf->pf; local
3457 struct i40e_pf *pf = vf->pf; local
3493 struct i40e_pf *pf = vf->pf; local
3574 struct i40e_pf *pf = vf->pf; local
3702 struct i40e_pf *pf = vf->pf; local
3723 struct i40e_pf *pf = vf->pf; local
3769 struct i40e_pf *pf = vf->pf; local
3901 struct i40e_pf *pf = vf->pf; local
4011 struct i40e_pf *pf = vf->pf; local
4125 struct i40e_pf *pf = vf->pf; local
4169 i40e_vc_process_vf_msg(struct i40e_pf *pf, s16 vf_id, u32 v_opcode, u32 __always_unused v_retval, u8 *msg, u16 msglen) argument
4300 i40e_vc_process_vflr_event(struct i40e_pf *pf) argument
4344 i40e_validate_vf(struct i40e_pf *pf, int vf_id) argument
4408 struct i40e_pf *pf = vsi->back; local
4500 struct i40e_pf *pf = np->vsi->back; local
4655 struct i40e_pf *pf = np->vsi->back; local
4707 struct i40e_pf *pf = vsi->back; local
4763 struct i40e_pf *pf = np->vsi->back; local
4853 struct i40e_pf *pf = vsi->back; local
4910 struct i40e_pf *pf = np->vsi->back; local
4971 struct i40e_pf *pf = np->vsi->back; local
[all...]
/linux-master/drivers/net/ethernet/intel/ice/devlink/
H A Ddevlink_port.c42 * @pf: the PF to print split port options
46 static void ice_devlink_port_options_print(struct ice_pf *pf) argument
50 struct device *dev = ice_pf_to_dev(pf);
66 status = ice_aq_get_port_options(&pf->hw, opt, &options_count,
113 * @pf: the PF to print split port options
121 ice_devlink_aq_set_port_option(struct ice_pf *pf, u8 option_idx, argument
124 struct device *dev = ice_pf_to_dev(pf);
127 status = ice_aq_set_port_option(&pf->hw, 0, true, option_idx);
130 status, pf->hw.adminq.sq_last_status);
135 status = ice_acquire_nvm(&pf
182 struct ice_pf *pf = devlink_priv(devlink); local
264 ice_devlink_set_port_split_options(struct ice_pf *pf, struct devlink_port_attrs *attrs) argument
300 ice_devlink_set_switch_id(struct ice_pf *pf, struct netdev_phys_item_id *ppid) argument
320 ice_devlink_create_pf_port(struct ice_pf *pf) argument
370 ice_devlink_destroy_pf_port(struct ice_pf *pf) argument
390 struct ice_pf *pf; local
[all...]
H A Ddevlink.c32 static void ice_info_get_dsn(struct ice_pf *pf, struct ice_info_ctx *ctx) argument
37 put_unaligned_be64(pci_get_dsn(pf->pdev), dsn);
42 static void ice_info_pba(struct ice_pf *pf, struct ice_info_ctx *ctx) argument
44 struct ice_hw *hw = &pf->hw;
50 dev_dbg(ice_pf_to_dev(pf), "Failed to read Product Board Assembly string, status %d\n",
54 static void ice_info_fw_mgmt(struct ice_pf *pf, struct ice_info_ctx *ctx) argument
56 struct ice_hw *hw = &pf->hw;
62 static void ice_info_fw_api(struct ice_pf *pf, struct ice_info_ctx *ctx) argument
64 struct ice_hw *hw = &pf->hw;
70 static void ice_info_fw_build(struct ice_pf *pf, struc argument
77 ice_info_orom_ver(struct ice_pf *pf, struct ice_info_ctx *ctx) argument
86 ice_info_pending_orom_ver(struct ice_pf __always_unused *pf, struct ice_info_ctx *ctx) argument
96 ice_info_nvm_ver(struct ice_pf *pf, struct ice_info_ctx *ctx) argument
104 ice_info_pending_nvm_ver(struct ice_pf __always_unused *pf, struct ice_info_ctx *ctx) argument
114 ice_info_eetrack(struct ice_pf *pf, struct ice_info_ctx *ctx) argument
122 ice_info_pending_eetrack(struct ice_pf *pf, struct ice_info_ctx *ctx) argument
130 ice_info_ddp_pkg_name(struct ice_pf *pf, struct ice_info_ctx *ctx) argument
138 ice_info_ddp_pkg_version(struct ice_pf *pf, struct ice_info_ctx *ctx) argument
147 ice_info_ddp_pkg_bundle_id(struct ice_pf *pf, struct ice_info_ctx *ctx) argument
152 ice_info_netlist_ver(struct ice_pf *pf, struct ice_info_ctx *ctx) argument
163 ice_info_netlist_build(struct ice_pf *pf, struct ice_info_ctx *ctx) argument
171 ice_info_pending_netlist_ver(struct ice_pf __always_unused *pf, struct ice_info_ctx *ctx) argument
185 ice_info_pending_netlist_build(struct ice_pf __always_unused *pf, struct ice_info_ctx *ctx) argument
194 ice_info_cgu_fw_build(struct ice_pf *pf, struct ice_info_ctx *ctx) argument
205 ice_info_cgu_id(struct ice_pf *pf, struct ice_info_ctx *ctx) argument
273 struct ice_pf *pf = devlink_priv(devlink); local
405 ice_devlink_reload_empr_start(struct ice_pf *pf, struct netlink_ext_ack *extack) argument
449 ice_devlink_reinit_down(struct ice_pf *pf) argument
473 struct ice_pf *pf = devlink_priv(devlink); local
512 ice_devlink_reload_empr_finish(struct ice_pf *pf, struct netlink_ext_ack *extack) argument
535 ice_get_tx_topo_user_sel(struct ice_pf *pf, uint8_t *layers) argument
572 ice_update_tx_topo_user_sel(struct ice_pf *pf, int layers) argument
612 struct ice_pf *pf = devlink_priv(devlink); local
635 struct ice_pf *pf = devlink_priv(devlink); local
682 ice_tear_down_devlink_rate_tree(struct ice_pf *pf) argument
709 ice_enable_custom_tx(struct ice_pf *pf) argument
743 ice_traverse_tx_tree(struct devlink *devlink, struct ice_sched_node *node, struct ice_sched_node *tc_node, struct ice_pf *pf) argument
792 struct ice_pf *pf = vsi->back; local
950 struct ice_pf *pf = devlink_priv(rate_node->devlink); local
1193 ice_devlink_reinit_up(struct ice_pf *pf) argument
1241 struct ice_pf *pf = devlink_priv(devlink); local
1288 struct ice_pf *pf = devlink_priv(devlink); local
1299 struct ice_pf *pf = devlink_priv(devlink); local
1322 struct ice_pf *pf = devlink_priv(devlink); local
1339 struct ice_pf *pf = devlink_priv(devlink); local
1350 struct ice_pf *pf = devlink_priv(devlink); local
1373 struct ice_pf *pf = devlink_priv(devlink); local
1448 ice_devlink_register(struct ice_pf *pf) argument
1461 ice_devlink_unregister(struct ice_pf *pf) argument
1466 ice_devlink_register_params(struct ice_pf *pf) argument
1484 ice_devlink_unregister_params(struct ice_pf *pf) argument
1523 struct ice_pf *pf = devlink_priv(devlink); local
1612 struct ice_pf *pf = devlink_priv(devlink); local
1676 struct ice_pf *pf = devlink_priv(devlink); local
1728 ice_devlink_init_regions(struct ice_pf *pf) argument
1768 ice_devlink_destroy_regions(struct ice_pf *pf) argument
[all...]
/linux-master/drivers/net/ethernet/amd/pds_core/
H A Dauxbus.c11 * @pf: ptr to the PF driver's private data struct
17 int pds_client_register(struct pdsc *pf, char *devname) argument
28 err = pdsc_adminq_post(pf, &cmd, &comp, false);
30 dev_info(pf->dev, "register dev_name %s with DSC failed, status %d: %pe\n",
37 dev_err(pf->dev, "%s: device returned null client_id\n",
42 dev_dbg(pf->dev, "%s: device returned client_id %d for %s\n",
51 * @pf: ptr to the PF driver's private data struct
57 int pds_client_unregister(struct pdsc *pf, u16 client_id) argument
66 err = pdsc_adminq_post(pf, &cmd, &comp, false);
68 dev_info(pf
100 struct pdsc *pf; local
137 pdsc_auxbus_dev_register(struct pdsc *cf, struct pdsc *pf, u16 client_id, char *name) argument
178 pdsc_auxbus_dev_del(struct pdsc *cf, struct pdsc *pf) argument
201 pdsc_auxbus_dev_add(struct pdsc *cf, struct pdsc *pf) argument
[all...]
/linux-master/drivers/net/ethernet/freescale/enetc/
H A Denetc_msg.c23 struct enetc_pf *pf = enetc_si_priv(si); local
26 schedule_work(&pf->msg_task);
33 struct enetc_pf *pf = container_of(work, struct enetc_pf, msg_task); local
34 struct enetc_hw *hw = &pf->si->hw;
47 for (i = 0; i < pf->num_vfs; i++) {
54 enetc_msg_handle_rxmsg(pf, i, &msg_code);
66 struct enetc_pf *pf = enetc_si_priv(si); local
72 msg = &pf->rxmsg[idx];
95 struct enetc_pf *pf = enetc_si_priv(si); local
99 msg = &pf
107 enetc_msg_psi_init(struct enetc_pf *pf) argument
149 enetc_msg_psi_free(struct enetc_pf *pf) argument
[all...]
H A Denetc_pf.c58 static void enetc_enable_si_vlan_promisc(struct enetc_pf *pf, int si_idx) argument
60 pf->vlan_promisc_simap |= BIT(si_idx);
61 enetc_set_vlan_promisc(&pf->si->hw, pf->vlan_promisc_simap);
64 static void enetc_disable_si_vlan_promisc(struct enetc_pf *pf, int si_idx) argument
66 pf->vlan_promisc_simap &= ~BIT(si_idx);
67 enetc_set_vlan_promisc(&pf->si->hw, pf->vlan_promisc_simap);
153 static void enetc_sync_mac_filters(struct enetc_pf *pf) argument
155 struct enetc_mac_filter *f = pf
200 struct enetc_pf *pf = enetc_si_priv(priv->si); local
276 enetc_sync_vlan_ht_filter(struct enetc_pf *pf, bool rehash) argument
296 struct enetc_pf *pf = enetc_si_priv(priv->si); local
311 struct enetc_pf *pf = enetc_si_priv(priv->si); local
345 struct enetc_pf *pf = enetc_si_priv(priv->si); local
364 struct enetc_pf *pf = enetc_si_priv(priv->si); local
383 struct enetc_pf *pf = enetc_si_priv(priv->si); local
396 enetc_setup_mac_address(struct device_node *np, struct enetc_pf *pf, int si) argument
427 enetc_setup_mac_addresses(struct device_node *np, struct enetc_pf *pf) argument
448 struct enetc_pf *pf = enetc_si_priv(si); local
469 struct enetc_pf *pf = enetc_si_priv(si); local
586 enetc_configure_port(struct enetc_pf *pf) argument
613 enetc_msg_pf_set_vf_primary_mac_addr(struct enetc_pf *pf, int vf_id) argument
638 enetc_msg_handle_rxmsg(struct enetc_pf *pf, int vf_id, u16 *status) argument
663 struct enetc_pf *pf = enetc_si_priv(si); local
722 struct enetc_pf *pf = enetc_si_priv(priv->si); local
824 enetc_mdio_probe(struct enetc_pf *pf, struct device_node *np) argument
855 enetc_mdio_remove(struct enetc_pf *pf) argument
861 enetc_imdio_create(struct enetc_pf *pf) argument
910 enetc_imdio_remove(struct enetc_pf *pf) argument
920 enetc_port_has_pcs(struct enetc_pf *pf) argument
928 enetc_mdiobus_create(struct enetc_pf *pf, struct device_node *node) argument
953 enetc_mdiobus_destroy(struct enetc_pf *pf) argument
962 struct enetc_pf *pf = phylink_to_enetc_pf(config); local
971 struct enetc_pf *pf = phylink_to_enetc_pf(config); local
1009 struct enetc_pf *pf = phylink_to_enetc_pf(config); local
1085 struct enetc_pf *pf = phylink_to_enetc_pf(config); local
1107 struct enetc_pf *pf = enetc_si_priv(priv->si); local
1269 struct enetc_pf *pf; local
1374 struct enetc_pf *pf = enetc_si_priv(si); local
[all...]
/linux-master/drivers/net/ethernet/netronome/nfp/nic/
H A Dmain.c13 struct nfp_pf *pf = app->pf; local
15 if (pf->eth_tbl && pf->max_data_vnics != pf->eth_tbl->count) {
16 nfp_err(pf->cpp, "ETH entries don't match vNICs (%d vs %d)\n",
17 pf->max_data_vnics, pf->eth_tbl->count);
/linux-master/net/lapb/
H A Dlapb_in.c44 lapb_dbg(1, "(%p) S0 RX SABM(%d)\n", lapb->dev, frame->pf);
47 lapb->dev, frame->pf);
48 lapb_send_control(lapb, LAPB_DM, frame->pf,
52 lapb->dev, frame->pf);
54 lapb_send_control(lapb, LAPB_UA, frame->pf,
69 lapb_dbg(1, "(%p) S0 RX SABME(%d)\n", lapb->dev, frame->pf);
72 lapb->dev, frame->pf);
74 lapb_send_control(lapb, LAPB_UA, frame->pf,
87 lapb->dev, frame->pf);
88 lapb_send_control(lapb, LAPB_DM, frame->pf,
[all...]
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dnetfilter_link_attach.c10 __u32 pf; member in struct:nf_link_test
21 { .pf = NFPROTO_NUMPROTO, .name = "invalid-pf", },
22 { .pf = NFPROTO_IPV4, .hooknum = 42, .name = "invalid-hooknum", },
23 { .pf = NFPROTO_IPV4, .priority = INT_MIN, .name = "invalid-priority-min", },
24 { .pf = NFPROTO_IPV4, .priority = INT_MAX, .name = "invalid-priority-max", },
25 { .pf = NFPROTO_IPV4, .flags = UINT_MAX, .name = "invalid-flags", },
27 { .pf = NFPROTO_INET, .priority = 1, .name = "invalid-inet-not-supported", },
29 { .pf = NFPROTO_IPV4, .priority = -10000, .expect_success = true, .name = "attach ipv4", },
30 { .pf
[all...]
/linux-master/tools/perf/util/
H A Dprobe-finder.c445 static int convert_variable(Dwarf_Die *vr_die, struct probe_finder *pf) argument
453 ret = convert_variable_location(vr_die, pf->addr, pf->fb_ops,
454 &pf->sp_die, pf->machine, pf->tvar);
455 if (ret == -ENOENT && pf->skip_empty_arg)
459 print_var_not_found(pf->pvar->var);
462 else if (ret == 0 && pf->pvar->field) {
463 ret = convert_variable_fields(vr_die, pf
476 find_variable(Dwarf_Die *sc_die, struct probe_finder *pf) argument
572 call_probe_finder(Dwarf_Die *sc_die, struct probe_finder *pf) argument
681 find_best_scope(struct probe_finder *pf, Dwarf_Die *die_mem) argument
702 verify_representive_line(struct probe_finder *pf, const char *fname, int lineno, Dwarf_Addr addr) argument
738 struct probe_finder *pf = data; local
762 find_probe_point_by_line(struct probe_finder *pf) argument
810 struct probe_finder *pf = data; local
838 find_probe_point_lazy(Dwarf_Die *sp_die, struct probe_finder *pf) argument
870 skip_prologue(Dwarf_Die *sp_die, struct probe_finder *pf) argument
904 struct probe_finder *pf = data; local
944 struct probe_finder *pf = param->data; local
1004 find_probe_point_by_func(struct probe_finder *pf) argument
1047 debuginfo__find_probe_location(struct debuginfo *dbg, struct probe_finder *pf) argument
1121 debuginfo__find_probes(struct debuginfo *dbg, struct probe_finder *pf) argument
1158 struct probe_finder *pf; member in struct:local_vars_finder
1170 struct probe_finder *pf = vf->pf; local
1195 expand_probe_args(Dwarf_Die *sc_die, struct probe_finder *pf, struct perf_probe_arg *args) argument
1239 add_probe_trace_event(Dwarf_Die *sc_die, struct probe_finder *pf) argument
1467 add_available_vars(Dwarf_Die *sc_die, struct probe_finder *pf) argument
[all...]
/linux-master/include/linux/net/intel/
H A Diidc.h76 int ice_add_rdma_qset(struct ice_pf *pf, struct iidc_rdma_qset_params *qset);
77 int ice_del_rdma_qset(struct ice_pf *pf, struct iidc_rdma_qset_params *qset);
78 int ice_rdma_request_reset(struct ice_pf *pf, enum iidc_reset_type reset_type);
79 int ice_rdma_update_vsi_filter(struct ice_pf *pf, u16 vsi_id, bool enable);
80 void ice_get_qos_params(struct ice_pf *pf, struct iidc_qos_params *qos);
89 struct ice_pf *pf; member in struct:iidc_auxiliary_dev
104 void (*event_handler)(struct ice_pf *pf, struct iidc_event *event);
/linux-master/include/net/netfilter/
H A Dnf_log.h40 u_int8_t pf,
59 int nf_log_register(u_int8_t pf, struct nf_logger *logger);
62 int nf_log_set(struct net *net, u_int8_t pf, const struct nf_logger *logger);
65 int nf_log_bind_pf(struct net *net, u_int8_t pf,
67 void nf_log_unbind_pf(struct net *net, u_int8_t pf);
69 int nf_logger_find_get(int pf, enum nf_log_type type);
70 void nf_logger_put(int pf, enum nf_log_type type);
78 u_int8_t pf,
88 u_int8_t pf,

Completed in 331 milliseconds

1234567891011>>