Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/emulex/benet/
Dbe.h558 u32 function_caps; member
Dbe_cmds.c1313 if (adapter->function_caps & BE_FUNCTION_CAPS_SUPER_NIC) in be_cmd_txq_create()
2096 adapter->function_caps = le32_to_cpu(resp->function_caps); in be_cmd_query_fw_cfg()
2100 adapter->function_mode, adapter->function_caps); in be_cmd_query_fw_cfg()
Dbe_ethtool.c874 if (adapter->function_caps & BE_FUNCTION_CAPS_SUPER_NIC) { in be_self_test()
Dbe_main.c4046 !(adapter->function_caps & BE_FUNCTION_CAPS_RSS))) { in BEx_get_resources()
4048 } else if (adapter->function_caps & BE_FUNCTION_CAPS_SUPER_NIC) { in BEx_get_resources()
4062 if ((adapter->function_caps & BE_FUNCTION_CAPS_RSS) && in BEx_get_resources()
4076 if (!(adapter->function_caps & BE_FUNCTION_CAPS_RSS)) in BEx_get_resources()
Dbe_cmds.h1144 u32 function_caps; member
/linux-4.4.14/drivers/scsi/be2iscsi/
Dbe_cmds.h1126 u32 function_caps; member
/linux-4.4.14/include/linux/mlx4/
Ddevice.h595 u32 function_caps; /* VFs must be aware of these */ member
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/
Dmain.c252 dev_cap->function_caps |= MLX4_FUNC_CAP_EQE_CQE_STRIDE; in mlx4_enable_cqe_eqe_stride()
566 dev->caps.function_caps |= MLX4_FUNC_CAP_64B_EQE_CQE; in mlx4_dev_cap()
2067 dev->caps.function_caps |= MLX4_FUNC_CAP_DMFS_A0_STATIC; in mlx4_init_hca()
Dfw.c380 size = dev->caps.function_caps; /* set PF behaviours */ in mlx4_QUERY_FUNC_CAP_wrapper()