Searched refs:pf (Results 76 - 100 of 483) sorted by relevance

1234567891011>>

/linux-master/include/linux/
H A Dnetfilter.h80 u8 pf; member in struct:nf_hook_state
102 u8 pf; member in struct:nf_hook_ops
159 u_int8_t pf,
167 p->pf = pf;
180 u_int8_t pf; member in struct:nf_sockopt_ops
223 static inline int nf_hook(u_int8_t pf, unsigned int hook, struct net *net, argument
232 if (__builtin_constant_p(pf) &&
234 !static_key_false(&nf_hooks_needed[pf][hook]))
239 switch (pf) {
157 nf_hook_state_init(struct nf_hook_state *p, unsigned int hook, u_int8_t pf, struct net_device *indev, struct net_device *outdev, struct sock *sk, struct net *net, int (*okfn)(struct net *, struct sock *, struct sk_buff *)) argument
294 NF_HOOK_COND(uint8_t pf, unsigned int hook, struct net *net, struct sock *sk, struct sk_buff *skb, struct net_device *in, struct net_device *out, int (*okfn)(struct net *, struct sock *, struct sk_buff *), bool cond) argument
308 NF_HOOK(uint8_t pf, unsigned int hook, struct net *net, struct sock *sk, struct sk_buff *skb, struct net_device *in, struct net_device *out, int (*okfn)(struct net *, struct sock *, struct sk_buff *)) argument
319 NF_HOOK_LIST(uint8_t pf, unsigned int hook, struct net *net, struct sock *sk, struct list_head *head, struct net_device *in, struct net_device *out, int (*okfn)(struct net *, struct sock *, struct sk_buff *)) argument
409 NF_HOOK_COND(uint8_t pf, unsigned int hook, struct net *net, struct sock *sk, struct sk_buff *skb, struct net_device *in, struct net_device *out, int (*okfn)(struct net *, struct sock *, struct sk_buff *), bool cond) argument
418 NF_HOOK(uint8_t pf, unsigned int hook, struct net *net, struct sock *sk, struct sk_buff *skb, struct net_device *in, struct net_device *out, int (*okfn)(struct net *, struct sock *, struct sk_buff *)) argument
426 NF_HOOK_LIST(uint8_t pf, unsigned int hook, struct net *net, struct sock *sk, struct list_head *head, struct net_device *in, struct net_device *out, int (*okfn)(struct net *, struct sock *, struct sk_buff *)) argument
433 nf_hook(u_int8_t pf, unsigned int hook, struct net *net, struct sock *sk, struct sk_buff *skb, struct net_device *indev, struct net_device *outdev, int (*okfn)(struct net *, struct sock *, struct sk_buff *)) argument
[all...]
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice.h157 #define ice_for_each_vsi(pf, i) \
158 for ((i) = 0; (i) < (pf)->num_alloc_vsi; (i)++)
197 #define ice_pf_to_dev(pf) (&((pf)->pdev->dev))
199 #define ice_pf_src_tmr_owned(pf) ((pf)->hw.func_caps.ts_func_info.src_tmr_owned)
252 struct mutex *qs_mutex; /* will be assigned to &pf->avail_q_mutex */
263 struct ice_pf *pf; member in struct:ice_sw
353 u16 idx; /* software index in pf->vsi[] */
401 u16 *txq_map; /* index in pf
699 ice_ptp_pf_handles_tx_interrupt(struct ice_pf *pf) argument
805 ice_get_main_vsi(struct ice_pf *pf) argument
830 ice_get_ctrl_vsi(struct ice_pf *pf) argument
844 ice_find_vsi(struct ice_pf *pf, u16 vsi_num) argument
861 ice_is_switchdev_running(struct ice_pf *pf) argument
882 ice_is_adq_active(struct ice_pf *pf) argument
994 ice_set_rdma_cap(struct ice_pf *pf) argument
1006 ice_clear_rdma_cap(struct ice_pf *pf) argument
[all...]
H A Dice_lib.h53 bool ice_pf_state_is_nominal(struct ice_pf *pf);
82 ice_vsi_setup(struct ice_pf *pf, struct ice_vsi_cfg_params *params);
107 int ice_wait_for_reset(struct ice_pf *pf, unsigned long timeout);
133 bool ice_is_safe_mode(struct ice_pf *pf);
134 bool ice_is_rdma_ena(struct ice_pf *pf);
158 bool ice_is_feature_supported(struct ice_pf *pf, enum ice_feature f);
159 void ice_set_feature_support(struct ice_pf *pf, enum ice_feature f);
160 void ice_clear_feature_support(struct ice_pf *pf, enum ice_feature f);
161 void ice_init_feature_support(struct ice_pf *pf);
H A Dice_vf_vsi_vlan_ops.c27 struct ice_pf *pf = vsi->back; local
32 if (ice_is_dvm_ena(&pf->hw)) {
60 struct ice_pf *pf = vsi->back; local
70 if (ice_is_dvm_ena(&pf->hw)) {
84 if (!test_bit(ICE_FLAG_VF_VLAN_PRUNING, pf->flags))
133 struct ice_pf *pf = vsi->back; local
144 vlan_ops = ice_is_dvm_ena(&pf->hw) ?
174 dev = ice_pf_to_dev(vf->pf);
247 dev_dbg(ice_pf_to_dev(vf->pf), "Failed to disable Rx VLAN filtering for old VF with VIRTCHNL_VF_OFFLOAD_VLAN support\n");
H A Dice_lib.c75 struct ice_pf *pf = vsi->back; local
78 dev = ice_pf_to_dev(pf);
175 struct ice_pf *pf = vsi->back; local
187 vsi->alloc_txq = min3(pf->num_lan_msix,
188 ice_get_avail_txq_count(pf),
192 pf->num_lan_tx = vsi->alloc_txq;
195 if (!test_bit(ICE_FLAG_RSS_ENA, pf->flags)) {
202 vsi->alloc_rxq = min3(pf->num_lan_msix,
203 ice_get_avail_rxq_count(pf),
208 pf
297 struct ice_pf *pf = vsi->back; local
326 struct ice_pf *pf = vsi->back; local
353 struct ice_pf *pf = vsi->back; local
394 struct ice_pf *pf = vsi->back; local
455 struct ice_pf *pf = NULL; local
528 struct ice_pf *pf = q_vector->vsi->back; local
548 struct ice_pf *pf = vsi->back; local
644 ice_vsi_alloc(struct ice_pf *pf) argument
691 struct ice_pf *pf = vsi->back; local
781 struct ice_pf *pf = vsi->back; local
826 struct ice_pf *pf = vsi->back; local
850 ice_is_safe_mode(struct ice_pf *pf) argument
861 ice_is_rdma_ena(struct ice_pf *pf) argument
875 struct ice_pf *pf = vsi->back; local
893 struct ice_pf *pf = vsi->back; local
914 struct ice_pf *pf = vsi->back; local
1176 struct ice_pf *pf; local
1208 struct ice_pf *pf = vsi->back; local
1249 struct ice_pf *pf = vsi->back; local
1410 struct ice_pf *pf = vsi->back; local
1516 struct ice_pf *pf = vsi->back; local
1588 struct ice_pf *pf = vsi->back; local
1688 struct ice_pf *pf = vsi->back; local
1721 ice_pf_state_is_nominal(struct ice_pf *pf) argument
1743 struct ice_pf *pf = vsi->back; local
1927 struct ice_pf *pf = vsi->back; local
2050 struct ice_pf *pf = vsi->back; local
2089 struct ice_pf *pf = vsi->back; local
2130 struct ice_pf *pf = vsi->back; local
2237 ice_vsi_cfg_tc_lan(struct ice_pf *pf, struct ice_vsi *vsi) argument
2282 struct ice_pf *pf = vsi->back; local
2437 struct ice_pf *pf = vsi->back; local
2476 struct ice_pf *pf = vsi->back; local
2525 ice_vsi_setup(struct ice_pf *pf, struct ice_vsi_cfg_params *params) argument
2580 struct ice_pf *pf = vsi->back; local
2617 struct ice_pf *pf = vsi->back; local
2795 struct ice_pf *pf = vsi->back; local
2884 struct ice_pf *pf; local
3032 struct ice_pf *pf = vsi->back; local
3095 struct ice_pf *pf; local
3172 ice_wait_for_reset(struct ice_pf *pf, unsigned long timeout) argument
3209 struct ice_pf *pf = vsi->back; local
3367 struct ice_pf *pf = vsi->back; local
3627 struct ice_pf *pf = vsi->back; local
3688 struct ice_pf *pf = vsi->back; local
3900 ice_is_feature_supported(struct ice_pf *pf, enum ice_feature f) argument
3913 ice_set_feature_support(struct ice_pf *pf, enum ice_feature f) argument
3926 ice_clear_feature_support(struct ice_pf *pf, enum ice_feature f) argument
3940 ice_init_feature_support(struct ice_pf *pf) argument
[all...]
H A Dice_virtchnl_fdir.h50 void ice_flush_fdir_ctx(struct ice_pf *pf);
54 static inline void ice_flush_fdir_ctx(struct ice_pf *pf) { } argument
H A Dice_eswitch_br.h69 struct ice_pf *pf; member in struct:ice_esw_br_offloads
116 ice_eswitch_br_offloads_deinit(struct ice_pf *pf);
118 ice_eswitch_br_offloads_init(struct ice_pf *pf);
H A Dice_ethtool.c328 u32 bitno; /* bit position in pf->flags */
434 struct ice_pf *pf = vsi->back; local
435 struct ice_hw *hw = &pf->hw;
451 strscpy(drvinfo->bus_info, pci_name(pf->pdev),
473 struct ice_pf *pf = np->vsi->back; local
474 struct ice_hw *hw = &pf->hw;
487 struct ice_pf *pf = np->vsi->back; local
490 if (pf->hw.debug_mask)
492 pf->hw.debug_mask);
495 return pf
501 struct ice_pf *pf = np->vsi->back; local
516 struct ice_pf *pf = np->vsi->back; local
527 struct ice_pf *pf = vsi->back; local
572 ice_active_vfs(struct ice_pf *pf) argument
627 struct ice_pf *pf = np->vsi->back; local
641 struct ice_pf *pf = (struct ice_pf *)hw->back; local
798 ice_lbtest_create_frame(struct ice_pf *pf, u8 **ret_data, u16 size) argument
943 struct ice_pf *pf = orig_vsi->back; local
1033 struct ice_pf *pf = np->vsi->back; local
1063 struct ice_pf *pf = np->vsi->back; local
1389 struct ice_pf *pf = vsi->back; local
1415 struct ice_pf *pf = vsi->back; local
1600 struct ice_pf *pf = vsi->back; local
1780 struct ice_pf *pf = vsi->back; local
2280 struct ice_pf *pf = np->vsi->back; local
2652 struct ice_pf *pf = vsi->back; local
2705 struct ice_pf *pf = vsi->back; local
2867 struct ice_pf *pf = vsi->back; local
3156 struct ice_pf *pf = np->vsi->back; local
3286 struct ice_pf *pf = vsi->back; local
3364 struct ice_pf *pf = vsi->back; local
3439 struct ice_pf *pf = ice_netdev_to_pf(dev); local
3465 ice_get_max_txq(struct ice_pf *pf) argument
3475 ice_get_max_rxq(struct ice_pf *pf) argument
3513 struct ice_pf *pf = vsi->back; local
3551 struct ice_pf *pf = vsi->back; local
3593 struct ice_pf *pf = vsi->back; local
3698 struct ice_pf *pf = np->vsi->back; local
3722 struct ice_pf *pf = vsi->back; local
3870 struct ice_pf *pf = vsi->back; local
4148 struct ice_pf *pf = vsi->back; local
4225 struct ice_pf *pf = vsi->back; local
[all...]
H A Dice_ethtool_fdir.c618 * @pf: pointer to the PF structure
624 ice_fdir_set_hw_fltr_rule(struct ice_pf *pf, struct ice_flow_seg_info *seg, argument
627 struct device *dev = ice_pf_to_dev(pf);
632 struct ice_hw *hw = &pf->hw;
639 main_vsi = ice_get_main_vsi(pf);
643 ctrl_vsi = ice_get_ctrl_vsi(pf);
711 if (!ice_is_adq_active(pf) || !main_vsi->tc_map_vsi[idx])
835 * @pf: PF structure
841 ice_create_init_fdir_rule(struct ice_pf *pf, enum ice_fltr_ptype flow) argument
844 struct device *dev = ice_pf_to_dev(pf);
1205 ice_cfg_fdir_xtrct_seq(struct ice_pf *pf, struct ethtool_rx_flow_spec *fsp, struct ice_rx_flow_userdef *user) argument
1359 ice_fdir_write_fltr(struct ice_pf *pf, struct ice_fdir_fltr *input, bool add, bool is_tun) argument
1429 ice_fdir_write_all_fltr(struct ice_pf *pf, struct ice_fdir_fltr *input, bool add) argument
1452 ice_fdir_replay_fltrs(struct ice_pf *pf) argument
1472 ice_fdir_create_dflt_rules(struct ice_pf *pf) argument
1503 struct ice_pf *pf = vsi->back; local
1521 struct ice_pf *pf = vsi->back; local
1553 ice_fdir_do_rem_flow(struct ice_pf *pf, enum ice_fltr_ptype flow_type) argument
1581 ice_fdir_update_list_entry(struct ice_pf *pf, struct ice_fdir_fltr *input, int fltr_idx) argument
1633 struct ice_pf *pf = vsi->back; local
1701 struct ice_pf *pf; local
1847 struct ice_pf *pf; local
[all...]
H A Dice_virtchnl.h70 void ice_vc_notify_link_state(struct ice_pf *pf);
71 void ice_vc_notify_reset(struct ice_pf *pf);
76 void ice_vc_process_vf_msg(struct ice_pf *pf, struct ice_rq_event_info *event,
82 static inline void ice_vc_notify_link_state(struct ice_pf *pf) { } argument
83 static inline void ice_vc_notify_reset(struct ice_pf *pf) { } argument
98 ice_vc_process_vf_msg(struct ice_pf *pf, struct ice_rq_event_info *event, argument
/linux-master/net/netfilter/
H A Dnf_log.c28 static struct nf_logger *__find_logger(int pf, const char *str_logger) argument
34 log = nft_log_dereference(loggers[pf][i]);
45 int nf_log_set(struct net *net, u_int8_t pf, const struct nf_logger *logger) argument
49 if (pf == NFPROTO_UNSPEC || pf >= ARRAY_SIZE(net->nf.nf_loggers))
53 log = nft_log_dereference(net->nf.nf_loggers[pf]);
55 rcu_assign_pointer(net->nf.nf_loggers[pf], logger);
79 int nf_log_register(u_int8_t pf, struct nf_logger *logger) argument
84 if (pf >= ARRAY_SIZE(init_net.nf.nf_loggers))
89 if (pf
128 nf_log_bind_pf(struct net *net, u_int8_t pf, const struct nf_logger *logger) argument
144 nf_log_unbind_pf(struct net *net, u_int8_t pf) argument
154 nf_logger_find_get(int pf, enum nf_log_type type) argument
191 nf_logger_put(int pf, enum nf_log_type type) argument
211 nf_log_packet(struct net *net, u_int8_t pf, unsigned int hooknum, const struct sk_buff *skb, const struct net_device *in, const struct net_device *out, const struct nf_loginfo *loginfo, const char *fmt, ...) argument
240 nf_log_trace(struct net *net, u_int8_t pf, unsigned int hooknum, const struct sk_buff *skb, const struct net_device *in, const struct net_device *out, const struct nf_loginfo *loginfo, const char *fmt, ...) argument
[all...]
H A Dcore.c279 nf_hook_entry_head(struct net *net, int pf, unsigned int hooknum, argument
282 switch (pf) {
351 int pf)
353 if ((pf == NFPROTO_NETDEV && reg->hooknum == NF_NETDEV_INGRESS) ||
354 (pf == NFPROTO_INET && reg->hooknum == NF_INET_INGRESS))
361 int pf)
363 return pf == NFPROTO_NETDEV && reg->hooknum == NF_NETDEV_EGRESS;
366 static void nf_static_key_inc(const struct nf_hook_ops *reg, int pf) argument
371 if (pf == NFPROTO_INET && reg->hooknum == NF_INET_INGRESS) {
372 pf
350 nf_ingress_hook(const struct nf_hook_ops *reg, int pf) argument
360 nf_egress_hook(const struct nf_hook_ops *reg, int pf) argument
381 nf_static_key_dec(const struct nf_hook_ops *reg, int pf) argument
396 __nf_register_net_hook(struct net *net, int pf, const struct nf_hook_ops *reg) argument
488 __nf_unregister_net_hook(struct net *net, int pf, const struct nf_hook_ops *reg) argument
[all...]
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_sriov.c58 if (!bp->pf.active_vfs) {
62 if (vf_id >= bp->pf.active_vfs) {
85 vf = &bp->pf.vf[vf_id];
169 vf = &bp->pf.vf[vf_id];
191 vf = &bp->pf.vf[vf_id];
233 vf = &bp->pf.vf[vf_id];
272 vf = &bp->pf.vf[vf_id];
302 vf = &bp->pf.vf[vf_id];
343 vf = &bp->pf.vf[vf_id];
373 vf = &bp->pf
382 struct bnxt_pf_info *pf = &bp->pf; local
530 struct bnxt_pf_info *pf = &bp->pf; local
649 struct bnxt_pf_info *pf = &bp->pf; local
[all...]
/linux-master/arch/x86/include/asm/
H A Dmicrocode.h7 unsigned int pf; member in struct:cpu_signature
37 unsigned int pf; member in struct:microcode_header_intel
/linux-master/drivers/net/ethernet/netronome/nfp/abm/
H A Dmain.c110 err = nfp_port_init_phy_port(app->pf, app, port, alink->id);
115 port->pf_split = app->pf->max_data_vnics > 1;
175 struct nfp_pf *pf = abm->app->pf; local
178 list_for_each_entry(nn, &pf->vnics, vnic_list)
207 struct nfp_pf *pf = app->pf; local
218 list_for_each_entry(nn, &pf->vnics, vnic_list) {
257 nfp_abm_vnic_set_mac(struct nfp_pf *pf, struct nfp_abm *abm, struct nfp_net *nn, argument
260 struct nfp_eth_table_port *eth_port = &pf
445 struct nfp_pf *pf = app->pf; local
[all...]
/linux-master/fs/affs/
H A Dsymlink.c36 char *pf; local
38 pf = sbi->s_prefix ? sbi->s_prefix : "/";
39 while (i < 1023 && (c = pf[i]))
/linux-master/tools/perf/util/
H A Dprobe-finder.h55 int (*callback)(Dwarf_Die *sc_die, struct probe_finder *pf);
80 struct probe_finder pf; member in struct:trace_event_finder
88 struct probe_finder pf; member in struct:available_var_finder
/linux-master/drivers/firmware/efi/libstub/
H A Dgop.c58 int pf = -1; local
70 pf = PIXEL_RGB_RESERVED_8BIT_PER_COLOR;
73 pf = PIXEL_BGR_RESERVED_8BIT_PER_COLOR;
84 cmdline.res.format = pf;
143 int pf; local
164 pf = info->pixel_format;
168 if (pf == PIXEL_BLT_ONLY || pf >= PIXEL_FORMAT_MAX) {
197 int pf; local
205 pf
256 int pf; local
318 int pf; local
[all...]
/linux-master/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_debugdump.c112 typedef int (*nfp_tlv_visit)(struct nfp_pf *pf, struct nfp_dump_tl *tl,
116 nfp_traverse_tlvs(struct nfp_pf *pf, void *data, u32 data_length, void *param, argument
141 err = tlv_visit(pf, tl, param);
190 static int nfp_calc_fwname_tlv_size(struct nfp_pf *pf) argument
192 u32 fwname_len = strlen(nfp_mip_name(pf->mip));
197 static int nfp_calc_hwinfo_field_sz(struct nfp_pf *pf, struct nfp_dump_tl *spec) argument
207 value = nfp_hwinfo_lookup(pf->hwinfo, spec->data);
229 nfp_calc_rtsym_dump_sz(struct nfp_pf *pf, struct nfp_dump_tl *spec) argument
231 struct nfp_rtsym_table *rtbl = pf->rtbl;
251 nfp_add_tlv_size(struct nfp_pf *pf, struc argument
299 nfp_calc_specific_level_size(struct nfp_pf *pf, struct nfp_dump_tl *dump_level, void *param) argument
312 nfp_net_dump_calculate_size(struct nfp_pf *pf, struct nfp_dumpspec *spec, u32 flag) argument
369 nfp_dump_fwname(struct nfp_pf *pf, struct nfp_dump_state *dump) argument
390 nfp_dump_hwinfo(struct nfp_pf *pf, struct nfp_dump_tl *spec, struct nfp_dump_state *dump) argument
411 nfp_dump_hwinfo_field(struct nfp_pf *pf, struct nfp_dump_tl *spec, struct nfp_dump_state *dump) argument
449 nfp_dump_csr_range(struct nfp_pf *pf, struct nfp_dumpspec_csr *spec_csr, struct nfp_dump_state *dump) argument
551 nfp_dump_indirect_csr_range(struct nfp_pf *pf, struct nfp_dumpspec_csr *spec_csr, struct nfp_dump_state *dump) argument
597 nfp_dump_single_rtsym(struct nfp_pf *pf, struct nfp_dumpspec_rtsym *spec, struct nfp_dump_state *dump) argument
654 nfp_dump_for_tlv(struct nfp_pf *pf, struct nfp_dump_tl *tl, void *param) argument
707 nfp_dump_specific_level(struct nfp_pf *pf, struct nfp_dump_tl *dump_level, void *param) argument
737 nfp_net_dump_populate_buffer(struct nfp_pf *pf, struct nfp_dumpspec *spec, struct ethtool_dump *dump_param, void *dest) argument
[all...]
/linux-master/net/sunrpc/auth_gss/
H A Dgss_mech_switch.c35 struct pf_desc *pf; local
39 pf = &gm->gm_pfs[i];
40 if (pf->domain)
41 auth_domain_put(pf->domain);
42 kfree(pf->auth_domain_name);
43 pf->auth_domain_name = NULL;
65 struct pf_desc *pf; local
69 pf = &gm->gm_pfs[i];
70 pf->auth_domain_name = make_auth_domain_name(pf
[all...]
/linux-master/drivers/pinctrl/mediatek/
H A Dpinctrl-mtk-common-v2.c157 static void mtk_hw_bits_part(struct mtk_pin_field *pf, int *h, int *l) argument
159 *l = 32 - pf->bitpos;
160 *h = get_count_order(pf->mask) - *l;
164 struct mtk_pin_field *pf, int value)
168 mtk_hw_bits_part(pf, &nbits_h, &nbits_l);
170 mtk_rmw(hw, pf->index, pf->offset, pf->mask << pf->bitpos,
171 (value & pf
163 mtk_hw_write_cross_field(struct mtk_pinctrl *hw, struct mtk_pin_field *pf, int value) argument
177 mtk_hw_read_cross_field(struct mtk_pinctrl *hw, struct mtk_pin_field *pf, int *value) argument
195 struct mtk_pin_field pf; local
218 struct mtk_pin_field pf; local
[all...]
/linux-master/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_flows.c286 int otx2_mcam_flow_init(struct otx2_nic *pf) argument
290 pf->flow_cfg = devm_kzalloc(pf->dev, sizeof(struct otx2_flow_config),
292 if (!pf->flow_cfg)
295 pf->flow_cfg->dmacflt_bmap = devm_kcalloc(pf->dev,
298 if (!pf->flow_cfg->dmacflt_bmap)
301 INIT_LIST_HEAD(&pf->flow_cfg->flow_list);
302 INIT_LIST_HEAD(&pf->flow_cfg->flow_list_tc);
307 err = otx2_mcam_entry_init(pf);
339 otx2_mcam_flow_del(struct otx2_nic *pf) argument
348 otx2_do_add_macfilter(struct otx2_nic *pf, const u8 *mac) argument
396 struct otx2_nic *pf = netdev_priv(netdev); local
407 otx2_get_mcamentry_for_mac(struct otx2_nic *pf, const u8 *mac, int *mcam_entry) argument
427 struct otx2_nic *pf = netdev_priv(netdev); local
1450 otx2_enable_rxvlan(struct otx2_nic *pf, bool enable) argument
1500 otx2_dmacflt_reinstall_flows(struct otx2_nic *pf) argument
[all...]
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_ddp.c293 struct i40e_pf *pf = vsi->back; local
334 istatus = i40e_ddp_does_profile_exist(&pf->hw, &pinfo);
344 istatus = i40e_ddp_does_profile_overlap(&pf->hw, &pinfo);
363 status = i40e_write_profile(&pf->hw, profile_hdr, track_id);
374 status = i40e_rollback_profile(&pf->hw, profile_hdr, track_id);
383 status = i40e_add_pinfo(&pf->hw, profile_hdr, profile_info_sec,
390 status = i40e_del_pinfo(&pf->hw, profile_hdr, profile_info_sec,
403 * @pf: PF data struct
408 static int i40e_ddp_restore(struct i40e_pf *pf) argument
411 struct net_device *netdev = pf
438 struct i40e_pf *pf = vsi->back; local
[all...]
/linux-master/net/bridge/netfilter/
H A Debtable_filter.c56 .pf = NFPROTO_BRIDGE,
62 .pf = NFPROTO_BRIDGE,
68 .pf = NFPROTO_BRIDGE,
H A Debtable_nat.c56 .pf = NFPROTO_BRIDGE,
62 .pf = NFPROTO_BRIDGE,
68 .pf = NFPROTO_BRIDGE,

Completed in 255 milliseconds

1234567891011>>