Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun/sys/scsi/adapters/
H A Dsfvar.h337 struct la_els_prli prli;
345 struct la_els_prli prli;
/titanic_50/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfc_linkapp.h157 typedef struct la_els_prli { struct
/titanic_50/usr/src/uts/common/sys/fc4/
H A Dfcal_linkapp.h243 typedef struct la_els_prli { struct
/titanic_50/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c5267 struct la_els_prli prli; in fcp_send_els()
5270 bzero(&prli, sizeof (struct la_els_prli)); in fcp_send_els()
5278 prli.payload_length = sizeof (struct la_els_prli); in fcp_send_els()
5310 fpkt->pkt_cmd_acc, sizeof (struct la_els_prli)); in fcp_send_els()
5596 struct la_els_prli prli; in fcp_unsol_prli()
5599 struct la_els_prli *from; in fcp_unsol_prli()
5605 from = (struct la_els_prli *)buf->ub_buffer; in fcp_unsol_prli()
5635 bzero(&prli, sizeof (struct la_els_prli)); in fcp_unsol_prli()
5639 prli.payload_length = sizeof (struct la_els_prli); in fcp_unsol_prli()
5668 fpkt->pkt_resp_acc, sizeof (struct la_els_prli)); in fcp_unsol_prli()
[all …]
/titanic_50/usr/src/uts/sun/io/scsi/adapters/
H A Dsf.c2934 struct la_els_prli *prli = (struct la_els_prli *)privp->cmd; in sf_do_prli()
2940 sizeof (struct la_els_prli); in sf_do_prli()
2945 prli->payload_length = sizeof (struct la_els_prli); in sf_do_prli()