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

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_x540.c751 u32 swmask = mask & IXGBE_GSSR_NVM_PHY_MASK; local
752 u32 fwmask = swmask << 5;
761 if (swmask & IXGBE_GSSR_EEP_SM)
766 swmask |= IXGBE_GSSR_SW_MNG_SM;
768 swmask |= swi2c_mask;
778 if (!(swfw_sync & (fwmask | swmask | hwmask))) {
779 swfw_sync |= swmask;
788 * thread currently using resource (swmask)
795 if (swmask == IXGBE_GSSR_SW_MNG_SM) {
810 swfw_sync |= swmask;
846 u32 swmask = mask & (IXGBE_GSSR_NVM_PHY_MASK | IXGBE_GSSR_SW_MNG_SM); local
[all...]
H A Dixgbe_common.c3190 u32 swmask = mask; local
3206 if (!(gssr & (fwmask | swmask))) {
3207 gssr |= swmask;
3219 if (gssr & (fwmask | swmask))
3220 ixgbe_release_swfw_sync(hw, gssr & (fwmask | swmask));
3237 u32 swmask = mask; local
3244 gssr &= ~swmask;
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_i210.c91 u32 swmask = mask; local
105 if (!(swfw_sync & (fwmask | swmask)))
110 * or other software thread using resource (swmask)
123 swfw_sync |= swmask;
H A De1000_80003es2lan.c405 u32 swmask = mask; local
417 if (!(swfw_sync & (fwmask | swmask)))
421 * or other software thread using resource (swmask)
433 swfw_sync |= swmask;
H A De1000_82575.c1056 u32 swmask = mask; local
1070 if (!(swfw_sync & (fwmask | swmask)))
1075 * or other software thread using resource (swmask)
1088 swfw_sync |= swmask;

Completed in 440 milliseconds