Searched refs:lbn (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/net/ethernet/sfc/ |
| A D | ef100.c | 47 #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()
|
| /linux/arch/alpha/include/asm/ |
| A D | console.h | 14 extern long callback_read(long channel, long count, const char *buf, long lbn);
|
| /linux/drivers/s390/char/ |
| A D | sclp_sdias.h | 37 u32 lbn; member
|
| A D | sclp_sdias.c | 189 sccb->evbuf.lbn = 0; in sclp_sdias_copy()
|
| /linux/fs/gfs2/ |
| A D | lops.h | 15 extern u64 gfs2_log_bmap(struct gfs2_jdesc *jd, unsigned int lbn);
|
Completed in 8 milliseconds