Home
last modified time | relevance | path

Searched refs:msg_wol (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/atlantic/hw_atl/
H A Dhw_atl_utils.c864 rpc_size = sizeof(prpc->msg_id) + sizeof(prpc->msg_wol); in aq_fw1x_set_wol()
867 prpc->msg_wol.priority = 0x10000000; /* normal priority */ in aq_fw1x_set_wol()
868 prpc->msg_wol.pattern_id = 1U; in aq_fw1x_set_wol()
869 prpc->msg_wol.wol_packet_type = 2U; /* Magic Packet */ in aq_fw1x_set_wol()
872 (struct rte_ether_addr *)&prpc->msg_wol.wol_pattern); in aq_fw1x_set_wol()
877 prpc->msg_wol.pattern_id = 1U; in aq_fw1x_set_wol()
H A Dhw_atl_utils.h183 } msg_wol; member