Home
last modified time | relevance | path

Searched defs:_lm_toe_statistics_t (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/include/
H A Dlm_l4st.h799 typedef struct _lm_toe_statistics_t struct
801 u32_t total_ofld; /* cyclic counter of number of offloaded tcp states */
802 u32_t total_upld; /* cyclic counter of number of uploaded tcp states */
803 …al_indicated; /* cyclic counter of number of generic indications (sum of connections pending...) */
804 … total_indicated_returned; /* cyclic counter of number of generic indications that have returned */
807 u32_t rx_rq_complete_calls; /* #RQ completion calls (total, copy + zero copy) */
808 u32_t rx_rq_bufs_completed; /* #RQ completion buffers */
809 u64_t rx_bytes_completed_total; /* #RQ completion bytes */
811 u32_t rx_accepted_indications; /* #GRQ completion calls (indicate) */
812 u32_t rx_bufs_indicated_accepted; /* #GRQ completion buffers */
[all …]