Searched refs:ipath_parse_ushort (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/staging/rdma/ipath/ |
D | ipath_sysfs.c | 48 int ipath_parse_ushort(const char *str, unsigned short *valp) in ipath_parse_ushort() function 195 ret = ipath_parse_ushort(buf, &lmc); in store_lmc() 231 ret = ipath_parse_ushort(buf, &lid); in store_lid() 267 ret = ipath_parse_ushort(buf, &mlid); in store_mlid() 397 ret = ipath_parse_ushort(buf, &v); in store_jint_max_packets() 424 ret = ipath_parse_ushort(buf, &v); in store_jint_idle_ticks() 577 ret = ipath_parse_ushort(buf, &state); in store_link_state() 612 ret = ipath_parse_ushort(buf, &mtu); in store_mtu() 645 ret = ipath_parse_ushort(buf, &enable); in store_enabled() 685 ret = ipath_parse_ushort(buf, &val); in store_rx_pol_inv() [all …]
|
D | ipath_kernel.h | 917 int ipath_parse_ushort(const char *str, unsigned short *valp);
|
D | ipath_init_chip.c | 1024 ret = ipath_parse_ushort(str, &val); in ipath_set_kpiobufs()
|