Searched refs:num_subports (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_file_ops.c1407 unsigned num_subports; local
1433 num_subports = uinfo->spu_subport_cnt;
1434 pd->subport_uregbase = vmalloc(PAGE_SIZE * num_subports);
1441 sizeof(u32), PAGE_SIZE) * num_subports;
1450 num_subports);
1460 memset(pd->subport_uregbase, 0, PAGE_SIZE * num_subports);
1464 num_subports);
2021 info.num_subports = pd->port_subport_cnt;
H A Dipath_common.h444 __u16 num_subports; /* number of subports opened on port */ member in struct:ipath_port_info

Completed in 55 milliseconds