Home
last modified time | relevance | path

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

/linux/drivers/scsi/bfa/
H A Dbfad.c39 int num_rports, num_ios, num_tms; variable
88 module_param(num_rports, int, S_IRUGO | S_IWUSR);
89 MODULE_PARM_DESC(num_rports, "Max number of rports supported per port "
553 if (num_rports > 0) in bfad_update_hal_cfg()
554 bfa_cfg->fwcfg.num_rports = num_rports; in bfad_update_hal_cfg()
574 num_rports = bfa_cfg->fwcfg.num_rports; in bfad_update_hal_cfg()
H A Dbfa_fcs_lport.c191 if (port->num_rports == 0) { in bfa_fcs_lport_sm_online()
211 if (port->num_rports == 0) { in bfa_fcs_lport_sm_online()
249 if (port->num_rports == 0) { in bfa_fcs_lport_sm_offline()
266 if (port->num_rports == 0) { in bfa_fcs_lport_sm_offline()
296 if (port->num_rports == 0) { in bfa_fcs_lport_sm_stopping()
321 if (port->num_rports == 0) { in bfa_fcs_lport_sm_deleting()
969 port->num_rports++; in bfa_fcs_lport_add_rport()
982 port->num_rports--; in bfa_fcs_lport_del_rport()
1052 lport->num_rports = 0; in bfa_fcs_lport_attach()
1228 if (port->num_rports > 0) { in bfa_fcs_lport_n2n_online()
[all …]
H A Dbfa_defs_svc.h40 u16 num_rports; /* number of remote ports */ member