Symbol: la_els_logi_t
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
11111
la_els_logi_t *logi;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
11133
logi = (la_els_logi_t *)ubp->ub_buffer;
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei.c
412
la_els_logi_t *els = &ss->ss_els_logi;
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei.h
164
la_els_logi_t ss_els_logi;
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_eth.c
847
la_els_logi_t *els_logi = (la_els_logi_t *)(void *)dest;
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_eth.c
897
offset = offsetof(la_els_logi_t, common_service);
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_eth.c
922
offset = offsetof(la_els_logi_t, nport_ww_name);
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_eth.c
924
offset = offsetof(la_els_logi_t, node_ww_name);
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_eth.c
930
offset = offsetof(la_els_logi_t, class_3);
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_lv.c
1344
la_els_logi_t *els_logi = (la_els_logi_t *)(void *)fpkt->pkt_cmd;
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_lv.c
181
sizeof (la_els_logi_t));
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_lv.c
300
bcopy((void *)&ss->ss_els_logi, ptr, sizeof (la_els_logi_t));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
2722
sizeof (la_els_logi_t));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
3182
sizeof (la_els_logi_t));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
5260
la_els_logi_t acc;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
5585
la_els_logi_t acc;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
9181
la_els_logi_t *payload;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
9220
payload = (la_els_logi_t *)ubp->ub_buffer;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
9221
bzero(payload, sizeof (la_els_logi_t));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_init.c
461
la_els_logi_t *els = &ha->loginparams;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_init.c
93
la_els_logi_t *els = &ha->loginparams;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_init.c
951
la_els_logi_t *els = &ha->loginparams;
usr/src/uts/common/io/fibre-channel/impl/fctl.c
1706
fc_ulp_get_port_login_params(opaque_t port_handle, la_els_logi_t *login_params)
usr/src/uts/common/io/fibre-channel/impl/fp.c
1066
pkt = fp_alloc_pkt(port, sizeof (la_els_logi_t), sizeof (la_els_logi_t),
usr/src/uts/common/io/fibre-channel/impl/fp.c
11676
la_els_logi_t *payload;
usr/src/uts/common/io/fibre-channel/impl/fp.c
11692
payload = (la_els_logi_t *)buf->ub_buffer;
usr/src/uts/common/io/fibre-channel/impl/fp.c
11773
sizeof (la_els_logi_t);
usr/src/uts/common/io/fibre-channel/impl/fp.c
11875
sizeof (la_els_logi_t);
usr/src/uts/common/io/fibre-channel/impl/fp.c
11918
la_els_logi_t *payload;
usr/src/uts/common/io/fibre-channel/impl/fp.c
11922
payload = (la_els_logi_t *)buf->ub_buffer;
usr/src/uts/common/io/fibre-channel/impl/fp.c
12020
sizeof (la_els_logi_t), 0, sleep, pd);
usr/src/uts/common/io/fibre-channel/impl/fp.c
12034
cmd = fp_alloc_pkt(port, sizeof (la_els_logi_t),
usr/src/uts/common/io/fibre-channel/impl/fp.c
12039
cmd->cmd_pkt.pkt_cmdlen = sizeof (la_els_logi_t);
usr/src/uts/common/io/fibre-channel/impl/fp.c
12074
cmd = fp_alloc_pkt(port, sizeof (la_els_logi_t),
usr/src/uts/common/io/fibre-channel/impl/fp.c
12165
cmd = fp_alloc_pkt(port, sizeof (la_els_logi_t),
usr/src/uts/common/io/fibre-channel/impl/fp.c
12197
la_els_logi_t payload;
usr/src/uts/common/io/fibre-channel/impl/fp.c
12211
la_els_logi_t *req;
usr/src/uts/common/io/fibre-channel/impl/fp.c
12213
req = (la_els_logi_t *)buf->ub_buffer;
usr/src/uts/common/io/fibre-channel/impl/fp.c
12243
if (buf->ub_bufsize >= sizeof (la_els_logi_t)) {
usr/src/uts/common/io/fibre-channel/impl/fp.c
12293
buf->ub_bufsize, sizeof (la_els_logi_t),
usr/src/uts/common/io/fibre-channel/impl/fp.c
12298
((la_els_logi_t *)buf->ub_buffer)->nport_ww_name.w.naa_id,
usr/src/uts/common/io/fibre-channel/impl/fp.c
12299
((la_els_logi_t *)buf->ub_buffer)->nport_ww_name.w.nport_id,
usr/src/uts/common/io/fibre-channel/impl/fp.c
12300
((la_els_logi_t *)buf->ub_buffer)->nport_ww_name.w.wwn_hi,
usr/src/uts/common/io/fibre-channel/impl/fp.c
12301
((la_els_logi_t *)buf->ub_buffer)->nport_ww_name.w.wwn_lo,
usr/src/uts/common/io/fibre-channel/impl/fp.c
4013
cmd = fp_alloc_pkt(port, sizeof (la_els_logi_t),
usr/src/uts/common/io/fibre-channel/impl/fp.c
4014
sizeof (la_els_logi_t), sleep, NULL);
usr/src/uts/common/io/fibre-channel/impl/fp.c
4115
cmd = fp_alloc_pkt(port, sizeof (la_els_logi_t),
usr/src/uts/common/io/fibre-channel/impl/fp.c
4116
sizeof (la_els_logi_t), sleep, pd);
usr/src/uts/common/io/fibre-channel/impl/fp.c
4184
la_els_logi_t *acc, uchar_t class)
usr/src/uts/common/io/fibre-channel/impl/fp.c
4886
la_els_logi_t *els_data;
usr/src/uts/common/io/fibre-channel/impl/fp.c
4903
sizeof (la_els_logi_t));
usr/src/uts/common/io/fibre-channel/impl/fp.c
4982
els_data = (la_els_logi_t *)ulp_pkt->pkt_resp;
usr/src/uts/common/io/fibre-channel/impl/fp.c
5861
la_els_logi_t *acc;
usr/src/uts/common/io/fibre-channel/impl/fp.c
5885
acc = (la_els_logi_t *)pkt->pkt_resp;
usr/src/uts/common/io/fibre-channel/impl/fp.c
6018
la_els_logi_t *acc;
usr/src/uts/common/io/fibre-channel/impl/fp.c
6130
acc = (la_els_logi_t *)pkt->pkt_resp;
usr/src/uts/common/io/fibre-channel/impl/fp.c
6149
ASSERT(acc == (la_els_logi_t *)pkt->pkt_resp);
usr/src/uts/common/io/fibre-channel/impl/fp.c
6447
sizeof (la_els_logi_t));
usr/src/uts/common/io/fibre-channel/impl/fp.c
6635
sizeof (la_els_logi_t),
usr/src/uts/common/io/fibre-channel/impl/fp.c
6636
sizeof (la_els_logi_t), KM_SLEEP, pd);
usr/src/uts/common/io/fibre-channel/impl/fp.c
8500
la_els_logi_t *params;
usr/src/uts/common/io/fibre-channel/impl/fp.c
8518
if (fcio->fcio_olen != sizeof (la_els_logi_t)) {
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
6194
la_els_logi_t logi;
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
6215
fcip_pkt = fcip_ipkt_alloc(fptr, sizeof (la_els_logi_t),
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
6216
sizeof (la_els_logi_t), frp->fcipr_pd, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
6245
fc_pkt->pkt_rsplen = sizeof (la_els_logi_t);
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
6262
bzero((void *)&logi, sizeof (la_els_logi_t));
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
6267
sizeof (la_els_logi_t));
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
3297
icmd = fcp_icmd_alloc(pptr, ptgt, sizeof (la_els_logi_t),
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
3298
sizeof (la_els_logi_t), 0,
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
5099
alloc = FCP_MAX(sizeof (la_els_logi_t), sizeof (la_els_prli_t));
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
5169
cmd_len = sizeof (la_els_logi_t);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
5170
resp_len = sizeof (la_els_logi_t);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
5178
alloc = FCP_MAX(sizeof (la_els_logi_t),
usr/src/uts/common/io/fibre-channel/ulp/fcsm.c
3094
la_els_logi_t *login_params;
usr/src/uts/common/io/fibre-channel/ulp/fcsm.c
3097
login_params = (la_els_logi_t *)
usr/src/uts/common/io/fibre-channel/ulp/fcsm.c
3098
kmem_zalloc(sizeof (la_els_logi_t), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/ulp/fcsm.c
3106
kmem_free(login_params, sizeof (la_els_logi_t));
usr/src/uts/common/io/fibre-channel/ulp/fcsm.c
3119
pkt->pkt_cmd, sizeof (la_els_logi_t));
usr/src/uts/common/io/fibre-channel/ulp/fcsm.c
3125
kmem_free(login_params, sizeof (la_els_logi_t));
usr/src/uts/common/io/fibre-channel/ulp/fcsm.c
3151
pkt->pkt_resp, sizeof (la_els_logi_t));
usr/src/uts/common/io/fibre-channel/ulp/fcsm.c
3182
cmd = fcsm_alloc_cmd(fcsm, sizeof (la_els_logi_t),
usr/src/uts/common/io/fibre-channel/ulp/fcsm.c
3183
sizeof (la_els_logi_t), KM_SLEEP);
usr/src/uts/common/sys/fc4/fcal_linkapp.h
189
typedef la_els_logi_t la_els_logi_reply_t;
usr/src/uts/common/sys/fc4/fcal_linkapp.h
190
#define la_logi_t la_els_logi_t
usr/src/uts/common/sys/fc4/fcal_linkapp.h
258
typedef la_els_logi_t la_els_pdisc_t;
usr/src/uts/common/sys/fibre-channel/fca/qlc/ql_api.h
1764
la_els_logi_t loginparams;
usr/src/uts/common/sys/fibre-channel/impl/fc_fcaif.h
122
la_els_logi_t pi_login_params;
usr/src/uts/common/sys/fibre-channel/impl/fc_ulpif.h
171
la_els_logi_t *login_params);
usr/src/uts/common/sys/fibre-channel/impl/fctl_private.h
613
la_els_logi_t fp_service_params; /* service parameters */
usr/src/uts/common/sys/fibre-channel/impl/fp.h
192
#define FP_UNSOL_BUF_SIZE (sizeof (la_els_logi_t))
usr/src/uts/common/sys/fibre-channel/impl/fp.h
336
la_els_logi_t *acc, uchar_t class);
usr/src/uts/common/sys/fibre-channel/ulp/fcsm.h
126
la_els_logi_t sm_ms_service_params;