Home
last modified time | relevance | path

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

/trueos/sys/ofed/drivers/infiniband/hw/mlx4/
HDuser.h62 __u32 dev_caps; member
HDmain.c627 resp.dev_caps = dev->dev->caps.userspace_caps; in mlx4_ib_alloc_ucontext()
/trueos/contrib/ofed/libmlx4/src/
HDmlx4-abi.h50 __u32 dev_caps; member
/trueos/sys/dev/ixl/
HDi40e_common.c2660 p = (struct i40e_hw_capabilities *)&hw->dev_caps; in i40e_parse_discover_capabilities()
4751 hw->dev_caps.num_vsis = msg->num_vsis; in i40e_vf_parse_hw_config()
4752 hw->dev_caps.num_rx_qp = msg->num_queue_pairs; in i40e_vf_parse_hw_config()
4753 hw->dev_caps.num_tx_qp = msg->num_queue_pairs; in i40e_vf_parse_hw_config()
4754 hw->dev_caps.num_msix_vectors_vf = msg->max_vectors; in i40e_vf_parse_hw_config()
4755 hw->dev_caps.dcb = msg->vf_offload_flags & in i40e_vf_parse_hw_config()
4757 hw->dev_caps.fcoe = (msg->vf_offload_flags & in i40e_vf_parse_hw_config()
4759 hw->dev_caps.iwarp = (msg->vf_offload_flags & in i40e_vf_parse_hw_config()
HDi40e_type.h521 struct i40e_hw_capabilities dev_caps; member
/trueos/sys/dev/ixgbe/
HDif_ix.c3527 u16 dev_caps = 0; in ixgbe_check_wol_support() local
3531 ixgbe_get_device_caps(hw, &dev_caps); in ixgbe_check_wol_support()
3532 if ((dev_caps & IXGBE_DEVICE_CAPS_WOL_PORT0_1) || in ixgbe_check_wol_support()
3533 ((dev_caps & IXGBE_DEVICE_CAPS_WOL_PORT0) && in ixgbe_check_wol_support()