Searched refs:sect_rx (Results 1 – 1 of 1) sorted by relevance
2095 sect_rx = (struct ice_boost_tcam_section *) in ice_create_tunnel()2097 ice_struct_size(sect_rx, tcam, 1)); in ice_create_tunnel()2098 if (!sect_rx) in ice_create_tunnel()2100 sect_rx->count = CPU_TO_LE16(1); in ice_create_tunnel()2116 ice_set_key((u8 *)§_rx->tcam[0].key, sizeof(sect_rx->tcam[0].key), in ice_create_tunnel()2182 size = ice_struct_size(sect_rx, tcam, count); in ice_destroy_tunnel()2194 sect_rx = (struct ice_boost_tcam_section *) in ice_destroy_tunnel()2197 if (!sect_rx) in ice_destroy_tunnel()2199 sect_rx->count = CPU_TO_LE16(1); in ice_destroy_tunnel()2214 ice_memcpy(sect_rx->tcam + i, in ice_destroy_tunnel()[all …]