Home
last modified time | relevance | path

Searched refs:rtrs_addr_to_str (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/infiniband/ulp/rtrs/
H A Drtrs.h187 int rtrs_addr_to_str(const struct rtrs_addr *addr, char *buf, size_t len);
H A Drtrs.c500 * rtrs_addr_to_str() - convert rtrs_addr to a string "src@dst"
510 int rtrs_addr_to_str(const struct rtrs_addr *addr, char *buf, size_t len) in rtrs_addr_to_str() function
521 EXPORT_SYMBOL(rtrs_addr_to_str);
H A Drtrs-srv-sysfs.c271 rtrs_addr_to_str(&path, str, sizeof(str)); in rtrs_srv_create_path_files()
H A Drtrs-clt-sysfs.c437 rtrs_addr_to_str(&path, str, sizeof(str)); in rtrs_clt_create_path_files()
H A Drtrs-srv.c1802 rtrs_addr_to_str(&path, str, sizeof(str)); in __alloc_path()
H A Drtrs-clt.c2611 rtrs_addr_to_str(&path, str, sizeof(str)); in init_path()