Home
last modified time | relevance | path

Searched refs:wp_offset (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/scsi/
H A Dsd_trace.h19 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/block/
H A Dblk-zoned.c63 * @wp_offset: The zone write pointer location relative to the start of the zone
78 unsigned int wp_offset; in disk_need_zone_resources()
499 return zwplug->wp_offset >= disk->zone_capacity; in disk_zone_is_full()
500 return zwplug->wp_offset >= disk->last_zone_capacity; in disk_zone_is_full()
670 zwplug->wp_offset = bdev_offset_from_zone_start(disk->part0, sector); in disk_get_and_lock_zone_wplug()
746 else if (!zwplug->wp_offset) in disk_zone_wplug_abort()
760 unsigned int wp_offset) in disk_zone_wplug_update_cond()
766 zwplug->wp_offset = wp_offset; in disk_zone_wplug_update_cond()
770 if (!zwplug->wp_offset || disk_zone_wplug_is_ful in disk_zone_wplug_update_cond()
73 unsigned int wp_offset; global() member
781 disk_zone_wplug_set_wp_offset(struct gendisk * disk,struct blk_zone_wplug * zwplug,unsigned int wp_offset) disk_zone_wplug_set_wp_offset() argument
828 unsigned int wp_offset = blk_zone_wp_offset(zone); disk_zone_wplug_sync_wp_offset() local
2080 unsigned int wp_offset; blk_revalidate_seq_zone() local
[all...]
/linux/drivers/net/wireless/realtek/rtw89/
H A Dcore.c692 desc_info->wp_offset = 1; /* in unit of 8 bytes for security header */ in rtw89_core_tx_update_sec_key()
1422 u32 dword = FIELD_PREP(RTW89_TXWD_BODY0_WP_OFFSET, desc_info->wp_offset) | in rtw89_build_txwd_body0()
1436 u32 dword = FIELD_PREP(RTW89_TXWD_BODY0_WP_OFFSET_V1, desc_info->wp_offset) | in rtw89_build_txwd_body0_v1()
1632 u32 dword = FIELD_PREP(BE_TXD_BODY0_WP_OFFSET_V1, desc_info->wp_offset) | in rtw89_build_txwd_body0_v2()