Searched refs:function_caps (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/sys/dev/oce/
H A Doce_if.h121 #define IS_PROFILE_SUPER_NIC(sc) (sc->function_caps & OCE_FUNCTION_CAPS_SUPER_NIC)
134 #define is_rss_enabled(sc) ((sc->function_caps & FNC_RSS) && !is_be_mode_mc(sc))
840 uint32_t function_caps; member in struct:oce_softc
H A Doce_mbox.c532 sc->function_caps = HOST_32(fwcmd->params.rsp.function_caps);
H A Doce_hw.h1700 uint32_t function_caps; member in struct:mbx_common_query_fw_config::__anon13636::__anon13638
/freebsd-13-stable/sys/dev/mlx4/
H A Ddevice.h616 u32 function_caps; /* VFs must be aware of these */ member in struct:mlx4_caps
/freebsd-13-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_main.c276 dev_cap->function_caps |= MLX4_FUNC_CAP_EQE_CQE_STRIDE;
602 dev->caps.function_caps |= MLX4_FUNC_CAP_64B_EQE_CQE;
2231 dev->caps.function_caps |= MLX4_FUNC_CAP_DMFS_A0_STATIC;
H A Dmlx4_fw.c468 size = dev->caps.function_caps; /* set PF behaviours */

Completed in 217 milliseconds