grutables.h (92b39388eeb45326feb0fa8bd69dbbce66c9efbf) grutables.h (b1b19fcfa417cf62447413d6e8b9b6598adf00b9)
1/*
2 * SN Platform GRU Driver
3 *
4 * GRU DRIVER TABLES, MACROS, externs, etc
5 *
6 * Copyright (c) 2008 Silicon Graphics, Inc. All Rights Reserved.
7 *
8 * This program is free software; you can redistribute it and/or modify

--- 366 unchanged lines hidden (view full) ---

375 enabled */
376 int ts_ctxnum; /* context number where the
377 context is loaded */
378 atomic_t ts_refcnt; /* reference count GTS */
379 unsigned char ts_dsr_au_count;/* Number of DSR resources
380 required for contest */
381 unsigned char ts_cbr_au_count;/* Number of CBR resources
382 required for contest */
1/*
2 * SN Platform GRU Driver
3 *
4 * GRU DRIVER TABLES, MACROS, externs, etc
5 *
6 * Copyright (c) 2008 Silicon Graphics, Inc. All Rights Reserved.
7 *
8 * This program is free software; you can redistribute it and/or modify

--- 366 unchanged lines hidden (view full) ---

375 enabled */
376 int ts_ctxnum; /* context number where the
377 context is loaded */
378 atomic_t ts_refcnt; /* reference count GTS */
379 unsigned char ts_dsr_au_count;/* Number of DSR resources
380 required for contest */
381 unsigned char ts_cbr_au_count;/* Number of CBR resources
382 required for contest */
383 char ts_cch_req_slice;/* CCH packet slice */
383 char ts_blade; /* If >= 0, migrate context if
384 ref from diferent blade */
385 char ts_force_cch_reload;
386 char ts_force_unload;/* force context to be unloaded
387 after migration */
388 char ts_cbr_idx[GRU_CBR_AU];/* CBR numbers of each
389 allocated CB */
390 int ts_data_valid; /* Indicates if ts_gdata has

--- 285 unchanged lines hidden ---
384 char ts_blade; /* If >= 0, migrate context if
385 ref from diferent blade */
386 char ts_force_cch_reload;
387 char ts_force_unload;/* force context to be unloaded
388 after migration */
389 char ts_cbr_idx[GRU_CBR_AU];/* CBR numbers of each
390 allocated CB */
391 int ts_data_valid; /* Indicates if ts_gdata has

--- 285 unchanged lines hidden ---