Searched refs:ibv_cmd_query_port (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14-stable/contrib/ofed/libibverbs/ |
| HD | libibverbs.map | 129 ibv_cmd_query_port;
|
| HD | driver.h | 154 int ibv_cmd_query_port(struct ibv_context *context, uint8_t port_num,
|
| HD | cmd.c | 244 int ibv_cmd_query_port(struct ibv_context *context, uint8_t port_num, in ibv_cmd_query_port() function
|
| /freebsd-14-stable/contrib/ofed/libcxgb4/ |
| HD | verbs.c | 76 return ibv_cmd_query_port(context, port, attr, &cmd, sizeof cmd); in c4iw_query_port()
|
| /freebsd-14-stable/contrib/ofed/libmlx4/ |
| HD | verbs.c | 156 err = ibv_cmd_query_port(context, port, attr, &cmd, sizeof(cmd)); in mlx4_query_port()
|
| /freebsd-14-stable/contrib/ofed/libirdma/ |
| HD | irdma_uverbs.c | 125 return ibv_cmd_query_port(context, port, attr, &cmd, sizeof(cmd)); in irdma_uquery_port()
|
| /freebsd-14-stable/contrib/ofed/libmlx5/ |
| HD | verbs.c | 130 return ibv_cmd_query_port(context, port, attr, &cmd, sizeof cmd); in mlx5_query_port()
|