Home
last modified time | relevance | path

Searched refs:RingEnd (Results 1 – 4 of 4) sorted by relevance

/drivers/net/tulip/
Dde2104x.c169 RingEnd = (1 << 25), enumerator
469 cpu_to_le32(RingEnd | de->rx_buf_sz); in de_rx()
615 flags |= RingEnd; in de_start_xmit()
754 cpu_to_le32(RingEnd) : 0; in __de_set_rx_mode()
770 txd->opts2 = cpu_to_le32(SetupFrame | RingEnd | sizeof (de->setup_frame)); in __de_set_rx_mode()
1273 cpu_to_le32(RingEnd | de->rx_buf_sz); in de_refill_rx()
1290 de->tx_ring[DE_TX_RING_SIZE - 1].opts2 = cpu_to_le32(RingEnd); in de_init_rings()
1312 de->rx_ring[DE_RX_RING_SIZE - 1].opts2 = cpu_to_le32(RingEnd); in de_clean_rings()
1315 de->tx_ring[DE_TX_RING_SIZE - 1].opts2 = cpu_to_le32(RingEnd); in de_clean_rings()
/drivers/net/
D8139cp.c181 RingEnd = (1 << 30), /* End of descriptor ring */ enumerator
584 desc->opts1 = cpu_to_le32(DescOwn | RingEnd | in cp_rx_poll()
769 eor = (entry == (CP_TX_RING_SIZE - 1)) ? RingEnd : 0; in cp_start_xmit()
831 eor = (entry == (CP_TX_RING_SIZE - 1)) ? RingEnd : 0; in cp_start_xmit()
1075 cpu_to_le32(DescOwn | RingEnd | cp->rx_buf_sz); in cp_refill_rx()
1097 cp->tx_ring[CP_TX_RING_SIZE - 1].opts1 = cpu_to_le32(RingEnd); in cp_init_rings()
Dsis190.c199 RingEnd = 0x80000000, enumerator
461 desc->size |= cpu_to_le32(RingEnd); in sis190_mark_as_last_descriptor()
466 u32 eor = le32_to_cpu(desc->size) & RingEnd; in sis190_give_to_asic()
485 desc->size &= cpu_to_le32(RingEnd); in sis190_make_unusable_by_asic()
1195 desc->size |= cpu_to_le32(RingEnd); in sis190_start_xmit()
Dr8169.c386 RingEnd = (1 << 30), /* End of descriptor ring */ enumerator
2925 u32 eor = le32_to_cpu(desc->opts1) & RingEnd; in rtl8169_mark_to_asic()
3006 desc->opts1 |= cpu_to_le32(RingEnd); in rtl8169_mark_as_last_descriptor()
3189 status = opts1 | len | (RingEnd * !((entry + 1) % NUM_TX_DESC)); in rtl8169_xmit_frags()
3269 status = opts1 | len | (RingEnd * !((entry + 1) % NUM_TX_DESC)); in rtl8169_start_xmit()