Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/realtek/
A D8139cp.c297 __le32 opts1; member
736 u32 eor, opts1; in cp_start_xmit() local
762 opts1 = DescOwn; in cp_start_xmit()
768 opts1 |= IPCS | TCPCS; in cp_start_xmit()
770 opts1 |= IPCS | UDPCS; 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()
860 txd->opts1 = cpu_to_le32(ctrl); in cp_start_xmit()
1082 cp->rx_ring[i].opts1 = in cp_refill_rx()
[all …]
A Dr8169_main.c536 __le32 opts1; member
542 __le32 opts1; member
3760 u32 eor = le32_to_cpu(desc->opts1) & RingEnd; in rtl8169_mark_to_asic()
3804 tp->RxDescArray[i].opts1 = 0; in rtl8169_rx_clear()
3941 u32 opts1; in rtl8169_tx_map() local
3955 opts1 = opts[0] | len; in rtl8169_tx_map()
3957 opts1 |= RingEnd; in rtl8169_tx_map()
3959 opts1 |= DescOwn; in rtl8169_tx_map()
3960 txd->opts1 = cpu_to_le32(opts1); in rtl8169_tx_map()
4202 txd_last->opts1 |= cpu_to_le32(LastFrag); in rtl8169_start_xmit()
[all …]
/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/
A Dtest_tunnel.c216 DECLARE_LIBBPF_OPTS(bpf_tc_opts, opts1, .handle = 1, in attach_tc_prog()
228 ret = bpf_tc_attach(hook, &opts1); in attach_tc_prog()
A Dxfrm_info.c89 LIBBPF_OPTS(bpf_tc_opts, opts1, .handle = 1, .priority = 1, in attach_tc_prog()
101 ret = bpf_tc_attach(hook, &opts1); in attach_tc_prog()
/linux-6.3-rc2/drivers/net/ethernet/dec/tulip/
A Dde2104x.c270 __le32 opts1; member
410 status = le32_to_cpu(de->rx_ring[rx_tail].opts1); in de_rx()
484 de->rx_ring[rx_tail].opts1 = cpu_to_le32(DescOwn); in de_rx()
549 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()
1293 de->rx_ring[i].opts1 = cpu_to_le32(DescOwn); in de_refill_rx()
/linux-6.3-rc2/drivers/net/usb/
A Dr8152.c797 __le32 opts1; member
818 __le32 opts1; member
2166 u32 opts1, opts2 = 0; in r8152_tx_csum() local
2171 opts1 = len | TX_FS | TX_LS; in r8152_tx_csum()
2186 opts1 |= GTSENDV4; in r8152_tx_csum()
2195 opts1 |= GTSENDV6; in r8152_tx_csum()
2203 opts1 |= transport_offset << GTTCPHO_SHIFT; in r8152_tx_csum()
2244 desc->opts1 = cpu_to_le32(opts1); in r8152_tx_csum()
2479 pkt_len = le32_to_cpu(rx_desc->opts1) & RX_LEN_MASK; in rx_bottom()

Completed in 42 milliseconds