Searched refs:cdc (Results 1 – 1 of 1) sorted by relevance
229 struct smcd_cdc_msg cdc; in smcd_cdc_msg_send() local232 memset(&cdc, 0, sizeof(cdc)); in smcd_cdc_msg_send()233 cdc.common.type = SMC_CDC_MSG_TYPE; in smcd_cdc_msg_send()235 cdc.prod.wrap = curs.wrap; in smcd_cdc_msg_send()236 cdc.prod.count = curs.count; in smcd_cdc_msg_send()238 cdc.cons.wrap = curs.wrap; in smcd_cdc_msg_send()239 cdc.cons.count = curs.count; in smcd_cdc_msg_send()240 cdc.cons.prod_flags = conn->local_tx_ctrl.prod_flags; in smcd_cdc_msg_send()241 cdc.cons.conn_state_flags = conn->local_tx_ctrl.conn_state_flags; in smcd_cdc_msg_send()242 rc = smcd_tx_ism_write(conn, &cdc, sizeof(cdc), 0, 1); in smcd_cdc_msg_send()[all …]