Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/sfc/
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()
/Linux-v5.10/arch/alpha/include/asm/
Dconsole.h14 extern long callback_read(long channel, long count, const char *buf, long lbn);
/Linux-v5.10/drivers/s390/char/
Dsclp_sdias.h37 u32 lbn; member
Dsclp_sdias.c189 sccb->evbuf.lbn = 0; in sclp_sdias_copy()
/Linux-v5.10/drivers/net/wimax/i2400m/
Drx.c822 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/
Dlops.h22 extern u64 gfs2_log_bmap(struct gfs2_jdesc *jd, unsigned int lbn);