![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0-only */ 0002 /**************************************************************************** 0003 * Driver for Solarflare network controllers and boards 0004 * Copyright 2019 Solarflare Communications Inc. 0005 * Copyright 2019-2020 Xilinx Inc. 0006 * 0007 * This program is free software; you can redistribute it and/or modify it 0008 * under the terms of the GNU General Public License version 2 as published 0009 * by the Free Software Foundation, incorporated herein by reference. 0010 */ 0011 0012 #ifndef EFX_EF100_RX_H 0013 #define EFX_EF100_RX_H 0014 0015 #include "net_driver.h" 0016 0017 bool ef100_rx_buf_hash_valid(const u8 *prefix); 0018 void efx_ef100_ev_rx(struct efx_channel *channel, const efx_qword_t *p_event); 0019 void ef100_rx_write(struct efx_rx_queue *rx_queue); 0020 void __ef100_rx_packet(struct efx_channel *channel); 0021 0022 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |