/dpdk/lib/eal/include/ |
H A D | rte_pflock.h | 88 rte_pflock_init(struct rte_pflock *pf) in rte_pflock_init() argument 103 rte_pflock_read_lock(rte_pflock_t *pf) in rte_pflock_read_lock() argument 127 rte_pflock_read_unlock(rte_pflock_t * pf) rte_pflock_read_unlock() argument 139 rte_pflock_write_lock(rte_pflock_t * pf) rte_pflock_write_lock() argument 173 rte_pflock_write_unlock(rte_pflock_t * pf) rte_pflock_write_unlock() argument [all...] |
/dpdk/drivers/net/hns3/ |
H A D | hns3_dcb.c | 186 struct hns3_pf *pf = &hns->pf; in hns3_pg_to_pri_map() local 461 struct hns3_pf *pf = HNS3_DEV_HW_TO_PF(hw); in hns3_dcb_pg_shaper_cfg() local 598 struct hns3_pf *pf = HNS3_DEV_HW_TO_PF(hw); in hns3_dcb_pri_shaper_cfg() local 755 struct hns3_pf *pf = &hns->pf; in hns3_dcb_info_init() local 801 struct hns3_pf *pf = &hns->pf; in hns3_dcb_lvl2_schd_mode_cfg() local 821 struct hns3_pf *pf = &hns->pf; in hns3_dcb_lvl34_schd_mode_cfg() local 892 struct hns3_pf *pf = &hns->pf; in hns3_dcb_pri_dwrr_cfg() local 929 struct hns3_pf *pf = &hns->pf; in hns3_dcb_pg_dwrr_cfg() local 1048 struct hns3_pf *pf = &hns->pf; in hns3_pri_q_qs_cfg() local 1337 struct hns3_pf *pf = &hns->pf; in hns3_dcb_pause_setup_hw() local [all …]
|
/dpdk/lib/ipsec/ |
H A D | sa.c | 692 struct rte_ipsec_sa_pkt_func *pf) in lksd_none_pkt_func_select() argument 730 cpu_crypto_pkt_func_select(const struct rte_ipsec_sa * sa,struct rte_ipsec_sa_pkt_func * pf) cpu_crypto_pkt_func_select() argument 772 inline_crypto_pkt_func_select(const struct rte_ipsec_sa * sa,struct rte_ipsec_sa_pkt_func * pf) inline_crypto_pkt_func_select() argument 808 ipsec_sa_pkt_func_select(const struct rte_ipsec_session * ss,const struct rte_ipsec_sa * sa,struct rte_ipsec_sa_pkt_func * pf) ipsec_sa_pkt_func_select() argument [all...] |
/dpdk/drivers/net/sfc/ |
H A D | sfc_repr.h | 32 uint16_t pf; member
|
H A D | sfc_switch.h | 43 uint16_t pf; member
|
/dpdk/drivers/net/bnxt/tf_core/ |
H A D | tfp.c | 147 tfp_get_pf(struct tf *tfp, uint16_t *pf) in tfp_get_pf()
|
/dpdk/lib/eal/windows/include/ |
H A D | rte_os_shim.h | 91 LARGE_INTEGER pf, pc; rte_clock_gettime() local
|
/dpdk/drivers/common/sfc_efx/base/ |
H A D | ef10_tlv_layout.h | 216 #define TLV_TAG_PF_STATIC_VPD(pf) (0x00030000 + (pf)) argument 241 #define TLV_TAG_PF_DYNAMIC_VPD(pf) (0x10030000 + (pf)) argument 266 #define TLV_TAG_PF_DBI(pf) (0x00040000 + (pf)) argument 351 #define TLV_TAG_PF_PCIE_CONFIG(pf) (0x10080000 + (pf)) argument 668 #define TLV_TAG_VPORT_VLAN_TAG(pf) (0x10130000 + (pf)) argument 732 #define TLV_TAG_PRIVILEGE_MASK_ADD_SINGLE_PF(pf) (0x101A0000 + (pf)) argument 785 #define TLV_TAG_RATE_LIMIT(pf) (0x101b0000 + (pf)) argument
|
H A D | ef10_nic.c | 1058 size_t pf; in ef10_nic_get_physical_port_usage() local 2073 uint32_t pf; in efx_mcdi_nic_board_cfg() local
|
H A D | efx_bootcfg.c | 55 __in uint32_t pf, in efx_bootcfg_sector_info()
|
H A D | efx_mcdi.c | 654 __in uint16_t pf, in efx_mcdi_get_client_handle() 2450 __in uint32_t pf, in efx_mcdi_privilege_mask()
|
/dpdk/lib/net/ |
H A D | rte_higig.h | 81 uint32_t pf:2; global() member
|
/dpdk/doc/guides/nics/features/ |
H A D | txgbe.ini | 74 pf = Y key
|
H A D | ixgbe.ini | 79 pf = Y key
|
H A D | sfc.ini | 75 pf = Y key
|
H A D | i40e.ini | 82 pf = Y key
|
H A D | cnxk_vec.ini | 89 pf = Y key
|
H A D | cnxk_vf.ini | 88 pf = Y key
|
H A D | cnxk.ini | 99 pf = Y key
|
/dpdk/drivers/common/cnxk/ |
H A D | roc_ree.c | 404 int pf; in ree_get_blkaddr() local
|
/dpdk/drivers/net/cnxk/ |
H A D | cnxk_eswitch.h | 90 uint16_t pf; member
|
/dpdk/drivers/net/qede/base/ |
H A D | ecore_mcp.h | 349 u32 pf; member
|
/dpdk/drivers/net/cxgbe/ |
H A D | cxgbe_filter.h | 58 uint32_t pf:PF_BITWIDTH; /* PCI-E PF ID */ member
|
/dpdk/lib/ethdev/ |
H A D | ethdev_driver.c | 824 rte_eth_representor_id_get(uint16_t port_id,enum rte_eth_representor_type type,int controller,int pf,int representor_port,uint16_t * repr_id) rte_eth_representor_id_get() argument [all...] |
/dpdk/drivers/net/enic/ |
H A D | enic_fm_flow.c | 3350 enic_fm_allocate_switch_domain(struct enic *pf) in enic_fm_allocate_switch_domain() 3420 struct enic *pf; in enic_fm_add_rep2vf_flow() local 3512 struct enic *pf; in enic_fm_add_vf2rep_flow() local
|