Searched refs:ldmap (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/megaraid/ |
H A D | megaraid_mbox.c | 3821 * megaraid_sysfs_get_ldmap_done - callback for get ldmap 3824 * Callback routine called in the ISR/tasklet context for get ldmap call 3838 * megaraid_sysfs_get_ldmap_timeout - timeout handling for get ldmap 3885 caddr_t ldmap; in megaraid_sysfs_get_ldmap() local 3895 ldmap = raid_dev->sysfs_buffer; in megaraid_sysfs_get_ldmap() 3899 memset(ldmap, 0, sizeof(raid_dev->curr_ldmap)); in megaraid_sysfs_get_ldmap() 3949 memcpy(raid_dev->curr_ldmap, ldmap, in megaraid_sysfs_get_ldmap() 3959 "megaraid: could not issue ldmap command:%x\n", rval)); in megaraid_sysfs_get_ldmap()
|
/kernel/linux/linux-6.6/drivers/scsi/megaraid/ |
H A D | megaraid_mbox.c | 3812 * megaraid_sysfs_get_ldmap_done - callback for get ldmap 3815 * Callback routine called in the ISR/tasklet context for get ldmap call 3829 * megaraid_sysfs_get_ldmap_timeout - timeout handling for get ldmap 3876 caddr_t ldmap; in megaraid_sysfs_get_ldmap() local 3886 ldmap = raid_dev->sysfs_buffer; in megaraid_sysfs_get_ldmap() 3890 memset(ldmap, 0, sizeof(raid_dev->curr_ldmap)); in megaraid_sysfs_get_ldmap() 3940 memcpy(raid_dev->curr_ldmap, ldmap, in megaraid_sysfs_get_ldmap() 3950 "megaraid: could not issue ldmap command:%x\n", rval)); in megaraid_sysfs_get_ldmap()
|
Completed in 7 milliseconds