Searched refs:nrports (Results 1 - 5 of 5) sorted by relevance

/drivers/scsi/bfa/
H A Dbfad_attr.c908 int nrports = 2048; local
912 rports = kzalloc(sizeof(wwn_t) * nrports , GFP_ATOMIC);
917 bfa_fcs_lport_get_rports(port->fcs_port, rports, &nrports);
921 return snprintf(buf, PAGE_SIZE, "%d\n", nrports);
H A Dbfa_fcs.h290 wwn_t rport_wwns[], int *nrports);
293 int index, int nrports, bfa_boolean_t bwwn);
H A Dbfa_fcs_lport.c4848 int nrports, bfa_boolean_t bwwn)
4855 if (port == NULL || nrports == 0)
4859 bfa_trc(fcs, (u32) nrports);
4865 while ((qe != qh) && (i < nrports)) {
4896 wwn_t rport_wwns[], int *nrports)
4903 if (port == NULL || rport_wwns == NULL || *nrports == 0)
4907 bfa_trc(fcs, (u32) *nrports);
4913 while ((qe != qh) && (i < *nrports)) {
4930 *nrports = i;
4847 bfa_fcs_lport_get_rport(struct bfa_fcs_lport_s *port, wwn_t wwn, int index, int nrports, bfa_boolean_t bwwn) argument
4895 bfa_fcs_lport_get_rports(struct bfa_fcs_lport_s *port, wwn_t rport_wwns[], int *nrports) argument
H A Dbfad_bsg.h312 u32 nrports; member in struct:bfa_bsg_lport_get_rports_s
H A Dbfad_bsg.c533 if (iocmd->nrports == 0)
538 sizeof(wwn_t) * iocmd->nrports) != BFA_STATUS_OK) {
556 &iocmd->nrports);

Completed in 84 milliseconds