Searched refs:pf (Results 1 - 25 of 483) sorted by last modified time

1234567891011>>

/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_debugfs.c581 int pf, vf, num_vfs, hw_vfs; local
617 for (pf = 0; pf < rvu->hw->total_pfs; pf++) {
619 pf);
621 index = pf * rvu->hw->total_vfs * LMT_MAPTBL_ENTRY_SIZE;
632 rvu_get_pf_numvfs(rvu, pf, &num_vfs, &hw_vfs);
634 index = (pf * rvu->hw->total_vfs * 16) +
637 "PF%d:VF%d \t\t", pf, vf);
702 int index, pf, v local
742 int pf, vf, pcifunc; local
846 int pf, domain, blkid; local
2551 int pf; local
2687 int pf, vf, numvfs, blkaddr; local
2997 int pf, vf = -1; local
[all...]
H A Drvu_npc.c78 int rvu_npc_get_pkind(struct rvu *rvu, u16 pf) argument
86 if (((map >> 16) & 0x3F) == pf)
94 int npc_config_ts_kpuaction(struct rvu *rvu, int pf, u16 pcifunc, bool enable) argument
99 pkind = rvu_npc_get_pkind(rvu, pf);
150 int pf = rvu_get_pf(pcifunc); local
154 if (pf && !(pcifunc & RVU_PFVF_FUNC_MASK)) {
156 pf--;
157 index = mcam->pf_offset + (pf * RSVD_MCAM_ENTRIES_PER_PF);
3330 int pf = rvu_get_pf(pcifunc); local
3335 rxpkind = rvu_npc_get_pkind(rvu, pf);
[all...]
H A Drvu_nix.c334 int pkind, pf, vf, lbkid, vfid; local
339 pf = rvu_get_pf(pcifunc);
340 if (!is_pf_cgxmapped(rvu, pf) && type != NIX_INTF_TYPE_LBK &&
346 pfvf->cgx_lmac = rvu->pf2cgxlmac_map[pf];
349 pkind = rvu_npc_get_pkind(rvu, pf);
417 parent_pf = &rvu->pf[rvu_get_pf(pcifunc)];
575 int blkaddr, pf, type, err; local
582 pf = rvu_get_pf(pcifunc);
584 if (!is_pf_cgxmapped(rvu, pf) && type != NIX_INTF_TYPE_LBK)
698 int blkaddr, pf, typ local
1990 int pf = rvu_get_pf(pcifunc); local
2008 int pf = rvu_get_pf(pcifunc); local
2364 int pf = rvu_get_pf(pcifunc); local
2726 u8 pf = rvu_get_pf(pcifunc); local
3447 int pf; local
3491 int err, pf, numvfs, idx; local
4458 int pf = rvu_get_pf(pcifunc); local
4505 int pf = rvu_get_pf(pcifunc); local
5187 int pf = rvu_get_pf(pcifunc); local
5269 int blkaddr, pf; local
[all...]
/linux-master/drivers/net/ethernet/intel/ice/
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...]
H A Dice_vf_lib.c14 * @pf: the PF private structure
25 struct ice_vf *ice_get_vf_by_id(struct ice_pf *pf, u16 vf_id) argument
30 hash_for_each_possible_rcu(pf->vfs.table, vf, entry, vf_id) {
82 * @pf: the PF private structure
89 bool ice_has_vfs(struct ice_pf *pf) argument
94 return !hash_empty(pf->vfs.table);
99 * @pf: the PF private structure
105 u16 ice_get_num_vfs(struct ice_pf *pf) argument
112 ice_for_each_vf_rcu(pf, bkt, vf)
128 return vf->pf
145 struct ice_pf *pf = vf->pf; local
263 struct ice_pf *pf = vf->pf; local
298 struct ice_pf *pf = vf->pf; local
460 struct ice_pf *pf = vsi->back; local
570 ice_is_any_vf_in_unicast_promisc(struct ice_pf *pf) argument
623 struct ice_pf *pf = vf->pf; local
725 ice_reset_all_vfs(struct ice_pf *pf) argument
838 struct ice_pf *pf = vf->pf; local
988 struct ice_pf *pf = vf->pf; local
1057 struct ice_pf *pf = vf->pf; local
1239 struct ice_pf *pf = vf->pf; local
1268 struct ice_pf *pf = vf->pf; local
1351 ice_get_vf_ctrl_vsi(struct ice_pf *pf, struct ice_vsi *vsi) argument
[all...]
H A Dice_tc_lib.c914 struct ice_pf *pf = vsi->back; local
919 dev = ice_pf_to_dev(pf);
980 struct ice_pf *pf = vsi->back; local
981 struct ice_hw *hw = &pf->hw;
990 dev = ice_pf_to_dev(pf);
991 if (ice_is_safe_mode(pf)) {
1086 pf->num_dmac_chnl_fltrs++;
1900 struct ice_pf *pf = vsi->back; local
1906 err = ice_rem_adv_rule_by_id(&pf->hw, &rule_rem);
1927 pf
1990 ice_find_tc_flower_fltr(struct ice_pf *pf, unsigned long cookie) argument
2014 struct ice_pf *pf = vsi->back; local
2062 struct ice_pf *pf = vsi->back; local
2095 ice_replay_tc_fltrs(struct ice_pf *pf) argument
[all...]
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dsge.c1695 TXPKT_PF_V(adap->pf);
2323 TXPKT_PF_V(adap->pf));
2580 flowc->mnemval[0].val = cpu_to_be32(FW_PFVF_CMD_PFN_V(adap->pf));
2694 ctrl0 = TXPKT_OPCODE_V(CPL_TX_PKT_XT) | TXPKT_PF_V(adap->pf) |
4382 FW_IQ_CMD_PFN_V(adap->pf) | FW_IQ_CMD_VFN_V(0));
4524 ret = t4_set_params(adap, adap->mbox, adap->pf, 0, 1,
4599 FW_EQ_ETH_CMD_PFN_V(adap->pf) |
4690 FW_EQ_CTRL_CMD_PFN_V(adap->pf) |
4736 return t4_set_params(adap, adap->mbox, adap->pf, 0, 1, &param, &val);
4765 FW_EQ_OFLD_CMD_PFN_V(adap->pf) |
[all...]
/linux-master/drivers/net/ethernet/broadcom/genet/
H A Dbcmgenet.h99 u32 pf; /* RO # of Received pause frame pkt */ member in struct:bcmgenet_rx_counters
120 u32 pf; /* RO # of xmited pause frame count */ member in struct:bcmgenet_tx_counters
H A Dbcmgenet.c1058 STAT_GENET_MIB_RX("rx_pause", mib.rx.pf),
1085 STAT_GENET_MIB_TX("tx_pause", mib.tx.pf),
/linux-master/fs/nfsd/
H A Dnfs4xdr.c4631 rpc_authflavor_t pf = flavs[i].pseudoflavor; local
4634 if (rpcauth_get_gssinfo(pf, &info) == 0) {
4645 } else if (pf < RPC_AUTH_MAXFLAVOR) {
4649 status = nfsd4_encode_uint32_t(xdr, pf);
4655 "is not supported\n", pf);
/linux-master/net/openvswitch/
H A Dconntrack.c717 .pf = info->family,
/linux-master/net/netfilter/
H A Dnft_chain_filter.c150 switch (state->pf) {
173 ingress_state.pf = NFPROTO_IPV4;
181 ingress_state.pf = NFPROTO_IPV6;
H A Dnf_tables_api.c2389 ops->pf = family;
2630 h->ops.pf = basechain->ops.pf;
8346 hook->ops.pf = NFPROTO_NETDEV;
8438 hook->ops.pf == hook2->ops.pf) {
/linux-master/drivers/net/ethernet/intel/i40e/
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);
137 struct i40e_pf *pf = i40e_hw_to_pf(hw); local
152 struct i40e_pf *pf = i40e_hw_to_pf(hw); local
170 struct i40e_pf *pf = i40e_hw_to_pf(hw); local
222 i40e_get_lump(struct i40e_pf *pf, struct i40e_lump_tracking *pile, u16 needed, u16 id) argument
311 i40e_find_vsi_from_id(struct i40e_pf *pf, u16 id) argument
329 i40e_service_event_schedule(struct i40e_pf *pf) argument
350 struct i40e_pf *pf = vsi->back; local
554 i40e_pf_reset_stats(struct i40e_pf *pf) argument
716 struct i40e_pf *pf = vsi->back; local
778 struct i40e_pf *pf = veb->pf; local
864 struct i40e_pf *pf = vsi->back; local
1003 i40e_update_pf_stats(struct i40e_pf *pf) argument
1235 struct i40e_pf *pf = vsi->back; local
1481 struct i40e_pf *pf = vsi->back; local
1579 struct i40e_pf *pf = vsi->back; local
1797 struct i40e_pf *pf = vsi->back; local
1854 struct i40e_pf *pf = vsi->back; local
1891 struct i40e_pf *pf = vsi->back; local
2024 struct i40e_pf *pf = vsi->back; local
2476 i40e_set_promiscuous(struct i40e_pf *pf, bool promisc) argument
2555 struct i40e_pf *pf; local
2879 i40e_sync_filters_subtask(struct i40e_pf *pf) argument
2951 struct i40e_pf *pf = vsi->back; local
2980 struct i40e_pf *pf = np->vsi->back; local
3826 i40e_reset_fdir_filter_cnt(struct i40e_pf *pf) argument
3848 struct i40e_pf *pf = vsi->back; local
3888 struct i40e_pf *pf = vsi->back; local
3977 i40e_enable_misc_int_causes(struct i40e_pf *pf) argument
4019 struct i40e_pf *pf = vsi->back; local
4058 i40e_irq_dynamic_disable_icr0(struct i40e_pf *pf) argument
4071 i40e_irq_dynamic_enable_icr0(struct i40e_pf *pf) argument
4138 struct i40e_pf *pf = vsi->back; local
4211 struct i40e_pf *pf = vsi->back; local
4257 struct i40e_pf *pf = vsi->back; local
4275 i40e_free_misc_vector(struct i40e_pf *pf) argument
4298 struct i40e_pf *pf = (struct i40e_pf *)data; local
4618 struct i40e_pf *pf = vsi->back; local
4648 struct i40e_pf *pf = vsi->back; local
4677 i40e_pf_txq_wait(struct i40e_pf *pf, int pf_q, bool enable) argument
4705 i40e_control_tx_q(struct i40e_pf *pf, int pf_q, bool enable) argument
4747 i40e_control_wait_tx_q(int seid, struct i40e_pf *pf, int pf_q, bool is_xdp, bool enable) argument
4772 struct i40e_pf *pf = vsi->back; local
4806 i40e_pf_rxq_wait(struct i40e_pf *pf, int pf_q, bool enable) argument
4834 i40e_control_rx_q(struct i40e_pf *pf, int pf_q, bool enable) argument
4871 i40e_control_wait_rx_q(struct i40e_pf *pf, int pf_q, bool enable) argument
4891 struct i40e_pf *pf = vsi->back; local
4933 struct i40e_pf *pf = vsi->back; local
4969 struct i40e_pf *pf = vsi->back; local
4985 struct i40e_pf *pf = vsi->back; local
5149 i40e_reset_interrupt_capability(struct i40e_pf *pf) argument
5172 i40e_clear_interrupt_scheme(struct i40e_pf *pf) argument
5235 struct i40e_pf *pf = vsi->back; local
5282 i40e_pf_quiesce_all_vsi(struct i40e_pf *pf) argument
5295 i40e_pf_unquiesce_all_vsi(struct i40e_pf *pf) argument
5312 struct i40e_pf *pf = vsi->back; local
5360 i40e_pf_wait_queues_disabled(struct i40e_pf *pf) argument
5383 i40e_get_iscsi_tc_map(struct i40e_pf *pf) argument
5473 i40e_mqprio_get_enabled_tc(struct i40e_pf *pf) argument
5490 i40e_pf_get_num_tc(struct i40e_pf *pf) argument
5527 i40e_pf_get_tc_map(struct i40e_pf *pf) argument
5559 struct i40e_pf *pf = vsi->back; local
5621 struct i40e_pf *pf = vsi->back; local
5664 struct i40e_pf *pf = vsi->back; local
5738 struct i40e_pf *pf; local
5798 struct i40e_pf *pf = vsi->back; local
5925 struct i40e_pf *pf = vsi->back; local
5973 struct i40e_pf *pf = vsi->back; local
6015 struct i40e_pf *pf = vsi->back; local
6125 i40e_validate_num_queues(struct i40e_pf *pf, int num_queues, struct i40e_vsi *vsi, bool *reconfig_rss) argument
6177 struct i40e_pf *pf = vsi->back; local
6233 i40e_channel_setup_queue_map(struct i40e_pf *pf, struct i40e_vsi_context *ctxt, struct i40e_channel *ch) argument
6272 i40e_add_channel(struct i40e_pf *pf, u16 uplink_seid, struct i40e_channel *ch) argument
6372 i40e_channel_config_tx_ring(struct i40e_pf *pf, struct i40e_vsi *vsi, struct i40e_channel *ch) argument
6426 i40e_setup_hw_channel(struct i40e_pf *pf, struct i40e_vsi *vsi, struct i40e_channel *ch, u16 uplink_seid, u8 type) argument
6477 i40e_setup_channel(struct i40e_pf *pf, struct i40e_vsi *vsi, struct i40e_channel *ch) argument
6515 struct i40e_pf *pf = vsi->back; local
6573 struct i40e_pf *pf = vsi->back; local
6734 struct i40e_pf *pf = veb->pf; local
6783 i40e_dcb_reconfigure(struct i40e_pf *pf) argument
6838 i40e_resume_port_tx(struct i40e_pf *pf) argument
6863 i40e_suspend_port_tx(struct i40e_pf *pf) argument
6890 i40e_hw_set_dcb_config(struct i40e_pf *pf, struct i40e_dcbx_config *new_cfg) argument
6941 i40e_hw_dcb_config(struct i40e_pf *pf, struct i40e_dcbx_config *new_cfg) argument
7114 i40e_dcb_sw_default_config(struct i40e_pf *pf) argument
7174 i40e_init_pf_dcb(struct i40e_pf *pf) argument
7248 struct i40e_pf *pf = vsi->back; local
7384 struct i40e_pf *pf = vsi->back; local
7434 struct i40e_pf *pf = vsi->back; local
7449 i40e_force_link_state(struct i40e_pf *pf, bool is_up) argument
7813 struct i40e_pf *pf = vsi->back; local
7886 struct i40e_pf *pf = vsi->back; local
7989 struct i40e_pf *pf = vsi->back; local
8097 struct i40e_pf *pf = vsi->back; local
8134 struct i40e_pf *pf = vsi->back; local
8175 struct i40e_pf *pf = vsi->back; local
8372 struct i40e_pf *pf = vsi->back; local
8442 struct i40e_pf *pf = vsi->back; local
8552 struct i40e_pf *pf = vsi->back; local
8791 struct i40e_pf *pf = vsi->back; local
8890 struct i40e_pf *pf = vsi->back; local
8999 struct i40e_pf *pf = vsi->back; local
9061 struct i40e_pf *pf = vsi->back; local
9129 i40e_fdir_filter_exit(struct i40e_pf *pf) argument
9208 i40e_cloud_filter_exit(struct i40e_pf *pf) argument
9259 i40e_do_reset(struct i40e_pf *pf, u32 reset_flags, bool lock_acquired) argument
9351 i40e_dcb_need_reconfig(struct i40e_pf *pf, struct i40e_dcbx_config *old_cfg, struct i40e_dcbx_config *new_cfg) argument
9405 i40e_handle_lldp_event(struct i40e_pf *pf, struct i40e_arq_event_info *e) argument
9530 i40e_do_reset_safe(struct i40e_pf *pf, u32 reset_flags) argument
9545 i40e_handle_lan_overflow_event(struct i40e_pf *pf, struct i40e_arq_event_info *e) argument
9577 i40e_get_cur_guaranteed_fd_count(struct i40e_pf *pf) argument
9590 i40e_get_current_fd_count(struct i40e_pf *pf) argument
9604 i40e_get_global_fd_count(struct i40e_pf *pf) argument
9618 i40e_reenable_fdir_sb(struct i40e_pf *pf) argument
9630 i40e_reenable_fdir_atr(struct i40e_pf *pf) argument
9653 i40e_delete_invalid_filter(struct i40e_pf *pf, struct i40e_fdir_filter *filter) argument
9722 i40e_fdir_check_and_reenable(struct i40e_pf *pf) argument
9762 i40e_fdir_flush_and_replay(struct i40e_pf *pf) argument
9820 i40e_get_current_atr_cnt(struct i40e_pf *pf) argument
9829 i40e_fdir_reinit_subtask(struct i40e_pf *pf) argument
9886 struct i40e_pf *pf; local
9903 i40e_link_event(struct i40e_pf *pf) argument
9986 i40e_watchdog_subtask(struct i40e_pf *pf) argument
10028 i40e_reset_subtask(struct i40e_pf *pf) argument
10075 i40e_handle_link_event(struct i40e_pf *pf, struct i40e_arq_event_info *e) argument
10115 i40e_clean_adminq_subtask(struct i40e_pf *pf) argument
10247 i40e_verify_eeprom(struct i40e_pf *pf) argument
10274 i40e_enable_pf_switch_lb(struct i40e_pf *pf) argument
10310 i40e_disable_pf_switch_lb(struct i40e_pf *pf) argument
10350 struct i40e_pf *pf = veb->pf; local
10372 struct i40e_pf *pf = veb->pf; local
10448 i40e_get_capabilities(struct i40e_pf *pf, enum i40e_admin_queue_opc list_type) argument
10529 i40e_fdir_sb_setup(struct i40e_pf *pf) argument
10573 i40e_fdir_teardown(struct i40e_pf *pf) argument
10594 struct i40e_pf *pf = vsi->back; local
10704 i40e_prep_for_reset(struct i40e_pf *pf) argument
10747 i40e_send_version(struct i40e_pf *pf) argument
10810 i40e_reset(struct i40e_pf *pf) argument
10833 i40e_rebuild(struct i40e_pf *pf, bool reinit, bool lock_acquired) argument
11127 i40e_reset_and_rebuild(struct i40e_pf *pf, bool reinit, bool lock_acquired) argument
11152 i40e_handle_reset_warning(struct i40e_pf *pf, bool lock_acquired) argument
11164 i40e_handle_mdd_event(struct i40e_pf *pf) argument
11255 struct i40e_pf *pf = container_of(work, local
11315 struct i40e_pf *pf = from_timer(pf, t, service_timer); local
11328 struct i40e_pf *pf = vsi->back; local
11440 i40e_vsi_mem_alloc(struct i40e_pf *pf, enum i40e_vsi_type type) argument
11567 struct i40e_pf *pf; local
11638 struct i40e_pf *pf = vsi->back; local
11708 i40e_reserve_msix_vectors(struct i40e_pf *pf, int vectors) argument
11729 i40e_init_msix(struct i40e_pf *pf) argument
11987 struct i40e_pf *pf = vsi->back; local
12017 i40e_init_interrupt_scheme(struct i40e_pf *pf) argument
12079 i40e_restore_interrupt_scheme(struct i40e_pf *pf) argument
12134 i40e_setup_misc_vector_for_recovery_mode(struct i40e_pf *pf) argument
12174 i40e_setup_misc_vector(struct i40e_pf *pf) argument
12217 struct i40e_pf *pf = vsi->back; local
12263 struct i40e_pf *pf = vsi->back; local
12317 struct i40e_pf *pf = vsi->back; local
12350 struct i40e_pf *pf = vsi->back; local
12369 struct i40e_pf *pf = vsi->back; local
12384 i40e_fill_rss_lut(struct i40e_pf *pf, u8 *lut, u16 rss_table_size, u16 rss_size) argument
12397 i40e_pf_config_rss(struct i40e_pf *pf) argument
12469 i40e_reconfig_rss_queues(struct i40e_pf *pf, int queue_count) argument
12516 i40e_get_partition_bw_setting(struct i40e_pf *pf) argument
12539 i40e_set_partition_bw_setting(struct i40e_pf *pf) argument
12561 i40e_commit_partition_bw_setting(struct i40e_pf *pf) argument
12645 i40e_is_total_port_shutdown_enabled(struct i40e_pf *pf) argument
12700 i40e_sw_init(struct i40e_pf *pf) argument
12840 i40e_set_ntuple(struct i40e_pf *pf, netdev_features_t features) argument
12886 struct i40e_pf *pf = vsi->back; local
12936 struct i40e_pf *pf = vsi->back; local
13019 struct i40e_pf *pf = np->vsi->back; local
13048 struct i40e_pf *pf = np->vsi->back; local
13104 struct i40e_pf *pf = vsi->back; local
13178 struct i40e_pf *pf = vsi->back; local
13262 struct i40e_pf *pf = vsi->back; local
13330 struct i40e_pf *pf = vsi->back; local
13349 struct i40e_pf *pf = vsi->back; local
13424 struct i40e_pf *pf = vsi->back; local
13475 struct i40e_pf *pf = vsi->back; local
13495 struct i40e_pf *pf = vsi->back; local
13650 struct i40e_pf *pf = vsi->back; local
13838 struct i40e_pf *pf = vsi->back; local
13873 struct i40e_pf *pf = vsi->back; local
14121 struct i40e_pf *pf; local
14223 struct i40e_pf *pf = vsi->back; local
14279 struct i40e_pf *pf; local
14357 i40e_vsi_setup(struct i40e_pf *pf, u8 type, u16 uplink_seid, u32 param1) argument
14539 struct i40e_pf *pf = veb->pf; local
14589 i40e_veb_mem_alloc(struct i40e_pf *pf) argument
14637 struct i40e_pf *pf = branch->pf; local
14678 struct i40e_pf *pf = veb->pf; local
14696 struct i40e_pf *pf; local
14737 struct i40e_pf *pf = veb->pf; local
14799 i40e_veb_setup(struct i40e_pf *pf, u16 flags, u16 uplink_seid, u16 vsi_seid, u8 enabled_tc) argument
14861 i40e_setup_pf_switch_element(struct i40e_pf *pf, struct i40e_aqc_switch_config_element_resp *ele, u16 num_reported, bool printconfig) argument
14941 i40e_fetch_switch_configuration(struct i40e_pf *pf, bool printconfig) argument
14999 i40e_setup_pf_switch(struct i40e_pf *pf, bool reinit, bool lock_acquired) argument
15113 i40e_determine_queue_usage(struct i40e_pf *pf) argument
15220 i40e_setup_pf_filter_control(struct i40e_pf *pf) argument
15243 i40e_print_features(struct i40e_pf *pf) argument
15294 i40e_get_platform_mac_addr(struct pci_dev *pdev, struct i40e_pf *pf) argument
15336 i40e_check_recovery_mode(struct i40e_pf *pf) argument
15374 i40e_pf_loop_reset(struct i40e_pf *pf) argument
15406 i40e_check_fw_empr(struct i40e_pf *pf) argument
15425 i40e_handle_resets(struct i40e_pf *pf) argument
15446 i40e_init_recovery_mode(struct i40e_pf *pf, struct i40e_hw *hw) argument
15542 struct i40e_pf *pf = i40e_hw_to_pf(hw); local
15567 struct i40e_pf *pf; local
16172 struct i40e_pf *pf = pci_get_drvdata(pdev); local
16318 struct i40e_pf *pf = pci_get_drvdata(pdev); local
16347 struct i40e_pf *pf = pci_get_drvdata(pdev); local
16378 struct i40e_pf *pf = pci_get_drvdata(pdev); local
16389 struct i40e_pf *pf = pci_get_drvdata(pdev); local
16409 struct i40e_pf *pf = pci_get_drvdata(pdev); local
16423 i40e_enable_mc_magic_wake(struct i40e_pf *pf) argument
16471 struct i40e_pf *pf = pci_get_drvdata(pdev); local
16523 struct i40e_pf *pf = dev_get_drvdata(dev); local
16574 struct i40e_pf *pf = dev_get_drvdata(dev); local
[all...]
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c2561 if (bp->pf.port_id != port_id)
2745 if ((vf_id < bp->pf.first_vf_id) ||
2746 (vf_id >= bp->pf.first_vf_id + bp->pf.active_vfs)) {
2752 set_bit(vf_id - bp->pf.first_vf_id, bp->pf.vf_event_bmap);
5649 static u16 bnxt_vf_target_id(struct bnxt_pf_info *pf, u16 vf_idx) argument
5652 struct bnxt_vf_info *vf = &pf->vf[vf_idx];
5667 struct bnxt_pf_info *pf = &bp->pf; local
5694 struct bnxt_pf_info *pf = &bp->pf; local
8726 struct bnxt_pf_info *pf = &bp->pf; local
8886 struct bnxt_pf_info *pf = &bp->pf; local
9542 struct bnxt_pf_info *pf = &bp->pf; local
9569 struct bnxt_pf_info *pf = &bp->pf; local
11388 struct bnxt_pf_info *pf = &bp->pf; local
11838 struct bnxt_pf_info *pf = &bp->pf; local
[all...]
/linux-master/drivers/gpu/drm/xe/
H A Dxe_gt.c359 xe_lmtt_init(&gt_to_tile(gt)->sriov.pf.lmtt);
474 xe_lmtt_init_hw(&gt_to_tile(gt)->sriov.pf.lmtt);
615 xe_lmtt_init_hw(&gt_to_tile(gt)->sriov.pf.lmtt);
/linux-master/drivers/android/
H A Dbinder.c2337 * This is used for the pointer fixup list (pf) which is created and consumed
2393 struct binder_ptr_fixup *pf = local
2406 * We copy up to the fixup (pointed to by pf)
2408 copy_size = pf ? min(bytes_left, (size_t)pf->offset - offset)
2418 BUG_ON(!pf);
2420 if (pf->skip_size) {
2427 bytes_copied += pf->skip_size;
2429 /* apply the fixup indicated by pf */
2433 pf
2469 struct binder_ptr_fixup *pf, *tmppf; local
2545 struct binder_ptr_fixup *pf = kzalloc(sizeof(*pf), GFP_KERNEL); local
[all...]
/linux-master/net/bridge/netfilter/
H A Dnf_conntrack_bridge.c266 bridge_state.pf = NFPROTO_IPV4;
280 bridge_state.pf = NFPROTO_IPV6;
414 .pf = NFPROTO_BRIDGE,
420 .pf = NFPROTO_BRIDGE,
426 .pf = NFPROTO_BRIDGE,
/linux-master/net/bridge/
H A Dbr_netfilter_hooks.c688 u8 pf)
717 if (pf == NFPROTO_IPV4) {
722 } else if (pf == NFPROTO_IPV6) {
734 NF_HOOK(pf, NF_INET_FORWARD, state->net, NULL, skb,
938 u_int8_t pf; local
953 pf = NFPROTO_IPV4;
956 pf = NFPROTO_IPV6;
966 if (pf == NFPROTO_IPV4)
971 NF_HOOK(pf, NF_INET_POST_ROUTING, state->net, state->sk, skb,
1057 .pf
686 br_nf_forward_ip(struct sk_buff *skb, const struct nf_hook_state *state, u8 pf) argument
[all...]
/linux-master/include/net/netfilter/
H A Dnf_tables.h62 return pkt->state->pf;
/linux-master/drivers/scsi/
H A Dscsi_lib.c2163 * @pf: Page format bit (1 == standard, 0 == vendor specific)
2177 int scsi_mode_select(struct scsi_device *sdev, int pf, int sp, argument
2189 cmd[1] = (pf ? 0x10 : 0) | (sp ? 0x01 : 0);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/lag/
H A Dlag.c290 if (ldev->pf[i].netdev == ndev)
362 if (ldev->pf[i].has_drop)
372 if (!ldev->pf[i].has_drop)
375 mlx5_esw_acl_ingress_vport_drop_rule_destroy(ldev->pf[i].dev->priv.eswitch,
377 ldev->pf[i].has_drop = false;
403 dev = ldev->pf[disabled_index].dev;
407 ldev->pf[disabled_index].has_drop = true;
431 struct mlx5_core_dev *dev0 = ldev->pf[MLX5_LAG_P1].dev;
452 struct mlx5_core_dev *dev0 = ldev->pf[MLX5_LAG_P1].dev;
488 struct mlx5_core_dev *dev0 = ldev->pf[MLX5_LAG_P
[all...]
/linux-master/net/ipv6/netfilter/
H A Dip6_tables.c1835 .pf = PF_INET6,
/linux-master/net/ipv4/netfilter/
H A Dip_tables.c1828 .pf = PF_INET,
H A Darp_tables.c1610 .pf = PF_INET,

Completed in 438 milliseconds

1234567891011>>