Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/bfa/
H A Dbfa_fcs.c1456 bfa_fcs_vf_get_ports(bfa_fcs_vf_t *vf, wwn_t lpwwn[], int *nlports) in bfa_fcs_vf_get_ports() argument
1463 if (vf == NULL || lpwwn == NULL || *nlports == 0) in bfa_fcs_vf_get_ports()
1469 bfa_trc(fcs, (uint32_t) *nlports); in bfa_fcs_vf_get_ports()
1474 if (i >= *nlports) in bfa_fcs_vf_get_ports()
1482 *nlports = i; in bfa_fcs_vf_get_ports()