Searched refs:link_layer (Results 1 - 11 of 11) sorted by relevance

/freebsd-11.0-release/contrib/ofed/libibverbs/examples/
H A Ddevinfo.c185 static const char *link_layer_str(uint8_t link_layer) argument
187 switch (link_layer) {
298 printf("\t\t\tlink_layer:\t\t%s\n", link_layer_str(port_attr.link_layer));
H A Drc_pingpong.c668 if (ctx->portinfo.link_layer == IBV_LINK_LAYER_INFINIBAND && !my_dest.lid) {
H A Duc_pingpong.c652 if (ctx->portinfo.link_layer == IBV_LINK_LAYER_INFINIBAND && !my_dest.lid) {
H A Dsrq_pingpong.c756 if (ctx->portinfo.link_layer == IBV_LINK_LAYER_INFINIBAND && !my_dest[i].lid) {
/freebsd-11.0-release/contrib/ofed/libibverbs/include/infiniband/
H A Dverbs.h191 uint8_t link_layer; member in struct:ibv_port_attr
760 port_attr->link_layer = IBV_LINK_LAYER_UNSPECIFIED;
H A Dkern-abi.h234 __u8 link_layer; member in struct:ibv_query_port_resp
/freebsd-11.0-release/sys/ofed/include/rdma/
H A Dib_user_verbs.h251 __u8 link_layer; member in struct:ib_uverbs_query_port_resp
/freebsd-11.0-release/contrib/ofed/libmlx4/src/
H A Dverbs.c714 if (port_attr.link_layer == IBV_LINK_LAYER_ETHERNET) {
/freebsd-11.0-release/sys/ofed/drivers/infiniband/core/
H A Dsysfs.c250 static PORT_ATTR_RO(link_layer);
H A Duverbs_cmd.c553 resp.link_layer = rdma_port_get_link_layer(file->device->ib_dev,
/freebsd-11.0-release/contrib/ofed/libibverbs/src/
H A Dcmd.c199 port_attr->link_layer = resp.link_layer;

Completed in 510 milliseconds