Searched refs:wp_offset (Results 1 - 5 of 5) sorted by relevance

/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...]
H A Dsd_zbc.c416 unsigned int wp_offset, zno = blk_rq_zone_no(rq); local
432 wp_offset = sdkp->zones_wp_offset[zno];
433 switch (wp_offset) {
452 wp_offset = sectors_to_logical(sdkp->device, wp_offset);
453 if (wp_offset + nr_blocks > sdkp->zone_info.zone_blocks) {
458 trace_scsi_prepare_zone_append(cmd, *lba, wp_offset);
459 *lba += wp_offset;
/linux-master/drivers/md/
H A Ddm-zone.c321 unsigned int *wp_offset = data; local
323 *wp_offset = dm_get_zone_wp_offset(zone);
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dcore.c567 desc_info->wp_offset = 1; /* in unit of 8 bytes for security header */
1051 u32 dword = FIELD_PREP(RTW89_TXWD_BODY0_WP_OFFSET, desc_info->wp_offset) |
1065 u32 dword = FIELD_PREP(RTW89_TXWD_BODY0_WP_OFFSET_V1, desc_info->wp_offset) |
1240 u32 dword = FIELD_PREP(BE_TXD_BODY0_WP_OFFSET_V1, desc_info->wp_offset) |
H A Dcore.h1097 u8 wp_offset; member in struct:rtw89_tx_desc_info

Completed in 184 milliseconds