Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4tx.c455 struct toe_tx_cqe *cqe, *hist_cqe; in lm_tcp_tx_process_cqes() local
506hist_cqe = (struct toe_tx_cqe *)lm_tcp_qe_buffer_next_cqe_override(&tcp->tx_con->history_cqes); in lm_tcp_tx_process_cqes()
507 *hist_cqe = *cqe; in lm_tcp_tx_process_cqes()
H A Dlm_l4rx.c1427 struct toe_rx_cqe *cqe, *hist_cqe; in lm_tcp_rx_process_cqes() local
1537hist_cqe = (struct toe_rx_cqe *)lm_tcp_qe_buffer_next_cqe_override(&tcp->rx_con->history_cqes); in lm_tcp_rx_process_cqes()
1538 *hist_cqe = *cqe; in lm_tcp_rx_process_cqes()