Home
last modified time | relevance | path

Searched refs:srp_parse_tmo (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/scsi/
Dscsi_transport_srp.c213 int srp_parse_tmo(int *tmo, const char *buf) in srp_parse_tmo() function
224 EXPORT_SYMBOL(srp_parse_tmo);
241 res = srp_parse_tmo(&delay, buf); in store_reconnect_delay()
293 res = srp_parse_tmo(&fast_io_fail_tmo, buf); in store_srp_rport_fast_io_fail_tmo()
328 res = srp_parse_tmo(&dev_loss_tmo, buf); in store_srp_rport_dev_loss_tmo()
/Linux-v4.19/include/scsi/
Dscsi_transport_srp.h116 int srp_parse_tmo(int *tmo, const char *buf);
/Linux-v4.19/drivers/infiniband/ulp/srp/
Dib_srp.c175 res = srp_parse_tmo(&tmo, val); in srp_tmo_set()