ena.h (56d41ad5fe9c2fcbc2363bf3ca7e69684a26b4bd) | ena.h (9762a033da9b457ce82d26364d7ab8c271d5862b) |
---|---|
1/*- 2 * BSD LICENSE 3 * 4 * Copyright (c) 2015-2019 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 --- 401 unchanged lines hidden (view full) --- 410 bus_dma_tag_t rx_buf_tag; 411 int dma_width; 412 413 uint32_t max_mtu; 414 415 uint32_t num_io_queues; 416 uint32_t max_num_io_queues; 417 | 1/*- 2 * BSD LICENSE 3 * 4 * Copyright (c) 2015-2019 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 --- 401 unchanged lines hidden (view full) --- 410 bus_dma_tag_t rx_buf_tag; 411 int dma_width; 412 413 uint32_t max_mtu; 414 415 uint32_t num_io_queues; 416 uint32_t max_num_io_queues; 417 |
418 uint32_t tx_ring_size; 419 uint32_t rx_ring_size; | 418 uint32_t requested_tx_ring_size; 419 uint32_t requested_rx_ring_size; |
420 421 uint32_t max_tx_ring_size; 422 uint32_t max_rx_ring_size; 423 424 uint16_t max_tx_sgl_size; 425 uint16_t max_rx_sgl_size; 426 427 uint32_t tx_offload_cap; --- 105 unchanged lines hidden --- | 420 421 uint32_t max_tx_ring_size; 422 uint32_t max_rx_ring_size; 423 424 uint16_t max_tx_sgl_size; 425 uint16_t max_rx_sgl_size; 426 427 uint32_t tx_offload_cap; --- 105 unchanged lines hidden --- |