Home
last modified time | relevance | path

Searched refs:ct_cmd (Results 1 - 22 of 22) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/libfc/
H A Dfc_disc.c526 } else if (ntohs(cp->ct_cmd) == FC_FS_ACC) { in fc_disc_gpn_ft_resp()
531 } else if (ntohs(cp->ct_cmd) == FC_FS_RJT) { in fc_disc_gpn_ft_resp()
541 "%x\n", ntohs(cp->ct_cmd)); in fc_disc_gpn_ft_resp()
594 if (ntohs(cp->ct_cmd) == FC_FS_ACC) { in fc_disc_gpn_id_resp()
621 } else if (ntohs(cp->ct_cmd) == FC_FS_RJT) { in fc_disc_gpn_id_resp()
627 ntohs(cp->ct_cmd)); in fc_disc_gpn_id_resp()
H A Dfc_elsct.c119 switch (ntohs(ct->ct_cmd)) { in fc_els_resp_type()
H A Dfc_lport.c1145 ntohs(ct->ct_cmd) == FC_FS_ACC) in fc_lport_ns_resp()
1228 if (ntohs(ct->ct_cmd) == FC_FS_ACC) in fc_lport_ms_resp()
1909 ntohs(((struct fc_ct_hdr *)buf)->ct_cmd) : in fc_lport_bsg_resp()
/kernel/linux/linux-6.6/drivers/scsi/libfc/
H A Dfc_disc.c523 } else if (ntohs(cp->ct_cmd) == FC_FS_ACC) { in fc_disc_gpn_ft_resp()
528 } else if (ntohs(cp->ct_cmd) == FC_FS_RJT) { in fc_disc_gpn_ft_resp()
538 "%x\n", ntohs(cp->ct_cmd)); in fc_disc_gpn_ft_resp()
591 if (ntohs(cp->ct_cmd) == FC_FS_ACC) { in fc_disc_gpn_id_resp()
618 } else if (ntohs(cp->ct_cmd) == FC_FS_RJT) { in fc_disc_gpn_id_resp()
624 ntohs(cp->ct_cmd)); in fc_disc_gpn_id_resp()
H A Dfc_elsct.c119 switch (ntohs(ct->ct_cmd)) { in fc_els_resp_type()
H A Dfc_lport.c1148 ntohs(ct->ct_cmd) == FC_FS_ACC) in fc_lport_ns_resp()
1231 if ((ntohs(ct->ct_cmd) == FC_FS_RJT) && fc_host->fdmi_version == FDMI_V2) { in fc_lport_ms_resp()
1237 } else if (ntohs(ct->ct_cmd) == FC_FS_ACC) in fc_lport_ms_resp()
1983 ntohs(((struct fc_ct_hdr *)buf)->ct_cmd) : in fc_lport_bsg_resp()
H A Dfc_encode.h78 ct->hdr.ct_cmd = htons((u16) op); in fc_ct_hdr_fill()
/kernel/linux/linux-5.10/include/uapi/scsi/fc/
H A Dfc_gs.h25 __be16 ct_cmd; /* command / response code */ member
50 * ct_cmd: Command / response codes
/kernel/linux/linux-6.6/include/uapi/scsi/fc/
H A Dfc_gs.h25 __be16 ct_cmd; /* command / response code */ member
50 * ct_cmd: Command / response codes
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/scsi/fc/
H A Dfc_gs.h16 __be16 ct_cmd; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/scsi/fc/
H A Dfc_gs.h29 __be16 ct_cmd; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/scsi/fc/
H A Dfc_gs.h29 __be16 ct_cmd; member
/kernel/linux/linux-5.10/drivers/s390/scsi/
H A Dzfcp_fc.c363 if (gid_pn_rsp->ct_hdr.ct_cmd != cpu_to_be16(FC_FS_ACC)) in zfcp_fc_ns_gid_pn_eval()
380 ct_hdr->ct_cmd = cpu_to_be16(cmd); in zfcp_fc_ct_ns_init()
745 if (hdr->ct_cmd != cpu_to_be16(FC_FS_ACC)) { in zfcp_fc_eval_gpn_ft()
H A Dzfcp_dbf.c563 && reqh->ct_cmd == cpu_to_be16(FC_NS_GPN_FT) in zfcp_dbf_san_res_cap_len_if_gpn_ft()
580 (resph->ct_cmd != cpu_to_be16(FC_FS_ACC))) in zfcp_dbf_san_res_cap_len_if_gpn_ft()
/kernel/linux/linux-6.6/drivers/s390/scsi/
H A Dzfcp_fc.c363 if (gid_pn_rsp->ct_hdr.ct_cmd != cpu_to_be16(FC_FS_ACC)) in zfcp_fc_ns_gid_pn_eval()
380 ct_hdr->ct_cmd = cpu_to_be16(cmd); in zfcp_fc_ct_ns_init()
745 if (hdr->ct_cmd != cpu_to_be16(FC_FS_ACC)) { in zfcp_fc_eval_gpn_ft()
H A Dzfcp_dbf.c580 && reqh->ct_cmd == cpu_to_be16(FC_NS_GPN_FT) in zfcp_dbf_san_res_cap_len_if_gpn_ft()
597 (resph->ct_cmd != cpu_to_be16(FC_FS_ACC))) in zfcp_dbf_san_res_cap_len_if_gpn_ft()
/kernel/linux/linux-5.10/include/scsi/
H A Dfc_encode.h106 ct->hdr.ct_cmd = htons((u16) op); in fc_ct_hdr_fill()
/kernel/linux/linux-6.6/drivers/scsi/elx/libefc/
H A Defc_node.c972 u16 gscmd = be16_to_cpu(iu->ct_cmd); in efc_node_recv_ct_frame()
H A Defc_fabric.c672 if (be16_to_cpu(rsp->hdr.ct_cmd) == FC_FS_RJT) { in efc_process_gidpt_payload()
H A Defc_els.c883 hdr->ct_cmd = cpu_to_be16(cmd); in fcct_build_req_header()
/kernel/linux/linux-5.10/drivers/scsi/csiostor/
H A Dcsio_lnode.c102 #define csio_ct_rsp(cp) (((struct fc_ct_hdr *)cp)->ct_cmd)
217 cmd->ct_cmd = htons(op); in csio_fill_ct_iu()
/kernel/linux/linux-6.6/drivers/scsi/csiostor/
H A Dcsio_lnode.c102 #define csio_ct_rsp(cp) (((struct fc_ct_hdr *)cp)->ct_cmd)
217 cmd->ct_cmd = htons(op); in csio_fill_ct_iu()

Completed in 24 milliseconds