Searched refs:num_rports (Results 1 - 9 of 9) sorted by relevance

/drivers/scsi/bfa/
H A Dbfad.c46 int num_rports, num_ios, num_tms; variable
94 module_param(num_rports, int, S_IRUGO | S_IWUSR);
95 MODULE_PARM_DESC(num_rports, "Max number of rports supported per port "
562 if (num_rports > 0)
563 bfa_cfg->fwcfg.num_rports = num_rports;
583 num_rports = bfa_cfg->fwcfg.num_rports;
H A Dbfad_drv.h334 extern int num_rports;
H A Dbfa_fcs.h148 u16 num_rports; /* Num of r-ports */ member in struct:bfa_fcs_lport_s
270 ((_lport) ? (_lport)->num_rports : 0)
H A Dbfa_svc.h255 u16 num_rports; /* number of rports */ member in struct:bfa_rport_mod_s
267 ((_tag) & (BFA_RPORT_MOD(__bfa)->num_rports - 1)))
H A Dbfa_core.c1193 bfa_rport_res_recfg(bfa, fwcfg->num_rports);
1214 fwcfg->num_rports = be16_to_cpu(fwcfg->num_rports);
1891 cfg->fwcfg.num_rports = DEF_CFG_NUM_RPORTS;
1918 cfg->fwcfg.num_rports = BFA_RPORT_MIN;
H A Dbfa_fcs_lport.c164 if (port->num_rports == 0) {
182 if (port->num_rports == 0) {
220 if (port->num_rports == 0) {
235 if (port->num_rports == 0) {
265 if (port->num_rports == 0) {
288 if (port->num_rports == 0) {
907 port->num_rports++;
920 port->num_rports--;
980 lport->num_rports = 0;
1145 if (port->num_rports >
[all...]
H A Dbfa_svc.c4440 if (cfg->fwcfg.num_rports < BFA_RPORT_MIN)
4441 cfg->fwcfg.num_rports = BFA_RPORT_MIN;
4445 cfg->fwcfg.num_rports * sizeof(struct bfa_rport_s));
4462 mod->num_rports = cfg->fwcfg.num_rports;
4464 WARN_ON(!mod->num_rports ||
4465 (mod->num_rports & (mod->num_rports - 1)));
4467 for (i = 0; i < mod->num_rports; i++, rp++) {
4680 for (i = 0; i < (mod->num_rports
[all...]
H A Dbfa_fcpim.c322 bfa_trc(bfa, cfg->fwcfg.num_rports);
328 fcpim->num_itnims = cfg->fwcfg.num_rports;
1109 *km_len += cfg->fwcfg.num_rports * sizeof(struct bfa_itnim_s);
3664 km_len += cfg->fwcfg.num_rports * sizeof(struct bfa_itn_s);
3694 fcp->num_itns = cfg->fwcfg.num_rports;
H A Dbfa_defs_svc.h47 u16 num_rports; /* number of remote ports */ member in struct:bfa_iocfc_fwcfg_s

Completed in 352 milliseconds