Searched refs:hw_actions (Results 1 – 1 of 1) sorted by relevance
1106 u8 hw_actions[ACTION_CACHE_LINE_SIZE] = {}; in dr_action_create_reformat_action() local1111 hw_actions, in dr_action_create_reformat_action()1126 action->rewrite->data = (void *)hw_actions; in dr_action_create_reformat_action()1562 __be64 hw_actions[], in dr_actions_convert_modify_header() argument1636 hw_actions[hw_idx] = hw_action; in dr_actions_convert_modify_header()1654 __be64 *hw_actions; in dr_action_create_modify_action() local1671 hw_actions = kcalloc(1, max_hw_actions * DR_MODIFY_ACTION_SIZE, GFP_KERNEL); in dr_action_create_modify_action()1672 if (!hw_actions) { in dr_action_create_modify_action()1681 hw_actions, in dr_action_create_modify_action()1689 action->rewrite->data = (u8 *)hw_actions; in dr_action_create_modify_action()[all …]