Searched refs:sect_tx (Results 1 – 1 of 1) sorted by relevance
2067 struct ice_boost_tcam_section *sect_rx, *sect_tx; in ice_create_tunnel() local2102 sect_tx = (struct ice_boost_tcam_section *) in ice_create_tunnel()2104 ice_struct_size(sect_tx, tcam, 1)); in ice_create_tunnel()2105 if (!sect_tx) in ice_create_tunnel()2107 sect_tx->count = CPU_TO_LE16(1); in ice_create_tunnel()2122 ice_memcpy(sect_tx->tcam, sect_rx->tcam, sizeof(*sect_tx->tcam), in ice_create_tunnel()2201 sect_tx = (struct ice_boost_tcam_section *) in ice_destroy_tunnel()2204 if (!sect_tx) in ice_destroy_tunnel()2206 sect_tx->count = CPU_TO_LE16(1); in ice_destroy_tunnel()2218 ice_memcpy(sect_tx->tcam + i, in ice_destroy_tunnel()[all …]