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

/freebsd-9.3-release/sys/dev/ixgbe/
H A Dixgbe_x540.c740 u32 swmask = mask; local
749 if (swmask == IXGBE_GSSR_EEP_SM)
753 if (swmask == IXGBE_GSSR_SW_MNG_SM)
767 if (!(swfw_sync & (fwmask | swmask | hwmask))) {
768 swfw_sync |= swmask;
776 * thread currently using resource (swmask)
784 if (swmask == IXGBE_GSSR_SW_MNG_SM) {
803 swfw_sync |= swmask;
813 else if (swfw_sync & swmask) {
835 u32 swmask local
[all...]
H A Dixgbe_common.c3163 u32 swmask = mask; local
3179 if (!(gssr & (fwmask | swmask))) {
3180 gssr |= swmask;
3192 if (gssr & (fwmask | swmask))
3193 ixgbe_release_swfw_sync(hw, gssr & (fwmask | swmask));
3210 u32 swmask = mask; local
3217 gssr &= ~swmask;
/freebsd-9.3-release/sys/dev/e1000/
H A De1000_i210.c93 u32 swmask = mask; local
107 if (!(swfw_sync & (fwmask | swmask)))
112 * or other software thread using resource (swmask)
125 swfw_sync |= swmask;
H A De1000_80003es2lan.c416 u32 swmask = mask; local
430 if (!(swfw_sync & (fwmask | swmask)))
435 * or other software thread using resource (swmask)
448 swfw_sync |= swmask;
H A De1000_82575.c1002 u32 swmask = mask; local
1016 if (!(swfw_sync & (fwmask | swmask)))
1021 * or other software thread using resource (swmask)
1034 swfw_sync |= swmask;

Completed in 282 milliseconds