Home
last modified time | relevance | path

Searched refs:ULPCLASS (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_sli3.c3638 iocb->ULPCLASS = cmd_sbp->class; in emlxs_sli3_prep_fct_iocb()
3697 iocb->ULPCLASS = cmd_sbp->class; in emlxs_sli3_prep_fct_iocb()
3749 iocb->ULPCLASS = cmd_sbp->class; in emlxs_sli3_prep_fct_iocb()
3836 iocb->ULPCLASS = CLASS1; in emlxs_sli3_prep_fcp_iocb()
3839 iocb->ULPCLASS = CLASS2; in emlxs_sli3_prep_fcp_iocb()
3844 iocb->ULPCLASS = CLASS3; in emlxs_sli3_prep_fcp_iocb()
3958 iocb->ULPCLASS = CLASS1; in emlxs_sli3_prep_ip_iocb()
3961 iocb->ULPCLASS = CLASS2; in emlxs_sli3_prep_ip_iocb()
3965 iocb->ULPCLASS = CLASS3; in emlxs_sli3_prep_ip_iocb()
4055 iocb->ULPCLASS = CLASS1; in emlxs_sli3_prep_els_iocb()
[all …]
H A Demlxs_els.c2160 if ((uint32_t)iocb->ULPCLASS == CLASS2) { in emlxs_handle_unsol_echo()
2237 if ((uint32_t)iocb->ULPCLASS == CLASS2) { in emlxs_handle_unsol_rtv()
2386 if ((uint32_t)iocb->ULPCLASS == CLASS2) { in emlxs_handle_unsol_rls()
2596 if ((uint32_t)iocb->ULPCLASS == CLASS2) { in emlxs_els_reply()
2699 if ((uint32_t)iocb->ULPCLASS == CLASS2) { in emlxs_els_reply()
H A Demlxs_fcp.c4065 iocb->ULPCLASS = class; in emlxs_create_abort_xri_cn()
4119 iocb->ULPCLASS = class; in emlxs_create_abort_xri_cx()
4184 iocb->ULPCLASS = 0; in emlxs_create_close_xri_cn()
4237 iocb->ULPCLASS = 0; in emlxs_create_close_xri_cx()
H A Demlxs_fct.c2375 iocb->ULPCLASS, fcp_cmd); in emlxs_fct_handle_unsol_req()
2400 cmd_sbp->class = iocb->ULPCLASS; in emlxs_fct_handle_unsol_req()
3313 cmd_sbp->class = iocb->ULPCLASS; in emlxs_fct_handle_unsol_els()
H A Demlxs_solaris.c8755 sbp->class = iocb->ULPCLASS; in emlxs_send_fcp_cmd()
9025 sbp->class = iocb->ULPCLASS; in emlxs_send_ip()
9734 sbp->class = iocb->ULPCLASS; in emlxs_send_els_rsp()
9944 sbp->class = iocb->ULPCLASS; in emlxs_send_menlo()
10012 sbp->class = iocb->ULPCLASS; in emlxs_send_ct()
10115 sbp->class = iocb->ULPCLASS; in emlxs_send_ct_rsp()
H A Demlxs_sli4.c6870 iocb->ULPCLASS = CLASS3; in emlxs_sli4_process_unsol_rcv()
6938 iocb->ULPCLASS = CLASS3; in emlxs_sli4_process_unsol_rcv()
7017 iocb->ULPCLASS = CLASS3; in emlxs_sli4_process_unsol_rcv()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_iocb.h747 #define ULPCLASS un2.t1.ulpClass macro