Lines Matching full:acts
1387 struct efx_tc_action_set_list *acts) in efx_mae_alloc_action_set_list() argument
1395 list_for_each_entry(act, &acts->list, list) in efx_mae_alloc_action_set_list()
1403 act = list_first_entry(&acts->list, struct efx_tc_action_set, list); in efx_mae_alloc_action_set_list()
1404 acts->fw_id = act->fw_id; in efx_mae_alloc_action_set_list()
1414 list_for_each_entry(act, &acts->list, list) { in efx_mae_alloc_action_set_list()
1428 acts->fw_id = MCDI_DWORD(outbuf, MAE_ACTION_SET_LIST_ALLOC_OUT_ASL_ID); in efx_mae_alloc_action_set_list()
1432 if (WARN_ON_ONCE(!efx_mae_asl_id(acts->fw_id))) { in efx_mae_alloc_action_set_list()
1433 efx_mae_free_action_set_list(efx, acts); in efx_mae_alloc_action_set_list()
1442 struct efx_tc_action_set_list *acts) in efx_mae_free_action_set_list() argument
1452 if (efx_mae_asl_id(acts->fw_id)) { in efx_mae_free_action_set_list()
1454 acts->fw_id); in efx_mae_free_action_set_list()
1465 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()
1468 /* We're probably about to free @acts, but let's just make sure its in efx_mae_free_action_set_list()
1471 acts->fw_id = MC_CMD_MAE_ACTION_SET_LIST_ALLOC_OUT_ACTION_SET_LIST_ID_NULL; in efx_mae_free_action_set_list()