Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/realtek/rtase/
H A Drtase_main.c201 desc->opts2 = 0x00; in rtase_unmap_tx_skb()
251 desc->desc_status.opts2 = 0; in rtase_mark_to_asic()
454 u32 opts2 = le32_to_cpu(desc->desc_status.opts2); in rtase_rx_csum() local
457 if (((opts2 & RTASE_RX_V4F) && !(opts2 & RTASE_RX_IPF)) || in rtase_rx_csum()
458 (opts2 & RTASE_RX_V6F)) { in rtase_rx_csum()
459 if (((opts2 & RTASE_RX_TCPT) && !(opts2 & RTASE_RX_TCPF)) || in rtase_rx_csum()
460 ((opts2 in rtase_rx_csum()
471 u32 opts2 = le32_to_cpu(desc->desc_status.opts2); rtase_rx_vlan_skb() local
1253 rtase_xmit_frags(struct rtase_ring * ring,struct sk_buff * skb,u32 opts1,u32 opts2) rtase_xmit_frags() argument
1315 u32 q_idx, entry, len, opts1, opts2; rtase_start_xmit() local
[all...]
H A Drtase.h199 __le32 opts2;
237 __le32 opts2;
195 __le32 opts2; global() member
233 __le32 opts2; global() 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/drivers/net/ethernet/dec/tulip/
H A Dde2104x.c271 __le32 opts2; member
476 de->rx_ring[rx_tail].opts2 = in de_rx()
479 de->rx_ring[rx_tail].opts2 = cpu_to_le32(de->rx_buf_sz); in de_rx()
632 txd->opts2 = cpu_to_le32(flags); in de_start_xmit()
758 dummy_txd->opts2 = (entry == (DE_TX_RING_SIZE - 1)) ? in __de_set_rx_mode()
775 txd->opts2 = cpu_to_le32(SetupFrame | RingEnd | sizeof (de->setup_frame)); in __de_set_rx_mode()
777 txd->opts2 = cpu_to_le32(SetupFrame | sizeof (de->setup_frame)); in __de_set_rx_mode()
1293 de->rx_ring[i].opts2 = in de_refill_rx()
1296 de->rx_ring[i].opts2 = cpu_to_le32(de->rx_buf_sz); in de_refill_rx()
1311 de->tx_ring[DE_TX_RING_SIZE - 1].opts2 in de_init_rings()
[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/drivers/net/usb/
H A Dr8152.c825 __le32 opts2;
852 __le32 opts2;
871 __le32 opts2;
888 __le32 opts2;
2609 u32 opts2; in r8152_rx_vlan_tag()
2611 opts2 = TX_VLAN_TAG | swab16(skb_vlan_tag_get(skb)); in r8152_rx_vlan_tag()
2612 desc->opts2 |= cpu_to_le32(opts2); in r8152_rx_vlan_tag()
2620 u32 opts2 = le32_to_cpu(desc->opts2); in r8152_tx_csum()
821 __le32 opts2; global() member
848 __le32 opts2; global() member
867 __le32 opts2; global() member
884 __le32 opts2; global() member
2602 u32 opts2; r8152_tx_vlan_tag() local
2613 u32 opts2 = le32_to_cpu(desc->opts2); r8152_rx_vlan_tag() local
2625 u32 opts1, opts2 = 0; r8152_tx_csum() local
2730 u32 opts2 = le32_to_cpu(d->opts2); r8157_rx_vlan_tag() local
2879 u32 opts2, opts3; r8152_rx_csum() local
[all...]
/linux/tools/testing/selftests/bpf/
H A Dnetwork_helpers.c790 DECLARE_LIBBPF_OPTS(bpf_tc_opts, opts2, .handle = 1, in tc_prog_attach()
808 ret = bpf_tc_attach(&hook, &opts2); in tc_prog_attach()