Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/emulex/benet/
H A Dbe.h628 u32 function_caps; member
H A Dbe_cmds.c1376 if (adapter->function_caps & BE_FUNCTION_CAPS_SUPER_NIC) in be_cmd_txq_create()
2138 adapter->function_caps = le32_to_cpu(resp->function_caps); in be_cmd_query_fw_cfg()
2142 adapter->function_mode, adapter->function_caps); in be_cmd_query_fw_cfg()
H A Dbe_main.c4366 !(adapter->function_caps & BE_FUNCTION_CAPS_RSS))) { in BEx_get_resources()
4368 } else if (adapter->function_caps & BE_FUNCTION_CAPS_SUPER_NIC) { in BEx_get_resources()
4383 if ((adapter->function_caps & BE_FUNCTION_CAPS_RSS) && in BEx_get_resources()
4397 if (!(adapter->function_caps & BE_FUNCTION_CAPS_RSS)) in BEx_get_resources()
H A Dbe_ethtool.c903 if (adapter->function_caps & BE_FUNCTION_CAPS_SUPER_NIC) { in be_self_test()
H A Dbe_cmds.h1189 u32 function_caps; member
/linux/drivers/scsi/be2iscsi/
H A Dbe_cmds.h1240 u32 function_caps; member
/linux/include/linux/mlx4/
H A Ddevice.h621 u32 function_caps; /* VFs must be aware of these */ member
/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dmain.c383 dev_cap->function_caps |= MLX4_FUNC_CAP_EQE_CQE_STRIDE; in mlx4_enable_cqe_eqe_stride()
712 dev->caps.function_caps |= MLX4_FUNC_CAP_64B_EQE_CQE; in mlx4_dev_cap()
2349 dev->caps.function_caps |= MLX4_FUNC_CAP_DMFS_A0_STATIC; in mlx4_init_hca()
H A Dfw.c469 size = dev->caps.function_caps; /* set PF behaviours */ in mlx4_QUERY_FUNC_CAP_wrapper()