cdb_cmd          1140 drivers/scsi/libfc/fc_fcp.c 	fsp->cdb_cmd.fc_dl = htonl(fsp->data_len);
cdb_cmd          1141 drivers/scsi/libfc/fc_fcp.c 	fsp->cdb_cmd.fc_flags = fsp->req_flags & ~FCP_CFL_LEN_MASK;
cdb_cmd          1143 drivers/scsi/libfc/fc_fcp.c 	int_to_scsilun(fsp->cmd->device->lun, &fsp->cdb_cmd.fc_lun);
cdb_cmd          1144 drivers/scsi/libfc/fc_fcp.c 	memcpy(fsp->cdb_cmd.fc_cdb, fsp->cmd->cmnd, fsp->cmd->cmd_len);
cdb_cmd          1175 drivers/scsi/libfc/fc_fcp.c 	const size_t len = sizeof(fsp->cdb_cmd);
cdb_cmd          1181 drivers/scsi/libfc/fc_fcp.c 	fp = fc_fcp_frame_alloc(lport, sizeof(fsp->cdb_cmd));
cdb_cmd          1187 drivers/scsi/libfc/fc_fcp.c 	memcpy(fc_frame_payload_get(fp, len), &fsp->cdb_cmd, len);
cdb_cmd          1317 drivers/scsi/libfc/fc_fcp.c 	fsp->cdb_cmd.fc_dl = htonl(fsp->data_len);
cdb_cmd          1318 drivers/scsi/libfc/fc_fcp.c 	fsp->cdb_cmd.fc_tm_flags = FCP_TMF_LUN_RESET;
cdb_cmd          1319 drivers/scsi/libfc/fc_fcp.c 	int_to_scsilun(lun, &fsp->cdb_cmd.fc_lun);
cdb_cmd          1430 drivers/scsi/libfc/fc_fcp.c 	if (fsp->cdb_cmd.fc_tm_flags)
cdb_cmd           336 include/scsi/libfc.h 	struct fcp_cmnd   cdb_cmd;