Searched refs:upload_hdb (Results 1 – 1 of 1) sorted by relevance
1022 struct mpi3mr_bsg_out_upload_hdb upload_hdb; in mpi3mr_bsg_upload_hdb() local1030 if (data_out_size != sizeof(upload_hdb)) { in mpi3mr_bsg_upload_hdb()1038 &upload_hdb, sizeof(upload_hdb)); in mpi3mr_bsg_upload_hdb()1040 if ((!upload_hdb.length) || (data_in_size != upload_hdb.length)) { in mpi3mr_bsg_upload_hdb()1045 diag_buffer = mpi3mr_diag_buffer_for_type(mrioc, upload_hdb.buf_type); in mpi3mr_bsg_upload_hdb()1048 __func__, upload_hdb.buf_type); in mpi3mr_bsg_upload_hdb()1056 __func__, diag_buffer->status, upload_hdb.buf_type); in mpi3mr_bsg_upload_hdb()1060 if ((upload_hdb.start_offset + upload_hdb.length) > diag_buffer->size) { in mpi3mr_bsg_upload_hdb()1063 __func__, upload_hdb.start_offset, upload_hdb.length, in mpi3mr_bsg_upload_hdb()1064 upload_hdb.buf_type); in mpi3mr_bsg_upload_hdb()[all …]