Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/ofed/libibverbs/examples/
HDdevinfo.c205 static void print_device_cap_flags(uint32_t dev_cap_flags) in print_device_cap_flags() argument
232 if (dev_cap_flags & IBV_DEVICE_RESIZE_MAX_WR) in print_device_cap_flags()
234 if (dev_cap_flags & IBV_DEVICE_BAD_PKEY_CNTR) in print_device_cap_flags()
236 if (dev_cap_flags & IBV_DEVICE_BAD_QKEY_CNTR) in print_device_cap_flags()
238 if (dev_cap_flags & IBV_DEVICE_RAW_MULTI) in print_device_cap_flags()
240 if (dev_cap_flags & IBV_DEVICE_AUTO_PATH_MIG) in print_device_cap_flags()
242 if (dev_cap_flags & IBV_DEVICE_CHANGE_PHY_PORT) in print_device_cap_flags()
244 if (dev_cap_flags & IBV_DEVICE_UD_AV_PORT_ENFORCE) in print_device_cap_flags()
246 if (dev_cap_flags & IBV_DEVICE_CURR_QP_STATE_MOD) in print_device_cap_flags()
248 if (dev_cap_flags & IBV_DEVICE_SHUTDOWN_PORT) in print_device_cap_flags()
[all …]
/freebsd-13-stable/sys/dev/bnxt/
HDhsi_struct_def.h55958 uint16_t dev_cap_flags; member