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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/e1000e/
H A Des2lan.c382 u32 swmask = mask; local
392 if (!(swfw_sync & (fwmask | swmask)))
397 * or other software thread using resource (swmask)
409 swfw_sync |= swmask;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/igb/
H A De1000_82575.c669 u32 swmask = mask; local
681 if (!(swfw_sync & (fwmask | swmask)))
686 * or other software thread using resource (swmask)
699 swfw_sync |= swmask;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ixgbe/
H A Dixgbe_common.c2141 u32 swmask = mask; local
2150 if (!(gssr & (fwmask | swmask)))
2155 * thread currently using resource (swmask)
2167 gssr |= swmask;
2185 u32 swmask = mask; local
2190 gssr &= ~swmask;

Completed in 89 milliseconds