Searched defs:isles_list (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4rx.c89 isle_cnt = (u8_t)d_list_entry_cnt(&gen_info->isles_list);
95 isle = (lm_isle_t*)gen_info->isles_list.head;
121 isles_cnt = (u8_t)d_list_entry_cnt(&gen_info->isles_list);
141 d_list_remove_entry(&gen_info->isles_list, &isle->isle_link);
155 d_list_remove_entry(&gen_info->isles_list, &new_current_isle->isle_link);
160 d_list_push_head(&gen_info->isles_list, &isle->isle_link);
836 isles_cnt = (u8_t)d_list_entry_cnt(&gen_info->isles_list);
866 isle_entry_prev = gen_info->isles_list.tail;
871 d_list_insert_entry(&gen_info->isles_list, isle_entry_prev, isle_entry_next, &current_isle->isle_link);
2600 void lm_tcp_rx_clear_isles(struct _lm_device_t * pdev, lm_tcp_state_t * tcp_state, d_list_t * isles_list) argument
[all...]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/include/
H A Dlm_l4st.h213 d_list_t isles_list; member in struct:_lm_tcp_con_rx_gen_info_t

Completed in 71 milliseconds