Searched refs:rpc_size (Results 1 – 3 of 3) sorted by relevance
432 int hw_atl_utils_fw_rpc_call(struct aq_hw_s *self, unsigned int rpc_size) in hw_atl_utils_fw_rpc_call() argument443 (rpc_size + sizeof(u32) - in hw_atl_utils_fw_rpc_call()449 sw.len = (u16)rpc_size; in hw_atl_utils_fw_rpc_call()852 unsigned int rpc_size = 0U; in aq_fw1x_set_wol() local862 rpc_size = sizeof(prpc->msg_id) + sizeof(prpc->msg_wol); in aq_fw1x_set_wol()874 rpc_size = sizeof(prpc->msg_id) + sizeof(prpc->msg_del_id); in aq_fw1x_set_wol()881 err = hw_atl_utils_fw_rpc_call(self, rpc_size); in aq_fw1x_set_wol()891 unsigned int rpc_size = 0U; in aq_fw1x_set_power() local900 rpc_size = sizeof(prpc->msg_id) + in aq_fw1x_set_power()908 memset(prpc, 0, rpc_size); in aq_fw1x_set_power()[all …]
349 unsigned int rpc_size = 0U; in aq_fw2x_set_sleep_proxy() local354 rpc_size = sizeof(rpc->msg_id) + sizeof(*cfg); in aq_fw2x_set_sleep_proxy()360 memset(rpc, 0, rpc_size); in aq_fw2x_set_sleep_proxy()373 err = hw_atl_utils_fw_rpc_call(self, rpc_size); in aq_fw2x_set_sleep_proxy()
480 int hw_atl_utils_fw_rpc_call(struct aq_hw_s *self, unsigned int rpc_size);