Searched refs:opts1 (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/net/ethernet/realtek/ |
| H A D | 8139cp.c | 297 __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 D | rtase_main.c | 201 desc->opts1 = cpu_to_le32(RTK_OPTS1_DEBUG_VALUE); in rtase_unmap_tx_skb() 250 u32 eor = le32_to_cpu(desc->desc_cmd.opts1) & RTASE_RING_END; in rtase_mark_to_asic() 255 WRITE_ONCE(desc->desc_cmd.opts1, in rtase_mark_to_asic() 283 status = le32_to_cpu(desc->opts1); in tx_handler() 339 desc->opts1 = cpu_to_le32(RTASE_RING_END); in rtase_tx_desc_init() 368 desc->desc_cmd.opts1 &= ~cpu_to_le32(RTASE_DESC_OWN | RSVD_MASK); in rtase_make_unusable_by_asic() 425 desc->desc_cmd.opts1 |= cpu_to_le32(RTASE_RING_END); in rtase_mark_as_last_descriptor() 503 status = le32_to_cpu(desc->desc_status.opts1); in rx_handler() 1450 u32 opts1, u32 opts2) in rtase_xmit_frags() argument 1482 status = (opts1 | len | RTASE_RING_END); in rtase_xmit_frags() [all …]
|
| H A D | rtase.h | 204 __le32 opts1; member 233 __le32 opts1; member 244 __le32 opts1; member
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | xfrm_info.c | 74 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 D | test_tunnel.c | |
| /linux/tools/testing/selftests/bpf/ |
| H A D | network_helpers.c | 789 DECLARE_LIBBPF_OPTS(bpf_tc_opts, opts1, .handle = 1, in tc_prog_attach() 800 ret = bpf_tc_attach(&hook, &opts1); in tc_prog_attach()
|