Lines Matching refs:opts1
540 __le32 opts1;
546 __le32 opts1;
3822 u32 eor = le32_to_cpu(desc->opts1) & RingEnd;
3827 WRITE_ONCE(desc->opts1, cpu_to_le32(DescOwn | eor | R8169_RX_BUF_SIZE));
3866 tp->RxDescArray[i].opts1 = 0;
3886 tp->RxDescArray[NUM_RX_DESC - 1].opts1 |= cpu_to_le32(RingEnd);
4003 u32 opts1;
4017 opts1 = opts[0] | len;
4019 opts1 |= RingEnd;
4021 opts1 |= DescOwn;
4022 txd->opts1 = cpu_to_le32(opts1);
4260 txd_last->opts1 |= cpu_to_le32(LastFrag);
4270 txd_first->opts1 |= cpu_to_le32(DescOwn | FirstFrag);
4388 status = le32_to_cpu(READ_ONCE(tp->TxDescArray[entry].opts1));
4428 static inline void rtl8169_rx_csum(struct sk_buff *skb, u32 opts1)
4430 u32 status = opts1 & (RxProtoMask | RxCSFailMask);
4451 status = le32_to_cpu(READ_ONCE(desc->opts1));