Home
last modified time | relevance | path

Searched refs:sm_port_info (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcsm.c560 (void) ddi_pathname(fcsm->sm_port_info.port_dip, fcsm_pathname); in fcsm_port_attach()
620 fcsm->sm_port_info = *pinfo; /* Structure copy !!! */ in fcsm_handle_port_attach()
675 (void) ddi_pathname(fcsm->sm_port_info.port_dip, fcsm_pathname); in fcsm_handle_port_attach()
721 fcsm->sm_port_info = *pinfo; /* Structure copy !!! */ in fcsm_handle_port_resume()
1837 ddi_get_instance(fcsm->sm_port_info.port_dip)); in fcsm_display()
1981 pinfo = &fcsm->sm_port_info; in fcsm_cmd_cache_constructor()
2047 pinfo = &fcsm->sm_port_info; in fcsm_alloc_cmd()
2090 fcsm->sm_port_info.port_acc_attr, DDI_DMA_CONSISTENT, in fcsm_alloc_cmd()
2163 fcsm->sm_port_info.port_acc_attr, DDI_DMA_CONSISTENT, in fcsm_alloc_cmd()
2253 (void) fc_ulp_uninit_packet((opaque_t)fcsm->sm_port_info.port_handle, in fcsm_free_cmd()
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcsm.h114 fc_ulp_port_info_t sm_port_info; /* FCA Port Information */ member