Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_els.c2957 SLI_CT_REQUEST *CtCmd; in emlxs_ct_handle_event() local
2994 CtCmd = (SLI_CT_REQUEST *)pkt->pkt_cmd; in emlxs_ct_handle_event()
2995 cmd_code = LE_SWAP16(CtCmd->CommandResponse.bits.CmdRsp); in emlxs_ct_handle_event()
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()
3298 cmd_code = LE_SWAP16(CtCmd->CommandResponse.bits.CmdRsp); in emlxs_ct_handle_unsol_req()
[all …]
H A Demlxs_solaris.c9994 SLI_CT_REQUEST *CtCmd; in emlxs_send_ct() local
9997 CtCmd = (SLI_CT_REQUEST *)pkt->pkt_cmd; in emlxs_send_ct()
10003 LE_SWAP16(CtCmd->CommandResponse.bits.CmdRsp)), in emlxs_send_ct()
10011 SLI_CT_REQUEST *CtCmd; in emlxs_send_ct() local
10014 CtCmd = (SLI_CT_REQUEST *)pkt->pkt_cmd; in emlxs_send_ct()
10020 LE_SWAP16(CtCmd->CommandResponse.bits.CmdRsp)), in emlxs_send_ct()
10023 SLI_CT_REQUEST *CtCmd; in emlxs_send_ct() local
10026 CtCmd = (SLI_CT_REQUEST *)pkt->pkt_cmd; in emlxs_send_ct()
10032 LE_SWAP16(CtCmd->CommandResponse.bits.CmdRsp)), in emlxs_send_ct()
10059 SLI_CT_REQUEST *CtCmd; in emlxs_send_ct_rsp() local
[all …]
H A Demlxs_dfc.c8828 SLI_CT_REQUEST *CtCmd; in emlxs_dfc_loopback_test() local
8922 CtCmd = (SLI_CT_REQUEST*)pkt->pkt_cmd; in emlxs_dfc_loopback_test()
8924 CtCmd->CommandResponse.bits.CmdRsp = LE_SWAP16(CtRsp); in emlxs_dfc_loopback_test()
8926 bcopy((void *)dfc->buf1, (void *)&CtCmd->un.data, dfc->buf1_size); in emlxs_dfc_loopback_test()
9007 CtCmd = (SLI_CT_REQUEST*)pkt->pkt_resp; in emlxs_dfc_loopback_test()
9008 bcopy((void *)&CtCmd->un.data, (void *)dfc->buf2, dfc->buf2_size); in emlxs_dfc_loopback_test()