Searched refs:tmpflags (Results 1 – 1 of 1) sorted by relevance
451 u32 tmpflags = le32_to_cpu(p->flags); in desc_set_tx_owner() local452 tmpflags &= TXDESC_END_RING; in desc_set_tx_owner()453 tmpflags |= flags | DESC_OWN; in desc_set_tx_owner()454 p->flags = cpu_to_le32(tmpflags); in desc_set_tx_owner()459 u32 tmpflags = le32_to_cpu(p->flags); in desc_clear_tx_owner() local460 tmpflags &= TXDESC_END_RING; in desc_clear_tx_owner()461 p->flags = cpu_to_le32(tmpflags); in desc_clear_tx_owner()