Searched +full:rx +full:- +full:stash +full:- +full:idx (Results 1 – 4 of 4) sorted by relevance
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 …]
1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)2 /* Copyright (C) 2015-2019 Netronome Systems, Inc. */59 * nfp_net_get_fw_version() - Read and parse the FW version74 queue &= dev_info->qc_idx_mask; in nfp_qcp_queue_offset()75 return dev_info->qc_addr_offset + NFP_QCP_QUEUE_ADDR_SZ * queue; in nfp_qcp_queue_offset()80 * Firmware reconfig may take a while so we have two versions of it -89 nfp_qcp_wr_ptr_add(nn->qcp_cfg, 1); in nfp_net_reconfig_start()90 nn->reconfig_in_progress_update = update; in nfp_net_reconfig_start()96 update |= nn->reconfig_posted; in nfp_net_reconfig_start_async()97 nn->reconfig_posted = 0; in nfp_net_reconfig_start_async()[all …]
1 // SPDX-License-Identifier: GPL-2.0-only13 * idpf_init_vector_stack - Fill the MSIX vector stack with vector index24 mutex_lock(&adapter->vector_lock); in idpf_init_vector_stack() 25 min_vec = adapter->num_msix_entries - adapter->num_avail_msix; in idpf_init_vector_stack() 26 stack = &adapter->vector_stac in idpf_init_vector_stack() 748 u16 idx = vport->idx; idpf_cfg_netdev() local 965 u16 idx = vport->idx; idpf_decfg_netdev() local 991 u16 idx = vport->idx; idpf_vport_rel() local 1139 u16 idx = adapter->next_vport; idpf_vport_alloc() local 2180 u16 idx = vport->idx; idpf_vport_manage_rss_lut() local [all...]
1 // SPDX-License-Identifier: GPL-2.0-only3 * Copyright (C) 2005 - 2016 Broadcom7 * linux-drivers@emulex.com38 /* Per-module error detection/recovery workq shared across all functions.146 struct be_dma_mem *mem = &q->dma_mem; in be_queue_free()148 if (mem->va) { in be_queue_free()149 dma_free_coherent(&adapter->pdev->dev, mem->size, mem->va, in be_queue_free()150 mem->dma); in be_queue_free()151 mem->va = NULL; in be_queue_free()158 struct be_dma_mem *mem = &q->dma_mem; in be_queue_alloc()[all …]