Searched refs:sect_tx (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/sys/dev/ice/
H A Dice_flex_pipe.c467 struct ice_boost_tcam_section *sect_rx, *sect_tx; local
502 sect_tx = (struct ice_boost_tcam_section *)
504 ice_struct_size(sect_tx, tcam, 1));
505 if (!sect_tx)
507 sect_tx->count = CPU_TO_LE16(1);
522 ice_memcpy(sect_tx->tcam, sect_rx->tcam, sizeof(*sect_tx->tcam),
553 struct ice_boost_tcam_section *sect_rx, *sect_tx; local
601 sect_tx = (struct ice_boost_tcam_section *)
604 if (!sect_tx)
[all...]

Completed in 575 milliseconds