Searched refs:fill_nldev_handle (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/infiniband/core/ |
| H A D | nldev.c | 278 static int fill_nldev_handle(struct sk_buff *msg, struct ib_device *device) in fill_nldev_handle() function 295 if (fill_nldev_handle(msg, device)) in fill_dev_info() 367 if (fill_nldev_handle(msg, device)) in fill_port_info() 455 if (fill_nldev_handle(msg, device)) in fill_res_info() 1545 if (!nlh || fill_nldev_handle(msg, device)) { in res_get_common_doit() 1628 if (!nlh || fill_nldev_handle(skb, device)) { in res_get_common_dumpit() 2198 if (!nlh || fill_nldev_handle(msg, device) || in nldev_stat_set_doit() 2274 if (fill_nldev_handle(msg, device) || in nldev_stat_del_doit() 2341 if (!nlh || fill_nldev_handle(msg, device) || in stat_get_doit_default_counter() 2440 if (fill_nldev_handle(msg, device) || in stat_get_doit_qp() [all …]
|