ct_cmd            521 drivers/s390/scsi/zfcp_dbf.c 	      && reqh->ct_cmd == cpu_to_be16(FC_NS_GPN_FT)
ct_cmd            538 drivers/s390/scsi/zfcp_dbf.c 	    (resph->ct_cmd != cpu_to_be16(FC_FS_ACC)))
ct_cmd            352 drivers/s390/scsi/zfcp_fc.c 	if (gid_pn_rsp->ct_hdr.ct_cmd != cpu_to_be16(FC_FS_ACC))
ct_cmd            369 drivers/s390/scsi/zfcp_fc.c 	ct_hdr->ct_cmd = cpu_to_be16(cmd);
ct_cmd            727 drivers/s390/scsi/zfcp_fc.c 	if (hdr->ct_cmd != cpu_to_be16(FC_FS_ACC)) {
ct_cmd            102 drivers/scsi/csiostor/csio_lnode.c #define csio_ct_rsp(cp)		(((struct fc_ct_hdr *)cp)->ct_cmd)
ct_cmd            217 drivers/scsi/csiostor/csio_lnode.c 	cmd->ct_cmd = htons(op);
ct_cmd            526 drivers/scsi/libfc/fc_disc.c 		} else if (ntohs(cp->ct_cmd) == FC_FS_ACC) {
ct_cmd            531 drivers/scsi/libfc/fc_disc.c 		} else if (ntohs(cp->ct_cmd) == FC_FS_RJT) {
ct_cmd            541 drivers/scsi/libfc/fc_disc.c 				    "%x\n", ntohs(cp->ct_cmd));
ct_cmd            590 drivers/scsi/libfc/fc_disc.c 	if (ntohs(cp->ct_cmd) == FC_FS_ACC) {
ct_cmd            617 drivers/scsi/libfc/fc_disc.c 	} else if (ntohs(cp->ct_cmd) == FC_FS_RJT) {
ct_cmd            623 drivers/scsi/libfc/fc_disc.c 			    ntohs(cp->ct_cmd));
ct_cmd            119 drivers/scsi/libfc/fc_elsct.c 				switch (ntohs(ct->ct_cmd)) {
ct_cmd           1139 drivers/scsi/libfc/fc_lport.c 	    ntohs(ct->ct_cmd) == FC_FS_ACC)
ct_cmd           1222 drivers/scsi/libfc/fc_lport.c 			if (ntohs(ct->ct_cmd) == FC_FS_ACC)
ct_cmd           1901 drivers/scsi/libfc/fc_lport.c 			ntohs(((struct fc_ct_hdr *)buf)->ct_cmd) :
ct_cmd            106 include/scsi/fc_encode.h 	ct->hdr.ct_cmd = htons((u16) op);
ct_cmd             25 include/uapi/scsi/fc/fc_gs.h 	__be16		ct_cmd;		/* command / response code */