Home
last modified time | relevance | path

Searched refs:pd_state (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/uts/common/crypto/spi/
H A Dkcf_spi.c357 prov_desc->pd_state = KCF_PROV_READY; in crypto_register_provider()
471 saved_state = desc->pd_state; in crypto_unregister_provider()
539 desc->pd_state = KCF_PROV_UNREGISTERED; in crypto_unregister_provider()
630 switch (pd->pd_state) { in crypto_provider_notification()
632 pd->pd_state = KCF_PROV_READY; in crypto_provider_notification()
645 pd->pd_state = KCF_PROV_READY; in crypto_provider_notification()
651 switch (pd->pd_state) { in crypto_provider_notification()
653 pd->pd_state = KCF_PROV_BUSY; in crypto_provider_notification()
664 switch (pd->pd_state) { in crypto_provider_notification()
666 pd->pd_state = KCF_PROV_FAILED; in crypto_provider_notification()
[all …]
/illumos-gate/usr/src/cmd/mdb/common/modules/crypto/
H A Dimpl.c169 if (desc.pd_state < KCF_PROV_ALLOCATED || in kcf_provider_desc()
170 desc.pd_state > KCF_PROV_UNREGISTERED) in kcf_provider_desc()
171 mdb_printf("pd_state is invalid:\t%d\n", desc.pd_state); in kcf_provider_desc()
173 mdb_printf("pd_state:\t%s\n", prov_states[desc.pd_state]); in kcf_provider_desc()
269 prov_states[desc.pd_state]); in prov_tab()
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c909 if (pd->pd_state == PORT_DEVICE_INVALID && in fc_ulp_uninit_packet()
1403 pd->pd_state == PORT_DEVICE_INVALID) { in fc_ulp_transport()
1467 pd->pd_state == PORT_DEVICE_INVALID) { in fc_ulp_transport()
1536 pd->pd_state == PORT_DEVICE_INVALID) { in fc_ulp_issue_els()
1822 map->map_state = pd->pd_state; in fc_ulp_pwwn_to_portmap()
3474 pd->pd_state = PORT_DEVICE_VALID; in fctl_alloc_remote_port()
4226 listptr->map_state = pd->pd_state = in fctl_fillout_map()
4659 pd->pd_state = PORT_DEVICE_VALID; in fctl_create_remote_port()
4673 pd->pd_state = PORT_DEVICE_VALID; in fctl_create_remote_port()
5021 map->map_state = pd->pd_state; in fctl_copy_portmap_held()
[all …]
H A Dfp.c1847 pd->pd_state = PORT_DEVICE_VALID; in fp_suspend_all()
3550 pd->pd_state = PORT_DEVICE_INVALID; in fp_iodone()
4216 pd->pd_state = PORT_DEVICE_LOGGED_IN; in fp_register_login()
4275 pd->pd_state = PORT_DEVICE_VALID; in fp_unregister_login()
6728 pd->pd_state = PORT_DEVICE_VALID; in fp_adisc_intr()
8727 state = pd->pd_state; in fp_fciocmd()
10753 pd->pd_state = PORT_DEVICE_VALID; in fp_unsol_cb()
11424 pd->pd_state = PORT_DEVICE_INVALID; in fp_handle_unsol_prlo()
11542 pd->pd_state = PORT_DEVICE_INVALID; in fp_handle_unsol_logo()
12522 pd->pd_state = PORT_DEVICE_INVALID; in fp_fillout_old_map_held()
[all …]
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dimpl.h113 #define KCF_PROV_LOAD(pd) ((pd)->pd_state != KCF_PROV_BUSY ? \
162 #define KCF_IS_PROV_UNVERIFIED(pd) ((pd)->pd_state == KCF_PROV_UNVERIFIED)
163 #define KCF_IS_PROV_USABLE(pd) ((pd)->pd_state == KCF_PROV_READY || \
164 (pd)->pd_state == KCF_PROV_BUSY)
165 #define KCF_IS_PROV_REMOVED(pd) ((pd)->pd_state >= KCF_PROV_UNREGISTERING)
218 kcf_prov_state_t pd_state; member
/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_sched.c262 if (pd->pd_state == KCF_PROV_BUSY) { in process_req_hwp()
264 while (pd->pd_state == KCF_PROV_BUSY) in process_req_hwp()
283 if (pd->pd_state >= KCF_PROV_FAILED) { in process_req_hwp()
629 if (pd->pd_state == KCF_PROV_READY) { in kcf_submit_request()
663 pd->pd_state == KCF_PROV_READY) { in kcf_submit_request()
H A Dkcf_cryptoadm.c714 if (provider->pd_state >= KCF_PROV_DISABLED) { in crypto_load_soft_disabled()
719 provider->pd_state = KCF_PROV_DISABLED; in crypto_load_soft_disabled()
753 provider->pd_state = KCF_PROV_READY; in crypto_load_soft_disabled()
H A Dkcf_prov_tabs.c378 desc->pd_state = KCF_PROV_ALLOCATED; in kcf_alloc_provider_desc()
888 pd->pd_state != KCF_PROV_UNREGISTERED) in kcf_free_unregistered_provs()
H A Dkcf_callprov.c310 if (provider->pd_state != KCF_PROV_READY) { in kcf_get_hardware_provider()
312 if (provider->pd_state == KCF_PROV_BUSY) in kcf_get_hardware_provider()
424 if (provider->pd_state != KCF_PROV_READY) { in kcf_get_hardware_provider_nomech()
426 if (provider->pd_state == KCF_PROV_BUSY) in kcf_get_hardware_provider_nomech()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl_private.h193 uint32_t pd_state; member
/illumos-gate/usr/src/cmd/mdb/common/modules/fctl/
H A Dfctl.c836 mdb_printf(" state : 0x%x ", pd.pd_state); in remote_port()
838 switch (pd.pd_state) { in remote_port()
/illumos-gate/usr/src/uts/common/io/mega_sas/
H A Dmegaraid_sas.h1007 } pd_state; member
/illumos-gate/usr/src/uts/common/io/mr_sas/
H A Dmr_sas.h1693 } pd_state; member
H A Dmr_sas.c4294 if ((evt_detail->args.pd_state.prevState == in service_mfi_aen()
4296 (evt_detail->args.pd_state.newState != PD_SYSTEM)) { in service_mfi_aen()
4311 if ((evt_detail->args.pd_state.prevState in service_mfi_aen()
4313 (evt_detail->args.pd_state.newState == PD_SYSTEM)) { in service_mfi_aen()