Home
last modified time | relevance | path

Searched refs:smcd_cdc_msg (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/net/smc/
Dsmc_cdc.h69 struct smcd_cdc_msg { struct
256 struct smcd_cdc_msg *peer, in smcd_cdc_msg_to_host()
277 smcd_cdc_msg_to_host(local, (struct smcd_cdc_msg *)peer, conn); in smc_cdc_msg_to_host()
Dsmc_cdc.c238 struct smcd_cdc_msg cdc; in smcd_cdc_msg_send()
411 struct smcd_cdc_msg *data_cdc; in smcd_cdc_rx_tsklet()
412 struct smcd_cdc_msg cdc; in smcd_cdc_rx_tsklet()
418 data_cdc = (struct smcd_cdc_msg *)conn->rmb_desc->cpu_addr; in smcd_cdc_rx_tsklet()
Dsmc_core.c1131 sizeof(struct smcd_cdc_msg)); in smc_buf_unuse()
1293 buf_desc->len += sizeof(struct smcd_cdc_msg); in smcd_buf_free()
1918 conn->rx_off = sizeof(struct smcd_cdc_msg); in smc_conn_create()
2192 buf_desc->len = bufsize - sizeof(struct smcd_cdc_msg); in smcd_new_buf_create()
Dsmc_tx.c451 sizeof(struct smcd_cdc_msg), 0); in smcd_tx_rdma_writes()
Daf_smc.c645 smc->conn.peer_rmbe_size = bufsize - sizeof(struct smcd_cdc_msg); in smcd_conn_save_peer_info()