MAX_OCTEON_DEVICES
for (i = 0; i < MAX_OCTEON_DEVICES; i++) {
static struct handshake handshake[MAX_OCTEON_DEVICES];
for (i = 0; i < MAX_OCTEON_DEVICES; i++) {
for (i = 0; i < MAX_OCTEON_DEVICES; i++) {
if (octeon_id >= MAX_OCTEON_DEVICES)
} oct_conf_info[MAX_OCTEON_DEVICES] = {
static struct octeon_device *octeon_device[MAX_OCTEON_DEVICES];
static atomic_t adapter_refcounts[MAX_OCTEON_DEVICES];
static atomic_t adapter_fw_states[MAX_OCTEON_DEVICES];
static struct octeon_core_setup core_setup[MAX_OCTEON_DEVICES];
memset(octeon_device, 0, (sizeof(void *) * MAX_OCTEON_DEVICES));
for (i = 0; i < MAX_OCTEON_DEVICES; i++)
for (oct_idx = 0; oct_idx < MAX_OCTEON_DEVICES; oct_idx++)
if (oct_idx < MAX_OCTEON_DEVICES) {
static void (*reqtype_free_fn[MAX_OCTEON_DEVICES][REQTYPE_LAST + 1]) (void *);