Lines Matching defs:sect_rx
467 struct ice_boost_tcam_section *sect_rx, *sect_tx;
495 sect_rx = (struct ice_boost_tcam_section *)
497 ice_struct_size(sect_rx, tcam, 1));
498 if (!sect_rx)
500 sect_rx->count = CPU_TO_LE16(1);
510 ice_memcpy(sect_rx->tcam, hw->tnl.tbl[index].boost_entry,
511 sizeof(*sect_rx->tcam), ICE_NONDMA_TO_NONDMA);
516 ice_set_key((u8 *)§_rx->tcam[0].key, sizeof(sect_rx->tcam[0].key),
519 sizeof(sect_rx->tcam[0].key.key.hv_dst_port_key));
522 ice_memcpy(sect_tx->tcam, sect_rx->tcam, sizeof(*sect_tx->tcam),
553 struct ice_boost_tcam_section *sect_rx, *sect_tx;
582 size = ice_struct_size(sect_rx, tcam, count);
594 sect_rx = (struct ice_boost_tcam_section *)
597 if (!sect_rx)
599 sect_rx->count = CPU_TO_LE16(count);
614 ice_memcpy(sect_rx->tcam + j,
616 sizeof(*sect_rx->tcam),