Searched refs:action_sz (Results 1 – 1 of 1) sorted by relevance
546 u8 action_sz = DR_STE_ACTION_DOUBLE_SZ; in dr_ste_v1_set_actions_tx() local551 if (action_sz < DR_STE_ACTION_SINGLE_SZ) { in dr_ste_v1_set_actions_tx()556 action_sz = DR_STE_ACTION_TRIPLE_SZ; in dr_ste_v1_set_actions_tx()559 action_sz -= DR_STE_ACTION_SINGLE_SZ; in dr_ste_v1_set_actions_tx()571 if (!allow_modify_hdr || action_sz < DR_STE_ACTION_DOUBLE_SZ) { in dr_ste_v1_set_actions_tx()576 action_sz = DR_STE_ACTION_TRIPLE_SZ; in dr_ste_v1_set_actions_tx()581 action_sz -= DR_STE_ACTION_DOUBLE_SZ; in dr_ste_v1_set_actions_tx()590 if (action_sz < DR_STE_ACTION_DOUBLE_SZ || !allow_encap) { in dr_ste_v1_set_actions_tx()593 action_sz = DR_STE_ACTION_TRIPLE_SZ; in dr_ste_v1_set_actions_tx()598 action_sz -= DR_STE_ACTION_DOUBLE_SZ; in dr_ste_v1_set_actions_tx()[all …]