Searched refs:raw_packet_caps (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/ofed/libibverbs/examples/
H A Ddevinfo.c406 static void print_raw_packet_caps(uint32_t raw_packet_caps) argument
409 if (raw_packet_caps & IBV_RAW_PACKET_CAP_CVLAN_STRIPPING)
411 if (raw_packet_caps & IBV_RAW_PACKET_CAP_SCATTER_FCS)
413 if (raw_packet_caps & IBV_RAW_PACKET_CAP_IP_CSUM)
515 if (device_attr.raw_packet_caps)
516 print_raw_packet_caps(device_attr.raw_packet_caps);
/freebsd-11-stable/contrib/ofed/libibverbs/
H A Dcmd.c233 if (attr_size >= offsetof(struct ibv_device_attr_ex, raw_packet_caps) +
234 sizeof(attr->raw_packet_caps)) {
236 offsetof(struct ibv_query_device_resp_ex, raw_packet_caps) +
237 sizeof(resp->raw_packet_caps))
238 attr->raw_packet_caps = resp->raw_packet_caps;
H A Dkern-abi.h293 __u32 raw_packet_caps; member in struct:ibv_query_device_resp_ex
H A Dverbs.h273 uint32_t raw_packet_caps; /* Use ibv_raw_packet_caps */ member in struct:ibv_device_attr_ex

Completed in 183 milliseconds