Searched refs:rx_started_count (Results 1 – 2 of 2) sorted by relevance
737 ethport->rx_started_count = 0; in bna_ethport_init()790 ethport->rx_started_count++; in bna_ethport_cb_rx_started()792 if (ethport->rx_started_count == 1) { in bna_ethport_cb_rx_started()805 ethport->rx_started_count--; in bna_ethport_cb_rx_stopped()807 if (ethport->rx_started_count == 0) { in bna_ethport_cb_rx_stopped()
387 int rx_started_count; member