Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/atlantic/hw_atl/
H A Dhw_atl_utils.c853 struct hw_aq_atl_utils_fw_rpc *prpc = NULL; in aq_fw1x_set_wol() local
857 err = hw_atl_utils_fw_rpc_wait(self, &prpc); in aq_fw1x_set_wol()
861 memset(prpc, 0, sizeof(*prpc)); in aq_fw1x_set_wol()
864 rpc_size = sizeof(prpc->msg_id) + sizeof(prpc->msg_wol); in aq_fw1x_set_wol()
868 prpc->msg_wol.pattern_id = 1U; in aq_fw1x_set_wol()
874 rpc_size = sizeof(prpc->msg_id) + sizeof(prpc->msg_del_id); in aq_fw1x_set_wol()
877 prpc->msg_wol.pattern_id = 1U; in aq_fw1x_set_wol()
891 struct hw_aq_atl_utils_fw_rpc *prpc = NULL; in aq_fw1x_set_power() local
900 rpc_size = sizeof(prpc->msg_id) + in aq_fw1x_set_power()
901 sizeof(prpc->msg_enable_wakeup); in aq_fw1x_set_power()
[all …]