Searched refs:s_rule (Results 1 – 1 of 1) sorted by relevance
717 struct ice_aqc_sw_rules_elem *s_rule, enum ice_adminq_opc opc) in ice_fill_sw_rule() argument728 s_rule->pdata.lkup_tx_rx.act = 0; in ice_fill_sw_rule()729 s_rule->pdata.lkup_tx_rx.index = in ice_fill_sw_rule()731 s_rule->pdata.lkup_tx_rx.hdr_len = 0; in ice_fill_sw_rule()736 eth_hdr = s_rule->pdata.lkup_tx_rx.hdr; in ice_fill_sw_rule()819 s_rule->type = (f_info->flag & ICE_FLTR_RX) ? in ice_fill_sw_rule()824 s_rule->pdata.lkup_tx_rx.recipe_id = cpu_to_le16(f_info->lkup_type); in ice_fill_sw_rule()825 s_rule->pdata.lkup_tx_rx.src = cpu_to_le16(f_info->src); in ice_fill_sw_rule()826 s_rule->pdata.lkup_tx_rx.act = cpu_to_le32(act); in ice_fill_sw_rule()838 s_rule->pdata.lkup_tx_rx.hdr_len = cpu_to_le16(eth_hdr_sz); in ice_fill_sw_rule()[all …]