/openbmc/qemu/ebpf/ |
H A D | ebpf_rss.c | 238 uint8_t toe[VIRTIO_NET_RSS_MAX_KEY_SIZE] = {}; in ebpf_rss_set_toepliz_key() local 240 memcpy(toe, toeplitz_key, VIRTIO_NET_RSS_MAX_KEY_SIZE); in ebpf_rss_set_toepliz_key() 241 *(uint32_t *)toe = ntohl(*(uint32_t *)toe); in ebpf_rss_set_toepliz_key() 243 memcpy(ctx->mmap_toeplitz_key, toe, VIRTIO_NET_RSS_MAX_KEY_SIZE); in ebpf_rss_set_toepliz_key()
|
/openbmc/linux/Documentation/devicetree/bindings/net/ |
H A D | cortina,gemini-ethernet.yaml | 50 - description: DMA/TOE memory 115 reg = <0x60008000 0x2000>, /* Port 0 DMA/TOE */ 128 reg = <0x6000c000 0x2000>, /* Port 1 DMA/TOE */
|
/openbmc/linux/drivers/net/ethernet/cortina/ |
H A D | gemini.h | 46 /* TOE DMA Queue Size should be 2^n, n = 6...12 47 * TOE DMA Queues are the following queue types: 91 /* GMAC 0/1 DMA/TOE register */ 148 /* TOE GMAC 0/1 register */ 534 /* bit 31 TOE/CIS Queue Full dropped packet to default queue */ 874 * (1) TOE Queue Header 875 * (2) Non-TOE Queue Header 879 * TOE Queue Header 881 * | TOE Queue 0 Header | 884 * | TOE Queue 1 Header | [all …]
|
H A D | gemini.c | 5 * This hardware contains a TCP Offload Engine (TOE) but currently the 2344 * TOE intr -------------> int1 ----> eth1 in gemini_ethernet_init()
|
/openbmc/qemu/tools/ebpf/ |
H A D | rss.bpf.c | 385 struct toeplitz_key_data_t *toe, in calculate_rss_hash() argument 532 net_toeplitz_add(result, rss_input, bytes_written, toe); in calculate_rss_hash() 542 struct toeplitz_key_data_t *toe; in tun_rss_steering_prog() local 548 toe = bpf_map_lookup_elem(&tap_rss_map_toeplitz_key, &key); in tun_rss_steering_prog() 550 if (!config || !toe) { in tun_rss_steering_prog() 554 if (config->redirect && calculate_rss_hash(skb, config, toe, &hash)) { in tun_rss_steering_prog()
|
/openbmc/linux/Documentation/devicetree/bindings/dma/ |
H A D | intel,ldma.yaml | 25 - intel,lgm-toe-dma30 26 - intel,lgm-toe-dma31
|
/openbmc/linux/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_hsi.h | 5273 /* The toe storm context of Mstorm */ 5278 /* The toe storm context of Pstorm */ 5283 /* The toe storm context of Ystorm */ 5288 /* The toe storm context of Xstorm */ 5760 /* The toe storm context of Tstorm */ 5765 /* The toe storm context of Ustorm */ 5770 /* toe connection context */ 5788 /* toe init ramrod header */ 5795 /* toe pf init parameters */ 5809 /* toe tss parameters */ [all …]
|
H A D | qed_init_fw_funcs.c | 281 { NULL }, /*TOE*/
|
/openbmc/linux/include/linux/qed/ |
H A D | tcp_common.h | 229 /* toe upload parameters */
|
/openbmc/linux/arch/arm/boot/dts/gemini/ |
H A D | gemini.dtsi | 356 reg = <0x60008000 0x2000>, /* Port 0 DMA/TOE */ 367 reg = <0x6000c000 0x2000>, /* Port 1 DMA/TOE */
|
/openbmc/linux/drivers/net/ethernet/tehuti/ |
H A D | tehuti.h | 59 #define BDX_NIC_NAME "Tehuti 10 Giga TOE SmartNIC" 60 #define BDX_NIC2PORT_NAME "Tehuti 2-Port 10 Giga TOE SmartNIC"
|
/openbmc/linux/drivers/scsi/qla4xxx/ |
H A D | ql4_nvram.h | 164 u32 net_ip_addr0; /* x6A Added for TOE
|
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb/ |
H A D | subr.c | 414 .desc = "Chelsio T110 1x10GBase-CX4 TOE", 476 .desc = "Chelsio T210 1x10GBaseX TOE", 498 .desc = "Chelsio T210 1x10GBase-CX4 TOE",
|
H A D | sge.c | 700 * CommandQ 0 handles Ethernet and TOE packets, while queue 1 is TOE in alloc_tx_resources() 1086 * Called when we receive an unexpected offload packet (e.g., the TOE
|
H A D | cxgb2.c | 156 /* multi-ports: inform toe */ in t1_link_negotiated()
|
/openbmc/openbmc/poky/meta/recipes-core/ncurses/ |
H A D | ncurses.inc | 296 ${bindir}/toe \
|
/openbmc/linux/drivers/net/ethernet/broadcom/ |
H A D | cnic_defs.h | 4048 * TCP context region, shared in TOE, RDMA and ISCSI 4250 * Ethernet context section, shared in TOE, RDMA and ISCSI 4308 * IpV4 context section, shared in TOE, RDMA and ISCSI 4342 * context section, shared in TOE, RDMA and ISCSI 4350 * IpV6 context section, shared in TOE, RDMA and ISCSI 4385 * TCP context section, shared in TOE, RDMA and ISCSI 4470 * Common context section, shared in TOE, RDMA and ISCSI
|
/openbmc/linux/drivers/net/ethernet/sun/ |
H A D | sunbmac.h | 100 #define BMAC_JSIZE 0x22cUL /* Toe jam... */
|
H A D | sunbmac.c | 76 #define DEFAULT_JAMSIZE 4 /* Toe jam */
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | CC-BY-3.0-NL | 55 …t een exemplaar van, of de Uniform Resource Identifier voor, deze Licentie toe te voegen aan elk e…
|
/openbmc/qemu/hw/net/fsl_etsec/ |
H A D | rings.c | 236 /* TODO: if TxBD[TOE/UN] skip the Tx Frame Control Block*/ in process_tx_bd()
|
H A D | registers.c | 211 /* eTSEC Counter Control and TOE Statistics Registers */
|
/openbmc/linux/drivers/dma/lgm/ |
H A D | lgm-dma.c | 1559 { .compatible = "intel,lgm-toe-dma30", .data = &toe_dma30}, 1560 { .compatible = "intel,lgm-toe-dma31", .data = &toe_dma31},
|
/openbmc/linux/drivers/net/ethernet/freescale/ |
H A D | gianfar.c | 160 /* set this when rx hw offload (TOE) functions are being used */ in gfar_rx_offload_en() 1859 /* put back a new fcb for vlan/tstamp TOE */ in gfar_start_xmit() 1862 /* Tx TOE not used */ in gfar_start_xmit()
|
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | core.c | 613 /* Get current TOE mode from dongle */ in brcmf_netdev_open()
|