Searched refs:query_port (Results 1 – 15 of 15) sorted by relevance
| /freebsd-9-stable/contrib/ofed/libibverbs/fixes/ |
| D | rocee_link_layer.patch | 57 + return context->ops.query_port(context, port_num, port_attr);
|
| /freebsd-9-stable/sys/ofed/drivers/infiniband/core/ |
| D | uverbs.h | 184 IB_UVERBS_DECLARE_CMD(query_port);
|
| D | device.c | 80 IB_MANDATORY_FUNC(query_port), in ib_device_check_mandatory() 585 return device->query_port(device, port_num, port_attr); in ib_query_port()
|
| /freebsd-9-stable/sys/contrib/rdma/ |
| D | rdma_device.c | 85 IB_MANDATORY_FUNC(query_port), in ib_device_check_mandatory() 578 return device->query_port(device, port_num, port_attr); in ib_query_port()
|
| D | ib_verbs.h | 921 int (*query_port)(struct ib_device *device, member
|
| /freebsd-9-stable/contrib/ofed/libmthca/src/ |
| D | mthca.c | 111 .query_port = mthca_query_port,
|
| /freebsd-9-stable/contrib/ofed/libibverbs/include/infiniband/ |
| D | verbs.h | 690 int (*query_port)(struct ibv_context *context, uint8_t port_num, member 763 return context->ops.query_port(context, port_num, port_attr); in ___ibv_query_port()
|
| /freebsd-9-stable/contrib/ofed/libmlx4/src/ |
| D | mlx4.c | 112 .query_port = mlx4_query_port,
|
| /freebsd-9-stable/contrib/ofed/libibverbs/src/ |
| D | verbs.c | 89 return context->ops.query_port(context, port_num, port_attr); in __ibv_query_port()
|
| D | compat-1_0.c | 170 int (*query_port)(struct ibv_context *context, uint8_t port_num, member
|
| /freebsd-9-stable/contrib/ofed/libmlx4/fixes/ |
| D | xrc_consolidated_v2.patch | 175 .query_port = mlx4_query_port,
|
| /freebsd-9-stable/sys/dev/cxgb/ulp/iw_cxgb/ |
| D | iw_cxgb_provider.c | 1090 dev->ibdev.query_port = iwch_query_port; in iwch_register_device()
|
| /freebsd-9-stable/sys/ofed/drivers/infiniband/hw/mthca/ |
| D | mthca_provider.c | 1336 dev->ib_dev.query_port = mthca_query_port; in mthca_register_device()
|
| /freebsd-9-stable/sys/ofed/include/rdma/ |
| D | ib_verbs.h | 1197 int (*query_port)(struct ib_device *device, member
|
| /freebsd-9-stable/sys/ofed/drivers/infiniband/hw/mlx4/ |
| D | main.c | 1949 ibdev->ib_dev.query_port = mlx4_ib_query_port; in mlx4_ib_add()
|