Home
last modified time | relevance | path

Searched refs:update_window_mode (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/include/
H A Dlm_l4if.h319 #define LM_TCP_SET_UPDATE_WINDOW_MODE(lmdev, mode) (lmdev)->toe_info.update_window_mode = mode
321 #define LM_TCP_GET_UPDATE_WINDOW_MODE(lmdev) ((lmdev)->toe_info.update_window_mode)
H A Dlm_l4st.h252 u8_t update_window_mode; member
912 u8_t update_window_mode; member
/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4rx.c2256 if (gen_info->update_window_mode == LM_TOE_UPDATE_MODE_LONG_LOOP) { in lm_tcp_rx_get_buffered_data()
2290 if (gen_info->update_window_mode == LM_TOE_UPDATE_MODE_SHORT_LOOP) { in lm_tcp_rx_buffered_data_indicated()