Home
last modified time | relevance | path

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

/linux-6.6.21/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.c240 struct smcd_cdc_msg cdc; in smcd_cdc_msg_send()
413 struct smcd_cdc_msg *data_cdc; in smcd_cdc_rx_tsklet()
414 struct smcd_cdc_msg cdc; in smcd_cdc_rx_tsklet()
420 data_cdc = (struct smcd_cdc_msg *)conn->rmb_desc->cpu_addr; in smcd_cdc_rx_tsklet()
Dsmc_core.c1158 conn->rmb_desc->len + sizeof(struct smcd_cdc_msg)); in smc_buf_unuse()
1324 buf_desc->len += sizeof(struct smcd_cdc_msg); in smcd_buf_free()
1954 conn->rx_off = sizeof(struct smcd_cdc_msg); in smc_conn_create()
2305 buf_desc->len = bufsize - sizeof(struct smcd_cdc_msg); in smcd_new_buf_create()
Dsmc_tx.c434 sizeof(struct smcd_cdc_msg), 0); in smcd_tx_rdma_writes()
Daf_smc.c728 smc->conn.peer_rmbe_size = bufsize - sizeof(struct smcd_cdc_msg); in smcd_conn_save_peer_info()