Home
last modified time | relevance | path

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

/openbmc/linux/net/smc/
H A Dsmc_cdc.c326 int diff_cons, diff_prod; in smc_cdc_msg_recv_action() local
332 diff_cons = smc_curs_diff(conn->peer_rmbe_size, &cons_old, in smc_cdc_msg_recv_action()
334 if (diff_cons) { in smc_cdc_msg_recv_action()
339 atomic_add(diff_cons, &conn->peer_rmbe_space); in smc_cdc_msg_recv_action()
363 if ((diff_cons && smc_tx_prepared_sends(conn)) || in smc_cdc_msg_recv_action()
372 if (diff_cons && conn->urg_tx_pend && in smc_cdc_msg_recv_action()