Home
last modified time | relevance | path

Searched defs:_lm_tcp_dpc_info_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.h360 typedef struct _lm_tcp_dpc_info_t struct
362 s_list_entry_t link; /* must be the first entry here */
363 …ntry_t * dpc_completed_tail; /* points to the tail of the sub-list of active_tb_list that needs to
365 … dpc_bufs_completed; /* number of buffers completed in the dpc (aggregated during process
367 …q_placed_bytes; /* how many bytes were placed on rq as a result of rq-cmp / copying from grq->rq */
368 …actual_bytes_completed; /* number of bytes completed to client - aggregated during process stage */
369 u16_t dpc_bd_used; /* number of bds used - aggregated during process stage */
370 … dpc_flags; /* flags marked during cqe processing - only accessed during processing and
395 u16_t snapshot_flags; /* only accessed under lock */
400 u8_t dpc_unblock_post;
[all …]