Symbol: els_desc
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
18362
els_descriptor_t els_desc;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
18366
&els_desc);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
18369
ql_isp_els_request_ctor(&els_desc, (els_passthru_entry_t *)arg);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
18391
fc_packet_t *pkt, els_descriptor_t *els_desc)
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
18398
els_desc->els = els.ls_code;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
18400
els_desc->els_handle = req_q->req_ring.acc_handle;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
18401
els_desc->d_id.b24 = pkt->pkt_cmd_fhdr.d_id;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
18402
els_desc->s_id.b24 = pkt->pkt_cmd_fhdr.s_id;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
18405
els_desc->n_port_handle = ha->n_port->n_port_handle;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
18407
els_desc->n_port_handle = 0;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
18409
els_desc->control_flags = 0;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
18410
els_desc->cmd_byte_count = pkt->pkt_cmdlen;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
18415
els_desc->tx_dsd.addr[0] = LSD(pkt->pkt_cmd_cookie->dmac_laddress);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
18416
els_desc->tx_dsd.addr[1] = MSD(pkt->pkt_cmd_cookie->dmac_laddress);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
18417
els_desc->tx_dsd.length = (uint32_t)pkt->pkt_cmd_cookie->dmac_size;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
18419
els_desc->rsp_byte_count = pkt->pkt_rsplen;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
18425
els_desc->rx_dsd.addr[0] = LSD(pkt->pkt_resp_cookie->dmac_laddress);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
18426
els_desc->rx_dsd.addr[1] = MSD(pkt->pkt_resp_cookie->dmac_laddress);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
18427
els_desc->rx_dsd.length = (uint32_t)pkt->pkt_resp_cookie->dmac_size;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
18441
ql_isp_els_request_ctor(els_descriptor_t *els_desc,
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
18449
ddi_put8(els_desc->els_handle, &els_entry->entry_type,
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
18451
ddi_put16(els_desc->els_handle, &els_entry->n_port_hdl,
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
18452
els_desc->n_port_handle);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
18453
ddi_put8(els_desc->els_handle, &els_entry->sof_type, (uint8_t)BIT_4);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
18454
ddi_put32(els_desc->els_handle, &els_entry->rcv_exch_address,
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
18456
ddi_put8(els_desc->els_handle, &els_entry->els_cmd_opcode,
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
18457
els_desc->els);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
18458
ddi_put8(els_desc->els_handle, &els_entry->d_id_7_0,
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
18459
els_desc->d_id.b.al_pa);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
18460
ddi_put8(els_desc->els_handle, &els_entry->d_id_15_8,
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
18461
els_desc->d_id.b.area);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
18462
ddi_put8(els_desc->els_handle, &els_entry->d_id_23_16,
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
18463
els_desc->d_id.b.domain);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
18464
ddi_put8(els_desc->els_handle, &els_entry->s_id_7_0,
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
18465
els_desc->s_id.b.al_pa);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
18466
ddi_put8(els_desc->els_handle, &els_entry->s_id_15_8,
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
18467
els_desc->s_id.b.area);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
18468
ddi_put8(els_desc->els_handle, &els_entry->s_id_23_16,
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
18469
els_desc->s_id.b.domain);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
18470
ddi_put16(els_desc->els_handle, &els_entry->control_flags,
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
18471
els_desc->control_flags);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
18472
ddi_put32(els_desc->els_handle, &els_entry->rcv_payld_data_bcnt,
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
18473
els_desc->rsp_byte_count);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
18474
ddi_put32(els_desc->els_handle, &els_entry->xmt_payld_data_bcnt,
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
18475
els_desc->cmd_byte_count);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
18478
ddi_put16(els_desc->els_handle, &els_entry->xmt_dseg_count, 1);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
18479
ddi_put32(els_desc->els_handle, ptr32++, els_desc->tx_dsd.addr[0]);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
18480
ddi_put32(els_desc->els_handle, ptr32++, els_desc->tx_dsd.addr[1]);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
18481
ddi_put32(els_desc->els_handle, ptr32++, els_desc->tx_dsd.length);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
18482
ddi_put16(els_desc->els_handle, &els_entry->rcv_dseg_count, 1);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
18483
ddi_put32(els_desc->els_handle, ptr32++, els_desc->rx_dsd.addr[0]);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
18484
ddi_put32(els_desc->els_handle, ptr32++, els_desc->rx_dsd.addr[1]);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
18485
ddi_put32(els_desc->els_handle, ptr32++, els_desc->rx_dsd.length);