Home
last modified time | relevance | path

Searched refs:sect (Results 1 – 5 of 5) sorted by relevance

/dpdk/lib/cfgfile/
H A Drte_cfgfile.c516 strlcpy(sectionname, sect->name, CFG_NAME_LEN); in rte_cfgfile_section_num_entries_by_index()
517 return sect->num_entries; in rte_cfgfile_section_num_entries_by_index()
525 if (sect == NULL) in rte_cfgfile_section_entries()
528 entries[i] = sect->entries[i]; in rte_cfgfile_section_entries()
538 const struct rte_cfgfile_section *sect; in rte_cfgfile_section_entries_by_index() local
542 sect = &cfg->sections[index]; in rte_cfgfile_section_entries_by_index()
543 strlcpy(sectionname, sect->name, CFG_NAME_LEN); in rte_cfgfile_section_entries_by_index()
545 entries[i] = sect->entries[i]; in rte_cfgfile_section_entries_by_index()
555 if (sect == NULL) in rte_cfgfile_get_entry()
557 for (i = 0; i < sect->num_entries; i++) in rte_cfgfile_get_entry()
[all …]
/dpdk/drivers/net/ice/base/
H A Dice_vlan_mode.c16 struct ice_meta_init_section *sect; in ice_pkg_get_supported_vlan_mode() local
25 meta_init_size, (void **)&sect); in ice_pkg_get_supported_vlan_mode()
30 sect->count = CPU_TO_LE16(1); in ice_pkg_get_supported_vlan_mode()
31 sect->offset = CPU_TO_LE16(ICE_META_VLAN_MODE_ENTRY); in ice_pkg_get_supported_vlan_mode()
43 arr[i] = LE32_TO_CPU(sect->entry[0].bm[i]); in ice_pkg_get_supported_vlan_mode()
H A Dice_flex_pipe.c105 return ice_sect_lkup[blk][sect]; in ice_sect_id()
256 state->sect = ((u8 *)state->buf) + in ice_pkg_enum_section()
259 return state->sect; in ice_pkg_enum_section()
3851 void *sect; in ice_fill_tbl() local
3866 while (sect) { in ice_fill_tbl()
3873 xlt1 = (struct ice_xlt1_section *)sect; in ice_fill_tbl()
3886 xlt2 = (struct ice_xlt2_section *)sect; in ice_fill_tbl()
3899 pid = (struct ice_prof_id_section *)sect; in ice_fill_tbl()
3912 pr = (struct ice_prof_redir_section *)sect; in ice_fill_tbl()
3925 es = (struct ice_sw_fv_section *)sect; in ice_fill_tbl()
[all …]
H A Dice_parser.c144 (struct ice_pkg_sect_hdr *)state.sect; in ice_parser_create_table()
H A Dice_flex_type.h716 void *sect; member