Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun/sys/scsi/adapters/
H A Dsfvar.h337 struct la_els_prli prli; member
345 struct la_els_prli prli; member
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_els.c2647 els->un.prli.prliType = PRLI_FCP_TYPE; in emlxs_els_reply()
2648 els->un.prli.estabImagePair = 1; in emlxs_els_reply()
2652 els->un.prli.initiatorFunc = 1; in emlxs_els_reply()
2656 els->un.prli.targetFunc = 1; in emlxs_els_reply()
2659 els->un.prli.readXferRdyDis = 1; in emlxs_els_reply()
2663 els->un.prli.ConfmComplAllowed = 1; in emlxs_els_reply()
2664 els->un.prli.Retry = 1; in emlxs_els_reply()
2665 els->un.prli.TaskRetryIdReq = 1; in emlxs_els_reply()
2667 els->un.prli.ConfmComplAllowed = 0; in emlxs_els_reply()
2668 els->un.prli.Retry = 0; in emlxs_els_reply()
[all …]
H A Demlxs_solaris.c9250 els_pkt->un.prli.ConfmComplAllowed = 1; in emlxs_send_els()
9251 els_pkt->un.prli.Retry = 1; in emlxs_send_els()
9252 els_pkt->un.prli.TaskRetryIdReq = 1; in emlxs_send_els()
9254 els_pkt->un.prli.ConfmComplAllowed = 0; in emlxs_send_els()
9255 els_pkt->un.prli.Retry = 0; in emlxs_send_els()
9256 els_pkt->un.prli.TaskRetryIdReq = 0; in emlxs_send_els()
9376 if (els_pkt->un.prli.estabImagePair) { in emlxs_send_els()
9647 els_pkt->un.prli.Retry = 1; in emlxs_send_els_rsp()
9648 els_pkt->un.prli.TaskRetryIdReq = 1; in emlxs_send_els_rsp()
9651 els_pkt->un.prli.Retry = 0; in emlxs_send_els_rsp()
[all …]
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c5272 struct la_els_prli prli; in fcp_send_els() local
5275 bzero(&prli, sizeof (struct la_els_prli)); in fcp_send_els()
5281 prli.ls_code = LA_ELS_PRLI; in fcp_send_els()
5282 prli.page_length = 0x10; /* huh? */ in fcp_send_els()
5601 struct la_els_prli prli; in fcp_unsol_prli() local
5640 bzero(&prli, sizeof (struct la_els_prli)); in fcp_unsol_prli()
5642 prli.ls_code = LA_ELS_ACC; in fcp_unsol_prli()
5643 prli.page_length = 0x10; in fcp_unsol_prli()
5675 FCP_CP_OUT((uint8_t *)&prli, fpkt->pkt_cmd, in fcp_unsol_prli()
6206 struct la_els_prli *prli; in fcp_icmd_callback() local
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_hw.h1791 PRLI prli; /* Payload for PRLI/ACC */ member