Home
last modified time | relevance | path

Searched refs:lkup_tx_rx (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/net/ethernet/intel/ice/
Dice_switch.c32 (offsetof(struct ice_aqc_sw_rules_elem, pdata.lkup_tx_rx.hdr) + \
36 (offsetof(struct ice_aqc_sw_rules_elem, pdata.lkup_tx_rx.hdr))
689 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()
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 …]
Dice_adminq_cmd.h665 struct ice_sw_rule_lkup_rx_tx lkup_tx_rx; member