Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/intel/iwlwifi/
H A Diwl-utils.h24 netdev_features_t netdev_flags,
29 netdev_features_t netdev_flags, in iwl_tx_tso_segment() argument
H A Diwl-utils.c14 netdev_features_t netdev_flags, in iwl_tx_tso_segment() argument
30 next = skb_gso_segment(skb, netdev_flags); in iwl_tx_tso_segment()
/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dtx.c824 netdev_features_t netdev_flags = NETIF_F_CSUM_MASK | NETIF_F_SG; in iwl_mld_tx_tso_segment()
834 return iwl_tx_tso_segment(skb, 1, netdev_flags, mpdus_skbs); in iwl_mld_tx_tso_segment()
842 netdev_flags &= ~NETIF_F_CSUM_MASK; in iwl_mld_tx_tso_segment()
843 return iwl_tx_tso_segment(skb, 1, netdev_flags, mpdus_skbs); in iwl_mld_tx_tso_segment()
852 return iwl_tx_tso_segment(skb, 1, netdev_flags, mpdus_skbs); in iwl_mld_tx_tso_segment()
864 return iwl_tx_tso_segment(skb, 1, netdev_flags, mpdus_skbs); in iwl_mld_tx_tso_segment()
894 return iwl_tx_tso_segment(skb, num_subframes, netdev_flags, mpdus_skbs); in iwl_mld_tx_tso()
810 netdev_features_t netdev_flags = NETIF_F_CSUM_MASK | NETIF_F_SG; iwl_mld_tx_tso_segment() local
/linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_main.c813 bool en_uc_pmc = handle->netdev_flags & HNAE3_UPE; in hclgevf_sync_promisc_mode()
814 bool en_mc_pmc = handle->netdev_flags & HNAE3_MPE; in hclgevf_sync_promisc_mode()
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c5120 en_bc_pmc = handle->netdev_flags & HNAE3_BPE ? true : false; in hclge_cmd_set_promisc_mode()
7152 } else if (handle->netdev_flags & HNAE3_USER_UPE) { in hclge_rfs_filter_expire()
10192 tmp_flags = handle->netdev_flags | vport->last_promisc_flags; in hclge_uninit_vport_vlan_table()
/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.c973 h->netdev_flags = new_flags; in hns3_tx_spare_space()