Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/oce/
Doce_if.h114 #define IS_PROFILE_SUPER_NIC(sc) (sc->function_caps & OCE_FUNCTION_CAPS_SUPER_NIC)
128 #define is_rss_enabled(sc) ((sc->function_caps & FNC_RSS) && !is_be_mode_mc(sc))
835 uint32_t function_caps; member
Doce_mbox.c498 sc->function_caps = HOST_32(fwcmd->params.rsp.function_caps); in oce_get_fw_config()
Doce_hw.h1693 uint32_t function_caps; member
/freebsd-10-stable/sys/ofed/include/linux/mlx4/
Ddevice.h547 u32 function_caps; /* functions must be aware to */ member
/freebsd-10-stable/sys/ofed/drivers/net/mlx4/
Dfw.c336 size = dev->caps.function_caps; /* set PF behaviours */ in mlx4_QUERY_FUNC_CAP_wrapper()
Dmain.c851 dev->caps.function_caps |= MLX4_FUNC_CAP_64B_EQE_CQE; in mlx4_dev_cap()