Home
last modified time | relevance | path

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

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