Home
last modified time | relevance | path

Searched refs:cfed (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/net/smc/
H A Dsmc_tx.c606 union smc_host_cursor cfed, cons, prod; in smc_tx_consumer_update() local
611 smc_curs_copy(&cfed, &conn->rx_curs_confirmed, conn); in smc_tx_consumer_update()
612 to_confirm = smc_curs_diff(conn->rmb_desc->len, &cfed, &cons); in smc_tx_consumer_update()
617 &cfed, &prod); in smc_tx_consumer_update()
H A Dsmc_cdc.c104 union smc_host_cursor cfed; in smc_cdc_msg_send() local
111 smc_host_msg_to_cdc((struct smc_cdc_msg *)wr_buf, conn, &cfed); in smc_cdc_msg_send()
118 smc_curs_copy(&conn->rx_curs_confirmed, &cfed, conn); in smc_cdc_msg_send()