Home
last modified time | relevance | path

Searched refs:sect_rx (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/sys/dev/ice/
H A Dice_flex_pipe.c495 sect_rx = (struct ice_boost_tcam_section *) in ice_create_tunnel()
497 ice_struct_size(sect_rx, tcam, 1)); in ice_create_tunnel()
498 if (!sect_rx) in ice_create_tunnel()
500 sect_rx->count = CPU_TO_LE16(1); in ice_create_tunnel()
516 ice_set_key((u8 *)&sect_rx->tcam[0].key, sizeof(sect_rx->tcam[0].key), in ice_create_tunnel()
582 size = ice_struct_size(sect_rx, tcam, count); in ice_destroy_tunnel()
594 sect_rx = (struct ice_boost_tcam_section *) in ice_destroy_tunnel()
597 if (!sect_rx) in ice_destroy_tunnel()
599 sect_rx->count = CPU_TO_LE16(count); in ice_destroy_tunnel()
614 ice_memcpy(sect_rx->tcam + j, in ice_destroy_tunnel()
[all …]