Searched +full:bd +full:- +full:stash (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.03 ---5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Freescale Three-Speed Ethernet Controller (TSEC), "Gianfar"10 - J. Neuschäfer <j.ne@posteo.net>12 # This is needed to distinguish gianfar.yaml and gianfar-mdio.yaml, because16 - properties:23 - device_type25 - properties:30 - compatible[all …]
1 /* SPDX-License-Identifier: GPL-2.0 */2 /* Copyright (c) 2016-2017 HiSilicon Limited. */71 /* Multi purpose field - gran size bits for send, flag for recv */173 * struct sec_queue_ring_cmd - store information about a SEC HW cmd ring231 * struct sec_alg_tfm_ctx - hardware specific tranformation context254 * struct sec_request - data associate with a single crypto request261 * @dma_iv: initialization vector - phsyical address269 * process from a single BD. Typically this is fairly large (32MB)289 * struct sec_request_el - A subpart of a request.292 * @in: hardware sgl for input - virtual address[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later5 * This driver is designed for the non-CPM ethernet controllers13 * Copyright 2002-2009, 2011-2013 Freescale Semiconductor, Inc.20 * B-V +1.6225 * is therefore conveyed through an OF-style device tree.45 * pre-allocated skb, and so after the skb is passed up to the93 #include <linux/dma-mapping.h>115 bdp->bufPtr = cpu_to_be32(buf); in gfar_init_rxbdp()118 if (bdp == rx_queue->rx_bd_base + rx_queue->rx_ring_size - 1) in gfar_init_rxbdp()123 bdp->lstatus = cpu_to_be32(lstatus); in gfar_init_rxbdp()[all …]