Home
last modified time | relevance | path

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

/dpdk/drivers/net/atlantic/hw_atl/
H A Dhw_atl_utils_fw2x.c355 struct hw_aq_atl_utils_fw_rpc *rpc = NULL; in aq_fw2x_set_sleep_proxy() local
360 rpc_size = sizeof(rpc->msg_id) + sizeof(*cfg); in aq_fw2x_set_sleep_proxy()
362 err = hw_atl_utils_fw_rpc_wait(self, &rpc); in aq_fw2x_set_sleep_proxy()
366 memset(rpc, 0, rpc_size); in aq_fw2x_set_sleep_proxy()
367 cfg = (struct offload_info *)(&rpc->msg_id + 1); in aq_fw2x_set_sleep_proxy()
398 struct hw_aq_atl_utils_fw_rpc *rpc = NULL; in aq_fw2x_set_wol_params() local
400 err = hw_atl_utils_fw_rpc_wait(self, &rpc); in aq_fw2x_set_wol_params()
404 msg = (struct fw2x_msg_wol *)rpc; in aq_fw2x_set_wol_params()
H A Dhw_atl_utils.c431 (u32 *)(void *)&self->rpc, in hw_atl_utils_fw_rpc_call()
446 struct hw_aq_atl_utils_fw_rpc **rpc) in hw_atl_utils_fw_rpc_wait() argument
471 if (rpc) { in hw_atl_utils_fw_rpc_wait()
477 &self->rpc, in hw_atl_utils_fw_rpc_wait()
485 *rpc = &self->rpc; in hw_atl_utils_fw_rpc_wait()
H A Dhw_atl_utils.h649 struct hw_aq_atl_utils_fw_rpc **rpc);
/dpdk/drivers/net/atlantic/
H A Datl_types.h142 struct hw_aq_atl_utils_fw_rpc rpc; member