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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/core/
H A Duser_mad.c69 * ib_umad_port by minor in the umad_port[] table while holding the
81 * ib_umad_ports from umad_port[] while holding port_lock before
84 * a reference before we clear the umad_port[] entries, or fail after
85 * we clear the umad_port[] entries.
136 static struct ib_umad_port *umad_port[IB_UMAD_MAX_PORTS]; variable in typeref:struct:ib_umad_port
705 port = umad_port[iminor(inode) - IB_UMAD_MINOR_BASE];
799 port = umad_port[iminor(inode) - IB_UMAD_MINOR_BASE - IB_UMAD_MAX_PORTS];
956 umad_port[port->dev_num] = port;
992 umad_port[port->dev_num] = NULL;

Completed in 38 milliseconds