Searched refs:wp_offset (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/scsi/ |
D | sd_trace.h | 19 unsigned int wp_offset), 21 TP_ARGS(cmnd, lba, wp_offset), 29 __field( unsigned int, wp_offset ) 38 __entry->wp_offset = wp_offset; 43 __entry->lun, __entry->lba, __entry->wp_offset) 49 unsigned int wp_offset, unsigned int good_bytes), 51 TP_ARGS(cmnd, rq_sector, wp_offset, good_bytes), 59 __field( unsigned int, wp_offset ) 69 __entry->wp_offset = wp_offset; 76 __entry->lun, __entry->rq_sector, __entry->wp_offset,
|
/linux-6.12.1/block/ |
D | blk-zoned.c | 71 unsigned int wp_offset; member 374 return disk_zone_is_full(disk, zwplug->zone_no, zwplug->wp_offset); in disk_zone_wplug_is_full() 470 return !zwplug->wp_offset || disk_zone_wplug_is_full(disk, zwplug); in disk_should_remove_zone_wplug() 540 zwplug->wp_offset = sector & (disk->queue->limits.chunk_sectors - 1); in disk_get_and_lock_zone_wplug() 591 unsigned int wp_offset = zwplug->wp_offset; in disk_zone_wplug_abort_unaligned() local 596 if (disk_zone_is_full(disk, zwplug->zone_no, wp_offset) || in disk_zone_wplug_abort_unaligned() 598 bio_offset_from_zone_start(bio) != wp_offset)) { in disk_zone_wplug_abort_unaligned() 603 wp_offset += bio_sectors(bio); in disk_zone_wplug_abort_unaligned() 667 unsigned int wp_offset) in disk_zone_wplug_set_wp_offset() argument 683 zwplug->wp_offset = wp_offset; in disk_zone_wplug_set_wp_offset() [all …]
|
/linux-6.12.1/drivers/net/wireless/realtek/rtw89/ |
D | core.c | 564 desc_info->wp_offset = 1; /* in unit of 8 bytes for security header */ in rtw89_core_tx_update_sec_key() 1057 u32 dword = FIELD_PREP(RTW89_TXWD_BODY0_WP_OFFSET, desc_info->wp_offset) | in rtw89_build_txwd_body0() 1071 u32 dword = FIELD_PREP(RTW89_TXWD_BODY0_WP_OFFSET_V1, desc_info->wp_offset) | in rtw89_build_txwd_body0_v1() 1250 u32 dword = FIELD_PREP(BE_TXD_BODY0_WP_OFFSET_V1, desc_info->wp_offset) | in rtw89_build_txwd_body0_v2()
|
D | core.h | 1128 u8 wp_offset; member
|