Searched refs:emlxs_vport_find_wwpn (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_dfc.c | 109 static emlxs_port_t *emlxs_vport_find_wwpn(emlxs_hba_t *hba, uint8_t *wwpn); 3073 if (tport = emlxs_vport_find_wwpn(hba, dfc_vport->wwpn)) { in emlxs_dfc_create_vport() 3195 vport = emlxs_vport_find_wwpn(hba, wwpn); in emlxs_dfc_destroy_vport() 3367 emlxs_vport_find_wwpn(emlxs_hba_t *hba, uint8_t *wwpn) in emlxs_vport_find_wwpn() function 9748 vport = emlxs_vport_find_wwpn(hba, wwpn); in emlxs_dfc_sd_start_collection() 9810 vport = emlxs_vport_find_wwpn(hba, wwpn); in emlxs_dfc_sd_stop_collection() 9873 vport = emlxs_vport_find_wwpn(hba, wwpn); in emlxs_dfc_sd_reset_collection() 9925 vport = emlxs_vport_find_wwpn(hba, wwpn); in emlxs_dfc_sd_get_data() 10026 vport = emlxs_vport_find_wwpn(hba, wwpn); in emlxs_dfc_sd_set_event() 10122 vport = emlxs_vport_find_wwpn(hba, wwpn); in emlxs_dfc_sd_get_event() [all …]
|