Home
last modified time | relevance | path

Searched refs:OCS_HW_ELS_REQ (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/ocs_fc/
H A Docs_els.c641 els->hio_type = OCS_HW_ELS_REQ; in ocs_send_plogi()
702 els->hio_type = OCS_HW_ELS_REQ; in ocs_send_flogi()
758 els->hio_type = OCS_HW_ELS_REQ; in ocs_send_fdisc()
820 els->hio_type = OCS_HW_ELS_REQ; in ocs_send_prli()
874 els->hio_type = OCS_HW_ELS_REQ; in ocs_send_prlo()
933 els->hio_type = OCS_HW_ELS_REQ; in ocs_send_logo()
996 els->hio_type = OCS_HW_ELS_REQ; in ocs_send_adisc()
1046 els->hio_type = OCS_HW_ELS_REQ; in ocs_send_pdisc()
1095 els->hio_type = OCS_HW_ELS_REQ; in ocs_send_scr()
1144 els->hio_type = OCS_HW_ELS_REQ; in ocs_send_rrq()
[all …]
H A Docs_node.c1626 if ((cbdata->els->hio_type != OCS_HW_ELS_REQ) || (els_gen->command_code != cmd)) { in node_check_els_req()
1627 if (cbdata->els->hio_type != OCS_HW_ELS_REQ) { in node_check_els_req()
H A Docs_hw.h397 OCS_HW_ELS_REQ, /**< ELS request */ enumerator
H A Docs_hw.c201 case OCS_HW_ELS_REQ: in ocs_hw_iotype_is_originator()
3878 if ((OCS_HW_ELS_REQ == type) || (OCS_HW_FC_CT == type)) { in ocs_hw_srrs_send()
3889 case OCS_HW_ELS_REQ: in ocs_hw_srrs_send()
8634 case OCS_HW_ELS_REQ: in ocs_hw_wq_process_io()