Searched defs:available_bytes (Results 1 – 2 of 2) sorted by relevance
472 int available_bytes = RX_FIFO_SIZE - ch->rx_pending; in hostdev_can_receive() local
517 def __init__(self, available_bytes, free_bytes, total_bytes): argument