Searched refs:lbn (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/drivers/net/ethernet/sfc/ |
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-v5.10/arch/alpha/include/asm/ |
D | console.h | 14 extern long callback_read(long channel, long count, const char *buf, long lbn);
|
/Linux-v5.10/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-v5.10/drivers/net/wimax/i2400m/ |
D | rx.c | 822 struct sk_buff * skb, unsigned lbn) in i2400m_roq_queue() argument 828 i2400m, roq, skb, lbn); in i2400m_roq_queue() 830 nsn = __i2400m_roq_nsn(roq, lbn); in i2400m_roq_queue() 833 nsn, lbn, roq->ws); in i2400m_roq_queue() 837 __i2400m_roq_queue(i2400m, roq, skb, lbn, nsn); in i2400m_roq_queue() 839 roq->ws, len, lbn, nsn, ~0); in i2400m_roq_queue() 842 i2400m, roq, skb, lbn); in i2400m_roq_queue()
|
/Linux-v5.10/fs/gfs2/ |
D | lops.h | 22 extern u64 gfs2_log_bmap(struct gfs2_jdesc *jd, unsigned int lbn);
|