Searched refs:lm_tcp_abort_bufs (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4fp.h33 void lm_tcp_abort_bufs(
H A Dlm_l4fp.c189 void lm_tcp_abort_bufs( function
203 "#lm_tcp_abort_bufs: tcp=%p, con type=%d, stat=%d\n",
H A Dlm_l4sp.c123 lm_tcp_abort_bufs(pdev, tcp, tx_con, LM_STATUS_CONNECTION_CLOSED);
140 lm_tcp_abort_bufs(pdev, tcp, rx_con, LM_STATUS_CONNECTION_CLOSED);
4469 lm_tcp_abort_bufs(pdev, tcp, tx_con, LM_STATUS_CONNECTION_RESET);
4488 lm_tcp_abort_bufs(pdev, tcp, rx_con, LM_STATUS_CONNECTION_RESET);
4614 lm_tcp_abort_bufs(pdev, tcp, rx_con, LM_STATUS_SUCCESS);
4787 lm_tcp_abort_bufs(pdev,tcp,tcp->tx_con,LM_STATUS_ABORTED);
4871 lm_tcp_abort_bufs(pdev,tcp,tx_con, LM_STATUS_ABORTED);
4901 lm_tcp_abort_bufs(pdev,tcp, rx_con, LM_STATUS_ABORTED);
5526 lm_tcp_abort_bufs(pdev, tcp, tx_con, (tx_con->flags & TCP_CON_RST_IND_NOT_SAFE)? LM_STATUS_CONNECTION_RESET : LM_STATUS_UPLOAD_IN_PROGRESS);
5539 lm_tcp_abort_bufs(pde
[all...]

Completed in 58 milliseconds