Searched refs:link_layer (Results 1 – 17 of 17) sorted by relevance
| /freebsd-9-stable/contrib/ofed/libibverbs/fixes/ |
| D | rocee_kernel_accept_link_layer.patch | 22 + __u8 link_layer; 35 +uint8_t link_layer; /* link layer protocol of the port */ 47 + port_attr->link_layer = resp.link_layer;
|
| D | rocee_link_layer.patch | 41 + uint8_t link_layer; 54 + port_attr->link_layer = IBV_LINK_LAYER_UNSPECIFIED;
|
| D | rocee_examples.patch | 26 +static const char *link_layer_str(uint8_t link_layer) 28 + switch (link_layer) { 46 + printf("\t\t\tlink_layer:\t\t%s\n", link_layer_str(port_attr.link_layer)); 316 + if (ctx->portinfo.link_layer == IBV_LINK_LAYER_INFINIBAND && !my_dest.lid) { 558 + if (ctx->portinfo.link_layer == IBV_LINK_LAYER_INFINIBAND && !my_dest[i].lid) { 786 + if (ctx->portinfo.link_layer == IBV_LINK_LAYER_INFINIBAND && !my_dest.lid) {
|
| /freebsd-9-stable/usr.bin/netstat/ |
| D | if.c | 205 short link_layer; in intpr() local 248 link_layer = 0; in intpr() 402 link_layer = 1; in intpr() 420 show_stat("lu", 8, ipackets, link_layer|network_layer); in intpr() 421 show_stat("lu", 5, ierrors, link_layer); in intpr() 422 show_stat("lu", 5, idrops, link_layer); in intpr() 424 show_stat("lu", 10, ibytes, link_layer|network_layer); in intpr() 426 show_stat("lu", 8, opackets, link_layer|network_layer); in intpr() 427 show_stat("lu", 5, oerrors, link_layer); in intpr() 429 show_stat("lu", 10, obytes, link_layer|network_layer); in intpr() [all …]
|
| /freebsd-9-stable/contrib/ofed/libibverbs/examples/ |
| D | devinfo.c | 185 static const char *link_layer_str(uint8_t link_layer) in link_layer_str() argument 187 switch (link_layer) { in link_layer_str() 298 printf("\t\t\tlink_layer:\t\t%s\n", link_layer_str(port_attr.link_layer)); in print_hca_cap()
|
| D | rc_pingpong.c | 668 if (ctx->portinfo.link_layer == IBV_LINK_LAYER_INFINIBAND && !my_dest.lid) { in main()
|
| D | uc_pingpong.c | 652 if (ctx->portinfo.link_layer == IBV_LINK_LAYER_INFINIBAND && !my_dest.lid) { in main()
|
| D | srq_pingpong.c | 756 if (ctx->portinfo.link_layer == IBV_LINK_LAYER_INFINIBAND && !my_dest[i].lid) { in main()
|
| /freebsd-9-stable/contrib/ofed/libmlx4/fixes/ |
| D | rocee_add_support.patch | 96 + if (port_attr.link_layer == IBV_LINK_LAYER_ETHERNET) {
|
| /freebsd-9-stable/contrib/ofed/libibverbs/include/infiniband/ |
| D | verbs.h | 191 uint8_t link_layer; member 760 port_attr->link_layer = IBV_LINK_LAYER_UNSPECIFIED; in ___ibv_query_port()
|
| D | kern-abi.h | 234 __u8 link_layer; member
|
| /freebsd-9-stable/sys/ofed/include/rdma/ |
| D | ib_user_verbs.h | 220 __u8 link_layer; member
|
| D | ib_verbs.h | 329 enum rdma_link_layer link_layer; member
|
| /freebsd-9-stable/contrib/ofed/libmlx4/src/ |
| D | verbs.c | 714 if (port_attr.link_layer == IBV_LINK_LAYER_ETHERNET) { in mlx4_create_ah()
|
| /freebsd-9-stable/contrib/ofed/libibverbs/src/ |
| D | cmd.c | 199 port_attr->link_layer = resp.link_layer; in ibv_cmd_query_port()
|
| /freebsd-9-stable/sys/ofed/drivers/infiniband/core/ |
| D | sysfs.c | 248 static PORT_ATTR_RO(link_layer);
|
| D | uverbs_cmd.c | 472 resp.link_layer = attr.link_layer; in ib_uverbs_query_port()
|