Searched refs:upload_hdb (Results 1 – 1 of 1) sorted by relevance
1106 struct mpi3mr_bsg_out_upload_hdb upload_hdb; in mpi3mr_bsg_upload_hdb() local1114 if (data_out_size != sizeof(upload_hdb)) { in mpi3mr_bsg_upload_hdb()1122 &upload_hdb, sizeof(upload_hdb)); in mpi3mr_bsg_upload_hdb()1124 if ((!upload_hdb.length) || (data_in_size != upload_hdb.length)) { in mpi3mr_bsg_upload_hdb()1129 diag_buffer = mpi3mr_diag_buffer_for_type(mrioc, upload_hdb.buf_type); in mpi3mr_bsg_upload_hdb()1132 __func__, upload_hdb.buf_type); in mpi3mr_bsg_upload_hdb()1140 __func__, diag_buffer->status, upload_hdb.buf_type); in mpi3mr_bsg_upload_hdb()1144 if ((upload_hdb.start_offset + upload_hdb.length) > diag_buffer->size) { in mpi3mr_bsg_upload_hdb()1147 __func__, upload_hdb.start_offset, upload_hdb.length, in mpi3mr_bsg_upload_hdb()1148 upload_hdb.buf_type); in mpi3mr_bsg_upload_hdb()[all …]