Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/bnx2fc/
H A Dbnx2fc_fcoe.c111 static uint bnx2fc_devloss_tmo; variable
112 module_param_named(devloss_tmo, bnx2fc_devloss_tmo, uint, S_IRUGO);
1165 if (bnx2fc_devloss_tmo) in bnx2fc_vport_create()
1166 fc_host_dev_loss_tmo(vn_port->host) = bnx2fc_devloss_tmo; in bnx2fc_vport_create()
1562 if (bnx2fc_devloss_tmo) in bnx2fc_if_create()
1563 fc_host_dev_loss_tmo(shost) = bnx2fc_devloss_tmo; in bnx2fc_if_create()