Home
last modified time | relevance | path

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

/net/smc/
Dsmc_cdc.h66 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()
Dsmc.h87 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
Dsmc_tx.c126 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()
Dsmc_cdc.c26 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()
Dsmc_tx.h23 union smc_host_cursor sent, prep; in smc_tx_prepared_sends()
Dsmc_rx.c86 union smc_host_cursor cons; in smc_rx_recvmsg()