Home
last modified time | relevance | path

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

/linux/drivers/scsi/be2iscsi/
H A Dbe_cmds.h1240 u32 function_caps; member
/linux/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c4367 !(adapter->function_caps & BE_FUNCTION_CAPS_RSS))) { in BEx_get_resources()
4369 } else if (adapter->function_caps & BE_FUNCTION_CAPS_SUPER_NIC) { in BEx_get_resources()
4384 if ((adapter->function_caps & BE_FUNCTION_CAPS_RSS) && in BEx_get_resources()
4398 if (!(adapter->function_caps & BE_FUNCTION_CAPS_RSS)) in BEx_get_resources()
/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 Dfw.c469 size = dev->caps.function_caps; /* set PF behaviours */ in mlx4_QUERY_FUNC_CAP_wrapper()