Home
last modified time | relevance | path

Searched refs:fill_stat_mr_entry (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/infiniband/hw/mlx5/
H A Drestrack.c81 static int fill_stat_mr_entry(struct sk_buff *msg, struct ib_mr *ibmr) in fill_stat_mr_entry() function
201 .fill_stat_mr_entry = fill_stat_mr_entry,
/linux/drivers/infiniband/core/
H A Dnldev.c982 static int fill_stat_mr_entry(struct sk_buff *msg, bool has_cap_net_admin, in fill_stat_mr_entry() function
991 if (dev->ops.fill_stat_mr_entry) in fill_stat_mr_entry()
992 return dev->ops.fill_stat_mr_entry(msg, mr); in fill_stat_mr_entry()
2421 fill_stat_mr_entry); in nldev_stat_get_doit()
2448 fill_stat_mr_entry); in nldev_stat_get_dumpit()
H A Ddevice.c2659 SET_DEVICE_OP(dev_ops, fill_stat_mr_entry); in ib_set_device_ops()
/linux/include/rdma/
H A Dib_verbs.h2652 int (*fill_stat_mr_entry)(struct sk_buff *msg, struct ib_mr *ibmr); member