Searched refs:smc_host_cursor (Results 1 – 6 of 6) sorted by relevance
/net/smc/ |
D | smc_cdc.h | 66 static inline void smc_curs_add(int size, union smc_host_cursor *curs, in smc_curs_add() 77 static inline u64 smc_curs_read(union smc_host_cursor *curs, in smc_curs_read() 109 static inline void smc_curs_write(union smc_host_cursor *curs, u64 val, in smc_curs_write() 139 union smc_host_cursor *old, in smc_curs_diff() 140 union smc_host_cursor *new) in smc_curs_diff() 150 union smc_host_cursor *local, in smc_host_cursor_to_cdc() 153 union smc_host_cursor temp; in smc_host_cursor_to_cdc() 175 static inline void smc_cdc_cursor_to_host(union smc_host_cursor *local, in smc_cdc_cursor_to_host() 179 union smc_host_cursor temp, old; in smc_cdc_cursor_to_host()
|
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, 141 union smc_host_cursor tx_curs_prep; /* tx - prepared data 144 union smc_host_cursor tx_curs_sent; /* tx - sent data 147 union smc_host_cursor tx_curs_fin; /* tx - confirmed by peer 159 union smc_host_cursor rx_curs_confirmed; /* confirmed to peer
|
D | smc_tx.c | 126 union smc_host_cursor prep; in smc_tx_sendmsg() 258 union smc_host_cursor *prod, in smc_tx_advance_cursors() 259 union smc_host_cursor *sent, in smc_tx_advance_cursors() 279 union smc_host_cursor sent, prep, prod, cons; in smc_tx_rdma_writes() 451 union smc_host_cursor cfed, cons; in smc_tx_consumer_update()
|
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 */ 176 union smc_host_cursor cons_old, prod_old; in smc_cdc_msg_recv_action()
|
D | smc_tx.h | 23 union smc_host_cursor sent, prep; in smc_tx_prepared_sends()
|
D | smc_rx.c | 86 union smc_host_cursor cons; in smc_rx_recvmsg()
|