Home
last modified time | relevance | path

Searched defs:_lm_tcp_mem_block_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.h158 typedef struct _lm_tcp_mem_block_t struct
160 s_list_entry_t link; /* Must be the first entry... */
162 u8_t * start; /* Start of the memory block */
163 u8_t * free; /* Pointer to the start of the remaining free space of the block */
164 u32_t total; /* Size of the entire block */
165 u32_t left; /* free bytes left in the block */
166 u8_t flags; /* virt-memblock-pool member or not */