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.c2620 struct ice_sw_rule_lg_act *lg_act; in ice_add_marker_act() local
2641 lg_act_size = (u16)ICE_SW_RULE_LG_ACT_SIZE(lg_act, num_lg_acts); in ice_add_marker_act()
2643 lg_act = devm_kzalloc(ice_hw_to_dev(hw), rules_size, GFP_KERNEL); in ice_add_marker_act()
2644 if (!lg_act) in ice_add_marker_act()
2647 rx_tx = (typeof(rx_tx))((u8 *)lg_act + lg_act_size); in ice_add_marker_act()
2650 lg_act->hdr.type = cpu_to_le16(ICE_AQC_SW_RULES_T_LG_ACT); in ice_add_marker_act()
2651 lg_act->index = cpu_to_le16(l_id); in ice_add_marker_act()
2652 lg_act->size = cpu_to_le16(num_lg_acts); in ice_add_marker_act()
2664 lg_act->act[0] = cpu_to_le32(act); in ice_add_marker_act()
2670 lg_act->act[1] = cpu_to_le32(act); in ice_add_marker_act()
[all …]