Searched refs:wupl (Results 1 – 2 of 2) sorted by relevance
7097 u32 wupl; in igc_deliver_wake_packet() local7099 wupl = rd32(IGC_WUPL) & IGC_WUPL_MASK; in igc_deliver_wake_packet()7104 if (wupl == 0 || wupl > IGC_WUPM_BYTES) in igc_deliver_wake_packet()7111 skb_put(skb, wupl); in igc_deliver_wake_packet()7114 wupl = roundup(wupl, 4); in igc_deliver_wake_packet()7116 memcpy_fromio(skb->data, hw->hw_addr + IGC_WUPM_REG(0), wupl); in igc_deliver_wake_packet()
9455 u32 wupl; in igb_deliver_wake_packet() local9457 wupl = rd32(E1000_WUPL) & E1000_WUPL_MASK; in igb_deliver_wake_packet()9462 if ((wupl == 0) || (wupl > E1000_WUPM_BYTES)) in igb_deliver_wake_packet()9469 skb_put(skb, wupl); in igb_deliver_wake_packet()9472 wupl = roundup(wupl, 4); in igb_deliver_wake_packet()9474 memcpy_fromio(skb->data, hw->hw_addr + E1000_WUPM_REG(0), wupl); in igb_deliver_wake_packet()