Lines Matching refs:sect_tx
2298 struct ice_boost_tcam_section *sect_rx, *sect_tx; in ice_create_tunnel() local
2333 sect_tx = (struct ice_boost_tcam_section *) in ice_create_tunnel()
2335 ice_struct_size(sect_tx, tcam, 1)); in ice_create_tunnel()
2336 if (!sect_tx) in ice_create_tunnel()
2338 sect_tx->count = CPU_TO_LE16(1); in ice_create_tunnel()
2353 ice_memcpy(sect_tx->tcam, sect_rx->tcam, sizeof(*sect_tx->tcam), in ice_create_tunnel()
2384 struct ice_boost_tcam_section *sect_rx, *sect_tx; in ice_destroy_tunnel() local
2432 sect_tx = (struct ice_boost_tcam_section *) in ice_destroy_tunnel()
2435 if (!sect_tx) in ice_destroy_tunnel()
2437 sect_tx->count = CPU_TO_LE16(count); in ice_destroy_tunnel()
2449 ice_memcpy(sect_tx->tcam + j, in ice_destroy_tunnel()
2451 sizeof(*sect_tx->tcam), in ice_destroy_tunnel()