Searched refs:get_dev_fw_str (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/ofed/drivers/infiniband/core/ |
H A D | ib_device.c | 310 if (dev->get_dev_fw_str) in ib_get_device_fw_str() 311 dev->get_dev_fw_str(dev, str, str_len); in ib_get_device_fw_str()
|
/freebsd/sys/dev/mthca/ |
H A D | mthca_provider.c | 1125 static void get_dev_fw_str(struct ib_device *device, char *str, in get_dev_fw_str() function 1222 dev->ib_dev.get_dev_fw_str = get_dev_fw_str; in mthca_register_device()
|
/freebsd/sys/dev/mlx5/mlx5_ib/ |
H A D | mlx5_ib_main.c | 3111 static void get_dev_fw_str(struct ib_device *ibdev, char *str, 3475 dev->ib_dev.get_dev_fw_str = get_dev_fw_str; in mlx5_ib_add() 3112 static void get_dev_fw_str(struct ib_device *ibdev, char *str, get_dev_fw_str() function
|
/freebsd/sys/ofed/include/rdma/ |
H A D | ib_verbs.h | 2436 void (*get_dev_fw_str)(struct ib_device *, char *str, size_t str_len); member
|
/freebsd/sys/dev/mlx4/mlx4_ib/ |
H A D | mlx4_ib_main.c | 2550 ibdev->ib_dev.get_dev_fw_str = get_fw_ver_str; in mlx4_ib_add()
|
/freebsd/sys/dev/irdma/ |
H A D | irdma_verbs.c | 3291 dev_ops->get_dev_fw_str = irdma_get_dev_fw_str; in irdma_set_device_ops()
|