Searched refs:wp_offset (Results 1 - 4 of 4) sorted by last modified time

/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dcore.h1099 u8 wp_offset; member in struct:rtw89_tx_desc_info
H A Dcore.c574 desc_info->wp_offset = 1; /* in unit of 8 bytes for security header */
1058 u32 dword = FIELD_PREP(RTW89_TXWD_BODY0_WP_OFFSET, desc_info->wp_offset) |
1072 u32 dword = FIELD_PREP(RTW89_TXWD_BODY0_WP_OFFSET_V1, desc_info->wp_offset) |
1247 u32 dword = FIELD_PREP(BE_TXD_BODY0_WP_OFFSET_V1, desc_info->wp_offset) |
/linux-master/block/
H A Dblk-zoned.c57 * @wp_offset: The zone write pointer location relative to the start of the zone
71 unsigned int wp_offset; member in struct:blk_zone_wplug
546 return !zwplug->wp_offset || zwplug->wp_offset >= disk->zone_capacity;
616 zwplug->wp_offset = sector & (disk->queue->limits.chunk_sectors - 1);
668 unsigned int wp_offset = zwplug->wp_offset; local
673 if (wp_offset >= zone_capacity ||
675 bio_offset_from_zone_start(bio) != wp_offset)) {
680 wp_offset
742 disk_zone_wplug_set_wp_offset(struct gendisk *disk, struct blk_zone_wplug *zwplug, unsigned int wp_offset) argument
781 blk_zone_wplug_handle_reset_or_finish(struct bio *bio, unsigned int wp_offset) argument
1691 unsigned int wp_offset; local
[all...]
/linux-master/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;
41 TP_printk("host_no=%u, channel=%u id=%u lun=%u lba=%llu wp_offset=%u",
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 )
[all...]

Completed in 268 milliseconds