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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/ipath/
H A Dipath_sysfs.c41 * ipath_parse_ushort - parse an unsigned short value in an arbitrary base
47 int ipath_parse_ushort(const char *str, unsigned short *valp) function
194 ret = ipath_parse_ushort(buf, &lmc);
230 ret = ipath_parse_ushort(buf, &lid);
266 ret = ipath_parse_ushort(buf, &mlid);
396 ret = ipath_parse_ushort(buf, &v);
423 ret = ipath_parse_ushort(buf, &v);
575 ret = ipath_parse_ushort(buf, &state);
610 ret = ipath_parse_ushort(buf, &mtu);
643 ret = ipath_parse_ushort(bu
[all...]
H A Dipath_init_chip.c1039 ret = ipath_parse_ushort(str, &val);
H A Dipath_kernel.h920 int ipath_parse_ushort(const char *str, unsigned short *valp);

Completed in 54 milliseconds