Searched refs:smc_host_cursor (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.15/net/smc/ |
D | smc_cdc.h | 90 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 …]
|
D | smc.h | 98 union smc_host_cursor { /* SMC cursor - an offset in an RMBE */ union 117 union smc_host_cursor prod; /* producer cursor */ 118 union smc_host_cursor cons; /* consumer cursor, 157 union smc_host_cursor local_tx_ctrl_fin; 160 union smc_host_cursor tx_curs_prep; /* tx - prepared data 163 union smc_host_cursor tx_curs_sent; /* tx - sent data 166 union smc_host_cursor tx_curs_fin; /* tx - confirmed by peer 180 union smc_host_cursor rx_curs_confirmed; /* confirmed to peer 183 union smc_host_cursor urg_curs; /* points at urgent byte */
|
D | smc_rx.c | 55 union smc_host_cursor cons, size_t len) in smc_rx_update_consumer() 98 union smc_host_cursor cons; in smc_rx_update_cons() 222 union smc_host_cursor cons; in smc_rx_recv_urg() 288 union smc_host_cursor cons; in smc_rx_recvmsg()
|
D | smc_tx.h | 23 union smc_host_cursor sent, prep; in smc_tx_prepared_sends()
|
D | smc_tx.c | 142 union smc_host_cursor prep; in smc_tx_sendmsg() 305 union smc_host_cursor *prod, in smc_tx_advance_cursors() 306 union smc_host_cursor *sent, in smc_tx_advance_cursors() 419 union smc_host_cursor sent, prep, prod, cons; in smc_tx_rdma_writes() 623 union smc_host_cursor cfed, cons, prod; in smc_tx_consumer_update()
|
D | smc_cdc.c | 102 union smc_host_cursor cfed; in smc_cdc_msg_send() 230 union smc_host_cursor curs; in smcd_cdc_msg_send() 315 union smc_host_cursor cons_old, prod_old; in smc_cdc_msg_recv_action()
|
D | smc_core.c | 859 union smc_host_cursor prod; in smc_write_space() 860 union smc_host_cursor cons; in smc_write_space() 874 union smc_host_cursor cons, fin; in smc_switch_cursor()
|
D | af_smc.c | 2294 union smc_host_cursor cons, urg; in smc_ioctl()
|