Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/bfa/
Dbfad.c60 int max_rport_logins = BFA_FCS_MAX_RPORT_LOGINS; variable
152 module_param(max_rport_logins, int, S_IRUGO | S_IWUSR);
153 MODULE_PARM_DESC(max_rport_logins, "Max number of logins to initiator and target rports on a port (…
1731 bfa_fcs_rport_set_max_logins(max_rport_logins); in bfad_init()