Searched refs:netdev_flags (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/drivers/net/wireless/intel/iwlwifi/mvm/ |
| D | tx.c | 824 netdev_features_t netdev_flags, in iwl_mvm_tx_tso_segment() argument 840 next = skb_gso_segment(skb, netdev_flags); in iwl_mvm_tx_tso_segment() 900 netdev_features_t netdev_flags = NETIF_F_CSUM_MASK | NETIF_F_SG; in iwl_mvm_tx_tso() local 909 return iwl_mvm_tx_tso_segment(skb, 1, netdev_flags, mpdus_skb); in iwl_mvm_tx_tso() 918 netdev_flags &= ~NETIF_F_CSUM_MASK; in iwl_mvm_tx_tso() 919 return iwl_mvm_tx_tso_segment(skb, 1, netdev_flags, mpdus_skb); in iwl_mvm_tx_tso() 932 return iwl_mvm_tx_tso_segment(skb, 1, netdev_flags, mpdus_skb); in iwl_mvm_tx_tso() 936 return iwl_mvm_tx_tso_segment(skb, 1, netdev_flags, mpdus_skb); in iwl_mvm_tx_tso() 989 return iwl_mvm_tx_tso_segment(skb, num_subframes, netdev_flags, in iwl_mvm_tx_tso()
|
| /Linux-v5.4/drivers/net/ethernet/hisilicon/hns3/ |
| D | hnae3.h | 646 u8 netdev_flags; member
|
| D | hns3_ethtool.c | 102 hns3_update_promisc_mode(ndev, h->netdev_flags); in hns3_lp_setup()
|
| D | hns3_enet.c | 636 h->netdev_flags = new_flags; in hns3_nic_set_rx_mode() 661 last_state = h->netdev_flags & HNAE3_VLAN_FLTR ? true : false; in hns3_enable_vlan_filter() 4342 ret = hns3_update_promisc_mode(netdev, handle->netdev_flags); in hns3_reset_notify_restore_enet()
|
| /Linux-v5.4/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
| D | hclge_main.c | 4653 en_bc_pmc = handle->netdev_flags & HNAE3_BPE ? true : false; in hclge_set_promisc_mode() 7604 handle->netdev_flags |= HNAE3_VLAN_FLTR; in hclge_enable_vlan_filter() 7606 handle->netdev_flags &= ~HNAE3_VLAN_FLTR; in hclge_enable_vlan_filter() 7970 handle->netdev_flags |= HNAE3_VLAN_FLTR; in hclge_init_vlan_config()
|