Home
last modified time | relevance | path

Searched refs:tmp_flags (Results 1 – 3 of 3) sorted by relevance

/drivers/net/ethernet/netronome/nfp/flower/
Daction.c182 u16 tmp_flags; in nfp_fl_output() local
193 tmp_flags = last ? NFP_FL_OUT_FLAGS_LAST : 0; in nfp_fl_output()
208 output->flags = cpu_to_be16(tmp_flags | in nfp_fl_output()
215 output->flags = cpu_to_be16(tmp_flags); in nfp_fl_output()
239 output->flags = cpu_to_be16(tmp_flags); in nfp_fl_output()
Dtunnel_conf.c1383 u32 tmp_flags = 0; in nfp_flower_xmit_pre_tun_del_flow() local
1388 tmp_flags |= NFP_TUN_PRE_TUN_RULE_DEL; in nfp_flower_xmit_pre_tun_del_flow()
1389 payload.flags = cpu_to_be32(tmp_flags); in nfp_flower_xmit_pre_tun_del_flow()
/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_main.c12834 u8 tmp_flags; in hclge_sync_vport_promisc_mode() local
12849 tmp_flags = handle->netdev_flags | vport->last_promisc_flags; in hclge_sync_vport_promisc_mode()
12850 ret = hclge_set_promisc_mode(handle, tmp_flags & HNAE3_UPE, in hclge_sync_vport_promisc_mode()
12851 tmp_flags & HNAE3_MPE); in hclge_sync_vport_promisc_mode()