Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/brocade/bna/
Dbna_enet.c737 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()
Dbna_types.h387 int rx_started_count; member