Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/seeq/
Dether3.h131 #define TXSTAT_16COLLISIONS (1 << 26) macro
Dether3.c709 if (!(status & (TXSTAT_BABBLED | TXSTAT_16COLLISIONS))) in ether3_tx()
713 if (status & TXSTAT_16COLLISIONS) in ether3_tx()