Searched refs:byte_limit (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/drivers/spi/ |
H A D | spi-bcm2835aux.c | 346 unsigned long hz_per_byte, byte_limit; in bcm2835aux_spi_transfer_one() local 391 byte_limit = hz_per_byte ? tfr->effective_speed_hz / hz_per_byte : 1; in bcm2835aux_spi_transfer_one() 394 if (tfr->len < byte_limit) in bcm2835aux_spi_transfer_one()
|
H A D | spi-bcm2835.c | 1055 unsigned long hz_per_byte, byte_limit; in bcm2835_spi_transfer_one() local 1093 byte_limit = hz_per_byte ? tfr->effective_speed_hz / hz_per_byte : 1; in bcm2835_spi_transfer_one() 1096 if (tfr->len < byte_limit) in bcm2835_spi_transfer_one()
|
H A D | spi-imx.c | 1618 unsigned long hz_per_byte, byte_limit; in spi_imx_transfer_one() local 1642 byte_limit = hz_per_byte ? transfer->effective_speed_hz / hz_per_byte : 1; in spi_imx_transfer_one() 1645 if (transfer->len < byte_limit) in spi_imx_transfer_one()
|
/openbmc/u-boot/fs/btrfs/ |
H A D | conv-funcs.h | 144 DEFINE_CONV(btrfs_root_item, inode, generation, root_dirid, bytenr, byte_limit,
|
H A D | btrfs_tree.h | 593 __u64 byte_limit; member
|
/openbmc/linux/include/uapi/linux/ |
H A D | btrfs_tree.h | 880 __le64 byte_limit; member
|
/openbmc/linux/fs/btrfs/ |
H A D | accessors.h | 729 BTRFS_SETGET_STACK_FUNCS(root_limit, struct btrfs_root_item, byte_limit, 64);
|
/openbmc/linux/net/core/ |
H A D | skbuff.c | 1582 const u32 byte_limit = 1 << 19; /* limit to a few TSO */ in msg_zerocopy_realloc() local 1599 if (uarg_zc->len == USHRT_MAX - 1 || bytelen > byte_limit) { in msg_zerocopy_realloc()
|