Searched refs:wupl (Results 1 – 2 of 2) sorted by relevance
5347 u32 wupl; in igc_deliver_wake_packet() local5349 wupl = rd32(IGC_WUPL) & IGC_WUPL_MASK; in igc_deliver_wake_packet()5354 if (wupl == 0 || wupl > IGC_WUPM_BYTES) in igc_deliver_wake_packet()5361 skb_put(skb, wupl); in igc_deliver_wake_packet()5364 wupl = roundup(wupl, 4); in igc_deliver_wake_packet()5366 memcpy_fromio(skb->data, hw->hw_addr + IGC_WUPM_REG(0), wupl); in igc_deliver_wake_packet()
9211 u32 wupl; in igb_deliver_wake_packet() local9213 wupl = rd32(E1000_WUPL) & E1000_WUPL_MASK; in igb_deliver_wake_packet()9218 if ((wupl == 0) || (wupl > E1000_WUPM_BYTES)) in igb_deliver_wake_packet()9225 skb_put(skb, wupl); in igb_deliver_wake_packet()9228 wupl = roundup(wupl, 4); in igb_deliver_wake_packet()9230 memcpy_fromio(skb->data, hw->hw_addr + E1000_WUPM_REG(0), wupl); in igb_deliver_wake_packet()