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

/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_x540.c556 u32 swmask = mask & IXGBE_GSSR_NVM_PHY_MASK; local
558 u32 fwmask = swmask << 5;
564 if (swmask & IXGBE_GSSR_EEP_SM)
569 swmask |= IXGBE_GSSR_SW_MNG_SM;
571 swmask |= swi2c_mask;
581 if (!(swfw_sync & (fwmask | swmask | hwmask))) {
582 swfw_sync |= swmask;
590 * thread currently using resource (swmask)
605 swfw_sync |= swmask;
616 if (swfw_sync & swmask) {
642 u32 swmask = mask & (IXGBE_GSSR_NVM_PHY_MASK | IXGBE_GSSR_SW_MNG_SM); local
[all...]
H A Dixgbe_common.c2579 u32 swmask = mask; local
2593 if (!(gssr & (fwmask | swmask))) {
2594 gssr |= swmask;
2606 if (gssr & (fwmask | swmask))
2607 ixgbe_release_swfw_sync(hw, gssr & (fwmask | swmask));
2624 u32 swmask = mask; local
2629 gssr &= ~swmask;
/linux-master/drivers/net/ethernet/intel/igc/
H A Digc_i225.c114 u32 swmask = mask; local
125 if (!(swfw_sync & (fwmask | swmask)))
140 swfw_sync |= swmask;
/linux-master/drivers/net/ethernet/intel/igb/
H A De1000_i210.c120 u32 swmask = mask; local
132 if (!(swfw_sync & (fwmask | swmask)))
147 swfw_sync |= swmask;
H A De1000_82575.c1158 u32 swmask = mask; local
1170 if (!(swfw_sync & (fwmask | swmask)))
1174 * or other software thread using resource (swmask)
1187 swfw_sync |= swmask;
/linux-master/drivers/net/ethernet/intel/e1000e/
H A D80003es2lan.c275 u32 swmask = mask; local
285 if (!(swfw_sync & (fwmask | swmask)))
289 * or other software thread using resource (swmask)
301 swfw_sync |= swmask;

Completed in 151 milliseconds