Searched refs:hw_actions (Results 1 – 1 of 1) sorted by relevance
1203 u8 hw_actions[ACTION_CACHE_LINE_SIZE] = {}; in dr_action_create_reformat_action() local1208 hw_actions, in dr_action_create_reformat_action()1223 action->rewrite->data = (void *)hw_actions; in dr_action_create_reformat_action()1660 __be64 hw_actions[], in dr_actions_convert_modify_header() argument1745 hw_actions[hw_idx] = hw_action; in dr_actions_convert_modify_header()1767 __be64 *hw_actions; in dr_action_create_modify_action() local1784 hw_actions = kcalloc(1, max_hw_actions * DR_MODIFY_ACTION_SIZE, GFP_KERNEL); in dr_action_create_modify_action()1785 if (!hw_actions) { in dr_action_create_modify_action()1794 hw_actions, in dr_action_create_modify_action()1802 action->rewrite->data = (u8 *)hw_actions; in dr_action_create_modify_action()[all …]