Home
last modified time | relevance | path

Searched refs:lbn (Results 1 - 13 of 13) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
H A Def100.c47 #define EXTRACT_BITS(x, lbn, width) \
48 (((x) >> ((lbn) & 31)) & ((1ull << (width)) - 1))
52 int lbn, int width) in _ef100_pci_get_bar_bits_with_width()
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()
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()
50 _ef100_pci_get_bar_bits_with_width(struct efx_nic *efx, int structure_start, int lbn, int width) _ef100_pci_get_bar_bits_with_width() argument
252 _ef100_pci_get_config_bits_with_width(struct efx_nic *efx, int structure_start, int lbn, int width, u32 *result) _ef100_pci_get_config_bits_with_width() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H A Def100.c47 #define EXTRACT_BITS(x, lbn, width) \
48 (((x) >> ((lbn) & 31)) & ((1ull << (width)) - 1))
52 int lbn, int width) in _ef100_pci_get_bar_bits_with_width()
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()
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()
50 _ef100_pci_get_bar_bits_with_width(struct efx_nic *efx, int structure_start, int lbn, int width) _ef100_pci_get_bar_bits_with_width() argument
252 _ef100_pci_get_config_bits_with_width(struct efx_nic *efx, int structure_start, int lbn, int width, u32 *result) _ef100_pci_get_config_bits_with_width() argument
H A Dtc.h216 u16 lbn; member
H A Dmae.c300 field->lbn = MCDI_STRUCT_WORD(fdesc, TABLE_FIELD_DESCR_LBN); in efx_mae_table_get_desc()
1794 if (field.lbn + field.width > row_bits) in efx_mae_table_populate()
1797 unsigned int bn = field.lbn + i * 8; in efx_mae_table_populate()
/kernel/linux/linux-5.10/drivers/net/wimax/i2400m/
H A Drx.c815 * @lbn: Last block number of the packet in @skb
822 struct sk_buff * skb, unsigned lbn) in i2400m_roq_queue()
827 d_fnstart(2, dev, "(i2400m %p roq %p skb %p lbn %u) = void\n", in i2400m_roq_queue()
828 i2400m, roq, skb, lbn); in i2400m_roq_queue()
830 nsn = __i2400m_roq_nsn(roq, lbn); in i2400m_roq_queue()
832 dev_err(dev, "SW BUG? queue nsn %d (lbn %u ws %u)\n", 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()
841 d_fnend(2, dev, "(i2400m %p roq %p skb %p lbn in i2400m_roq_queue()
821 i2400m_roq_queue(struct i2400m *i2400m, struct i2400m_roq *roq, struct sk_buff * skb, unsigned lbn) i2400m_roq_queue() argument
[all...]
/kernel/linux/linux-5.10/arch/alpha/include/asm/
H A Dconsole.h14 extern long callback_read(long channel, long count, const char *buf, long lbn);
/kernel/linux/linux-6.6/arch/alpha/include/asm/
H A Dconsole.h14 extern long callback_read(long channel, long count, const char *buf, long lbn);
/kernel/linux/linux-5.10/drivers/s390/char/
H A Dsclp_sdias.h37 u32 lbn; member
H A Dsclp_sdias.c189 sccb->evbuf.lbn = 0; in sclp_sdias_copy()
/kernel/linux/linux-6.6/drivers/s390/char/
H A Dsclp_sdias.h37 u32 lbn; member
H A Dsclp_sdias.c189 sccb->evbuf.lbn = 0; in sclp_sdias_copy()
/kernel/linux/linux-6.6/fs/gfs2/
H A Dlops.h15 extern u64 gfs2_log_bmap(struct gfs2_jdesc *jd, unsigned int lbn);
/kernel/linux/linux-5.10/fs/gfs2/
H A Dlops.h22 extern u64 gfs2_log_bmap(struct gfs2_jdesc *jd, unsigned int lbn);

Completed in 9 milliseconds