Home
last modified time | relevance | path

Searched refs:els_resp_size (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Dfct.c2362 els->els_resp_alloc_size = els->els_resp_size = 116; in fct_create_solels()
2366 kmem_zalloc(els->els_resp_size, KM_SLEEP); in fct_create_solels()
2375 els->els_resp_alloc_size = els->els_resp_size = 4; in fct_create_solels()
2377 els->els_resp_size, KM_SLEEP); in fct_create_solels()
2387 els->els_resp_alloc_size = els->els_resp_size = 4; in fct_create_solels()
2389 els->els_resp_size, KM_SLEEP); in fct_create_solels()
2403 kmem_zalloc(els->els_resp_size, KM_SLEEP); in fct_create_solels()
2482 els->els_resp_alloc_size = els->els_resp_size = 4; in fct_create_solels()
2484 kmem_zalloc(els->els_resp_size, KM_SLEEP); in fct_create_solels()
2491 els->els_resp_alloc_size = els->els_resp_size = 28; in fct_create_solels()
[all …]
H A Ddiscovery.c1222 els->els_resp_size = els->els_resp_alloc_size = 8; in fct_send_accrjt()
1229 els->els_resp_size = 4; in fct_send_accrjt()
1451 els->els_resp_size = els->els_req_size; in fct_process_plogi()
1453 els->els_resp_size, KM_SLEEP); in fct_process_plogi()
1454 els->els_resp_alloc_size = els->els_resp_size; in fct_process_plogi()
1455 bcopy(els->els_req_payload, p, els->els_resp_size); in fct_process_plogi()
1690 els->els_resp_size = els->els_resp_alloc_size = 20; in fct_process_prli()
1925 els->els_resp_size = els->els_resp_alloc_size = 28; in fct_process_rcvd_adisc()
/illumos-gate/usr/src/uts/common/io/comstar/port/fcoet/
H A Dfcoet_eth.c686 actual_size = els->els_resp_size; in fcoet_process_sol_els_rsp()
691 els->els_resp_size = (uint16_t)actual_size; in fcoet_process_sol_els_rsp()
864 actual_size = CMD2ELS(xch->xch_cmd)->els_resp_size; in fcoet_process_sol_ct_rsp()
H A Dfcoet_fc.c434 els->els_resp_size = 116; in fcoet_send_sol_flogi()
436 kmem_zalloc(els->els_resp_size, KM_SLEEP); in fcoet_send_sol_flogi()
828 CMD2ELS(cmd)->els_resp_size + FCFH_SIZE, NULL); in fcoet_send_els_response()
/illumos-gate/usr/src/uts/common/sys/
H A Dfct.h119 uint16_t els_resp_size; member
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fct.c3917 fct_els->els_resp_size); in emlxs_fct_pkt_comp()
4053 fct_els->els_resp_size, 0, KM_NOSLEEP))) { in emlxs_fct_send_els_cmd()
4147 if (!(pkt = emlxs_pkt_alloc(port, fct_els->els_resp_size, 0, 0, in emlxs_fct_send_els_rsp()
4187 fct_els->els_resp_size); in emlxs_fct_send_els_rsp()
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c5840 minsize = els->els_resp_size; in qlt_send_els_response()
5841 qcmd->dbuf = qlt_i_dmem_alloc(qlt, els->els_resp_size, &minsize, 0); in qlt_send_els_response()
5847 bcopy(addr, qcmd->dbuf->db_sglist[0].seg_addr, els->els_resp_size); in qlt_send_els_response()
5884 QMEM_WR32(qlt, (&req[0x24]), els->els_resp_size); in qlt_send_els_response()
5886 QMEM_WR32(qlt, (&req[0x30]), els->els_resp_size); in qlt_send_els_response()
6659 els->els_resp_payload, els->els_resp_size); in qlt_handle_sol_els_completion()
7348 sz = minsz = qcmd->param.resp_offset + els->els_resp_size; in qlt_send_els()
7383 QMEM_WR32(qlt, (&req[0x20]), els->els_resp_size); in qlt_send_els()
7389 QMEM_WR32(qlt, (&req[0x3C]), els->els_resp_size); in qlt_send_els()