Searched refs:RingEnd (Results 1 - 8 of 8) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/tulip/
H A Dde2104x.c177 RingEnd = (1 << 25), enumerator in enum:__anon17315
483 cpu_to_le32(RingEnd | de->rx_buf_sz);
633 flags |= RingEnd;
768 cpu_to_le32(RingEnd) : 0;
784 txd->opts2 = cpu_to_le32(SetupFrame | RingEnd | sizeof (de->setup_frame));
1308 cpu_to_le32(RingEnd | de->rx_buf_sz);
1325 de->tx_ring[DE_TX_RING_SIZE - 1].opts2 = cpu_to_le32(RingEnd);
1347 de->rx_ring[DE_RX_RING_SIZE - 1].opts2 = cpu_to_le32(RingEnd);
1350 de->tx_ring[DE_TX_RING_SIZE - 1].opts2 = cpu_to_le32(RingEnd);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/tulip/
H A Dde2104x.c177 RingEnd = (1 << 25), enumerator in enum:__anon29008
483 cpu_to_le32(RingEnd | de->rx_buf_sz);
633 flags |= RingEnd;
768 cpu_to_le32(RingEnd) : 0;
784 txd->opts2 = cpu_to_le32(SetupFrame | RingEnd | sizeof (de->setup_frame));
1308 cpu_to_le32(RingEnd | de->rx_buf_sz);
1325 de->tx_ring[DE_TX_RING_SIZE - 1].opts2 = cpu_to_le32(RingEnd);
1347 de->rx_ring[DE_RX_RING_SIZE - 1].opts2 = cpu_to_le32(RingEnd);
1350 de->tx_ring[DE_TX_RING_SIZE - 1].opts2 = cpu_to_le32(RingEnd);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/
H A Dsis190.c190 RingEnd = 0x80000000, enumerator in enum:_DescStatusBit
459 desc->size |= cpu_to_le32(RingEnd);
464 u32 eor = le32_to_cpu(desc->size) & RingEnd;
483 desc->size &= cpu_to_le32(RingEnd);
1218 desc->size |= cpu_to_le32(RingEnd);
H A D8139cp.c182 RingEnd = (1 << 30), /* End of descriptor ring */ enumerator in enum:__anon16264
577 desc->opts1 = cpu_to_le32(DescOwn | RingEnd |
760 eor = (entry == (CP_TX_RING_SIZE - 1)) ? RingEnd : 0;
822 eor = (entry == (CP_TX_RING_SIZE - 1)) ? RingEnd : 0;
1061 cpu_to_le32(DescOwn | RingEnd | cp->rx_buf_sz);
1083 cp->tx_ring[CP_TX_RING_SIZE - 1].opts1 = cpu_to_le32(RingEnd);
H A Dr8169.c400 RingEnd = (1 << 30), /* End of descriptor ring */ enumerator in enum:desc_status_bit
3987 u32 eor = le32_to_cpu(desc->opts1) & RingEnd;
4068 desc->opts1 |= cpu_to_le32(RingEnd);
4251 status = opts1 | len | (RingEnd * !((entry + 1) % NUM_TX_DESC));
4328 status = opts1 | len | (RingEnd * !((entry + 1) % NUM_TX_DESC));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/
H A Dsis190.c190 RingEnd = 0x80000000, enumerator in enum:_DescStatusBit
459 desc->size |= cpu_to_le32(RingEnd);
464 u32 eor = le32_to_cpu(desc->size) & RingEnd;
483 desc->size &= cpu_to_le32(RingEnd);
1218 desc->size |= cpu_to_le32(RingEnd);
H A D8139cp.c182 RingEnd = (1 << 30), /* End of descriptor ring */ enumerator in enum:__anon27957
577 desc->opts1 = cpu_to_le32(DescOwn | RingEnd |
760 eor = (entry == (CP_TX_RING_SIZE - 1)) ? RingEnd : 0;
822 eor = (entry == (CP_TX_RING_SIZE - 1)) ? RingEnd : 0;
1061 cpu_to_le32(DescOwn | RingEnd | cp->rx_buf_sz);
1083 cp->tx_ring[CP_TX_RING_SIZE - 1].opts1 = cpu_to_le32(RingEnd);
H A Dr8169.c400 RingEnd = (1 << 30), /* End of descriptor ring */ enumerator in enum:desc_status_bit
3987 u32 eor = le32_to_cpu(desc->opts1) & RingEnd;
4068 desc->opts1 |= cpu_to_le32(RingEnd);
4251 status = opts1 | len | (RingEnd * !((entry + 1) % NUM_TX_DESC));
4328 status = opts1 | len | (RingEnd * !((entry + 1) % NUM_TX_DESC));

Completed in 178 milliseconds