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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_sysfs.c40 * ipath_parse_ushort - parse an unsigned short value in an arbitrary base
46 int ipath_parse_ushort(const char *str, unsigned short *valp) function
184 ret = ipath_parse_ushort(buf, &lid);
220 ret = ipath_parse_ushort(buf, &mlid);
473 ret = ipath_parse_ushort(buf, &state);
508 ret = ipath_parse_ushort(buf, &mtu);
541 ret = ipath_parse_ushort(buf, &enable);
582 ret = ipath_parse_ushort(buf, &val);
H A Dipath_kernel.h633 int ipath_parse_ushort(const char *str, unsigned short *valp);
H A Dipath_init_chip.c962 ret = ipath_parse_ushort(str, &val);

Completed in 99 milliseconds