Searched refs:sect_tx (Results 1 – 1 of 1) sorted by relevance
467 struct ice_boost_tcam_section *sect_rx, *sect_tx; in ice_create_tunnel() local502 sect_tx = (struct ice_boost_tcam_section *) in ice_create_tunnel()504 ice_struct_size(sect_tx, tcam, 1)); in ice_create_tunnel()505 if (!sect_tx) in ice_create_tunnel()507 sect_tx->count = CPU_TO_LE16(1); in ice_create_tunnel()522 ice_memcpy(sect_tx->tcam, sect_rx->tcam, sizeof(*sect_tx->tcam), in ice_create_tunnel()553 struct ice_boost_tcam_section *sect_rx, *sect_tx; in ice_destroy_tunnel() local601 sect_tx = (struct ice_boost_tcam_section *) in ice_destroy_tunnel()604 if (!sect_tx) in ice_destroy_tunnel()606 sect_tx->count = CPU_TO_LE16(count); in ice_destroy_tunnel()[all …]