Searched refs:smc_cdc_get_free_slot (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/smc/ |
D | smc_cdc.c | 60 int smc_cdc_get_free_slot(struct smc_connection *conn, in smc_cdc_get_free_slot() function 173 rc = smc_cdc_get_free_slot(conn, link, &wr_buf, NULL, &pend); in smcr_cdc_get_slot_and_msg_send()
|
D | smc_cdc.h | 289 int smc_cdc_get_free_slot(struct smc_connection *conn,
|
D | smc_tx.c | 493 rc = smc_cdc_get_free_slot(conn, link, &wr_buf, &wr_rdma_buf, &pend); in smcr_tx_sndbuf_nonempty()
|
D | smc_core.c | 584 rc = smc_cdc_get_free_slot(conn, to_lnk, &wr_buf, NULL, &pend); in smc_switch_conns()
|