Searched refs:wupl (Results 1 – 1 of 1) sorted by relevance
7498 u32 wupl; in igc_deliver_wake_packet() local7500 wupl = rd32(IGC_WUPL) & IGC_WUPL_MASK; in igc_deliver_wake_packet()7505 if (wupl == 0 || wupl > IGC_WUPM_BYTES) in igc_deliver_wake_packet()7512 skb_put(skb, wupl); in igc_deliver_wake_packet()7515 wupl = roundup(wupl, 4); in igc_deliver_wake_packet()7517 memcpy_fromio(skb->data, hw->hw_addr + IGC_WUPM_REG(0), wupl); in igc_deliver_wake_packet()