Searched refs:smc_host_cursor (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/net/smc/ |
D | smc_cdc.h | 80 static inline void smc_curs_add(int size, union smc_host_cursor *curs, in smc_curs_add() 91 static inline u64 smc_curs_read(union smc_host_cursor *curs, in smc_curs_read() 108 static inline void smc_curs_copy(union smc_host_cursor *tgt, in smc_curs_copy() 109 union smc_host_cursor *src, in smc_curs_copy() 140 union smc_host_cursor *old, in smc_curs_diff() 141 union smc_host_cursor *new) in smc_curs_diff() 154 union smc_host_cursor *old, in smc_curs_comp() 155 union smc_host_cursor *new) in smc_curs_comp() 164 union smc_host_cursor *local, in smc_host_cursor_to_cdc() 167 union smc_host_cursor temp; in smc_host_cursor_to_cdc() [all …]
|
D | smc.h | 87 union smc_host_cursor { /* SMC cursor - an offset in an RMBE */ union 106 union smc_host_cursor prod; /* producer cursor */ 107 union smc_host_cursor cons; /* consumer cursor, 145 union smc_host_cursor tx_curs_prep; /* tx - prepared data 148 union smc_host_cursor tx_curs_sent; /* tx - sent data 151 union smc_host_cursor tx_curs_fin; /* tx - confirmed by peer 164 union smc_host_cursor rx_curs_confirmed; /* confirmed to peer 167 union smc_host_cursor urg_curs; /* points at urgent byte */
|
D | smc_rx.c | 54 union smc_host_cursor cons, size_t len) in smc_rx_update_consumer() 97 union smc_host_cursor cons; in smc_rx_update_cons() 227 union smc_host_cursor cons; in smc_rx_recv_urg() 280 union smc_host_cursor cons; in smc_rx_recvmsg()
|
D | smc_tx.c | 139 union smc_host_cursor prep; in smc_tx_sendmsg() 300 union smc_host_cursor *prod, in smc_tx_advance_cursors() 301 union smc_host_cursor *sent, in smc_tx_advance_cursors() 409 union smc_host_cursor sent, prep, prod, cons; in smc_tx_rdma_writes() 591 union smc_host_cursor cfed, cons, prod; in smc_tx_consumer_update()
|
D | smc_tx.h | 23 union smc_host_cursor sent, prep; in smc_tx_prepared_sends()
|
D | smc_cdc.c | 26 union smc_host_cursor cursor; /* tx sndbuf cursor sent */ 27 union smc_host_cursor p_cursor; /* rx RMBE cursor produced */ 241 union smc_host_cursor cons_old, prod_old; in smc_cdc_msg_recv_action()
|
D | af_smc.c | 1709 union smc_host_cursor cons, urg; in smc_ioctl()
|