Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/realtek/
H 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 …]
H A Dr8169_main.c561 __le32 opts1; member
567 __le32 opts1; member
4022 u32 eor = le32_to_cpu(desc->opts1) & RingEnd; in rtl8169_mark_to_asic()
4066 tp->RxDescArray[i].opts1 = 0; in rtl8169_rx_clear()
4203 u32 opts1; in rtl8169_tx_map() local
4217 opts1 = opts[0] | len; in rtl8169_tx_map()
4219 opts1 |= RingEnd; in rtl8169_tx_map()
4221 opts1 |= DescOwn; in rtl8169_tx_map()
4222 txd->opts1 = cpu_to_le32(opts1); in rtl8169_tx_map()
4467 txd_last->opts1 |= cpu_to_le32(LastFrag); in rtl8169_start_xmit()
[all …]
/linux-6.15/drivers/net/ethernet/realtek/rtase/
H A Drtase_main.c252 WRITE_ONCE(desc->desc_cmd.opts1, in rtase_mark_to_asic()
280 status = le32_to_cpu(desc->opts1); in tx_handler()
1240 u32 opts1, u32 opts2) in rtase_xmit_frags() argument
1274 status = opts1 | len; in rtase_xmit_frags()
1328 opts1 = RTASE_DESC_OWN; in rtase_start_xmit()
1334 opts1 |= RTASE_GIANT_SEND_V4; in rtase_start_xmit()
1340 opts1 |= RTASE_GIANT_SEND_V6; in rtase_start_xmit()
1358 opts1 |= RTASE_TX_FIRST_FRAG; in rtase_start_xmit()
1368 opts1 |= len; in rtase_start_xmit()
1383 txd->opts1 = cpu_to_le32(opts1 & ~RTASE_DESC_OWN); in rtase_start_xmit()
[all …]
H A Drtase.h193 __le32 opts1; member
222 __le32 opts1; member
233 __le32 opts1; member
/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dxfrm_info.c74 LIBBPF_OPTS(bpf_tc_opts, opts1, .handle = 1, .priority = 1, in attach_tc_prog()
86 ret = bpf_tc_attach(hook, &opts1); in attach_tc_prog()
H A Dtest_tunnel.c541 DECLARE_LIBBPF_OPTS(bpf_tc_opts, opts1, .handle = 1, in attach_tc_prog()
553 ret = bpf_tc_attach(&hook, &opts1); in attach_tc_prog()
/linux-6.15/drivers/net/ethernet/dec/tulip/
H 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.15/drivers/net/usb/
H A Dr8152.c807 __le32 opts1; member
828 __le32 opts1; member
2275 u32 opts1, opts2 = 0; in r8152_tx_csum() local
2280 opts1 = len | TX_FS | TX_LS; in r8152_tx_csum()
2295 opts1 |= GTSENDV4; in r8152_tx_csum()
2304 opts1 |= GTSENDV6; in r8152_tx_csum()
2312 opts1 |= transport_offset << GTTCPHO_SHIFT; in r8152_tx_csum()
2353 desc->opts1 = cpu_to_le32(opts1); in r8152_tx_csum()
2596 pkt_len = le32_to_cpu(rx_desc->opts1) & RX_LEN_MASK; in rx_bottom()