Searched refs:defer_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.c462 u8_t defer_cqe; local
509 defer_cqe = ((tcp->tx_con->flags & TCP_TX_COMP_DEFERRED) == TCP_TX_COMP_DEFERRED);
510 if (defer_cqe) {
515 defer_cqe = ((tcp->tx_con->flags & TCP_TX_COMP_DEFERRED) == TCP_TX_COMP_DEFERRED);
516 if (defer_cqe) {
522 if (!defer_cqe) {
H A Dlm_l4rx.c1434 u8_t defer_cqe; local
1545 defer_cqe = ((tcp->rx_con->flags & TCP_RX_COMP_DEFERRED) == TCP_RX_COMP_DEFERRED);
1546 if (defer_cqe) {
1553 defer_cqe = ((tcp->rx_con->flags & TCP_RX_COMP_DEFERRED) == TCP_RX_COMP_DEFERRED);
1554 if (defer_cqe) {
1575 if (!defer_cqe) {

Completed in 52 milliseconds