Searched refs:opts1 (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/net/ethernet/realtek/
H A D8139cp.c297 __le32 opts1; member in struct:cp_desc
483 status = le32_to_cpu(desc->opts1);
545 desc->opts1 = cpu_to_le32(DescOwn | RingEnd |
548 desc->opts1 = cpu_to_le32(DescOwn | cp->rx_buf_sz);
660 status = le32_to_cpu(txd->opts1);
736 u32 eor, opts1; local
762 opts1 = DescOwn;
764 opts1 |= LargeSend | (mss << MSSShift);
768 opts1 |= IPCS | TCPCS;
770 opts1 |
[all...]
H A Dr8169_main.c550 __le32 opts1; member in struct:TxDesc
556 __le32 opts1; member in struct:RxDesc
3935 u32 eor = le32_to_cpu(desc->opts1) & RingEnd;
3940 WRITE_ONCE(desc->opts1, cpu_to_le32(DescOwn | eor | R8169_RX_BUF_SIZE));
3979 tp->RxDescArray[i].opts1 = 0;
3999 tp->RxDescArray[NUM_RX_DESC - 1].opts1 |= cpu_to_le32(RingEnd);
4116 u32 opts1; local
4130 opts1 = opts[0] | len;
4132 opts1 |= RingEnd;
4134 opts1 |
4540 rtl8169_rx_csum(struct sk_buff *skb, u32 opts1) argument
[all...]
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dxfrm_info.c74 LIBBPF_OPTS(bpf_tc_opts, opts1, .handle = 1, .priority = 1,
86 ret = bpf_tc_attach(hook, &opts1);
H A Dtest_tunnel.c369 DECLARE_LIBBPF_OPTS(bpf_tc_opts, opts1, .handle = 1,
381 ret = bpf_tc_attach(hook, &opts1);
/linux-master/drivers/net/ethernet/dec/tulip/
H A Dde2104x.c270 __le32 opts1; member in struct:de_desc
410 status = le32_to_cpu(de->rx_ring[rx_tail].opts1);
484 de->rx_ring[rx_tail].opts1 = cpu_to_le32(DescOwn);
549 status = le32_to_cpu(de->tx_ring[tx_tail].opts1);
641 txd->opts1 = cpu_to_le32(DescOwn);
783 txd->opts1 = cpu_to_le32(DescOwn);
787 dummy_txd->opts1 = cpu_to_le32(DescOwn);
1293 de->rx_ring[i].opts1 = cpu_to_le32(DescOwn);
/linux-master/drivers/net/usb/
H A Dr8152.c806 __le32 opts1; member in struct:rx_desc
827 __le32 opts1; member in struct:tx_desc
2273 u32 opts1, opts2 = 0; local
2278 opts1 = len | TX_FS | TX_LS;
2293 opts1 |= GTSENDV4;
2302 opts1 |= GTSENDV6;
2310 opts1 |= transport_offset << GTTCPHO_SHIFT;
2351 desc->opts1 = cpu_to_le32(opts1);
2594 pkt_len = le32_to_cpu(rx_desc->opts1)
[all...]

Completed in 235 milliseconds