Home
last modified time | relevance | path

Searched refs:netdev_flags (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtx.c818 netdev_features_t netdev_flags, in iwl_mvm_tx_tso_segment() argument
834 next = skb_gso_segment(skb, netdev_flags); in iwl_mvm_tx_tso_segment()
892 netdev_features_t netdev_flags = NETIF_F_CSUM_MASK | NETIF_F_SG; in iwl_mvm_tx_tso() local
901 return iwl_mvm_tx_tso_segment(skb, 1, netdev_flags, mpdus_skb); in iwl_mvm_tx_tso()
910 netdev_flags &= ~NETIF_F_CSUM_MASK; in iwl_mvm_tx_tso()
911 return iwl_mvm_tx_tso_segment(skb, 1, netdev_flags, mpdus_skb); in iwl_mvm_tx_tso()
925 return iwl_mvm_tx_tso_segment(skb, 1, netdev_flags, mpdus_skb); in iwl_mvm_tx_tso()
983 return iwl_mvm_tx_tso_segment(skb, num_subframes, netdev_flags, in iwl_mvm_tx_tso()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/hns3/
H A Dhnae3.h735 u8 netdev_flags; member
H A Dhns3_enet.c622 h->netdev_flags = new_flags; in hns3_nic_set_rx_mode()
643 last_state = h->netdev_flags & HNAE3_VLAN_FLTR ? true : false; in hns3_enable_vlan_filter()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_main.c1192 bool en_uc_pmc = handle->netdev_flags & HNAE3_UPE; in hclgevf_sync_promisc_mode()
1193 bool en_mc_pmc = handle->netdev_flags & HNAE3_MPE; in hclgevf_sync_promisc_mode()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c4879 en_bc_pmc = handle->netdev_flags & HNAE3_BPE ? true : false; in hclge_set_promisc_mode()
8404 handle->netdev_flags |= HNAE3_VLAN_FLTR; in hclge_enable_vlan_filter()
8406 handle->netdev_flags &= ~HNAE3_VLAN_FLTR; in hclge_enable_vlan_filter()
8779 handle->netdev_flags |= HNAE3_VLAN_FLTR; in hclge_init_vlan_config()
11290 tmp_flags = handle->netdev_flags | vport->last_promisc_flags; in hclge_sync_promisc_mode()