Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/intel/ice/
Dice_switch.c2750 struct ice_sw_rule_lg_act *lg_act; in ice_add_marker_act() local
2771 lg_act_size = (u16)ICE_SW_RULE_LG_ACT_SIZE(lg_act, num_lg_acts); in ice_add_marker_act()
2773 lg_act = devm_kzalloc(ice_hw_to_dev(hw), rules_size, GFP_KERNEL); in ice_add_marker_act()
2774 if (!lg_act) in ice_add_marker_act()
2777 rx_tx = (typeof(rx_tx))((u8 *)lg_act + lg_act_size); in ice_add_marker_act()
2780 lg_act->hdr.type = cpu_to_le16(ICE_AQC_SW_RULES_T_LG_ACT); in ice_add_marker_act()
2781 lg_act->index = cpu_to_le16(l_id); in ice_add_marker_act()
2782 lg_act->size = cpu_to_le16(num_lg_acts); in ice_add_marker_act()
2794 lg_act->act[0] = cpu_to_le32(act); in ice_add_marker_act()
2800 lg_act->act[1] = cpu_to_le32(act); in ice_add_marker_act()
[all …]