Home
last modified time | relevance | path

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

/linux/drivers/infiniband/core/
A Dnetlink.c46 const struct rdma_nl_cbs *cb_table; member
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[op].doit)) in get_cb_table()
108 return cb_table; in get_cb_table()
119 smp_store_release(&rdma_nl_types[index].cb_table, cb_table); in rdma_nl_register()
166 if (!cb_table) in rdma_nl_rcv_msg()
180 if (cb_table[op].doit) in rdma_nl_rcv_msg()
187 .dump = cb_table[op].dump, in rdma_nl_rcv_msg()
[all …]
/linux/include/rdma/
A Drdma_netlink.h45 const struct rdma_nl_cbs cb_table[]);

Completed in 4 milliseconds