ena.h (d8aba82b5ca75f1a5bff609af141844c4fc9de70) | ena.h (b899a02ad7330cae3c9bb08ad7975601dc3b9551) |
---|---|
1/*- 2 * SPDX-License-Identifier: BSD-2-Clause 3 * 4 * Copyright (c) 2015-2020 Amazon.com, Inc. or its affiliates. 5 * All rights reserved. 6 * 7 * Redistribution and use in source and binary forms, with or without 8 * modification, are permitted provided that the following conditions --- 456 unchanged lines hidden (view full) --- 465 struct ena_irq irq_tbl[ENA_MAX_MSIX_VEC(ENA_MAX_NUM_IO_QUEUES)]; 466 467 /* Timer service */ 468 struct callout timer_service; 469 sbintime_t keep_alive_timestamp; 470 uint32_t next_monitored_tx_qid; 471 struct task reset_task; 472 struct taskqueue *reset_tq; | 1/*- 2 * SPDX-License-Identifier: BSD-2-Clause 3 * 4 * Copyright (c) 2015-2020 Amazon.com, Inc. or its affiliates. 5 * All rights reserved. 6 * 7 * Redistribution and use in source and binary forms, with or without 8 * modification, are permitted provided that the following conditions --- 456 unchanged lines hidden (view full) --- 465 struct ena_irq irq_tbl[ENA_MAX_MSIX_VEC(ENA_MAX_NUM_IO_QUEUES)]; 466 467 /* Timer service */ 468 struct callout timer_service; 469 sbintime_t keep_alive_timestamp; 470 uint32_t next_monitored_tx_qid; 471 struct task reset_task; 472 struct taskqueue *reset_tq; |
473 struct task metrics_task; 474 struct taskqueue *metrics_tq; |
|
473 int wd_active; 474 sbintime_t keep_alive_timeout; 475 sbintime_t missing_tx_timeout; 476 uint32_t missing_tx_max_queues; 477 uint32_t missing_tx_threshold; 478 bool disable_meta_caching; 479 480 uint16_t eni_metrics_sample_interval; --- 76 unchanged lines hidden --- | 475 int wd_active; 476 sbintime_t keep_alive_timeout; 477 sbintime_t missing_tx_timeout; 478 uint32_t missing_tx_max_queues; 479 uint32_t missing_tx_threshold; 480 bool disable_meta_caching; 481 482 uint16_t eni_metrics_sample_interval; --- 76 unchanged lines hidden --- |