Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dcomstats.h81 unsigned long nrports; member
94 unsigned long nrports; member
Dstallion.h103 unsigned int nrports; member
118 unsigned int nrports; member
Distallion.h91 unsigned int nrports; member
/linux-3.4.99/drivers/scsi/bfa/
Dbfad_attr.c908 int nrports = 2048; in bfad_im_num_of_discovered_ports_show() local
912 rports = kzalloc(sizeof(wwn_t) * nrports , GFP_ATOMIC); in bfad_im_num_of_discovered_ports_show()
917 bfa_fcs_lport_get_rports(port->fcs_port, rports, &nrports); in bfad_im_num_of_discovered_ports_show()
921 return snprintf(buf, PAGE_SIZE, "%d\n", nrports); in bfad_im_num_of_discovered_ports_show()
Dbfa_fcs.h290 wwn_t rport_wwns[], int *nrports);
293 int index, int nrports, bfa_boolean_t bwwn);
Dbfa_fcs_lport.c4848 int nrports, bfa_boolean_t bwwn) in bfa_fcs_lport_get_rport() argument
4855 if (port == NULL || nrports == 0) in bfa_fcs_lport_get_rport()
4859 bfa_trc(fcs, (u32) nrports); in bfa_fcs_lport_get_rport()
4865 while ((qe != qh) && (i < nrports)) { in bfa_fcs_lport_get_rport()
4896 wwn_t rport_wwns[], int *nrports) in bfa_fcs_lport_get_rports() argument
4903 if (port == NULL || rport_wwns == NULL || *nrports == 0) in bfa_fcs_lport_get_rports()
4907 bfa_trc(fcs, (u32) *nrports); in bfa_fcs_lport_get_rports()
4913 while ((qe != qh) && (i < *nrports)) { in bfa_fcs_lport_get_rports()
4930 *nrports = i; in bfa_fcs_lport_get_rports()
Dbfad_bsg.h312 u32 nrports; member
Dbfad_bsg.c533 if (iocmd->nrports == 0) in bfad_iocmd_lport_get_rports()
538 sizeof(wwn_t) * iocmd->nrports) != BFA_STATUS_OK) { in bfad_iocmd_lport_get_rports()
556 &iocmd->nrports); in bfad_iocmd_lport_get_rports()