Lines Matching defs:sect
114 * @sect: section type
119 static u32 ice_sect_id(enum ice_block blk, enum ice_sect sect)
121 return ice_sect_lkup[blk][sect];
734 struct ice_xlt1_section *sect;
740 ice_struct_size(sect, value,
742 (void **)§);
746 sect->count = CPU_TO_LE16(ICE_XLT1_CNT);
747 sect->offset = CPU_TO_LE16(0);
749 sect->value[index] = hw->blk[blk].xlt1.ptypes[index].ptg;
1023 struct ice_xlt2_section *sect;
1028 ice_struct_size(sect, value, 1),
1029 (void **)§);
1033 sect->count = CPU_TO_LE16(1);
1034 sect->offset = CPU_TO_LE16(vsi);
1035 sect->value[0] = CPU_TO_LE16(vsig);
1690 void *sect;
1703 sect = ice_pkg_enum_section(hw->seg, &state, sid);
1705 while (sect) {
1712 xlt1 = (struct ice_xlt1_section *)sect;
1725 xlt2 = (struct ice_xlt2_section *)sect;
1738 pid = (struct ice_prof_id_section *)sect;
1751 pr = (struct ice_prof_redir_section *)sect;
1764 es = (struct ice_sw_fv_section *)sect;
1794 sect = ice_pkg_enum_section(NULL, &state, sid);