Home
last modified time | relevance | path

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

/linux/net/smc/
H A Dsmc_cdc.h101 static inline void smc_curs_copy(union smc_host_cursor *tgt, in smc_curs_copy() function
200 smc_curs_copy(save, local, conn); in smc_host_cursor_to_cdc()
229 smc_curs_copy(&old, local, conn); in smc_cdc_cursor_to_host()
238 smc_curs_copy(local, &temp, conn); in smc_cdc_cursor_to_host()
263 smc_curs_copy(&local->prod, &temp, conn); in smcd_cdc_msg_to_host()
267 smc_curs_copy(&local->cons, &temp, conn); in smcd_cdc_msg_to_host()
H A Dsmc_cdc.c48 smc_curs_copy(&conn->tx_curs_fin, &cdcpend->cursor, conn); in smc_cdc_tx_handler()
49 smc_curs_copy(&conn->local_tx_ctrl_fin, &cdcpend->p_cursor, in smc_cdc_tx_handler()
131 smc_curs_copy(&conn->rx_curs_confirmed, &cfed, conn); in smc_cdc_msg_send()
257 smc_curs_copy(&conn->rx_curs_confirmed, &curs, conn); in smcd_cdc_msg_send()
275 smc_curs_copy(&conn->tx_curs_fin, &conn->tx_curs_sent, conn); in smcd_cdc_msg_send()
295 smc_curs_copy(&conn->urg_curs, &conn->local_rx_ctrl.prod, conn); in smc_cdc_handle_urg_data_arrival()
337 smc_curs_copy(&prod_old, &conn->local_rx_ctrl.prod, conn); in smc_cdc_msg_recv_action()
338 smc_curs_copy(&cons_old, &conn->local_rx_ctrl.cons, conn); in smc_cdc_msg_recv_action()
369 smc_curs_copy(&conn->tx_curs_fin, in smc_cdc_msg_recv_action()
H A Dsmc_tx.h25 smc_curs_copy(&sent, &conn->tx_curs_sent, conn); in smc_tx_prepared_sends()
26 smc_curs_copy(&prep, &conn->tx_curs_prep, conn); in smc_tx_prepared_sends()