Searched defs:end_port (Results 1 - 5 of 5) sorted by relevance

/drivers/infiniband/core/
H A Dcache.c66 static inline int end_port(struct ib_device *device) function
81 if (port_num < start_port(device) || port_num > end_port(device))
115 for (p = 0; p <= end_port(device) - start_port(device); ++p) {
143 if (port_num < start_port(device) || port_num > end_port(device))
172 if (port_num < start_port(device) || port_num > end_port(device))
212 if (port_num < start_port(device) || port_num > end_port(device))
241 if (port_num < start_port(device) || port_num > end_port(device))
366 (end_port(device) - start_port(device) + 1), GFP_KERNEL);
369 (end_port(device) - start_port(device) + 1), GFP_KERNEL);
372 (end_port(devic
[all...]
H A Ddevice.c160 static int end_port(struct ib_device *device) function
235 num_ports = end_port(device) - start_port(device) + 1;
578 if (port_num < start_port(device) || port_num > end_port(device))
656 if (port_num < start_port(device) || port_num > end_port(device))
679 for (port = start_port(device); port <= end_port(device); ++port) {
H A Dmulticast.c73 int end_port; member in struct:mcast_device
815 dev->start_port = dev->end_port = 0;
818 dev->end_port = device->phys_port_cnt;
821 for (i = 0; i <= dev->end_port - dev->start_port; i++) {
860 for (i = 0; i <= dev->end_port - dev->start_port; i++) {
H A Dsa_query.c70 int start_port, end_port; member in struct:ib_sa_device
1174 sa_dev->end_port = e;
1235 for (i = 0; i <= sa_dev->end_port - sa_dev->start_port; ++i) {
H A Duser_mad.c102 int start_port, end_port; member in struct:ib_umad_device
1296 umad_dev->end_port = e;
1325 for (i = 0; i <= umad_dev->end_port - umad_dev->start_port; ++i)

Completed in 71 milliseconds