Home
last modified time | relevance | path

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

/freebsd-head/contrib/ofed/libbnxtre/
HDmain.h176 struct bnxt_re_srq { struct
226 struct bnxt_re_srq *srq;
300 void bnxt_re_ring_srq_arm(struct bnxt_re_srq *srq);
301 void bnxt_re_ring_srq_db(struct bnxt_re_srq *srq);
363 static inline struct bnxt_re_srq *to_bnxt_re_srq(struct ibv_srq *ibvsrq) in to_bnxt_re_srq()
365 return container_of(ibvsrq, struct bnxt_re_srq, ibvsrq); in to_bnxt_re_srq()
HDdb.c232 void bnxt_re_ring_srq_db(struct bnxt_re_srq *srq) in bnxt_re_ring_srq_db()
248 void bnxt_re_ring_srq_arm(struct bnxt_re_srq *srq) in bnxt_re_ring_srq_arm()
510 struct bnxt_re_srq *srq; in bnxt_re_db_recovery()
530 srq = list_node(cur, struct bnxt_re_srq, dbnode); in bnxt_re_db_recovery()
HDverbs.c694 static void bnxt_re_release_srqe(struct bnxt_re_srq *srq, int tag) in bnxt_re_release_srqe()
728 struct bnxt_re_srq *srq; in bnxt_re_poll_err_rcqe()
798 struct bnxt_re_srq *srq; in bnxt_re_poll_success_rcqe()
2244 size = sizeof(struct bnxt_re_srq); in bnxt_re_get_srqmem_size()
2273 static struct bnxt_re_srq *bnxt_re_srq_alloc_queue_ptr(struct bnxt_re_mem *mem) in bnxt_re_srq_alloc_queue_ptr()
2275 struct bnxt_re_srq *srq; in bnxt_re_srq_alloc_queue_ptr()
2286 static int bnxt_re_srq_alloc_queue(struct bnxt_re_srq *srq, in bnxt_re_srq_alloc_queue()
2324 struct bnxt_re_srq *srq; in bnxt_re_create_srq()
2373 struct bnxt_re_srq *srq = to_bnxt_re_srq(ibvsrq); in bnxt_re_modify_srq()
2389 struct bnxt_re_srq *srq = to_bnxt_re_srq(ibvsrq); in bnxt_re_destroy_srq()
[all …]
/freebsd-head/sys/dev/bnxt/bnxt_re/
HDib_verbs.c1095 struct bnxt_re_srq *srq = to_bnxt_re(ib_srq, struct bnxt_re_srq, ibsrq); in bnxt_re_destroy_srq()
1157 struct bnxt_re_srq *srq, in bnxt_re_init_user_srq()
1215 struct bnxt_re_srq *srq = in bnxt_re_create_srq()
1216 container_of(ib_srq, struct bnxt_re_srq, ibsrq); in bnxt_re_create_srq()
1316 struct bnxt_re_srq *srq = to_bnxt_re(ib_srq, struct bnxt_re_srq, in bnxt_re_modify_srq()
1356 struct bnxt_re_srq *srq = to_bnxt_re(ib_srq, struct bnxt_re_srq, in bnxt_re_query_srq()
1377 struct bnxt_re_srq *srq = to_bnxt_re(ib_srq, struct bnxt_re_srq, in bnxt_re_post_srq_recv()
1921 struct bnxt_re_srq *srq; in bnxt_re_init_rq_attr()
1923 srq = to_bnxt_re(init_attr->srq, struct bnxt_re_srq, ibsrq); in bnxt_re_init_rq_attr()
HDib_verbs.h150 struct bnxt_re_srq { struct
HDmain.c2107 #define bnxt_re_ib_srq bnxt_re_srq in bnxt_re_register_ib()
2428 struct bnxt_re_srq *srq = to_bnxt_re(handle, struct bnxt_re_srq, in bnxt_re_srqn_handler()