Home
last modified time | relevance | path

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

/drivers/net/ethernet/intel/ice/
Dice_switch.c2627 struct ice_sw_rule_lg_act *lg_act; in ice_add_marker_act() local
2648 lg_act_size = (u16)ICE_SW_RULE_LG_ACT_SIZE(lg_act, num_lg_acts); in ice_add_marker_act()
2650 lg_act = devm_kzalloc(ice_hw_to_dev(hw), rules_size, GFP_KERNEL); in ice_add_marker_act()
2651 if (!lg_act) in ice_add_marker_act()
2654 rx_tx = (typeof(rx_tx))((u8 *)lg_act + lg_act_size); in ice_add_marker_act()
2657 lg_act->hdr.type = cpu_to_le16(ICE_AQC_SW_RULES_T_LG_ACT); in ice_add_marker_act()
2658 lg_act->index = cpu_to_le16(l_id); in ice_add_marker_act()
2659 lg_act->size = cpu_to_le16(num_lg_acts); in ice_add_marker_act()
2671 lg_act->act[0] = cpu_to_le32(act); in ice_add_marker_act()
2677 lg_act->act[1] = cpu_to_le32(act); in ice_add_marker_act()
[all …]