Searched refs:RingEnd (Results 1 – 4 of 4) sorted by relevance
173 RingEnd = (1 << 25), enumerator479 cpu_to_le32(RingEnd | de->rx_buf_sz); in de_rx()630 flags |= RingEnd; in de_start_xmit()761 cpu_to_le32(RingEnd) : 0; in __de_set_rx_mode()777 txd->opts2 = cpu_to_le32(SetupFrame | RingEnd | sizeof (de->setup_frame)); in __de_set_rx_mode()1296 cpu_to_le32(RingEnd | de->rx_buf_sz); in de_refill_rx()1313 de->tx_ring[DE_TX_RING_SIZE - 1].opts2 = cpu_to_le32(RingEnd); in de_init_rings()1336 de->rx_ring[DE_RX_RING_SIZE - 1].opts2 = cpu_to_le32(RingEnd); in de_clean_rings()1339 de->tx_ring[DE_TX_RING_SIZE - 1].opts2 = cpu_to_le32(RingEnd); in de_clean_rings()
173 RingEnd = (1 << 30), /* End of descriptor ring */ enumerator545 desc->opts1 = cpu_to_le32(DescOwn | RingEnd | in cp_rx_poll()752 eor = (entry == (CP_TX_RING_SIZE - 1)) ? RingEnd : 0; in cp_start_xmit()835 eor = (entry == (CP_TX_RING_SIZE - 1)) ? RingEnd : 0; in cp_start_xmit()1083 cpu_to_le32(DescOwn | RingEnd | cp->rx_buf_sz); in cp_refill_rx()1105 cp->tx_ring[CP_TX_RING_SIZE - 1].opts1 = cpu_to_le32(RingEnd); in cp_init_rings()
485 RingEnd = (1 << 30), /* End of descriptor ring */ enumerator3979 u32 eor = le32_to_cpu(desc->opts1) & RingEnd; in rtl8169_mark_to_asic()4043 tp->RxDescArray[NUM_RX_DESC - 1].opts1 |= cpu_to_le32(RingEnd); in rtl8169_rx_fill()4176 opts1 |= RingEnd; in rtl8169_tx_map()
189 RingEnd = 0x80000000, enumerator458 desc->size |= cpu_to_le32(RingEnd); in sis190_mark_as_last_descriptor()463 u32 eor = le32_to_cpu(desc->size) & RingEnd; in sis190_give_to_asic()482 desc->size &= cpu_to_le32(RingEnd); in sis190_make_unusable_by_asic()1224 desc->size |= cpu_to_le32(RingEnd); in sis190_start_xmit()