Searched refs:swmask (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/e1000/
H A De1000_hw.c3387 uint32_t swmask = mask; local
3404 if (!(swfw_sync & (fwmask | swmask))) {
3409 /* or other software thread currently using resource (swmask) */
3420 swfw_sync |= swmask;
3431 uint32_t swmask = mask; local
3451 swfw_sync &= ~swmask;

Completed in 61 milliseconds