Home
last modified time | relevance | path

Searched refs:cb_table (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/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()
111 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...]
/kernel/linux/linux-6.6/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()
111 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...]
/kernel/linux/linux-5.10/include/rdma/
H A Drdma_netlink.h42 * @cb_table: A table for op->callback
45 const struct rdma_nl_cbs cb_table[]);
/kernel/linux/linux-6.6/include/rdma/
H A Drdma_netlink.h42 * @cb_table: A table for op->callback
45 const struct rdma_nl_cbs cb_table[]);

Completed in 2 milliseconds