Home
last modified time | relevance | path

Searched refs:els_req_payload (Results 1 – 9 of 9) sorted by relevance

/titanic_44/usr/src/uts/common/io/comstar/port/fct/
H A Ddiscovery.c809 op = els->els_req_payload[0]; in fct_handle_els()
825 "port state was %x", els->els_req_payload[0], in fct_handle_els()
833 (els->els_req_payload[0] == ELS_OP_PLOGI) && in fct_handle_els()
882 (els->els_req_payload[0] != ELS_OP_FLOGI)) { in fct_handle_els()
900 if (els->els_req_payload[0] == ELS_OP_PLOGI) { in fct_handle_els()
954 els->els_req_payload[0], cmd->cmd_rportid); in fct_handle_els()
958 els->els_req_payload[0], cmd->cmd_rportid); in fct_handle_els()
1455 bcopy(els->els_req_payload, p, els->els_resp_size); in fct_process_plogi()
1589 if ((els->els_req_size != 20) || (bcmp(els->els_req_payload, in fct_process_prli()
1591 if (els->els_req_payload[4] != 0x08) in fct_process_prli()
[all …]
H A Dfct.c1073 kmem_free(els->els_req_payload, in fct_free()
1487 uint8_t op = (ICMD_TO_ELS(icmd))->els_req_payload[0]; in fct_is_irp_logging_out()
2340 els->els_req_payload = cmd->cmd_fca_private; in fct_create_solels()
2344 els->els_req_payload = (uint8_t *) in fct_create_solels()
2360 els->els_req_payload = (uint8_t *)kmem_zalloc( in fct_create_solels()
2363 fct_value_to_netbuf(ptid, els->els_req_payload + 5, 3); in fct_create_solels()
2364 bcopy(port->port_pwwn, els->els_req_payload + 8, 8); in fct_create_solels()
2372 els->els_req_payload = (uint8_t *)kmem_zalloc( in fct_create_solels()
2374 els->els_req_payload[1] = 0x04; in fct_create_solels()
2375 els->els_req_payload[3] = 0x08; in fct_create_solels()
[all …]
H A Dfct_impl.h390 (ICMD_TO_ELS(icmd)->els_req_payload[0] == ELS_OP_LOGO)
/titanic_44/usr/src/uts/common/io/comstar/port/fcoet/
H A Dfcoet_eth.c624 XCH2ELS(xch)->els_req_payload = in fcoet_process_unsol_els_req()
626 bcopy(frm->frm_payload, XCH2ELS(xch)->els_req_payload, in fcoet_process_unsol_els_req()
628 if (XCH2ELS(xch)->els_req_payload[0] != ELS_OP_FLOGI) { in fcoet_process_unsol_els_req()
634 if ((XCH2ELS(xch)->els_req_payload[0] == ELS_OP_PLOGI) && in fcoet_process_unsol_els_req()
639 if ((XCH2ELS(xch)->els_req_payload[0] == ELS_OP_PRLI) && in fcoet_process_unsol_els_req()
951 frm, FRM_OXID(frm), XCH2ELS(xch)->els_req_payload[0]); in fcoet_send_unsol_els_rsp_done()
963 if (XCH2ELS(xch)->els_req_payload[0] != ELS_OP_FLOGI) { in fcoet_send_unsol_els_rsp_done()
985 bcopy(XCH2ELS(xch)->els_req_payload + 20, in fcoet_send_unsol_els_rsp_done()
987 bcopy(XCH2ELS(xch)->els_req_payload + 28, in fcoet_send_unsol_els_rsp_done()
H A Dfcoet_fc.c675 bcopy(CMD2ELS(cmd)->els_req_payload, frm->frm_payload, in fcoet_send_sol_els()
724 bcopy(CMD2ELS(cmd)->els_req_payload, frm->frm_payload, in fcoet_send_sol_ct()
973 p = ((fct_els_t *)login->cmd_specific)->els_req_payload; in fcoet_fill_plogi_req()
1006 p = ((fct_els_t *)login->cmd_specific)->els_req_payload; in fcoet_fill_plogi_resp()
/titanic_44/usr/src/uts/common/sys/
H A Dfct.h121 uint8_t *els_req_payload; member
/titanic_44/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c3133 p = ((fct_els_t *)login->cmd_specific)->els_req_payload; in qlt_fill_plogi_req()
3305 els->els_req_payload = GET_BYTE_OFFSET(qcmd, in qlt_handle_purex()
3317 els->els_req_payload[i] = pldptr[3]; in qlt_handle_purex()
3318 els->els_req_payload[i+1] = pldptr[2]; in qlt_handle_purex()
3319 els->els_req_payload[i+2] = pldptr[1]; in qlt_handle_purex()
3320 els->els_req_payload[i+3] = pldptr[0]; in qlt_handle_purex()
3780 elsop = els->els_req_payload[0]; in qlt_send_els_response()
4749 elsop = els->els_req_payload[0]; in qlt_abort_purex()
4861 bcopy(els->els_req_payload, buf->db_sglist[0].seg_addr, in qlt_send_els()
4879 req[0x16] = els->els_req_payload[0]; in qlt_send_els()
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fct.c2082 sp = (SERV_PARM *)((caddr_t)els->els_req_payload +
3308 els->els_req_payload =
3311 bcopy(bp, els->els_req_payload, size);
4080 bcopy((uint8_t *)fct_els->els_req_payload, (uint8_t *)pkt->pkt_cmd,
H A Demlxs_solaris.c9420 ub_buffer = (uint8_t *)els->els_req_payload; in emlxs_send_els_rsp()