Home
last modified time | relevance | path

Searched refs:CtCmd (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_els.c2957 SLI_CT_REQUEST *CtCmd; in emlxs_ct_handle_event() local
3017 switch (CtCmd->FsType) { in emlxs_ct_handle_event()
3096 switch (CtCmd->FsType) { in emlxs_ct_handle_event()
3159 switch (CtCmd->FsType) { in emlxs_ct_handle_event()
3204 switch (CtCmd->FsType) { in emlxs_ct_handle_event()
3292 SLI_CT_REQUEST *CtCmd; in emlxs_ct_handle_unsol_req() local
3297 CtCmd = (SLI_CT_REQUEST *)mp->virt; in emlxs_ct_handle_unsol_req()
3310 switch (CtCmd->FsType) { in emlxs_ct_handle_unsol_req()
3314 CtCmd, size, iocb->ULPCONTEXT); in emlxs_ct_handle_unsol_req()
3320 CtCmd, size, iocb->ULPCONTEXT); in emlxs_ct_handle_unsol_req()
[all …]
H A Demlxs_solaris.c10017 SLI_CT_REQUEST *CtCmd; in emlxs_send_ct() local
10020 CtCmd = (SLI_CT_REQUEST *)pkt->pkt_cmd; in emlxs_send_ct()
10026 LE_SWAP16(CtCmd->CommandResponse.bits.CmdRsp)), in emlxs_send_ct()
10034 SLI_CT_REQUEST *CtCmd; in emlxs_send_ct() local
10037 CtCmd = (SLI_CT_REQUEST *)pkt->pkt_cmd; in emlxs_send_ct()
10046 SLI_CT_REQUEST *CtCmd; in emlxs_send_ct() local
10049 CtCmd = (SLI_CT_REQUEST *)pkt->pkt_cmd; in emlxs_send_ct()
10082 SLI_CT_REQUEST *CtCmd; in emlxs_send_ct_rsp() local
10086 CtCmd = (SLI_CT_REQUEST *)pkt->pkt_cmd; in emlxs_send_ct_rsp()
10121 CtCmd->CommandResponse.bits.CmdRsp)), in emlxs_send_ct_rsp()
[all …]
H A Demlxs_dfc.c8889 SLI_CT_REQUEST *CtCmd; in emlxs_dfc_loopback_test() local
8983 CtCmd = (SLI_CT_REQUEST*)pkt->pkt_cmd; in emlxs_dfc_loopback_test()
8985 CtCmd->CommandResponse.bits.CmdRsp = LE_SWAP16(CtRsp); in emlxs_dfc_loopback_test()
8987 bcopy((void *)dfc->buf1, (void *)&CtCmd->un.data, dfc->buf1_size); in emlxs_dfc_loopback_test()
9068 CtCmd = (SLI_CT_REQUEST*)pkt->pkt_resp; in emlxs_dfc_loopback_test()
9069 bcopy((void *)&CtCmd->un.data, (void *)dfc->buf2, dfc->buf2_size); in emlxs_dfc_loopback_test()