Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/bfa/
Dbfa_fcs.c1464 bfa_fcs_vf_get_ports(bfa_fcs_vf_t *vf, wwn_t lpwwn[], int *nlports) in bfa_fcs_vf_get_ports() argument
1471 if (vf == NULL || lpwwn == NULL || *nlports == 0) in bfa_fcs_vf_get_ports()
1477 bfa_trc(fcs, (uint32_t) *nlports); in bfa_fcs_vf_get_ports()
1482 if (i >= *nlports) in bfa_fcs_vf_get_ports()
1490 *nlports = i; in bfa_fcs_vf_get_ports()