Searched refs:la_els_prli (Results 1 – 4 of 4) sorted by relevance
337 struct la_els_prli prli;345 struct la_els_prli prli;
157 typedef struct la_els_prli { struct
241 typedef struct la_els_prli { struct
5272 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 …]