Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dscsi_transport_srp.c199 int srp_parse_tmo(int *tmo, const char *buf) in srp_parse_tmo() function
210 EXPORT_SYMBOL(srp_parse_tmo);
227 res = srp_parse_tmo(&delay, buf); in store_reconnect_delay()
279 res = srp_parse_tmo(&fast_io_fail_tmo, buf); in store_srp_rport_fast_io_fail_tmo()
314 res = srp_parse_tmo(&dev_loss_tmo, buf); in store_srp_rport_dev_loss_tmo()
/linux/include/scsi/
H A Dscsi_transport_srp.h116 int srp_parse_tmo(int *tmo, const char *buf);
/linux/drivers/infiniband/ulp/srp/
H A Dib_srp.c176 res = srp_parse_tmo(&tmo, val); in srp_tmo_set()