Searched refs:emlxs_vport_find_wwpn (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_dfc.c | 108 static emlxs_port_t *emlxs_vport_find_wwpn(emlxs_hba_t *hba, uint8_t *wwpn); 3022 if (tport = emlxs_vport_find_wwpn(hba, dfc_vport->wwpn)) { in emlxs_dfc_create_vport() 3144 vport = emlxs_vport_find_wwpn(hba, wwpn); in emlxs_dfc_destroy_vport() 3316 emlxs_vport_find_wwpn(emlxs_hba_t *hba, uint8_t *wwpn) in emlxs_vport_find_wwpn() function 9687 vport = emlxs_vport_find_wwpn(hba, wwpn); in emlxs_dfc_sd_start_collection() 9749 vport = emlxs_vport_find_wwpn(hba, wwpn); in emlxs_dfc_sd_stop_collection() 9812 vport = emlxs_vport_find_wwpn(hba, wwpn); in emlxs_dfc_sd_reset_collection() 9864 vport = emlxs_vport_find_wwpn(hba, wwpn); in emlxs_dfc_sd_get_data() 9965 vport = emlxs_vport_find_wwpn(hba, wwpn); in emlxs_dfc_sd_set_event() 10061 vport = emlxs_vport_find_wwpn(hba, wwpn); in emlxs_dfc_sd_get_event() [all …]
|