Searched refs:SLI_CT_REQUEST (Results 1 – 5 of 5) sorted by relevance
2956 SLI_CT_REQUEST *CtRsp; in emlxs_ct_handle_event()2957 SLI_CT_REQUEST *CtCmd; in emlxs_ct_handle_event()2994 CtCmd = (SLI_CT_REQUEST *)pkt->pkt_cmd; in emlxs_ct_handle_event()3066 CtRsp = (SLI_CT_REQUEST *)pkt->pkt_resp; in emlxs_ct_handle_event()3292 SLI_CT_REQUEST *CtCmd; in emlxs_ct_handle_unsol_req()3297 CtCmd = (SLI_CT_REQUEST *)mp->virt; in emlxs_ct_handle_unsol_req()3352 SLI_CT_REQUEST *ct; in emlxs_send_rsnn()3354 if (!(pkt = emlxs_pkt_alloc(port, sizeof (SLI_CT_REQUEST), in emlxs_send_rsnn()3355 sizeof (SLI_CT_REQUEST), 0, KM_NOSLEEP))) { in emlxs_send_rsnn()3377 ct = (SLI_CT_REQUEST *)pkt->pkt_cmd; in emlxs_send_rsnn()
9994 SLI_CT_REQUEST *CtCmd; in emlxs_send_ct()9997 CtCmd = (SLI_CT_REQUEST *)pkt->pkt_cmd; in emlxs_send_ct()10011 SLI_CT_REQUEST *CtCmd; in emlxs_send_ct()10014 CtCmd = (SLI_CT_REQUEST *)pkt->pkt_cmd; in emlxs_send_ct()10023 SLI_CT_REQUEST *CtCmd; in emlxs_send_ct()10026 CtCmd = (SLI_CT_REQUEST *)pkt->pkt_cmd; in emlxs_send_ct()10059 SLI_CT_REQUEST *CtCmd; in emlxs_send_ct_rsp()10063 CtCmd = (SLI_CT_REQUEST *)pkt->pkt_cmd; in emlxs_send_ct_rsp()
8828 SLI_CT_REQUEST *CtCmd; in emlxs_dfc_loopback_test()8922 CtCmd = (SLI_CT_REQUEST*)pkt->pkt_cmd; in emlxs_dfc_loopback_test()9007 CtCmd = (SLI_CT_REQUEST*)pkt->pkt_resp; in emlxs_dfc_loopback_test()
4759 if (((SLI_CT_REQUEST *) pkt->pkt_cmd)->CommandResponse.bits. in emlxs_sli4_prep_ct_iocb()
259 typedef SliCtRequest_t SLI_CT_REQUEST; typedef