Searched refs:s_rule (Results 1 – 1 of 1) sorted by relevance
678 struct ice_aqc_sw_rules_elem *s_rule, enum ice_adminq_opc opc) in ice_fill_sw_rule() argument689 s_rule->pdata.lkup_tx_rx.act = 0; in ice_fill_sw_rule()690 s_rule->pdata.lkup_tx_rx.index = in ice_fill_sw_rule()692 s_rule->pdata.lkup_tx_rx.hdr_len = 0; in ice_fill_sw_rule()697 eth_hdr = s_rule->pdata.lkup_tx_rx.hdr; in ice_fill_sw_rule()780 s_rule->type = (f_info->flag & ICE_FLTR_RX) ? in ice_fill_sw_rule()785 s_rule->pdata.lkup_tx_rx.recipe_id = cpu_to_le16(f_info->lkup_type); in ice_fill_sw_rule()786 s_rule->pdata.lkup_tx_rx.src = cpu_to_le16(f_info->src); in ice_fill_sw_rule()787 s_rule->pdata.lkup_tx_rx.act = cpu_to_le32(act); in ice_fill_sw_rule()799 s_rule->pdata.lkup_tx_rx.hdr_len = cpu_to_le16(eth_hdr_sz); in ice_fill_sw_rule()[all …]