Home
last modified time | relevance | path

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

/linux/drivers/infiniband/core/
H A Dnetlink.c46 const struct rdma_nl_cbs *cb_table; member
84 const struct rdma_nl_cbs *cb_table; in get_cb_table() local
93 cb_table = READ_ONCE(rdma_nl_types[type].cb_table); in get_cb_table()
94 if (!cb_table) { in get_cb_table()
104 cb_table = READ_ONCE(rdma_nl_types[type].cb_table); in get_cb_table()
106 if (!cb_table || (!cb_table[op].dump && !cb_table[o in get_cb_table()
112 rdma_nl_register(unsigned int index,const struct rdma_nl_cbs cb_table[]) rdma_nl_register() argument
158 const struct rdma_nl_cbs *cb_table; rdma_nl_rcv_msg() local
[all...]
/linux/include/rdma/
H A Drdma_netlink.h44 * @cb_table: A table for op->callback
47 const struct rdma_nl_cbs cb_table[]);