rpc_size          436 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils.c int hw_atl_utils_fw_rpc_call(struct aq_hw_s *self, unsigned int rpc_size)
rpc_size          447 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils.c 					    (rpc_size + sizeof(u32) -
rpc_size          453 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils.c 	sw.len = (u16)rpc_size;
rpc_size          862 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils.c 	unsigned int rpc_size = 0U;
rpc_size          872 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils.c 		rpc_size = sizeof(prpc->msg_id) + sizeof(prpc->msg_wol);
rpc_size          884 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils.c 		rpc_size = sizeof(prpc->msg_id) + sizeof(prpc->msg_del_id);
rpc_size          891 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils.c 	err = hw_atl_utils_fw_rpc_call(self, rpc_size);
rpc_size          901 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils.c 	unsigned int rpc_size = 0U;
rpc_size          910 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils.c 		rpc_size = sizeof(prpc->msg_id) +
rpc_size          918 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils.c 		memset(prpc, 0, rpc_size);
rpc_size          923 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils.c 		err = hw_atl_utils_fw_rpc_call(self, rpc_size);
rpc_size          480 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils.h int hw_atl_utils_fw_rpc_call(struct aq_hw_s *self, unsigned int rpc_size);
rpc_size          349 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils_fw2x.c 	unsigned int rpc_size = 0U;
rpc_size          354 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils_fw2x.c 	rpc_size = sizeof(rpc->msg_id) + sizeof(*cfg);
rpc_size          360 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils_fw2x.c 	memset(rpc, 0, rpc_size);
rpc_size          373 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils_fw2x.c 	err = hw_atl_utils_fw_rpc_call(self, rpc_size);