Searched refs:fctl_get_remote_port_by_did (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/common/sys/fibre-channel/impl/ |
H A D | fc_portif.h | 394 fc_remote_port_t *fctl_get_remote_port_by_did(fc_local_port_t *port,
|
/titanic_41/usr/src/uts/common/io/fibre-channel/impl/ |
H A D | fp.c | 2411 pd = fctl_get_remote_port_by_did(port, *d_id); in fp_job_handler() 3793 pd = fctl_get_remote_port_by_did(port, d_id); in fp_get_loopmap() 3857 pd = fctl_get_remote_port_by_did(port, d_id); in fp_loop_online() 4060 ASSERT(fctl_get_remote_port_by_did(port, d_id) == NULL); in fp_port_login() 4220 ASSERT(fctl_get_remote_port_by_did(pd->pd_port, in fp_register_login() 4673 pd = fctl_get_remote_port_by_did(port, in fp_ulp_statec_cb() 4827 pd = fctl_get_remote_port_by_did(port, in fp_ulp_devc_cb() 4923 pd = fctl_get_remote_port_by_did(port, d_id); in fp_plogi_group() 4962 tmp_pd = fctl_get_remote_port_by_did(port, d_id); in fp_plogi_group() 5069 pd = fctl_get_remote_port_by_did(port, d_id); in fp_plogi_group() [all …]
|
H A D | fctl.c | 1790 pd = fctl_get_remote_port_by_did(port, d_id.port_id); in fc_ulp_get_pwwn_by_did() 3064 pd = fctl_get_remote_port_by_did(port, in fctl_ulp_statec_cb() 3856 fctl_get_remote_port_by_did(fc_local_port_t *port, uint32_t d_id) in fctl_get_remote_port_by_did() function
|