Home
last modified time | relevance | path

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

/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_ucm.c254 struct ib_ucm_event *uvt) in ib_ucm_event_process() argument
260 ib_ucm_event_req_get(&uvt->resp.u.req_resp, in ib_ucm_event_process()
262 uvt->data_len = IB_CM_REQ_PRIVATE_DATA_SIZE; in ib_ucm_event_process()
263 uvt->resp.present = IB_UCM_PRES_PRIMARY; in ib_ucm_event_process()
264 uvt->resp.present |= (evt->param.req_rcvd.alternate_path ? in ib_ucm_event_process()
268 ib_ucm_event_rep_get(&uvt->resp.u.rep_resp, in ib_ucm_event_process()
270 uvt->data_len = IB_CM_REP_PRIVATE_DATA_SIZE; in ib_ucm_event_process()
273 uvt->data_len = IB_CM_RTU_PRIVATE_DATA_SIZE; in ib_ucm_event_process()
274 uvt->resp.u.send_status = evt->param.send_status; in ib_ucm_event_process()
277 uvt->data_len = IB_CM_DREQ_PRIVATE_DATA_SIZE; in ib_ucm_event_process()
[all …]