Searched refs:s_rule (Results 1 – 1 of 1) sorted by relevance
464 struct ice_aqc_sw_rules_elem *s_rule, enum ice_adminq_opc opc) in ice_fill_sw_rule() argument473 s_rule->pdata.lkup_tx_rx.act = 0; in ice_fill_sw_rule()474 s_rule->pdata.lkup_tx_rx.index = in ice_fill_sw_rule()476 s_rule->pdata.lkup_tx_rx.hdr_len = 0; in ice_fill_sw_rule()556 s_rule->type = (f_info->flag & ICE_FLTR_RX) ? in ice_fill_sw_rule()561 s_rule->pdata.lkup_tx_rx.recipe_id = cpu_to_le16(f_info->lkup_type); in ice_fill_sw_rule()562 s_rule->pdata.lkup_tx_rx.src = cpu_to_le16(f_info->src); in ice_fill_sw_rule()563 s_rule->pdata.lkup_tx_rx.act = cpu_to_le32(act); in ice_fill_sw_rule()575 s_rule->pdata.lkup_tx_rx.hdr_len = cpu_to_le16(sizeof(eth_hdr)); in ice_fill_sw_rule()577 memcpy(s_rule->pdata.lkup_tx_rx.hdr, eth_hdr, sizeof(eth_hdr)); in ice_fill_sw_rule()[all …]