Searched refs:rpc_size (Results 1 – 3 of 3) sorted by relevance
421 int hw_atl_utils_fw_rpc_call(struct aq_hw_s *self, unsigned int rpc_size) in hw_atl_utils_fw_rpc_call() argument432 (rpc_size + sizeof(u32) - in hw_atl_utils_fw_rpc_call()438 sw.len = (u16)rpc_size; in hw_atl_utils_fw_rpc_call()854 unsigned int rpc_size = 0U; in aq_fw1x_set_wol() local864 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()880 err = hw_atl_utils_fw_rpc_call(self, rpc_size); in aq_fw1x_set_wol()892 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 …]
357 unsigned int rpc_size = 0U; in aq_fw2x_set_sleep_proxy() local360 rpc_size = sizeof(rpc->msg_id) + sizeof(*cfg); in aq_fw2x_set_sleep_proxy()366 memset(rpc, 0, rpc_size); in aq_fw2x_set_sleep_proxy()378 err = hw_atl_utils_fw_rpc_call(self, rpc_size); in aq_fw2x_set_sleep_proxy()
646 int hw_atl_utils_fw_rpc_call(struct aq_hw_s *self, unsigned int rpc_size);