Home
last modified time | relevance | path

Searched refs:dev_cap_flags (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ofed/libibverbs/examples/
H A Ddevinfo.c238 if (dev_cap_flags & IBV_DEVICE_RAW_MULTI) in print_device_cap_flags()
250 if (dev_cap_flags & IBV_DEVICE_INIT_TYPE) in print_device_cap_flags()
258 if (dev_cap_flags & IBV_DEVICE_SRQ_RESIZE) in print_device_cap_flags()
260 if (dev_cap_flags & IBV_DEVICE_N_NOTIFY_CQ) in print_device_cap_flags()
262 if (dev_cap_flags & IBV_DEVICE_MEM_WINDOW) in print_device_cap_flags()
264 if (dev_cap_flags & IBV_DEVICE_UD_IP_CSUM) in print_device_cap_flags()
266 if (dev_cap_flags & IBV_DEVICE_XRC) in print_device_cap_flags()
274 if (dev_cap_flags & IBV_DEVICE_RC_IP_CSUM) in print_device_cap_flags()
276 if (dev_cap_flags & IBV_DEVICE_RAW_IP_CSUM) in print_device_cap_flags()
280 if (dev_cap_flags & unknown_flags) in print_device_cap_flags()
[all …]
/freebsd/sys/dev/bnxt/
H A Dhsi_struct_def.h67795 uint16_t dev_cap_flags; member