Home
last modified time | relevance | path

Searched refs:cmd_rsp_code (Results 1 – 6 of 6) sorted by relevance

/linux-6.14.4/drivers/scsi/bfa/
Dbfa_fcs_lport.c2139 cthdr->cmd_rsp_code = be16_to_cpu(cthdr->cmd_rsp_code); in bfa_fcs_lport_fdmi_rhba_response()
2141 if (cthdr->cmd_rsp_code == CT_RSP_ACCEPT) { in bfa_fcs_lport_fdmi_rhba_response()
2462 cthdr->cmd_rsp_code = be16_to_cpu(cthdr->cmd_rsp_code); in bfa_fcs_lport_fdmi_rprt_response()
2464 if (cthdr->cmd_rsp_code == CT_RSP_ACCEPT) { in bfa_fcs_lport_fdmi_rprt_response()
2554 cthdr->cmd_rsp_code = be16_to_cpu(cthdr->cmd_rsp_code); in bfa_fcs_lport_fdmi_rpa_response()
2556 if (cthdr->cmd_rsp_code == CT_RSP_ACCEPT) { in bfa_fcs_lport_fdmi_rpa_response()
3140 cthdr->cmd_rsp_code = be16_to_cpu(cthdr->cmd_rsp_code); in bfa_fcs_lport_ms_gmal_response()
3142 if (cthdr->cmd_rsp_code == CT_RSP_ACCEPT) { in bfa_fcs_lport_ms_gmal_response()
3337 cthdr->cmd_rsp_code = be16_to_cpu(cthdr->cmd_rsp_code); in bfa_fcs_lport_ms_gfn_response()
3339 if (cthdr->cmd_rsp_code == CT_RSP_ACCEPT) { in bfa_fcs_lport_ms_gfn_response()
[all …]
Dbfa_fcbuild.c578 cthdr->cmd_rsp_code = cpu_to_be16(cmd_code); in fc_gs_cthdr_build()
588 cthdr->cmd_rsp_code = cpu_to_be16(cmd_code); in fc_gs_fdmi_cthdr_build()
599 cthdr->cmd_rsp_code = cpu_to_be16(cmd_code); in fc_gs_ms_cthdr_build()
641 cthdr->cmd_rsp_code = cpu_to_be16(CT_RSP_REJECT); in fc_gs_rjt_build()
Dbfa_fcs_rport.c1977 cthdr->cmd_rsp_code = be16_to_cpu(cthdr->cmd_rsp_code); in bfa_fcs_rport_gidpn_response()
1979 if (cthdr->cmd_rsp_code == CT_RSP_ACCEPT) { in bfa_fcs_rport_gidpn_response()
2047 cthdr->cmd_rsp_code = be16_to_cpu(cthdr->cmd_rsp_code); in bfa_fcs_rport_gpnid_response()
2049 if (cthdr->cmd_rsp_code == CT_RSP_ACCEPT) { in bfa_fcs_rport_gpnid_response()
Dbfa_fc.h1143 u32 cmd_rsp_code:16;/* ct command/response code */ member
/linux-6.14.4/drivers/scsi/elx/libefc/
Defc_els.h101 struct fc_ct_hdr *ct_hdr, u32 cmd_rsp_code, u32 reason_code,
Defc_els.c1028 struct fc_ct_hdr *ct_hdr, u32 cmd_rsp_code, in efc_send_ct_rsp() argument
1044 fcct_build_req_header(rsp, cmd_rsp_code, 0); in efc_send_ct_rsp()