Home
last modified time | relevance | path

Searched defs:_lm_tcp_gen_buf_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.h657 typedef struct _lm_tcp_gen_buf_t struct
663 … #define NEXT_GEN_BUF(_gen_buf) (struct _lm_tcp_gen_buf_t *)d_list_next_entry(&((_gen_buf)->link)) argument
666 lm_address_t buf_phys;
667 lm_tcp_state_t * tcp; /* mainly for updating pending_return_indications */
668 u8_t * buf_virt;
671 … ind_bytes; /* set only in buffer that is head of indication - how many bytes were indicated */
672 u32_t ind_nbufs; /** how many buffers were included in the indication. Needed for:
676 … refcnt; /* reference count for number of times the buffer was succesfully indicated to um */
677 u16_t placed_bytes;
682 u8_t flags;
[all …]