Home
last modified time | relevance | path

Searched defs:ib_device_ops (Results 1 – 5 of 5) sorted by relevance

/external/libbpf/.github/actions/build-selftests/
Dvmlinux.h79711 struct ib_device_ops { struct
79712 struct module *owner;
79713 enum rdma_driver_id driver_id;
79714 u32 uverbs_abi_ver;
79715 unsigned int uverbs_no_driver_id_binding: 1;
79716 const struct attribute_group *device_group;
79717 const struct attribute_group **port_groups;
79718 int (*post_send)(struct ib_qp *, const struct ib_send_wr *, const struct ib_send_wr **);
79719 int (*post_recv)(struct ib_qp *, const struct ib_recv_wr *, const struct ib_recv_wr **);
79720 void (*drain_rq)(struct ib_qp *);
[all …]
/external/bcc/libbpf-tools/powerpc/
Dvmlinux_510.h88681 struct ib_device_ops { struct
88682 struct module *owner;
88683 enum rdma_driver_id driver_id;
88684 u32 uverbs_abi_ver;
88685 unsigned int uverbs_no_driver_id_binding: 1;
88686 int (*post_send)(struct ib_qp *, const struct ib_send_wr *, const struct ib_send_wr **);
88687 int (*post_recv)(struct ib_qp *, const struct ib_recv_wr *, const struct ib_recv_wr **);
88688 void (*drain_rq)(struct ib_qp *);
88689 void (*drain_sq)(struct ib_qp *);
88690 int (*poll_cq)(struct ib_cq *, int, struct ib_wc *);
[all …]
Dvmlinux.h88681 struct ib_device_ops { struct
88682 struct module *owner;
88683 enum rdma_driver_id driver_id;
88684 u32 uverbs_abi_ver;
88685 unsigned int uverbs_no_driver_id_binding: 1;
88686 int (*post_send)(struct ib_qp *, const struct ib_send_wr *, const struct ib_send_wr **);
88687 int (*post_recv)(struct ib_qp *, const struct ib_recv_wr *, const struct ib_recv_wr **);
88688 void (*drain_rq)(struct ib_qp *);
88689 void (*drain_sq)(struct ib_qp *);
88690 int (*poll_cq)(struct ib_cq *, int, struct ib_wc *);
[all …]
/external/bcc/libbpf-tools/arm64/
Dvmlinux.h55408 struct ib_device_ops { struct
55409 struct module *owner;
55410 enum rdma_driver_id driver_id;
55411 u32 uverbs_abi_ver;
55412 unsigned int uverbs_no_driver_id_binding: 1;
55413 int (*post_send)(struct ib_qp *, const struct ib_send_wr *, const struct ib_send_wr **);
55414 int (*post_recv)(struct ib_qp *, const struct ib_recv_wr *, const struct ib_recv_wr **);
55415 void (*drain_rq)(struct ib_qp *);
55416 void (*drain_sq)(struct ib_qp *);
55417 int (*poll_cq)(struct ib_cq *, int, struct ib_wc *);
[all …]
Dvmlinux_510.h55408 struct ib_device_ops { struct
55409 struct module *owner;
55410 enum rdma_driver_id driver_id;
55411 u32 uverbs_abi_ver;
55412 unsigned int uverbs_no_driver_id_binding: 1;
55413 int (*post_send)(struct ib_qp *, const struct ib_send_wr *, const struct ib_send_wr **);
55414 int (*post_recv)(struct ib_qp *, const struct ib_recv_wr *, const struct ib_recv_wr **);
55415 void (*drain_rq)(struct ib_qp *);
55416 void (*drain_sq)(struct ib_qp *);
55417 int (*poll_cq)(struct ib_cq *, int, struct ib_wc *);
[all …]