Searched refs:tmpflags (Results 1 – 1 of 1) sorted by relevance
264 u32 tmpflags = le32_to_cpu(p->flags); in desc_set_tx_owner() local265 tmpflags &= TXDESC_END_RING; in desc_set_tx_owner()266 tmpflags |= flags | DESC_OWN; in desc_set_tx_owner()267 p->flags = cpu_to_le32(tmpflags); in desc_set_tx_owner()
Completed in 4 milliseconds