Home
last modified time | relevance | path

Searched refs:max_reconnect_timeout (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/target/sbp/
Dsbp_target.h192 int max_reconnect_timeout; member
Dsbp_target.c428 tport->max_reconnect_timeout) - 1; in sbp_management_request_login()
2018 data[idx++] = 0x3d000000 | (tport->max_reconnect_timeout & 0xffff); in sbp_update_unit_directory()
2208 tport->max_reconnect_timeout = 5; in sbp_make_tpg()
2433 return sprintf(page, "%d\n", tport->max_reconnect_timeout); in sbp_tpg_attrib_show_max_reconnect_timeout()
2451 if (tport->max_reconnect_timeout == val) in sbp_tpg_attrib_store_max_reconnect_timeout()
2454 tport->max_reconnect_timeout = val; in sbp_tpg_attrib_store_max_reconnect_timeout()
2494 TF_TPG_ATTRIB_ATTR(sbp, max_reconnect_timeout, S_IRUGO | S_IWUSR);