Searched refs:opts1 (Results 1 – 4 of 4) sorted by relevance
296 __le32 opts1; member483 status = le32_to_cpu(desc->opts1); in cp_rx_poll()545 desc->opts1 = cpu_to_le32(DescOwn | RingEnd | in cp_rx_poll()548 desc->opts1 = cpu_to_le32(DescOwn | cp->rx_buf_sz); in cp_rx_poll()660 status = le32_to_cpu(txd->opts1); in cp_tx()668 le32_to_cpu(txd->opts1) & 0xffff, in cp_tx()785 txd->opts1 = cpu_to_le32(flags); in cp_start_xmit()849 txd->opts1 = cpu_to_le32(ctrl); in cp_start_xmit()863 txd->opts1 = cpu_to_le32(first_eor | first_len | in cp_start_xmit()867 txd->opts1 = cpu_to_le32(first_eor | first_len | in cp_start_xmit()[all …]
711 __le32 opts1; member717 __le32 opts1; member6606 desc->opts1 &= ~cpu_to_le32(DescOwn | RsvdMask); in rtl8169_make_unusable_by_asic()6622 u32 eor = le32_to_cpu(desc->opts1) & RingEnd; in rtl8169_mark_to_asic()6627 desc->opts1 = cpu_to_le32(DescOwn | eor | rx_buf_sz); in rtl8169_mark_to_asic()6692 desc->opts1 |= cpu_to_le32(RingEnd); in rtl8169_mark_as_last_descriptor()6740 desc->opts1 = 0x00; in rtl8169_unmap_tx_skb()6838 txd->opts1 = cpu_to_le32(status); in rtl8169_xmit_frags()6847 txd->opts1 |= cpu_to_le32(LastFrag); in rtl8169_xmit_frags()7056 if (unlikely(le32_to_cpu(txd->opts1) & DescOwn)) in rtl8169_start_xmit()[all …]
276 __le32 opts1; member418 status = le32_to_cpu(de->rx_ring[rx_tail].opts1); in de_rx()487 de->rx_ring[rx_tail].opts1 = cpu_to_le32(DescOwn); in de_rx()552 status = le32_to_cpu(de->tx_ring[tx_tail].opts1); in de_tx()641 txd->opts1 = cpu_to_le32(DescOwn); in de_start_xmit()783 txd->opts1 = cpu_to_le32(DescOwn); in __de_set_rx_mode()787 dummy_txd->opts1 = cpu_to_le32(DescOwn); in __de_set_rx_mode()1291 de->rx_ring[i].opts1 = cpu_to_le32(DescOwn); in de_refill_rx()
518 __le32 opts1; member539 __le32 opts1; member1453 u32 opts1, opts2 = 0; in r8152_tx_csum() local1458 opts1 = len | TX_FS | TX_LS; in r8152_tx_csum()1471 opts1 |= GTSENDV4; in r8152_tx_csum()1479 opts1 |= GTSENDV6; in r8152_tx_csum()1487 opts1 |= transport_offset << GTTCPHO_SHIFT; in r8152_tx_csum()1527 desc->opts1 = cpu_to_le32(opts1); in r8152_tx_csum()1716 pkt_len = le32_to_cpu(rx_desc->opts1) & RX_LEN_MASK; in rx_bottom()