Home
last modified time | relevance | path

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

/drivers/scsi/bfa/
Dbfa_fcbuild.c483 fc_adisc_x_build(struct fchs_s *fchs, struct fc_adisc_s *adisc, u32 d_id, in fc_adisc_x_build() argument
487 memset(adisc, '\0', sizeof(struct fc_adisc_s)); in fc_adisc_x_build()
489 adisc->els_cmd.els_code = els_code; in fc_adisc_x_build()
496 adisc->orig_HA = 0; in fc_adisc_x_build()
497 adisc->orig_port_name = port_name; in fc_adisc_x_build()
498 adisc->orig_node_name = node_name; in fc_adisc_x_build()
499 adisc->nport_id = (s_id); in fc_adisc_x_build()
505 fc_adisc_build(struct fchs_s *fchs, struct fc_adisc_s *adisc, u32 d_id, in fc_adisc_build() argument
508 return fc_adisc_x_build(fchs, adisc, d_id, s_id, ox_id, port_name, in fc_adisc_build()
513 fc_adisc_acc_build(struct fchs_s *fchs, struct fc_adisc_s *adisc, u32 d_id, in fc_adisc_acc_build() argument
[all …]
Dbfa_fcbuild.h201 u16 fc_adisc_build(struct fchs_s *fchs, struct fc_adisc_s *adisc,
208 enum fc_parse_status fc_adisc_rsp_parse(struct fc_adisc_s *adisc, int len,
211 u16 fc_adisc_acc_build(struct fchs_s *fchs, struct fc_adisc_s *adisc,
Dbfa_fcs_rport.c2256 struct fc_adisc_s *adisc; in bfa_fcs_rport_process_adisc() local
2263 adisc = (struct fc_adisc_s *) (rx_fchs + 1); in bfa_fcs_rport_process_adisc()
/drivers/scsi/libfc/
Dfc_rport.c1502 struct fc_els_adisc *adisc; in fc_rport_adisc_resp() local
1531 adisc = fc_frame_payload_get(fp, sizeof(*adisc)); in fc_rport_adisc_resp()
1532 if (op != ELS_LS_ACC || !adisc || in fc_rport_adisc_resp()
1533 ntoh24(adisc->adisc_port_id) != rdata->ids.port_id || in fc_rport_adisc_resp()
1534 get_unaligned_be64(&adisc->adisc_wwpn) != rdata->ids.port_name || in fc_rport_adisc_resp()
1535 get_unaligned_be64(&adisc->adisc_wwnn) != rdata->ids.node_name) { in fc_rport_adisc_resp()
1595 struct fc_els_adisc *adisc; in fc_rport_recv_adisc_req() local
1600 adisc = fc_frame_payload_get(in_fp, sizeof(*adisc)); in fc_rport_recv_adisc_req()
1601 if (!adisc) { in fc_rport_recv_adisc_req()
1608 fp = fc_frame_alloc(lport, sizeof(*adisc)); in fc_rport_recv_adisc_req()
[all …]
/drivers/s390/scsi/
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()
Dzfcp_fc.h136 } adisc; member
/drivers/scsi/qedf/
Dqedf_els.c412 struct fc_els_adisc *adisc; in qedf_send_adisc() local
435 adisc = fc_frame_payload_get(fp, sizeof(*adisc)); in qedf_send_adisc()
437 rc = qedf_initiate_els(fcport, ELS_ADISC, adisc, sizeof(*adisc), in qedf_send_adisc()
/drivers/scsi/bnx2fc/
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()
/drivers/scsi/lpfc/
Dlpfc_hw.h1052 ADISC adisc; /* Payload for ADISC/ACC */ member
/drivers/scsi/qla2xxx/
Dqla_os.c4641 qla2x00_post_async_work(adisc, QLA_EVT_ASYNC_ADISC);