Home
last modified time | relevance | path

Searched refs:SLI_CT_REQUEST (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_els.c2956 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()
H A Demlxs_solaris.c10025 SLI_CT_REQUEST *CtCmd; in emlxs_send_ct()
10028 CtCmd = (SLI_CT_REQUEST *)pkt->pkt_cmd; in emlxs_send_ct()
10042 SLI_CT_REQUEST *CtCmd; in emlxs_send_ct()
10045 CtCmd = (SLI_CT_REQUEST *)pkt->pkt_cmd; in emlxs_send_ct()
10054 SLI_CT_REQUEST *CtCmd; in emlxs_send_ct()
10057 CtCmd = (SLI_CT_REQUEST *)pkt->pkt_cmd; in emlxs_send_ct()
10090 SLI_CT_REQUEST *CtCmd; in emlxs_send_ct_rsp()
10094 CtCmd = (SLI_CT_REQUEST *)pkt->pkt_cmd; in emlxs_send_ct_rsp()
H A Demlxs_dfc.c8889 SLI_CT_REQUEST *CtCmd; in emlxs_dfc_loopback_test()
8983 CtCmd = (SLI_CT_REQUEST*)pkt->pkt_cmd; in emlxs_dfc_loopback_test()
9068 CtCmd = (SLI_CT_REQUEST*)pkt->pkt_resp; in emlxs_dfc_loopback_test()
H A Demlxs_sli4.c5093 if (((SLI_CT_REQUEST *) pkt->pkt_cmd)->CommandResponse.bits. in emlxs_sli4_prep_ct_iocb()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_hw.h260 typedef SliCtRequest_t SLI_CT_REQUEST; typedef