Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/wireless/intel/iwlwifi/mvm/
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()
889 netdev_features_t netdev_flags = NETIF_F_CSUM_MASK | NETIF_F_SG; in iwl_mvm_tx_tso() local
898 return iwl_mvm_tx_tso_segment(skb, 1, netdev_flags, mpdus_skb); in iwl_mvm_tx_tso()
907 netdev_flags &= ~NETIF_F_CSUM_MASK; in iwl_mvm_tx_tso()
908 return iwl_mvm_tx_tso_segment(skb, 1, netdev_flags, mpdus_skb); in iwl_mvm_tx_tso()
922 return iwl_mvm_tx_tso_segment(skb, 1, netdev_flags, mpdus_skb); in iwl_mvm_tx_tso()
980 return iwl_mvm_tx_tso_segment(skb, num_subframes, netdev_flags, in iwl_mvm_tx_tso()
/Linux-v5.10/drivers/net/ethernet/hisilicon/hns3/
Dhnae3.h735 u8 netdev_flags; member
Dhns3_enet.c616 h->netdev_flags = new_flags; in hns3_nic_set_rx_mode()
637 last_state = h->netdev_flags & HNAE3_VLAN_FLTR ? true : false; in hns3_enable_vlan_filter()
/Linux-v5.10/drivers/net/ethernet/hisilicon/hns3/hns3vf/
Dhclgevf_main.c1176 bool en_uc_pmc = handle->netdev_flags & HNAE3_UPE; in hclgevf_sync_promisc_mode()
1177 bool en_mc_pmc = handle->netdev_flags & HNAE3_MPE; in hclgevf_sync_promisc_mode()
/Linux-v5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_main.c4859 en_bc_pmc = handle->netdev_flags & HNAE3_BPE ? true : false; in hclge_set_promisc_mode()
8386 handle->netdev_flags |= HNAE3_VLAN_FLTR; in hclge_enable_vlan_filter()
8388 handle->netdev_flags &= ~HNAE3_VLAN_FLTR; in hclge_enable_vlan_filter()
8761 handle->netdev_flags |= HNAE3_VLAN_FLTR; in hclge_init_vlan_config()
11222 tmp_flags = handle->netdev_flags | vport->last_promisc_flags; in hclge_sync_promisc_mode()