Home
last modified time | relevance | path

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

/linux/fs/affs/
H A Dsuper.c318 int tmp_flags; /* fix remount prototype... */ in affs_fill_super() local
490 tmp_flags = sb->s_flags; in affs_fill_super()
491 ret = affs_init_bitmap(sb, &tmp_flags); in affs_fill_super()
494 sb->s_flags = tmp_flags; in affs_fill_super()
/linux/drivers/net/ethernet/netronome/nfp/flower/
H A 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()
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c12541 u8 tmp_flags; in hclge_sync_vport_promisc_mode() local
12556 tmp_flags = handle->netdev_flags | vport->last_promisc_flags; in hclge_sync_vport_promisc_mode()
12557 ret = hclge_set_promisc_mode(handle, tmp_flags & HNAE3_UPE, in hclge_sync_vport_promisc_mode()
12558 tmp_flags & HNAE3_MPE); in hclge_sync_vport_promisc_mode()