Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/realtek/
H A D8139cp.c297 __le32 opts1; member
483 status = le32_to_cpu(desc->opts1); in cp_rx_poll()
545 desc->opts1 = cpu_to_le32(DescOwn | RingEnd | in cp_rx_poll()
548 desc->opts1 = cpu_to_le32(DescOwn | cp->rx_buf_sz); in cp_rx_poll()
660 status = le32_to_cpu(txd->opts1); in cp_tx()
736 u32 eor, opts1; in cp_start_xmit() local
762 opts1 = DescOwn; in cp_start_xmit()
764 opts1 |= LargeSend | (mss << MSSShift); in cp_start_xmit()
768 opts1 |= IPCS | TCPCS; in cp_start_xmit()
770 opts1 |= IPCS | UDPCS; in cp_start_xmit()
[all …]
/linux/drivers/net/ethernet/realtek/rtase/
H A Drtase_main.c200 desc->opts1 = cpu_to_le32(RTK_OPTS1_DEBUG_VALUE); in rtase_unmap_tx_skb()
249 u32 eor = le32_to_cpu(desc->desc_cmd.opts1) & RTASE_RING_END; in rtase_mark_to_asic()
254 WRITE_ONCE(desc->desc_cmd.opts1, in rtase_mark_to_asic()
282 status = le32_to_cpu(desc->opts1); in tx_handler()
338 desc->opts1 = cpu_to_le32(RTASE_RING_END); in rtase_tx_desc_init()
367 desc->desc_cmd.opts1 &= ~cpu_to_le32(RTASE_DESC_OWN | RSVD_MASK); in rtase_make_unusable_by_asic()
424 desc->desc_cmd.opts1 |= cpu_to_le32(RTASE_RING_END); in rtase_mark_as_last_descriptor()
502 status = le32_to_cpu(desc->desc_status.opts1); in rx_handler()
1256 u32 opts1, u32 opts2) in rtase_xmit_frags()
1288 status = (opts1 | le in rtase_xmit_frags()
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.h198 __le32 opts1;
227 __le32 opts1;
238 __le32 opts1;
194 __le32 opts1; global() member
223 __le32 opts1; global() member
234 __le32 opts1; global() member
/linux/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.c
/linux/drivers/net/ethernet/dec/tulip/
H A Dde2104x.c270 __le32 opts1; member
408 status = le32_to_cpu(de->rx_ring[rx_tail].opts1); in de_rx()
482 de->rx_ring[rx_tail].opts1 = cpu_to_le32(DescOwn); in de_rx()
547 status = le32_to_cpu(de->tx_ring[tx_tail].opts1); in de_tx()
639 txd->opts1 = cpu_to_le32(DescOwn); in de_start_xmit()
781 txd->opts1 = cpu_to_le32(DescOwn); in __de_set_rx_mode()
785 dummy_txd->opts1 = cpu_to_le32(DescOwn); in __de_set_rx_mode()
1291 de->rx_ring[i].opts1 = cpu_to_le32(DescOwn); in de_refill_rx()
/linux/drivers/net/usb/
H A Dr8152.c822 __le32 opts1;
843 __le32 opts1;
865 __le32 opts1;
886 __le32 opts1;
2601 desc->opts1 |= cpu_to_le32(len); in r8152_tx_vlan_tag()
2632 u32 opts1, opts2 = 0; in r8152_tx_csum()
2637 opts1 = len | TX_FS | TX_LS; in r8152_tx_csum()
2652 opts1 |= GTSENDV4; in r8152_tx_csum()
2661 opts1 |= GTSENDV6; in r8152_tx_csum()
2669 opts1 | in r8152_tx_csum()
818 __le32 opts1; global() member
839 __le32 opts1; global() member
861 __le32 opts1; global() member
882 __le32 opts1; global() member
2625 u32 opts1, opts2 = 0; r8152_tx_csum() local
2726 u32 opts1; r8157_rx_vlan_tag() local
[all...]
/linux/tools/testing/selftests/bpf/
H A Dnetwork_helpers.c788 DECLARE_LIBBPF_OPTS(bpf_tc_opts, opts1, .handle = 1, in tc_prog_attach()
799 ret = bpf_tc_attach(&hook, &opts1); in tc_prog_attach()