Home
last modified time | relevance | path

Searched refs:netdev_flags (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtx.c822 netdev_features_t netdev_flags, in iwl_mvm_tx_tso_segment()
838 next = skb_gso_segment(skb, netdev_flags); in iwl_mvm_tx_tso_segment()
896 netdev_features_t netdev_flags = NETIF_F_CSUM_MASK | NETIF_F_SG; in iwl_mvm_tx_tso() local
905 return iwl_mvm_tx_tso_segment(skb, 1, netdev_flags, mpdus_skb); in iwl_mvm_tx_tso()
914 netdev_flags &= ~NETIF_F_CSUM_MASK; in iwl_mvm_tx_tso()
915 return iwl_mvm_tx_tso_segment(skb, 1, netdev_flags, mpdus_skb); in iwl_mvm_tx_tso()
929 return iwl_mvm_tx_tso_segment(skb, 1, netdev_flags, mpdus_skb); in iwl_mvm_tx_tso()
987 return iwl_mvm_tx_tso_segment(skb, num_subframes, netdev_flags, in iwl_mvm_tx_tso()
821 iwl_mvm_tx_tso_segment(struct sk_buff *skb, unsigned int num_subframes, netdev_features_t netdev_flags, struct sk_buff_head *mpdus_skb) iwl_mvm_tx_tso_segment() argument
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtx.c890 netdev_features_t netdev_flags, in iwl_mvm_tx_tso_segment()
906 next = skb_gso_segment(skb, netdev_flags); in iwl_mvm_tx_tso_segment()
964 netdev_features_t netdev_flags = NETIF_F_CSUM_MASK | NETIF_F_SG; in iwl_mvm_tx_tso() local
973 return iwl_mvm_tx_tso_segment(skb, 1, netdev_flags, mpdus_skb); in iwl_mvm_tx_tso()
982 netdev_flags &= ~NETIF_F_CSUM_MASK; in iwl_mvm_tx_tso()
983 return iwl_mvm_tx_tso_segment(skb, 1, netdev_flags, mpdus_skb); in iwl_mvm_tx_tso()
997 return iwl_mvm_tx_tso_segment(skb, 1, netdev_flags, mpdus_skb); in iwl_mvm_tx_tso()
1055 return iwl_mvm_tx_tso_segment(skb, num_subframes, netdev_flags, in iwl_mvm_tx_tso()
889 iwl_mvm_tx_tso_segment(struct sk_buff *skb, unsigned int num_subframes, netdev_features_t netdev_flags, struct sk_buff_head *mpdus_skb) iwl_mvm_tx_tso_segment() argument
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/
H A Dhnae3.h897 u8 netdev_flags; member
H A Dhns3_enet.c950 h->netdev_flags = new_flags; in hns3_nic_set_rx_mode()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_main.c773 bool en_uc_pmc = handle->netdev_flags & HNAE3_UPE; in hclgevf_sync_promisc_mode()
774 bool en_mc_pmc = handle->netdev_flags & HNAE3_MPE; in hclgevf_sync_promisc_mode()
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c4886 en_bc_pmc = handle->netdev_flags & HNAE3_BPE ? true : false; in hclge_set_promisc_mode()
8424 handle->netdev_flags |= HNAE3_VLAN_FLTR; in hclge_enable_vlan_filter()
8426 handle->netdev_flags &= ~HNAE3_VLAN_FLTR; in hclge_enable_vlan_filter()
8799 handle->netdev_flags |= HNAE3_VLAN_FLTR; in hclge_init_vlan_config()
11310 tmp_flags = handle->netdev_flags | vport->last_promisc_flags; in hclge_sync_promisc_mode()
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c5076 en_bc_pmc = handle->netdev_flags & HNAE3_BPE ? true : false; in hclge_set_promisc_mode()
9457 } else if (handle->netdev_flags & HNAE3_USER_UPE) { in hclge_need_enable_vport_vlan_filter()
12414 tmp_flags = handle->netdev_flags | vport->last_promisc_flags; in hclge_sync_vport_promisc_mode()

Completed in 60 milliseconds