Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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.c1139 ntohs(ct->ct_cmd) == FC_FS_ACC) in fc_lport_ns_resp()
1222 if (ntohs(ct->ct_cmd) == FC_FS_ACC) in fc_lport_ms_resp()
1903 ntohs(((struct fc_ct_hdr *)buf)->ct_cmd) : in fc_lport_bsg_resp()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/scsi/fc/
H A Dfc_gs.h38 __be16 ct_cmd; /* command / response code */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/scsi/fc/
H A Dfc_gs.h38 __be16 ct_cmd; /* command / response code */ member
/OK3568_Linux_fs/kernel/include/uapi/scsi/fc/
H A Dfc_gs.h25 __be16 ct_cmd; /* command / response code */ member
/OK3568_Linux_fs/kernel/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()
749 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()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/include/scsi/
H A Dfc_encode.h106 ct->hdr.ct_cmd = htons((u16) op); in fc_ct_hdr_fill()