Lines Matching full:acts
1376 struct efx_tc_action_set_list *acts) in efx_mae_alloc_action_set_list() argument
1384 list_for_each_entry(act, &acts->list, list) in efx_mae_alloc_action_set_list()
1392 act = list_first_entry(&acts->list, struct efx_tc_action_set, list); in efx_mae_alloc_action_set_list()
1393 acts->fw_id = act->fw_id; in efx_mae_alloc_action_set_list()
1403 list_for_each_entry(act, &acts->list, list) { in efx_mae_alloc_action_set_list()
1417 acts->fw_id = MCDI_DWORD(outbuf, MAE_ACTION_SET_LIST_ALLOC_OUT_ASL_ID); in efx_mae_alloc_action_set_list()
1421 if (WARN_ON_ONCE(!efx_mae_asl_id(acts->fw_id))) { in efx_mae_alloc_action_set_list()
1422 efx_mae_free_action_set_list(efx, acts); in efx_mae_alloc_action_set_list()
1431 struct efx_tc_action_set_list *acts) in efx_mae_free_action_set_list() argument
1441 if (efx_mae_asl_id(acts->fw_id)) { in efx_mae_free_action_set_list()
1443 acts->fw_id); in efx_mae_free_action_set_list()
1454 if (WARN_ON(MCDI_DWORD(outbuf, MAE_ACTION_SET_LIST_FREE_OUT_FREED_ASL_ID) != acts->fw_id)) in efx_mae_free_action_set_list()
1457 /* We're probably about to free @acts, but let's just make sure its in efx_mae_free_action_set_list()
1460 acts->fw_id = MC_CMD_MAE_ACTION_SET_LIST_ALLOC_OUT_ACTION_SET_LIST_ID_NULL; in efx_mae_free_action_set_list()