Searched refs:ocs_vport_create_spec (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/ocs_fc/ |
H A D | ocs_sport.h | 95 extern int8_t ocs_vport_create_spec(ocs_t *ocs, uint64_t wwnn, uint64_t wwpn, uint32_t fc_id, uint3…
|
H A D | ocs_sport.c | 1024 if (ocs_vport_create_spec(domain->ocs, wwnn, wwpn, fc_id, ini, tgt, tgt_data, ini_data)) { in ocs_sport_vport_new() 1513 ocs_vport_create_spec(ocs_t *ocs, uint64_t wwnn, uint64_t wwpn, uint32_t fc_id, uint32_t enable_ini… in ocs_vport_create_spec() function
|
H A D | ocs_xport.c | 593 ocs_vport_create_spec(ocs, 0, 0, UINT32_MAX, ocs->enable_ini, ocs->enable_tgt, NULL, NULL); in ocs_xport_initialize()
|