Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun/sys/scsi/adapters/
H A Dsfvar.h337 struct la_els_prli prli;
345 struct la_els_prli prli;
/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfc_linkapp.h157 typedef struct la_els_prli { struct
/illumos-gate/usr/src/uts/common/sys/fc4/
H A Dfcal_linkapp.h241 typedef struct la_els_prli { struct
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c5272 struct la_els_prli prli; in fcp_send_els()
5275 bzero(&prli, sizeof (struct la_els_prli)); in fcp_send_els()
5283 prli.payload_length = sizeof (struct la_els_prli); in fcp_send_els()
5315 fpkt->pkt_cmd_acc, sizeof (struct la_els_prli)); in fcp_send_els()
5601 struct la_els_prli prli; in fcp_unsol_prli()
5604 struct la_els_prli *from; in fcp_unsol_prli()
5610 from = (struct la_els_prli *)buf->ub_buffer; in fcp_unsol_prli()
5640 bzero(&prli, sizeof (struct la_els_prli)); in fcp_unsol_prli()
5644 prli.payload_length = sizeof (struct la_els_prli); in fcp_unsol_prli()
5673 fpkt->pkt_resp_acc, sizeof (struct la_els_prli)); in fcp_unsol_prli()
[all …]