Home
last modified time | relevance | path

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

/fs/cifs/
Dsmbdirect.c1102 struct ib_recv_wr recv_wr; in smbd_post_recv() local
1116 recv_wr.wr_cqe = &response->cqe; in smbd_post_recv()
1117 recv_wr.next = NULL; in smbd_post_recv()
1118 recv_wr.sg_list = &response->sge; in smbd_post_recv()
1119 recv_wr.num_sge = 1; in smbd_post_recv()
1121 rc = ib_post_recv(info->id->qp, &recv_wr, NULL); in smbd_post_recv()