Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4rx.c1922 …u32_t bd_bytes_prod; /* Each bd is initialized with a cyclic counter of bytes prod until that bd.… in _lm_tcp_rx_post_buf() local
1955 bd_bytes_prod = rx_con->db_data.rx->bytes_prod + rx_con->db_more_bytes; in _lm_tcp_rx_post_buf()
1956 rx_bd = _lm_tcp_rx_set_bd(frag, flags, rx_chain, bd_bytes_prod); in _lm_tcp_rx_post_buf()
1957 bd_bytes_prod += frag->size; in _lm_tcp_rx_post_buf()
1964 rx_bd = _lm_tcp_rx_set_bd(frag, flags, rx_chain, bd_bytes_prod); in _lm_tcp_rx_post_buf()
1966 bd_bytes_prod += frag->size; in _lm_tcp_rx_post_buf()