Lines Matching refs:pend
62 struct smc_cdc_tx_pend **pend) in smc_cdc_get_free_slot() argument
68 (struct smc_wr_tx_pend_priv **)pend); in smc_cdc_get_free_slot()
73 (struct smc_wr_tx_pend_priv *)pend); in smc_cdc_get_free_slot()
80 struct smc_cdc_tx_pend *pend) in smc_cdc_add_pending_send() argument
91 pend->conn = conn; in smc_cdc_add_pending_send()
92 pend->cursor = conn->tx_curs_sent; in smc_cdc_add_pending_send()
93 pend->p_cursor = conn->local_tx_ctrl.prod; in smc_cdc_add_pending_send()
94 pend->ctrl_seq = conn->tx_cdc_seq; in smc_cdc_add_pending_send()
99 struct smc_cdc_tx_pend *pend) in smc_cdc_msg_send() argument
105 smc_cdc_add_pending_send(conn, pend); in smc_cdc_msg_send()
110 rc = smc_wr_tx_send(link, (struct smc_wr_tx_pend_priv *)pend); in smc_cdc_msg_send()
124 struct smc_cdc_tx_pend *pend, in smcr_cdc_msg_send_validation() argument
139 rc = smc_wr_tx_send(link, (struct smc_wr_tx_pend_priv *)pend); in smcr_cdc_msg_send_validation()
145 struct smc_cdc_tx_pend *pend; in smcr_cdc_get_slot_and_msg_send() local
153 rc = smc_cdc_get_free_slot(conn, link, &wr_buf, NULL, &pend); in smcr_cdc_get_slot_and_msg_send()
162 (struct smc_wr_tx_pend_priv *)pend); in smcr_cdc_get_slot_and_msg_send()
168 rc = smc_cdc_msg_send(conn, wr_buf, pend); in smcr_cdc_get_slot_and_msg_send()