Lines Matching refs:opts1
297 __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()
736 u32 eor, opts1; in cp_start_xmit() local
762 opts1 = DescOwn; in cp_start_xmit()
764 opts1 |= LargeSend | (mss << MSSShift); in cp_start_xmit()
768 opts1 |= IPCS | TCPCS; in cp_start_xmit()
770 opts1 |= IPCS | UDPCS; in cp_start_xmit()
792 opts1 |= eor | len | FirstFrag | LastFrag; in cp_start_xmit()
794 txd->opts1 = cpu_to_le32(opts1); in cp_start_xmit()
798 cp->tx_opts[entry] = opts1; in cp_start_xmit()
837 ctrl = opts1 | eor | len; in cp_start_xmit()
847 txd->opts1 = cpu_to_le32(ctrl); in cp_start_xmit()
859 ctrl = opts1 | first_eor | first_len | FirstFrag; in cp_start_xmit()
860 txd->opts1 = cpu_to_le32(ctrl); in cp_start_xmit()
1082 cp->rx_ring[i].opts1 = in cp_refill_rx()
1085 cp->rx_ring[i].opts1 = in cp_refill_rx()
1105 cp->tx_ring[CP_TX_RING_SIZE - 1].opts1 = cpu_to_le32(RingEnd); in cp_init_rings()
1153 le32_to_cpu(desc->opts1) & 0xffff, in cp_clean_rings()
1155 if (le32_to_cpu(desc->opts1) & LastFrag) in cp_clean_rings()
1255 i, &cp->tx_ring[i], le32_to_cpu(cp->tx_ring[i].opts1), in cp_tx_timeout()