Lines Matching refs:opts1
296 __le32 opts1; member
483 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()
873 txd->opts1 = cpu_to_le32(first_eor | first_len | in cp_start_xmit()
1094 cp->rx_ring[i].opts1 = in cp_refill_rx()
1097 cp->rx_ring[i].opts1 = in cp_refill_rx()
1117 cp->tx_ring[CP_TX_RING_SIZE - 1].opts1 = cpu_to_le32(RingEnd); in cp_init_rings()
1164 le32_to_cpu(desc->opts1) & 0xffff, in cp_clean_rings()
1166 if (le32_to_cpu(desc->opts1) & LastFrag) in cp_clean_rings()