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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dsx.c91 static struct sx_port *sx_ports; variable in typeref:struct:sx_port
1267 port = &sx_ports[line];
2124 sx_ports = kcalloc(nports, sizeof(struct sx_port), GFP_KERNEL);
2125 if (!sx_ports)
2128 port = sx_ports;
2153 port = sx_ports;
2607 kfree(sx_ports);

Completed in 42 milliseconds