Searched refs:lkup_tx_rx (Results 1 – 2 of 2) sorted by relevance
33 (offsetof(struct ice_aqc_sw_rules_elem, pdata.lkup_tx_rx.hdr) + \37 (offsetof(struct ice_aqc_sw_rules_elem, pdata.lkup_tx_rx.hdr))716 s_rule->pdata.lkup_tx_rx.act = 0; in ice_fill_sw_rule()717 s_rule->pdata.lkup_tx_rx.index = in ice_fill_sw_rule()719 s_rule->pdata.lkup_tx_rx.hdr_len = 0; in ice_fill_sw_rule()724 eth_hdr = s_rule->pdata.lkup_tx_rx.hdr; in ice_fill_sw_rule()812 s_rule->pdata.lkup_tx_rx.recipe_id = cpu_to_le16(f_info->lkup_type); in ice_fill_sw_rule()813 s_rule->pdata.lkup_tx_rx.src = cpu_to_le16(f_info->src); in ice_fill_sw_rule()814 s_rule->pdata.lkup_tx_rx.act = cpu_to_le32(act); in ice_fill_sw_rule()826 s_rule->pdata.lkup_tx_rx.hdr_len = cpu_to_le16(eth_hdr_sz); in ice_fill_sw_rule()[all …]
667 struct ice_sw_rule_lkup_rx_tx lkup_tx_rx; member