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

/drivers/infiniband/hw/ipath/
H A Dipath_sysfs.c42 * ipath_parse_ushort - parse an unsigned short value in an arbitrary base
48 int ipath_parse_ushort(const char *str, unsigned short *valp) function
195 ret = ipath_parse_ushort(buf, &lmc);
231 ret = ipath_parse_ushort(buf, &lid);
267 ret = ipath_parse_ushort(buf, &mlid);
397 ret = ipath_parse_ushort(buf, &v);
424 ret = ipath_parse_ushort(buf, &v);
577 ret = ipath_parse_ushort(buf, &state);
612 ret = ipath_parse_ushort(buf, &mtu);
645 ret = ipath_parse_ushort(bu
[all...]

Completed in 37 milliseconds