nrports           285 drivers/scsi/bfa/bfa_fcs.h 			struct bfa_rport_qualifier_s rport[], int *nrports);
nrports           287 drivers/scsi/bfa/bfa_fcs.h 			      int index, int nrports, bfa_boolean_t bwwn);
nrports          5713 drivers/scsi/bfa/bfa_fcs_lport.c 		int nrports, bfa_boolean_t bwwn)
nrports          5720 drivers/scsi/bfa/bfa_fcs_lport.c 	if (port == NULL || nrports == 0)
nrports          5724 drivers/scsi/bfa/bfa_fcs_lport.c 	bfa_trc(fcs, (u32) nrports);
nrports          5730 drivers/scsi/bfa/bfa_fcs_lport.c 	while ((qe != qh) && (i < nrports)) {
nrports          5761 drivers/scsi/bfa/bfa_fcs_lport.c 		struct bfa_rport_qualifier_s rports[], int *nrports)
nrports          5768 drivers/scsi/bfa/bfa_fcs_lport.c 	if (port == NULL || rports == NULL || *nrports == 0)
nrports          5772 drivers/scsi/bfa/bfa_fcs_lport.c 	bfa_trc(fcs, (u32) *nrports);
nrports          5778 drivers/scsi/bfa/bfa_fcs_lport.c 	while ((qe != qh) && (i < *nrports)) {
nrports          5801 drivers/scsi/bfa/bfa_fcs_lport.c 	*nrports = i;
nrports           920 drivers/scsi/bfa/bfad_attr.c 	int        nrports = 2048;
nrports           924 drivers/scsi/bfa/bfad_attr.c 	rports = kcalloc(nrports, sizeof(struct bfa_rport_qualifier_s),
nrports           930 drivers/scsi/bfa/bfad_attr.c 	bfa_fcs_lport_get_rport_quals(port->fcs_port, rports, &nrports);
nrports           934 drivers/scsi/bfa/bfad_attr.c 	return snprintf(buf, PAGE_SIZE, "%d\n", nrports);
nrports           561 drivers/scsi/bfa/bfad_bsg.c 	if (iocmd->nrports == 0)
nrports           566 drivers/scsi/bfa/bfad_bsg.c 			sizeof(struct bfa_rport_qualifier_s) * iocmd->nrports)
nrports           586 drivers/scsi/bfa/bfad_bsg.c 			&iocmd->nrports);
nrports           319 drivers/scsi/bfa/bfad_bsg.h 	u32		nrports;