Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_sli3.c3633 iocb->ULPCLASS = cmd_sbp->class; in emlxs_sli3_prep_fct_iocb()
3692 iocb->ULPCLASS = cmd_sbp->class; in emlxs_sli3_prep_fct_iocb()
3744 iocb->ULPCLASS = cmd_sbp->class; in emlxs_sli3_prep_fct_iocb()
3831 iocb->ULPCLASS = CLASS1; in emlxs_sli3_prep_fcp_iocb()
3834 iocb->ULPCLASS = CLASS2; in emlxs_sli3_prep_fcp_iocb()
3839 iocb->ULPCLASS = CLASS3; in emlxs_sli3_prep_fcp_iocb()
3953 iocb->ULPCLASS = CLASS1; in emlxs_sli3_prep_ip_iocb()
3956 iocb->ULPCLASS = CLASS2; in emlxs_sli3_prep_ip_iocb()
3960 iocb->ULPCLASS = CLASS3; in emlxs_sli3_prep_ip_iocb()
4050 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.c4056 iocb->ULPCLASS = class; in emlxs_create_abort_xri_cn()
4110 iocb->ULPCLASS = class; in emlxs_create_abort_xri_cx()
4175 iocb->ULPCLASS = 0; in emlxs_create_close_xri_cn()
4228 iocb->ULPCLASS = 0; in emlxs_create_close_xri_cx()
H A Demlxs_fct.c2361 iocb->ULPCLASS, fcp_cmd);
2386 cmd_sbp->class = iocb->ULPCLASS;
3299 cmd_sbp->class = iocb->ULPCLASS;
H A Demlxs_solaris.c8732 sbp->class = iocb->ULPCLASS; in emlxs_send_fcp_cmd()
9002 sbp->class = iocb->ULPCLASS; in emlxs_send_ip()
9711 sbp->class = iocb->ULPCLASS; in emlxs_send_els_rsp()
9921 sbp->class = iocb->ULPCLASS; in emlxs_send_menlo()
9989 sbp->class = iocb->ULPCLASS; in emlxs_send_ct()
10092 sbp->class = iocb->ULPCLASS; in emlxs_send_ct_rsp()
H A Demlxs_sli4.c6519 iocb->ULPCLASS = CLASS3; in emlxs_sli4_process_unsol_rcv()
6587 iocb->ULPCLASS = CLASS3; in emlxs_sli4_process_unsol_rcv()
6679 iocb->ULPCLASS = CLASS3; in emlxs_sli4_process_unsol_rcv()
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_iocb.h747 #define ULPCLASS un2.t1.ulpClass macro