Searched refs:tmpflags (Results 1 – 2 of 2) sorted by relevance
263 u32 tmpflags = le32_to_cpu(p->flags); in desc_set_tx_owner() local264 tmpflags &= TXDESC_END_RING; in desc_set_tx_owner()265 tmpflags |= flags | DESC_OWN; in desc_set_tx_owner()266 p->flags = cpu_to_le32(tmpflags); in desc_set_tx_owner()
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()