Searched refs:smc_host_cursor (Results  1 – 7 of 7) sorted by relevance
| /Linux-v5.4/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 u64 smc_curs_read(union smc_host_cursor *curs,  in smc_curs_read() 118 static inline void smc_curs_copy(union smc_host_cursor *tgt,  in smc_curs_copy() 119 				 union smc_host_cursor *src,  in smc_curs_copy() 167 				union smc_host_cursor *old,  in smc_curs_diff() 168 				union smc_host_cursor *new)  in smc_curs_diff() 181 				union smc_host_cursor *old,  in smc_curs_comp() 182 				union smc_host_cursor *new)  in smc_curs_comp() 194 				      union smc_host_cursor *old,  in smc_curs_diff_large() 195 				      union smc_host_cursor *new)  in smc_curs_diff_large() [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() 225 	union smc_host_cursor cons;  in smc_rx_recv_urg() 290 	union smc_host_cursor cons;  in smc_rx_recvmsg()
  | 
| D | smc_tx.c | 138 	union smc_host_cursor prep;  in smc_tx_sendmsg() 294 					  union smc_host_cursor *prod,  in smc_tx_advance_cursors() 295 					  union smc_host_cursor *sent,  in smc_tx_advance_cursors() 406 	union smc_host_cursor sent, prep, prod, cons;  in smc_tx_rdma_writes() 592 	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 | 94 	union smc_host_cursor cfed;  in smc_cdc_msg_send() 179 	union smc_host_cursor curs;  in smcd_cdc_msg_send() 242 	union smc_host_cursor cons_old, prod_old;  in smc_cdc_msg_recv_action()
  | 
| D | af_smc.c | 1786 	union smc_host_cursor cons, urg;  in smc_ioctl()
  |