Lines Matching refs:acts
1386 struct efx_tc_action_set_list *acts)
1394 list_for_each_entry(act, &acts->list, list)
1402 act = list_first_entry(&acts->list, struct efx_tc_action_set, list);
1403 acts->fw_id = act->fw_id;
1413 list_for_each_entry(act, &acts->list, list) {
1427 acts->fw_id = MCDI_DWORD(outbuf, MAE_ACTION_SET_LIST_ALLOC_OUT_ASL_ID);
1431 if (WARN_ON_ONCE(!efx_mae_asl_id(acts->fw_id))) {
1432 efx_mae_free_action_set_list(efx, acts);
1441 struct efx_tc_action_set_list *acts)
1451 if (efx_mae_asl_id(acts->fw_id)) {
1453 acts->fw_id);
1464 if (WARN_ON(MCDI_DWORD(outbuf, MAE_ACTION_SET_LIST_FREE_OUT_FREED_ASL_ID) != acts->fw_id))
1467 /* We're probably about to free @acts, but let's just make sure its
1470 acts->fw_id = MC_CMD_MAE_ACTION_SET_LIST_ALLOC_OUT_ACTION_SET_LIST_ID_NULL;