Home
last modified time | relevance | path

Searched refs:adisc (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/scsi/elx/libefc/
A Defc_els.c558 struct fc_els_adisc *adisc; in efc_send_adisc() local
576 adisc = els->io.req.virt; in efc_send_adisc()
578 memset(adisc, 0, sizeof(*adisc)); in efc_send_adisc()
579 adisc->adisc_cmd = ELS_ADISC; in efc_send_adisc()
581 adisc->adisc_wwpn = sparams->fl_wwpn; in efc_send_adisc()
582 adisc->adisc_wwnn = sparams->fl_wwnn; in efc_send_adisc()
852 struct fc_els_adisc *adisc; in efc_send_adisc_acc() local
870 adisc = els->io.req.virt; in efc_send_adisc_acc()
871 memset(adisc, 0, sizeof(*adisc)); in efc_send_adisc_acc()
872 adisc->adisc_cmd = ELS_LS_ACC; in efc_send_adisc_acc()
[all …]
/linux/drivers/scsi/bfa/
A Dbfa_fcbuild.c458 memset(adisc, '\0', sizeof(struct fc_adisc_s)); in fc_adisc_x_build()
460 adisc->els_cmd.els_code = els_code; in fc_adisc_x_build()
467 adisc->orig_HA = 0; in fc_adisc_x_build()
468 adisc->orig_port_name = port_name; in fc_adisc_x_build()
469 adisc->orig_node_name = node_name; in fc_adisc_x_build()
470 adisc->nport_id = (s_id); in fc_adisc_x_build()
500 if (adisc->els_cmd.els_code != FC_ELS_ACC) in fc_adisc_rsp_parse()
503 if (!wwn_is_equal(adisc->orig_port_name, port_name)) in fc_adisc_rsp_parse()
513 struct fc_adisc_s *adisc = (struct fc_adisc_s *) pld; in fc_adisc_parse() local
515 if (adisc->els_cmd.els_code != FC_ELS_ACC) in fc_adisc_parse()
[all …]
A Dbfa_fcbuild.h192 u16 fc_adisc_build(struct fchs_s *fchs, struct fc_adisc_s *adisc,
199 enum fc_parse_status fc_adisc_rsp_parse(struct fc_adisc_s *adisc, int len,
202 u16 fc_adisc_acc_build(struct fchs_s *fchs, struct fc_adisc_s *adisc,
/linux/drivers/scsi/libfc/
A Dfc_rport.c1505 struct fc_els_adisc *adisc; in fc_rport_adisc_resp() local
1534 adisc = fc_frame_payload_get(fp, sizeof(*adisc)); in fc_rport_adisc_resp()
1535 if (op != ELS_LS_ACC || !adisc || in fc_rport_adisc_resp()
1536 ntoh24(adisc->adisc_port_id) != rdata->ids.port_id || in fc_rport_adisc_resp()
1537 get_unaligned_be64(&adisc->adisc_wwpn) != rdata->ids.port_name || in fc_rport_adisc_resp()
1595 struct fc_els_adisc *adisc; in fc_rport_recv_adisc_req() local
1603 adisc = fc_frame_payload_get(in_fp, sizeof(*adisc)); in fc_rport_recv_adisc_req()
1604 if (!adisc) { in fc_rport_recv_adisc_req()
1611 fp = fc_frame_alloc(lport, sizeof(*adisc)); in fc_rport_recv_adisc_req()
1615 adisc = fc_frame_payload_get(fp, sizeof(*adisc)); in fc_rport_recv_adisc_req()
[all …]
A Dfc_encode.h50 struct fc_els_adisc *adisc; in fc_adisc_fill() local
52 adisc = fc_frame_payload_get(fp, sizeof(*adisc)); in fc_adisc_fill()
53 memset(adisc, 0, sizeof(*adisc)); in fc_adisc_fill()
54 adisc->adisc_cmd = ELS_ADISC; in fc_adisc_fill()
55 put_unaligned_be64(lport->wwpn, &adisc->adisc_wwpn); in fc_adisc_fill()
56 put_unaligned_be64(lport->wwnn, &adisc->adisc_wwnn); in fc_adisc_fill()
57 hton24(adisc->adisc_port_id, lport->port_id); in fc_adisc_fill()
/linux/drivers/s390/scsi/
A Dzfcp_fc.c505 struct fc_els_adisc *adisc_resp = &fc_req->u.adisc.rsp; in zfcp_fc_adisc_handler()
546 sg_init_one(&fc_req->sg_req, &fc_req->u.adisc.req, in zfcp_fc_adisc()
548 sg_init_one(&fc_req->sg_rsp, &fc_req->u.adisc.rsp, in zfcp_fc_adisc()
556 fc_req->u.adisc.req.adisc_wwpn = cpu_to_be64(fc_host_port_name(shost)); in zfcp_fc_adisc()
557 fc_req->u.adisc.req.adisc_wwnn = cpu_to_be64(fc_host_node_name(shost)); in zfcp_fc_adisc()
558 fc_req->u.adisc.req.adisc_cmd = ELS_ADISC; in zfcp_fc_adisc()
559 hton24(fc_req->u.adisc.req.adisc_port_id, fc_host_port_id(shost)); in zfcp_fc_adisc()
A Dzfcp_fc.h151 } adisc; member
/linux/drivers/scsi/bnx2fc/
A Dbnx2fc_els.c184 struct fc_els_adisc *adisc; in bnx2fc_send_adisc() local
201 adisc = fc_frame_payload_get(fp, sizeof(*adisc)); in bnx2fc_send_adisc()
203 rc = bnx2fc_initiate_els(tgt, ELS_ADISC, adisc, sizeof(*adisc), in bnx2fc_send_adisc()
/linux/drivers/scsi/qedf/
A Dqedf_els.c502 struct fc_els_adisc *adisc; in qedf_send_adisc() local
525 adisc = fc_frame_payload_get(fp, sizeof(*adisc)); in qedf_send_adisc()
527 rc = qedf_initiate_els(fcport, ELS_ADISC, adisc, sizeof(*adisc), in qedf_send_adisc()
/linux/drivers/scsi/lpfc/
A Dlpfc_hw.h1048 ADISC adisc; /* Payload for ADISC/ACC */ member
/linux/drivers/scsi/qla2xxx/
A Dqla_os.c5100 qla2x00_post_async_work(adisc, QLA_EVT_ASYNC_ADISC);

Completed in 57 milliseconds