| /dpdk/drivers/net/ixgbe/base/ |
| H A D | ixgbe_dcb.c | 179 void ixgbe_dcb_unpack_pfc_cee(struct ixgbe_dcb_config *cfg, u8 *map, u8 *pfc_up) in ixgbe_dcb_unpack_pfc_cee() 257 u8 *map) in ixgbe_dcb_unpack_map_cee() 429 u8 map[IXGBE_DCB_MAX_USER_PRIORITY] = { 0 }; in ixgbe_dcb_config_rx_arbiter_cee() local 510 u8 map[IXGBE_DCB_MAX_USER_PRIORITY] = { 0 }; in ixgbe_dcb_config_tx_data_arbiter_cee() local 552 u8 map[IXGBE_DCB_MAX_USER_PRIORITY] = { 0 }; in ixgbe_dcb_config_pfc_cee() local 615 u8 map[IXGBE_DCB_MAX_USER_PRIORITY] = { 0 }; in ixgbe_dcb_hw_config_cee() local 656 s32 ixgbe_dcb_config_pfc(struct ixgbe_hw *hw, u8 pfc_en, u8 *map) in ixgbe_dcb_config_pfc() 678 u8 *bwg_id, u8 *tsa, u8 *map) in ixgbe_dcb_hw_config()
|
| H A D | ixgbe_dcb_82599.c | 93 u8 *map) in ixgbe_dcb_config_rx_arbiter_82599() 204 u8 *map) in ixgbe_dcb_config_tx_data_arbiter_82599() 264 s32 ixgbe_dcb_config_pfc_82599(struct ixgbe_hw *hw, u8 pfc_en, u8 *map) in ixgbe_dcb_config_pfc_82599() 568 u8 *map) in ixgbe_dcb_hw_config_82599()
|
| /dpdk/drivers/net/txgbe/base/ |
| H A D | txgbe_dcb_hw.c | 23 u8 *map) in txgbe_dcb_config_rx_arbiter_raptor() 133 u8 *map) in txgbe_dcb_config_tx_data_arbiter_raptor() 192 s32 txgbe_dcb_config_pfc_raptor(struct txgbe_hw *hw, u8 pfc_en, u8 *map) in txgbe_dcb_config_pfc_raptor()
|
| H A D | txgbe_dcb.c | 268 void txgbe_dcb_unpack_pfc_cee(struct txgbe_dcb_config *cfg, u8 *map, u8 *pfc_up) in txgbe_dcb_unpack_pfc_cee() 346 u8 *map) in txgbe_dcb_unpack_map_cee() 355 s32 txgbe_dcb_config_pfc(struct txgbe_hw *hw, u8 pfc_en, u8 *map) in txgbe_dcb_config_pfc()
|
| /dpdk/lib/hash/ |
| H A D | rte_thash.h | 180 uint32_t i, j, map, ret = 0; in rte_softrss() local 210 uint32_t i, j, map, ret = 0; in rte_softrss_be() local
|
| /dpdk/lib/cmdline/ |
| H A D | cmdline_parse_portlist.h | 22 uint32_t map; member
|
| /dpdk/app/test/ |
| H A D | test_graph_perf.c | 37 #define SOURCES(map) RTE_DIM(map) argument 38 #define STAGES(map) RTE_DIM(map) argument 39 #define NODES_PER_STAGE(map) RTE_DIM(map[0]) argument 40 #define SINKS(map) RTE_DIM(map[0]) argument
|
| /dpdk/drivers/crypto/ccp/ |
| H A D | ccp_dev.c | 164 ccp_bitmap_set(unsigned long *map, unsigned int start, int len) in ccp_bitmap_set() 185 ccp_bitmap_clear(unsigned long *map, unsigned int start, int len) in ccp_bitmap_clear() 258 ccp_bitmap_find_next_zero_area(unsigned long *map, in ccp_bitmap_find_next_zero_area()
|
| /dpdk/drivers/bus/dpaa/base/qbman/ |
| H A D | process.c | 149 int process_portal_unmap(struct dpaa_portal_map *map) in process_portal_unmap() 167 int process_portal_irq_map(int ifd, struct dpaa_ioctl_irq_map *map) in process_portal_irq_map()
|
| H A D | bman_driver.c | 29 static __thread struct dpaa_ioctl_portal_map map = { variable
|
| H A D | qman_driver.c | 31 static __thread struct dpaa_ioctl_portal_map map = { variable
|
| /dpdk/drivers/event/dlb2/pf/base/ |
| H A D | dlb2_osdep_bitmap.h | 22 struct rte_bitmap *map; member
|
| /dpdk/lib/eal/linux/ |
| H A D | eal_vfio.c | 95 is_null_map(const struct user_mem_map *map) in is_null_map() 248 struct user_mem_map *map = &maps[i]; in addr_is_chunk_aligned() local 280 struct user_mem_map *map = &user_mem_maps->maps[i]; in find_user_mem_maps() local 881 struct user_mem_map *map; in rte_vfio_setup_device() local
|
| H A D | eal.c | 514 } map[] = { in eal_parse_vfio_intr() local
|
| /dpdk/drivers/net/softnic/ |
| H A D | rte_eth_softnic_flow.c | 46 struct flow_attr_map *map; in flow_attr_map_set() local 85 struct flow_attr_map *map; in flow_pipeline_table_get() local 1194 struct flow_attr_map *map; in flow_rule_action_get() local
|
| /dpdk/drivers/net/af_packet/ |
| H A D | rte_eth_af_packet.c | 45 uint8_t *map; member 62 uint8_t *map; member
|
| /dpdk/lib/ipsec/ |
| H A D | ipsec_sad.c | 466 uint64_t map, map_spec; in __ipsec_sad_lookup() local
|
| /dpdk/drivers/net/hns3/ |
| H A D | hns3_dcb.c | 169 struct hns3_pg_to_pri_link_cmd *map; in hns3_pg_to_pri_map_cfg() local 207 struct hns3_qs_to_pri_link_cmd *map; in hns3_qs_to_pri_map_cfg() local 996 struct hns3_nq_to_qs_link_cmd *map; in hns3_q_to_qs_map_cfg() local
|
| /dpdk/drivers/event/cnxk/ |
| H A D | cn10k_eventdev.c | 65 cn10k_sso_hws_link(void *arg, void *port, uint16_t *map, uint16_t nb_link) in cn10k_sso_hws_link() 74 cn10k_sso_hws_unlink(void *arg, void *port, uint16_t *map, uint16_t nb_link) in cn10k_sso_hws_unlink()
|
| H A D | cn9k_eventdev.c | 19 cn9k_sso_hws_link(void *arg, void *port, uint16_t *map, uint16_t nb_link) in cn9k_sso_hws_link() 43 cn9k_sso_hws_unlink(void *arg, void *port, uint16_t *map, uint16_t nb_link) in cn9k_sso_hws_unlink()
|
| /dpdk/drivers/common/sfc_efx/base/ |
| H A D | ef10_nic.c | 917 uint32_t *map = &enp->en_arch.ef10.ena_pio_alloc_map[buf]; in ef10_nic_pio_alloc() local 957 uint32_t *map; in ef10_nic_pio_free() local
|
| /dpdk/drivers/bus/fslmc/ |
| H A D | fslmc_vfio.c | 178 struct vfio_iommu_type1_dma_map map = { in vfio_map_irq_region() local
|
| /dpdk/app/test-compress-perf/ |
| H A D | comp_perf_options_parse.c | 74 get_str_key_id_mapping(struct name_id_map *map, unsigned int map_len, in get_str_key_id_mapping()
|
| /dpdk/kernel/linux/kni/ |
| H A D | kni_net.c | 284 kni_net_config(struct net_device *dev, struct ifmap *map) in kni_net_config()
|
| /dpdk/drivers/net/ice/base/ |
| H A D | ice_flow.c | 1994 struct ice_prof_map *map; in ice_flow_get_hw_prof() local 4006 struct ice_prof_map *map; in ice_rss_update_symm() local 4166 struct ice_prof_map *map; in ice_rss_update_raw_symm() local
|