Searched refs:port_ndi_event_hdl (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/mdb/common/modules/fcp/ |
H A D | fcp.c | 171 mdb_printf(" event_hdl : 0x%p\n", pinfo.port_ndi_event_hdl); in fcp()
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/ |
H A D | fcp.c | 8606 pptr->port_ndi_event_hdl, cdip, FCAL_REMOVE_EVENT, in fcp_update_offline_flags() 8609 pptr->port_ndi_event_hdl, cdip, in fcp_update_offline_flags() 9072 pptr->port_ndi_event_hdl, cdip, in fcp_complete_pkt() 9076 pptr->port_ndi_event_hdl, cdip, in fcp_complete_pkt() 9136 pptr->port_ndi_event_hdl, cdip, in fcp_complete_pkt() 9141 pptr->port_ndi_event_hdl, in fcp_complete_pkt() 9944 &pptr->port_ndi_event_hdl, NDI_SLEEP); in fcp_handle_port_attach() 9951 (ndi_event_bind_set(pptr->port_ndi_event_hdl, in fcp_handle_port_attach() 10176 if (pptr->port_ndi_event_hdl) { in fcp_handle_port_attach() 10178 (void) ndi_event_unbind_set(pptr->port_ndi_event_hdl, in fcp_handle_port_attach() [all …]
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/ |
H A D | fcpvar.h | 368 ndi_event_hdl_t port_ndi_event_hdl; member
|