Lines Matching refs:next_l
211 d->next_l = (u32)next |
257 d->next_l = (u32)desc->bus |
264 d->next_l = (u32)next | (to_pci ? WRITE_TO_PCI : 0);
275 u32 direction = d->next_l & WRITE_TO_PCI;
279 d->next_l = direction | INTERRUPT_ENABLE | END_OF_CHAIN;
282 d->next_l = (u32)next->bus | direction | INTERRUPT_ENABLE;
306 d->next_l |= INTERRUPT_ENABLE;
313 d->next_l &= ~INTERRUPT_ENABLE;
321 d->next_l = (u32)desc->bus | (d->next_l & DESCRIPTOR_FLAG_MSK);
328 d->next_l |= END_OF_CHAIN;