Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/ipwireless/
H A Dhardware.c245 int rx_bytes_queued; member
666 hw->rx_bytes_queued += packet->length; in queue_received_packet()
693 (hw->rx_bytes_queued >= IPWIRELESS_RX_QUEUE_SIZE); in queue_received_packet()
741 hw->rx_bytes_queued -= packet->length; in ipw_receive_data_work()
758 hw->rx_bytes_queued >= IPWIRELESS_RX_QUEUE_SIZE; in ipw_receive_data_work()
1629 hw->rx_bytes_queued = 0; in ipwireless_hardware_create()