Searched refs:p2p_info (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_solaris.c | 5684 fc_fca_p2p_info_t *p2p_info; in emlxs_fca_port_manage() local 5697 p2p_info = (fc_fca_p2p_info_t *)pm->pm_data_buf; in emlxs_fca_port_manage() 5702 p2p_info->fca_d_id = port->did; in emlxs_fca_port_manage() 5703 p2p_info->d_id = port->rdid; in emlxs_fca_port_manage() 5714 (caddr_t)&p2p_info->pwwn, in emlxs_fca_port_manage() 5717 (caddr_t)&p2p_info->nwwn, in emlxs_fca_port_manage()
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/ |
H A D | fp.c | 2952 fc_fca_p2p_info_t p2p_info; in fp_port_startup() local 2963 pm.pm_data_buf = (caddr_t)&p2p_info; in fp_port_startup() 2969 port->fp_port_id.port_id = p2p_info.fca_d_id; in fp_port_startup() 2975 &p2p_info.pwwn) < 0 ? in fp_port_startup() 2979 &p2p_info.nwwn, in fp_port_startup() 2980 &p2p_info.pwwn, in fp_port_startup() 2981 p2p_info.d_id, in fp_port_startup() 2985 port->fp_port_id.port_id, p2p_info.d_id); in fp_port_startup()
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_api.c | 4306 fc_fca_p2p_info_t *p2p_info; in ql_port_manage() local 4973 p2p_info = (fc_fca_p2p_info_t *)cmd->pm_data_buf; in ql_port_manage() 4977 p2p_info->fca_d_id = ha->d_id.b24; in ql_port_manage() 4978 p2p_info->d_id = ha->n_port->d_id.b24; in ql_port_manage() 4981 (caddr_t)&p2p_info->pwwn, 8); in ql_port_manage() 4983 (caddr_t)&p2p_info->nwwn, 8); in ql_port_manage() 4989 p2p_info->fca_d_id, p2p_info->d_id, in ql_port_manage()
|