Symbol: smc_host_cursor
net/smc/af_smc.c
3201
union smc_host_cursor cons, urg;
net/smc/smc.h
174
union smc_host_cursor prod; /* producer cursor */
net/smc/smc.h
175
union smc_host_cursor cons; /* consumer cursor,
net/smc/smc.h
220
union smc_host_cursor local_tx_ctrl_fin;
net/smc/smc.h
223
union smc_host_cursor tx_curs_prep; /* tx - prepared data
net/smc/smc.h
226
union smc_host_cursor tx_curs_sent; /* tx - sent data
net/smc/smc.h
229
union smc_host_cursor tx_curs_fin; /* tx - confirmed by peer
net/smc/smc.h
248
union smc_host_cursor rx_curs_confirmed; /* confirmed to peer
net/smc/smc.h
251
union smc_host_cursor urg_curs; /* points at urgent byte */
net/smc/smc_cdc.c
117
union smc_host_cursor cfed;
net/smc/smc_cdc.c
240
union smc_host_cursor curs;
net/smc/smc_cdc.c
333
union smc_host_cursor cons_old, prod_old;
net/smc/smc_cdc.h
101
static inline void smc_curs_copy(union smc_host_cursor *tgt,
net/smc/smc_cdc.h
102
union smc_host_cursor *src,
net/smc/smc_cdc.h
150
union smc_host_cursor *old,
net/smc/smc_cdc.h
151
union smc_host_cursor *new)
net/smc/smc_cdc.h
164
union smc_host_cursor *old,
net/smc/smc_cdc.h
165
union smc_host_cursor *new)
net/smc/smc_cdc.h
177
union smc_host_cursor *old,
net/smc/smc_cdc.h
178
union smc_host_cursor *new)
net/smc/smc_cdc.h
196
union smc_host_cursor *local,
net/smc/smc_cdc.h
197
union smc_host_cursor *save,
net/smc/smc_cdc.h
208
union smc_host_cursor *save)
net/smc/smc_cdc.h
222
static inline void smc_cdc_cursor_to_host(union smc_host_cursor *local,
net/smc/smc_cdc.h
226
union smc_host_cursor temp, old;
net/smc/smc_cdc.h
259
union smc_host_cursor temp;
net/smc/smc_cdc.h
284
union smc_host_cursor cursor; /* tx sndbuf cursor sent */
net/smc/smc_cdc.h
285
union smc_host_cursor p_cursor; /* rx RMBE cursor produced */
net/smc/smc_cdc.h
90
static inline void smc_curs_add(int size, union smc_host_cursor *curs,
net/smc/smc_core.c
1022
union smc_host_cursor prod;
net/smc/smc_core.c
1023
union smc_host_cursor cons;
net/smc/smc_core.c
1037
union smc_host_cursor cons, fin;
net/smc/smc_rx.c
103
union smc_host_cursor cons;
net/smc/smc_rx.c
293
union smc_host_cursor cons;
net/smc/smc_rx.c
359
union smc_host_cursor cons;
net/smc/smc_rx.c
60
union smc_host_cursor cons, size_t len)
net/smc/smc_tx.c
186
union smc_host_cursor prep;
net/smc/smc_tx.c
341
union smc_host_cursor *prod,
net/smc/smc_tx.c
342
union smc_host_cursor *sent,
net/smc/smc_tx.c
470
union smc_host_cursor sent, prep, prod, cons;
net/smc/smc_tx.c
697
union smc_host_cursor cfed, cons, prod;
net/smc/smc_tx.h
23
union smc_host_cursor sent, prep;