Home
last modified time | relevance | path

Searched refs:smc_cdc_get_slot_and_msg_send (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/net/smc/
H A Dsmc_close.c89 return smc_cdc_get_slot_and_msg_send(conn); in smc_close_wr()
101 return smc_cdc_get_slot_and_msg_send(conn); in smc_close_final()
108 return smc_cdc_get_slot_and_msg_send(conn); in smc_close_abort()
H A Dsmc_cdc.h297 int smc_cdc_get_slot_and_msg_send(struct smc_connection *conn);
H A Dsmc_cdc.c196 int smc_cdc_get_slot_and_msg_send(struct smc_connection *conn) in smc_cdc_get_slot_and_msg_send() function
H A Dsmc_tx.c628 if ((smc_cdc_get_slot_and_msg_send(conn) < 0) && in smc_tx_consumer_update()