Searched refs:start_port (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/core/
H A Dcache.c63 static inline int start_port(struct ib_device *device) function
83 if (port_num < start_port(device) || port_num > end_port(device))
88 cache = device->cache.gid_cache[port_num - start_port(device)];
117 for (p = 0; p <= end_port(device) - start_port(device); ++p) {
121 *port_num = p + start_port(device);
145 if (port_num < start_port(device) || port_num > end_port(device))
150 cache = device->cache.pkey_cache[port_num - start_port(device)];
173 if (port_num < start_port(device) || port_num > end_port(device))
178 cache = device->cache.pkey_cache[port_num - start_port(device)];
202 if (port_num < start_port(devic
[all...]
H A Ddevice.c153 static int start_port(struct ib_device *device) function
234 num_ports = end_port(device) - start_port(device) + 1;
244 ret = ib_query_port(device, port_index + start_port(device),
573 if (port_num < start_port(device) || port_num > end_port(device))
645 if (port_num < start_port(device) || port_num > end_port(device))
668 for (port = start_port(device); port <= end_port(device); ++port) {
669 for (i = 0; i < device->gid_tbl_len[port - start_port(device)]; ++i) {
700 for (i = 0; i < device->pkey_tbl_len[port_num - start_port(device)]; ++i) {
H A Dmulticast.c70 int start_port; member in struct:mcast_device
599 member->group = acquire_group(&dev->port[port_num - dev->start_port],
667 port = &dev->port[port_num - dev->start_port];
743 dev->start_port]);
765 dev->start_port = dev->end_port = 0;
767 dev->start_port = 1;
771 for (i = 0; i <= dev->end_port - dev->start_port; i++) {
774 port->port_num = dev->start_port + i;
801 for (i = 0; i <= dev->end_port - dev->start_port; i++) {
H A Dsa_query.c71 int start_port, end_port; member in struct:ib_sa_device
418 sa_dev->start_port].update_task);
475 port = &sa_dev->port[port_num - sa_dev->start_port];
643 port = &sa_dev->port[port_num - sa_dev->start_port];
764 port = &sa_dev->port[port_num - sa_dev->start_port];
865 port = &sa_dev->port[port_num - sa_dev->start_port];
991 sa_dev->start_port = s;
1048 for (i = 0; i <= sa_dev->end_port - sa_dev->start_port; ++i) {
H A Duser_mad.c106 int start_port, end_port; member in struct:ib_umad_device
1058 umad_dev->start_port = s;
1087 for (i = 0; i <= umad_dev->end_port - umad_dev->start_port; ++i)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/kernel/
H A Ddebugport.c102 start_port(struct dbg_port* p) function
310 start_port(port);
452 start_port(port);
455 start_port(kgdb_port);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/kernel/
H A Ddebugport.c220 start_port(struct dbg_port* p) function
400 start_port(port);
498 start_port(0);
643 start_port(port);
645 start_port(kgdb_port);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ata/
H A Dsata_mv.c810 int start_port, num_ports, p, start_hc, num_hcs, hc; local
813 start_hc = start_port = 0;
818 start_port = port;
821 DPRINTK("All registers for port(s) %u-%u:\n", start_port,
822 num_ports > 1 ? num_ports - 1 : start_port);
838 for (p = start_port; p < start_port + num_ports; p++) {

Completed in 80 milliseconds