Searched refs:rx_started_count (Results 1 – 2 of 2) sorted by relevance
729 ethport->rx_started_count = 0; in bna_ethport_init()782 ethport->rx_started_count++; in bna_ethport_cb_rx_started()784 if (ethport->rx_started_count == 1) { in bna_ethport_cb_rx_started()797 ethport->rx_started_count--; in bna_ethport_cb_rx_stopped()799 if (ethport->rx_started_count == 0) { in bna_ethport_cb_rx_stopped()
375 int rx_started_count; member