Home
last modified time | relevance | path

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

/linux-4.19.296/fs/cifs/
Dsmbdirect.c860 rc = ib_post_send(info->id->qp, &send_wr, NULL); in smbd_post_send_negotiate_req()
1061 rc = ib_post_send(info->id->qp, &send_wr, NULL); in smbd_post_send()
2636 rc = ib_post_send(info->id->qp, &reg_wr->wr, NULL); in smbd_register_mr()
2696 rc = ib_post_send(info->id->qp, wr, NULL); in smbd_deregister_mr()
/linux-4.19.296/include/rdma/
Dib_verbs.h3399 static inline int ib_post_send(struct ib_qp *qp, in ib_post_send() function