Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/realtek/rtase/
H A Drtase_main.c202 desc->opts2 = 0x00; in rtase_unmap_tx_skb()
252 desc->desc_status.opts2 = 0; in rtase_mark_to_asic()
455 u32 opts2 = le32_to_cpu(desc->desc_status.opts2); in rtase_rx_csum() local
458 if (((opts2 & RTASE_RX_V4F) && !(opts2 & RTASE_RX_IPF)) || in rtase_rx_csum()
459 (opts2 & RTASE_RX_V6F)) { in rtase_rx_csum()
460 if (((opts2 & RTASE_RX_TCPT) && !(opts2 & RTASE_RX_TCPF)) || in rtase_rx_csum()
461 ((opts2 & RTASE_RX_UDPT) && !(opts2 & RTASE_RX_UDPF))) in rtase_rx_csum()
472 u32 opts2 = le32_to_cpu(desc->desc_status.opts2); in rtase_rx_vlan_skb() local
474 if (!(opts2 & RTASE_RX_VLAN_TAG)) in rtase_rx_vlan_skb()
478 swab16(opts2 & RTASE_VLAN_TAG_MASK)); in rtase_rx_vlan_skb()
[all …]
H A Drtase.h205 __le32 opts2; member
243 __le32 opts2; member
/linux/drivers/net/ethernet/realtek/
H A D8139cp.c298 __le32 opts2; member
421 u32 opts2 = le32_to_cpu(desc->opts2); in cp_rx_skb() local
428 if (opts2 & RxVlanTagged) in cp_rx_skb()
429 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), swab16(opts2 & 0xffff)); 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()
[all …]
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dxfrm_info.c76 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 Dtest_tunnel.c
/linux/tools/testing/selftests/bpf/
H A Dnetwork_helpers.c791 DECLARE_LIBBPF_OPTS(bpf_tc_opts, opts2, .handle = 1, in tc_prog_attach()
809 ret = bpf_tc_attach(&hook, &opts2); in tc_prog_attach()