Searched refs:dev_caps (Results 1 – 9 of 9) sorted by relevance
70 __u32 dev_caps; member
60 __u32 dev_caps; member
177 if (resp.dev_caps & MLX4_USER_DEV_CAP_64B_CQE) in mlx4_init_context()
143 u32 dev_caps; member
153 u32 dev_caps; member
3668 p = (struct i40e_hw_capabilities *)&hw->dev_caps; in i40e_parse_discover_capabilities()6958 hw->dev_caps.num_vsis = msg->num_vsis; in i40e_vf_parse_hw_config()6959 hw->dev_caps.num_rx_qp = msg->num_queue_pairs; in i40e_vf_parse_hw_config()6960 hw->dev_caps.num_tx_qp = msg->num_queue_pairs; in i40e_vf_parse_hw_config()6961 hw->dev_caps.num_msix_vectors_vf = msg->max_vectors; in i40e_vf_parse_hw_config()6962 hw->dev_caps.dcb = msg->vf_cap_flags & in i40e_vf_parse_hw_config()6964 hw->dev_caps.iwarp = (msg->vf_cap_flags & in i40e_vf_parse_hw_config()
682 struct i40e_hw_capabilities dev_caps; member
1139 u16 dev_caps = 0; in ixgbe_check_wol_support() local1143 ixgbe_get_device_caps(hw, &dev_caps); in ixgbe_check_wol_support()1144 if ((dev_caps & IXGBE_DEVICE_CAPS_WOL_PORT0_1) || in ixgbe_check_wol_support()1145 ((dev_caps & IXGBE_DEVICE_CAPS_WOL_PORT0) && in ixgbe_check_wol_support()
1056 resp.dev_caps = dev->dev->caps.userspace_caps; in mlx4_ib_alloc_ucontext()