Home
last modified time | relevance | path

Searched refs:send_una (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/io/bnxe/577xx/include/
H A Dl4states.h224 u32_t send_una; member
/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4sp.c1689 tcp->tx_con->db_data.tx->bytes_prod_seq = tcp->tcp_delegated.send_una; in lm_tcp_init_tcp_phys_mem()
2017 …xctx_ag->cmp_bd_start_seq = tcp->tcp_delegated.send_una; /* the sequence number of the first … in _lm_tcp_init_xstorm_toe_context()
2025 …B(tcp->tx_con->bytes_post_cnt,(S32_SUB(tcp->tcp_delegated.send_next,tcp->tcp_delegated.send_una))); in _lm_tcp_init_xstorm_toe_context()
2032 …s = lm_locate_snd_next_info(tcp->tx_con, tcp->tcp_delegated.send_next, tcp->tcp_delegated.send_una, in _lm_tcp_init_xstorm_toe_context()
2132 cctx_ag->rel_seq = tcp->tcp_delegated.send_una; in _lm_tcp_init_cstorm_toe_context()
2150 cctx_st->prev_snd_max = tcp->tcp_delegated.send_una; in _lm_tcp_init_cstorm_toe_context()
2169 …cctx_st->free_seq = tcp->tcp_delegated.send_una - 1; /* (snd.una - 1 - offset of snd.una byte in i… in _lm_tcp_init_cstorm_toe_context()
2270 ttcp_ag->snd_una = tcp->tcp_delegated.send_una; in _lm_tcp_init_tstorm_tcp_context()
2298 …ttcp_st->cwnd = tcp->tcp_delegated.send_cwin - tcp->tcp_delegated.send_una; /* i.e… in _lm_tcp_init_tstorm_tcp_context()
2309 if(tcp->tcp_delegated.send_una == tcp->tcp_delegated.send_max) { /* KA is running (?) */ in _lm_tcp_init_tstorm_tcp_context()
[all …]