Searched refs:lbn (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/sfc/ |
D | ef100.c | 48 #define EXTRACT_BITS(x, lbn, width) \ argument 49 (((x) >> ((lbn) & 31)) & ((1ull << (width)) - 1)) 53 int lbn, int width) in _ef100_pci_get_bar_bits_with_width() argument 57 efx_readd(efx, &dword, structure_start + ROUND_DOWN_TO_DWORD(lbn)); in _ef100_pci_get_bar_bits_with_width() 59 return EXTRACT_BITS(le32_to_cpu(dword.u32[0]), lbn, width); in _ef100_pci_get_bar_bits_with_width() 254 int structure_start, int lbn, in _ef100_pci_get_config_bits_with_width() argument 257 int rc, pos = structure_start + ROUND_DOWN_TO_DWORD(lbn); in _ef100_pci_get_config_bits_with_width() 268 *result = EXTRACT_BITS(temp, lbn, width); in _ef100_pci_get_config_bits_with_width()
|
/linux-6.1.9/arch/alpha/include/asm/ |
D | console.h | 14 extern long callback_read(long channel, long count, const char *buf, long lbn);
|
/linux-6.1.9/drivers/s390/char/ |
D | sclp_sdias.h | 37 u32 lbn; member
|
D | sclp_sdias.c | 189 sccb->evbuf.lbn = 0; in sclp_sdias_copy()
|
/linux-6.1.9/fs/gfs2/ |
D | lops.h | 15 extern u64 gfs2_log_bmap(struct gfs2_jdesc *jd, unsigned int lbn);
|