Searched refs:rpc (Results 1 – 4 of 4) sorted by relevance
355 struct hw_aq_atl_utils_fw_rpc *rpc = NULL; in aq_fw2x_set_sleep_proxy() local360 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() local400 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()
431 (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() argument471 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()
649 struct hw_aq_atl_utils_fw_rpc **rpc);
142 struct hw_aq_atl_utils_fw_rpc rpc; member