Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/bfa/
Dbfa_fcs.c1582 bfa_fcs_vf_get_ports(bfa_fcs_vf_t *vf, wwn_t lpwwn[], int *nlports) in bfa_fcs_vf_get_ports() argument
1589 if (vf == NULL || lpwwn == NULL || *nlports == 0) in bfa_fcs_vf_get_ports()
1595 bfa_trc(fcs, (uint32_t) *nlports); in bfa_fcs_vf_get_ports()
1600 if (i >= *nlports) in bfa_fcs_vf_get_ports()
1608 *nlports = i; in bfa_fcs_vf_get_ports()