Searched refs:opts1 (Results 1 – 9 of 9) 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 …]
|
| H A D | r8169_main.c | 647 __le32 opts1; member 653 __le32 opts1; member 4146 u32 eor = le32_to_cpu(desc->opts1) & RingEnd; in rtl8169_mark_to_asic() 4151 WRITE_ONCE(desc->opts1, cpu_to_le32(DescOwn | eor | R8169_RX_BUF_SIZE)); in rtl8169_mark_to_asic() 4190 tp->RxDescArray[i].opts1 = 0; in rtl8169_rx_clear() 4210 tp->RxDescArray[NUM_RX_DESC - 1].opts1 |= cpu_to_le32(RingEnd); in rtl8169_rx_fill() 4327 u32 opts1; in rtl8169_tx_map() local 4341 opts1 = opts[0] | len; in rtl8169_tx_map() 4343 opts1 |= RingEnd; in rtl8169_tx_map() 4345 opts1 |= DescOwn; in rtl8169_tx_map() [all …]
|
| /linux/drivers/net/ethernet/realtek/rtase/ |
| H A D | rtase_main.c | 200 desc->opts1 = cpu_to_le32(RTK_OPTS1_DEBUG_VALUE); in rtase_unmap_tx_skb() 247 u32 eor = le32_to_cpu(desc->desc_cmd.opts1) & RTASE_RING_END; in rtase_mark_to_asic() 252 WRITE_ONCE(desc->desc_cmd.opts1, in rtase_mark_to_asic() 280 status = le32_to_cpu(desc->opts1); in tx_handler() 336 desc->opts1 = cpu_to_le32(RTASE_RING_END); in rtase_tx_desc_init() 365 desc->desc_cmd.opts1 &= ~cpu_to_le32(RTASE_DESC_OWN | RSVD_MASK); in rtase_make_unusable_by_asic() 422 desc->desc_cmd.opts1 |= cpu_to_le32(RTASE_RING_END); in rtase_mark_as_last_descriptor() 500 status = le32_to_cpu(desc->desc_status.opts1); in rx_handler() 1251 u32 opts1, u32 opts2) in rtase_xmit_frags() argument 1283 status = (opts1 | len | RTASE_RING_END); in rtase_xmit_frags() [all …]
|
| H A D | rtase.h | 194 __le32 opts1; member 223 __le32 opts1; member 234 __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/drivers/net/ethernet/dec/tulip/ |
| H A D | de2104x.c | 270 __le32 opts1; member 410 status = le32_to_cpu(de->rx_ring[rx_tail].opts1); in de_rx() 484 de->rx_ring[rx_tail].opts1 = cpu_to_le32(DescOwn); in de_rx() 549 status = le32_to_cpu(de->tx_ring[tx_tail].opts1); in de_tx() 641 txd->opts1 = cpu_to_le32(DescOwn); in de_start_xmit() 783 txd->opts1 = cpu_to_le32(DescOwn); in __de_set_rx_mode() 787 dummy_txd->opts1 = cpu_to_le32(DescOwn); in __de_set_rx_mode() 1293 de->rx_ring[i].opts1 = cpu_to_le32(DescOwn); in de_refill_rx()
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | network_helpers.c | 788 DECLARE_LIBBPF_OPTS(bpf_tc_opts, opts1, .handle = 1, in tc_prog_attach() 799 ret = bpf_tc_attach(&hook, &opts1); in tc_prog_attach()
|
| /linux/drivers/net/usb/ |
| H A D | r8152.c | 801 __le32 opts1; member 822 __le32 opts1; member 2271 u32 opts1, opts2 = 0; in r8152_tx_csum() local 2276 opts1 = len | TX_FS | TX_LS; in r8152_tx_csum() 2291 opts1 |= GTSENDV4; in r8152_tx_csum() 2300 opts1 |= GTSENDV6; in r8152_tx_csum() 2308 opts1 |= transport_offset << GTTCPHO_SHIFT; in r8152_tx_csum() 2349 desc->opts1 = cpu_to_le32(opts1); in r8152_tx_csum() 2594 pkt_len = le32_to_cpu(rx_desc->opts1) & RX_LEN_MASK; in rx_bottom()
|