Searched refs:tmpflags (Results 1 – 1 of 1) sorted by relevance
452 u32 tmpflags = le32_to_cpu(p->flags); in desc_set_tx_owner() local453 tmpflags &= TXDESC_END_RING; in desc_set_tx_owner()454 tmpflags |= flags | DESC_OWN; in desc_set_tx_owner()455 p->flags = cpu_to_le32(tmpflags); in desc_set_tx_owner()460 u32 tmpflags = le32_to_cpu(p->flags); in desc_clear_tx_owner() local461 tmpflags &= TXDESC_END_RING; in desc_clear_tx_owner()462 p->flags = cpu_to_le32(tmpflags); in desc_clear_tx_owner()