Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c918 fptr->fcip_flags |= FCIP_ATTACHING; in fcip_port_attach()
1126 fptr->fcip_flags &= ~FCIP_ATTACHING; in fcip_port_attach_handler()
1127 fptr->fcip_flags |= FCIP_INITED; in fcip_port_attach_handler()
1568 fptr->fcip_flags |= FCIP_DETACHED; in fcip_detach()
1683 (fptr->fcip_flags & in fcip_port_detach()
1692 fptr->fcip_flags |= in fcip_port_detach()
1831 fptr->fcip_flags |= FCIP_SUSPENDED; in fcip_handle_suspend()
2239 fptr->fcip_flags |= FCIP_IN_SC_CB; in fcip_statec_cb()
2489 fptr->fcip_flags |= FCIP_IN_ELS_CB; in fcip_els_cb()
2793 fptr->fcip_flags |= FCIP_IN_DATA_CB; in fcip_data_cb()
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcip.h184 uint32_t fcip_flags; /* misc. flags */ member