Searched refs:features (Results 276 - 300 of 1426) sorted by relevance

<<11121314151617181920>>

/linux-master/arch/x86/kvm/svm/
H A Dsvm_onhyperv.h63 vp_ap->nested_control.features.directhypercall = 1;
/linux-master/include/net/
H A Dudp_tunnel.h136 if (!(dev->features & NETIF_F_RX_UDP_TUNNEL_PORT))
144 if (!(dev->features & NETIF_F_RX_UDP_TUNNEL_PORT))
347 if (!(dev->features & NETIF_F_RX_UDP_TUNNEL_PORT))
356 if (!(dev->features & NETIF_F_RX_UDP_TUNNEL_PORT))
H A Dudp.h176 netdev_features_t features, bool is_ipv6);
292 netdev_features_t features,
467 netdev_features_t features = NETIF_F_SG; local
474 features |= NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM;
490 segs = __skb_gso_segment(skb, features, false);
/linux-master/sound/virtio/
H A Dvirtio_pcm_ops.c195 if (vss->features & (1U << VIRTIO_SND_PCM_F_MSG_POLLING))
196 request->features |=
199 if (vss->features & (1U << VIRTIO_SND_PCM_F_EVT_XRUNS))
200 request->features |=
/linux-master/drivers/clk/sunxi-ng/
H A Dccu_nkm.c138 if (nkm->common.features & CCU_FEATURE_FIXED_POSTDIV)
160 if (nkm->common.features & CCU_FEATURE_FIXED_POSTDIV)
169 if (nkm->common.features & CCU_FEATURE_FIXED_POSTDIV)
192 if (nkm->common.features & CCU_FEATURE_FIXED_POSTDIV)
H A Dccu-sun8i-a83t.c43 .features = CCU_FEATURE_LOCK_REG,
57 .features = CCU_FEATURE_LOCK_REG,
89 .features = CCU_FEATURE_LOCK_REG |
108 .features = CCU_FEATURE_LOCK_REG,
124 .features = CCU_FEATURE_LOCK_REG,
140 .features = CCU_FEATURE_LOCK_REG,
156 .features = CCU_FEATURE_LOCK_REG,
172 .features = CCU_FEATURE_LOCK_REG,
188 .features = CCU_FEATURE_LOCK_REG,
204 .features
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Drx_res.h26 mlx5e_rx_res_create(struct mlx5_core_dev *mdev, enum mlx5e_rx_res_features features,
/linux-master/drivers/net/ethernet/google/gve/
H A Dgve_dqo.h38 netdev_features_t features);
/linux-master/drivers/rtc/
H A Dclass.c247 set_bit(RTC_FEATURE_ALARM, rtc->features);
248 set_bit(RTC_FEATURE_UPDATE_INTERRUPT, rtc->features);
404 clear_bit(RTC_FEATURE_ALARM, rtc->features);
407 set_bit(RTC_FEATURE_CORRECTION, rtc->features);
/linux-master/drivers/scsi/aic7xxx/
H A Daic7770.c192 if ((ahc->features & AHC_WIDE) != 0) {
318 max_targ = (ahc->features & AHC_WIDE) != 0 ? 16 : 8;
380 ahc->features = AHC_AIC7770_FE;
H A Daic7xxx_proc.c145 if ((ahc->features & AHC_TWIN) != 0)
322 if ((ahc->features & (AHC_WIDE|AHC_TWIN)) == 0)
333 if (i > 7 && (ahc->features & AHC_TWIN) != 0) {
/linux-master/drivers/gpu/drm/arm/
H A Dmalidp_hw.h93 /* regmap features */
112 /* bitmap with register map features */
113 const u8 features; member in struct:malidp_hw_regmap
131 /* device features */
212 u8 features; member in struct:malidp_hw
374 ((hwdev->hw->map.features & MALIDP_REGMAP_HAS_CLEARIRQ) ?
/linux-master/drivers/net/ethernet/freescale/enetc/
H A Denetc_vf.c89 netdev_features_t features)
91 enetc_set_features(ndev, features);
140 ndev->features = NETIF_F_HIGHDMA | NETIF_F_SG | NETIF_F_RXCSUM |
88 enetc_vf_set_features(struct net_device *ndev, netdev_features_t features) argument
/linux-master/drivers/virtio/
H A Dvirtio_pci_legacy.c35 /* Give virtio_ring a chance to accept features. */
38 /* Make sure we don't have any features > 32 bits! */
39 BUG_ON((u32)vdev->features != vdev->features);
42 vp_legacy_set_features(&vp_dev->ldev, vdev->features);
/linux-master/drivers/i2c/busses/
H A Di2c-virtio.c257 static const unsigned int features[] = { variable
262 .feature_table = features,
263 .feature_table_size = ARRAY_SIZE(features),
/linux-master/drivers/net/ethernet/marvell/octeon_ep_vf/
H A Doctep_vf_main.c599 netdev_features_t feat = netdev->features;
890 netdev_features_t features)
896 /* We only support features received from firmware */
897 if ((features & netdev->hw_features) != features)
900 if (features & NETIF_F_TSO)
903 if (features & NETIF_F_TSO6)
906 if (features & NETIF_F_IP_CSUM)
909 if (features & NETIF_F_IPV6_CSUM)
912 if (features
889 octep_vf_set_features(struct net_device *netdev, netdev_features_t features) argument
[all...]
/linux-master/drivers/net/ethernet/sfc/
H A Defx_common.c214 if (net_dev->features & ~data & NETIF_F_NTUPLE) {
223 if ((net_dev->features ^ data) & (NETIF_F_HW_VLAN_CTAG_FILTER |
226 * when a new features are finally set in net_dev.
363 netdev_features_t old_features = efx->net_dev->features;
406 /* Restore previously fixed features in hw_features and remove
407 * features which are fixed now
409 efx->net_dev->hw_features |= efx->net_dev->features;
411 efx->net_dev->features |= efx->fixed_features;
412 if (efx->net_dev->features != old_features)
1351 netdev_features_t features)
1350 efx_features_check(struct sk_buff *skb, struct net_device *dev, netdev_features_t features) argument
[all...]
/linux-master/drivers/net/ethernet/sfc/siena/
H A Defx_common.c218 if (net_dev->features & ~data & NETIF_F_NTUPLE) {
227 if ((net_dev->features ^ data) & (NETIF_F_HW_VLAN_CTAG_FILTER |
230 * when a new features are finally set in net_dev.
367 netdev_features_t old_features = efx->net_dev->features;
410 /* Restore previously fixed features in hw_features and remove
411 * features which are fixed now
413 efx->net_dev->hw_features |= efx->net_dev->features;
415 efx->net_dev->features |= efx->fixed_features;
416 if (efx->net_dev->features != old_features)
1369 netdev_features_t features)
1367 efx_siena_features_check(struct sk_buff *skb, struct net_device *dev, netdev_features_t features) argument
[all...]
/linux-master/include/uapi/linux/
H A Dvirtio_snd.h136 /* supported jack features */
145 __le32 features; member in struct:virtio_snd_jack_info
176 /* supported PCM stream features */
238 __le32 features; member in struct:virtio_snd_pcm_info
262 __le32 features; member in struct:virtio_snd_pcm_set_params
/linux-master/drivers/vhost/
H A Dnet.c1598 static int vhost_net_set_features(struct vhost_net *n, u64 features) argument
1603 hdr_len = (features & ((1ULL << VIRTIO_NET_F_MRG_RXBUF) |
1607 if (features & (1 << VHOST_NET_F_VIRTIO_NET_HDR)) {
1617 if ((features & (1 << VHOST_F_LOG_ALL)) &&
1621 if ((features & (1ULL << VIRTIO_F_ACCESS_PLATFORM))) {
1628 n->vqs[i].vq.acked_features = features;
1669 u64 features; local
1678 features = VHOST_NET_FEATURES;
1679 if (copy_to_user(featurep, &features, sizeof features))
[all...]
/linux-master/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-drv.c845 dev_dbg(pdata->dev, "Hardware features:\n");
2198 netdev_features_t features)
2206 return features;
2209 if ((features & NETIF_F_GSO_UDP_TUNNEL_CSUM) &&
2210 !(features & NETIF_F_GSO_UDP_TUNNEL)) {
2213 features |= NETIF_F_GSO_UDP_TUNNEL;
2217 if ((features & vxlan_base) != vxlan_base) {
2220 features |= vxlan_base;
2223 if (features & (NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM)) {
2224 if (!(features
2197 xgbe_fix_features(struct net_device *netdev, netdev_features_t features) argument
2240 xgbe_set_features(struct net_device *netdev, netdev_features_t features) argument
2282 xgbe_features_check(struct sk_buff *skb, struct net_device *netdev, netdev_features_t features) argument
[all...]
/linux-master/arch/um/drivers/
H A Dvirtio_uml.c57 u64 features; member in struct:virtio_uml_device
239 * e.g. to read the features. In these cases, don't request an ACK as
312 u64 *features)
319 return vhost_user_recv_u64(vu_dev, features);
323 u64 features)
325 return vhost_user_send_u64(vu_dev, VHOST_USER_SET_FEATURES, features);
496 rc = vhost_user_get_features(vu_dev, &vu_dev->features);
500 if (vu_dev->features & BIT_ULL(VHOST_USER_F_PROTOCOL_FEATURES)) {
767 if (!(vu_dev->features & BIT_ULL(VHOST_USER_F_PROTOCOL_FEATURES)))
882 u64 features; local
311 vhost_user_get_features(struct virtio_uml_device *vu_dev, u64 *features) argument
322 vhost_user_set_features(struct virtio_uml_device *vu_dev, u64 features) argument
[all...]
/linux-master/drivers/net/wwan/t7xx/
H A Dt7xx_netdev.c235 dev->features = NETIF_F_VLAN_CHALLENGED;
237 dev->features |= NETIF_F_SG;
240 dev->features |= NETIF_F_HW_CSUM;
243 dev->features |= NETIF_F_RXCSUM;
246 dev->features |= NETIF_F_GRO;
/linux-master/arch/powerpc/kvm/
H A De500.c366 sregs->u.e.features |= KVM_SREGS_E_ARCH206_MMU | KVM_SREGS_E_SPE |
370 sregs->u.e.impl.fsl.features = 0;
402 if (!(sregs->u.e.features & KVM_SREGS_E_IVOR))
405 if (sregs->u.e.features & KVM_SREGS_E_SPE) {
414 if (sregs->u.e.features & KVM_SREGS_E_PM) {
H A De500mc.c224 sregs->u.e.features |= KVM_SREGS_E_ARCH206_MMU | KVM_SREGS_E_PM |
228 sregs->u.e.impl.fsl.features = 0;
259 if (!(sregs->u.e.features & KVM_SREGS_E_IVOR))
262 if (sregs->u.e.features & KVM_SREGS_E_PM) {
267 if (sregs->u.e.features & KVM_SREGS_E_PC) {

Completed in 241 milliseconds

<<11121314151617181920>>