Home
last modified time | relevance | path

Searched refs:logdata_entry_sz (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/scsi/mpi3mr/
H A Dmpi3mr_app.c1304 mrioc->logdata_entry_sz = in mpi3mr_enable_logdata()
1309 mrioc->logdata_entry_sz, GFP_KERNEL); in mpi3mr_enable_logdata()
1339 u16 num_entries, sz, entry_sz = mrioc->logdata_entry_sz; in mpi3mr_get_logdata()
2947 (mrioc->logdata_buf + (index * mrioc->logdata_entry_sz)); in mpi3mr_app_save_logdata()
2949 sz = min(mrioc->logdata_entry_sz, event_data_size); in mpi3mr_app_save_logdata()
H A Dmpi3mr.h1341 u16 logdata_entry_sz; member