Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/bfa/
Dbfad.c61 int max_rport_logins = BFA_FCS_MAX_RPORT_LOGINS; variable
149 module_param(max_rport_logins, int, S_IRUGO | S_IWUSR);
150 MODULE_PARM_DESC(max_rport_logins, "Max number of logins to initiator and target rports on a port (…
1724 bfa_fcs_rport_set_max_logins(max_rport_logins); in bfad_init()