Home
last modified time | relevance | path

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

/linux-5.19.10/net/smc/
Dsmc_cdc.h90 static inline void smc_curs_add(int size, union smc_host_cursor *curs, in smc_curs_add()
101 static inline void smc_curs_copy(union smc_host_cursor *tgt, in smc_curs_copy()
102 union smc_host_cursor *src, in smc_curs_copy()
150 union smc_host_cursor *old, in smc_curs_diff()
151 union smc_host_cursor *new) in smc_curs_diff()
164 union smc_host_cursor *old, in smc_curs_comp()
165 union smc_host_cursor *new) in smc_curs_comp()
177 union smc_host_cursor *old, in smc_curs_diff_large()
178 union smc_host_cursor *new) in smc_curs_diff_large()
196 union smc_host_cursor *local, in smc_host_cursor_to_cdc()
[all …]
Dsmc.h110 union smc_host_cursor { /* SMC cursor - an offset in an RMBE */ union
129 union smc_host_cursor prod; /* producer cursor */
130 union smc_host_cursor cons; /* consumer cursor,
175 union smc_host_cursor local_tx_ctrl_fin;
178 union smc_host_cursor tx_curs_prep; /* tx - prepared data
181 union smc_host_cursor tx_curs_sent; /* tx - sent data
184 union smc_host_cursor tx_curs_fin; /* tx - confirmed by peer
204 union smc_host_cursor rx_curs_confirmed; /* confirmed to peer
207 union smc_host_cursor urg_curs; /* points at urgent byte */
Dsmc_rx.c56 union smc_host_cursor cons, size_t len) in smc_rx_update_consumer()
99 union smc_host_cursor cons; in smc_rx_update_cons()
223 union smc_host_cursor cons; in smc_rx_recv_urg()
289 union smc_host_cursor cons; in smc_rx_recvmsg()
Dsmc_tx.h23 union smc_host_cursor sent, prep; in smc_tx_prepared_sends()
Dsmc_tx.c187 union smc_host_cursor prep; in smc_tx_sendmsg()
363 union smc_host_cursor *prod, in smc_tx_advance_cursors()
364 union smc_host_cursor *sent, in smc_tx_advance_cursors()
484 union smc_host_cursor sent, prep, prod, cons; in smc_tx_rdma_writes()
739 union smc_host_cursor cfed, cons, prod; in smc_tx_consumer_update()
Dsmc_cdc.c114 union smc_host_cursor cfed; in smc_cdc_msg_send()
237 union smc_host_cursor curs; in smcd_cdc_msg_send()
322 union smc_host_cursor cons_old, prod_old; in smc_cdc_msg_recv_action()
Dsmc_core.c939 union smc_host_cursor prod; in smc_write_space()
940 union smc_host_cursor cons; in smc_write_space()
954 union smc_host_cursor cons, fin; in smc_switch_cursor()
Daf_smc.c2984 union smc_host_cursor cons, urg; in smc_ioctl()