Searched refs:opts2 (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/drivers/net/ethernet/realtek/rtase/ |
| H A D | rtase_main.c | 201 desc->opts2 = 0x00; in rtase_unmap_tx_skb() 249 desc->desc_status.opts2 = 0; in rtase_mark_to_asic() 448 u32 opts2 = le32_to_cpu(desc->desc_status.opts2); in rtase_rx_csum() local 451 if (((opts2 & RTASE_RX_V4F) && !(opts2 & RTASE_RX_IPF)) || in rtase_rx_csum() 452 (opts2 & RTASE_RX_V6F)) { in rtase_rx_csum() 453 if (((opts2 & RTASE_RX_TCPT) && !(opts2 & RTASE_RX_TCPF)) || in rtase_rx_csum() 454 ((opts2 & RTASE_RX_UDPT) && !(opts2 & RTASE_RX_UDPF))) in rtase_rx_csum() 465 u32 opts2 = le32_to_cpu(desc->desc_status.opts2); in rtase_rx_vlan_skb() local 1240 u32 opts1, u32 opts2) in rtase_xmit_frags() argument 1283 txd->opts2 = cpu_to_le32(opts2); in rtase_xmit_frags() [all …]
|
| H A D | rtase.h | 194 __le32 opts2; member 232 __le32 opts2; member
|
| /linux-6.15/drivers/net/ethernet/realtek/ |
| H A D | 8139cp.c | 298 __le32 opts2; member 421 u32 opts2 = le32_to_cpu(desc->opts2); in cp_rx_skb() local 428 if (opts2 & RxVlanTagged) in cp_rx_skb() 542 cp->rx_ring[rx_tail].opts2 = 0; in cp_rx_poll() 738 __le32 opts2; in cp_start_xmit() local 761 opts2 = cpu_to_le32(cp_tx_vlan_tag(skb)); in cp_start_xmit() 788 txd->opts2 = opts2; in cp_start_xmit() 843 txd->opts2 = opts2; in cp_start_xmit() 855 txd->opts2 = opts2; in cp_start_xmit() 1079 cp->rx_ring[i].opts2 = 0; in cp_refill_rx() [all …]
|
| H A D | r8169_main.c | 562 __le32 opts2; member 568 __le32 opts2; member 1723 u32 opts2 = le32_to_cpu(desc->opts2); in rtl8169_rx_vlan_tag() local 1725 if (opts2 & RxVlanTag) in rtl8169_rx_vlan_tag() 1726 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), swab16(opts2 & 0xffff)); in rtl8169_rx_vlan_tag() 4024 desc->opts2 = 0; in rtl8169_mark_to_asic() 4215 txd->opts2 = cpu_to_le32(opts[1]); in rtl8169_tx_map()
|
| /linux-6.15/drivers/net/ethernet/dec/tulip/ |
| H A D | de2104x.c | 271 __le32 opts2; member 478 de->rx_ring[rx_tail].opts2 = in de_rx() 481 de->rx_ring[rx_tail].opts2 = cpu_to_le32(de->rx_buf_sz); in de_rx() 634 txd->opts2 = cpu_to_le32(flags); in de_start_xmit() 760 dummy_txd->opts2 = (entry == (DE_TX_RING_SIZE - 1)) ? in __de_set_rx_mode() 779 txd->opts2 = cpu_to_le32(SetupFrame | sizeof (de->setup_frame)); in __de_set_rx_mode() 1295 de->rx_ring[i].opts2 = in de_refill_rx() 1298 de->rx_ring[i].opts2 = cpu_to_le32(de->rx_buf_sz); in de_refill_rx() 1313 de->tx_ring[DE_TX_RING_SIZE - 1].opts2 = cpu_to_le32(RingEnd); in de_init_rings() 1336 de->rx_ring[DE_RX_RING_SIZE - 1].opts2 = cpu_to_le32(RingEnd); in de_clean_rings() [all …]
|
| /linux-6.15/tools/testing/selftests/bpf/prog_tests/ |
| H A D | xfrm_info.c | 76 LIBBPF_OPTS(bpf_tc_opts, opts2, .handle = 1, .priority = 1, in attach_tc_prog() 95 ret = bpf_tc_attach(hook, &opts2); in attach_tc_prog()
|
| H A D | test_tunnel.c | 543 DECLARE_LIBBPF_OPTS(bpf_tc_opts, opts2, .handle = 1, in attach_tc_prog() 562 ret = bpf_tc_attach(&hook, &opts2); in attach_tc_prog()
|
| /linux-6.15/drivers/net/usb/ |
| H A D | r8152.c | 810 __le32 opts2; member 837 __le32 opts2; member 2255 u32 opts2; in rtl_tx_vlan_tag() local 2258 desc->opts2 |= cpu_to_le32(opts2); in rtl_tx_vlan_tag() 2264 u32 opts2 = le32_to_cpu(desc->opts2); in rtl_rx_vlan_tag() local 2328 opts2 |= IPV4_CS; in r8152_tx_csum() 2343 opts2 |= TCP_CS; in r8152_tx_csum() 2345 opts2 |= UDP_CS; in r8152_tx_csum() 2352 desc->opts2 = cpu_to_le32(opts2); in r8152_tx_csum() 2458 u32 opts2, opts3; in r8152_rx_csum() local [all …]
|