Home
last modified time | relevance | path

Searched refs:lbn (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/md/dm-vdo/
H A Ddump.c163 wait_on, data_vio, data_vio->allocation.pbn, data_vio->logical.lbn, in dump_vio_waiters()
169 data_vio, data_vio->allocation.pbn, data_vio->logical.lbn, in dump_vio_waiters()
239 data_vio->allocation.pbn, data_vio->logical.lbn, in dump_data_vio()
244 data_vio->allocation.pbn, data_vio->logical.lbn); in dump_data_vio()
248 data_vio->logical.lbn); in dump_data_vio()
/linux/drivers/net/ethernet/sfc/
H A Def100.c47 #define EXTRACT_BITS(x, lbn, width) \ argument
48 (((x) >> ((lbn) & 31)) & ((1ull << (width)) - 1))
52 int lbn, int width) in _ef100_pci_get_bar_bits_with_width() argument
56 efx_readd(efx, &dword, structure_start + ROUND_DOWN_TO_DWORD(lbn)); in _ef100_pci_get_bar_bits_with_width()
58 return EXTRACT_BITS(le32_to_cpu(dword.u32[0]), lbn, width); in _ef100_pci_get_bar_bits_with_width()
253 int structure_start, int lbn, in _ef100_pci_get_config_bits_with_width() argument
256 int rc, pos = structure_start + ROUND_DOWN_TO_DWORD(lbn); in _ef100_pci_get_config_bits_with_width()
267 *result = EXTRACT_BITS(temp, lbn, width); in _ef100_pci_get_config_bits_with_width()
H A Dtc.h224 u16 lbn; member
H A Dmae.c287 field->lbn = MCDI_STRUCT_WORD(fdesc, TABLE_FIELD_DESCR_LBN); in efx_mae_table_get_desc()
1841 if (field.lbn + field.width > row_bits) in efx_mae_table_populate()
1844 unsigned int bn = field.lbn + i * 8; in efx_mae_table_populate()
/linux/arch/alpha/include/asm/
H A Dconsole.h14 extern long callback_read(long channel, long count, const char *buf, long lbn);
/linux/drivers/s390/char/
H A Dsclp_sdias.h37 u32 lbn; member