Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/natsemi/
H A Dsonic.c562 while (sonic_rda_get(dev, entry, SONIC_RD_IN_USE) == 0) { in sonic_rx()
613 sonic_rda_put(dev, entry, SONIC_RD_IN_USE, 1); in sonic_rx()
778 sonic_rda_put(dev, i, SONIC_RD_IN_USE, 1); in sonic_init()
H A Dsonic.h250 #define SONIC_RD_IN_USE 6 macro