Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/emulex/benet/ !
Dbe.h628 u32 function_caps; member
Dbe_cmds.c1375 if (adapter->function_caps & BE_FUNCTION_CAPS_SUPER_NIC) in be_cmd_txq_create()
2137 adapter->function_caps = le32_to_cpu(resp->function_caps); in be_cmd_query_fw_cfg()
2141 adapter->function_mode, adapter->function_caps); in be_cmd_query_fw_cfg()
Dbe_main.c4364 !(adapter->function_caps & BE_FUNCTION_CAPS_RSS))) { in BEx_get_resources()
4366 } else if (adapter->function_caps & BE_FUNCTION_CAPS_SUPER_NIC) { in BEx_get_resources()
4381 if ((adapter->function_caps & BE_FUNCTION_CAPS_RSS) && in BEx_get_resources()
4395 if (!(adapter->function_caps & BE_FUNCTION_CAPS_RSS)) in BEx_get_resources()
Dbe_ethtool.c903 if (adapter->function_caps & BE_FUNCTION_CAPS_SUPER_NIC) { in be_self_test()
Dbe_cmds.h1189 u32 function_caps; member
/linux-6.1.9/drivers/scsi/be2iscsi/ !
Dbe_cmds.h1240 u32 function_caps; member
/linux-6.1.9/include/linux/mlx4/ !
Ddevice.h620 u32 function_caps; /* VFs must be aware of these */ member
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx4/ !
Dmain.c388 dev_cap->function_caps |= MLX4_FUNC_CAP_EQE_CQE_STRIDE; in mlx4_enable_cqe_eqe_stride()
717 dev->caps.function_caps |= MLX4_FUNC_CAP_64B_EQE_CQE; in mlx4_dev_cap()
2328 dev->caps.function_caps |= MLX4_FUNC_CAP_DMFS_A0_STATIC; in mlx4_init_hca()
Dfw.c469 size = dev->caps.function_caps; /* set PF behaviours */ in mlx4_QUERY_FUNC_CAP_wrapper()