Home
last modified time | relevance | path

Searched defs:available_bytes (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/char/
H A Dipoctal232.c472 int available_bytes = RX_FIFO_SIZE - ch->rx_pending; in hostdev_can_receive() local
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/
H A Derror-dump.h127 __le32 available_bytes; member
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Devent.py509 def __init__(self, available_bytes, free_bytes, total_bytes): argument