Lines Matching +full:ext +full:- +full:26 +full:m
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Linux network driver for QLogic BR-series Converged Network Adapter.
6 * Copyright (c) 2005-2014 Brocade Communications Systems, Inc.
7 * Copyright (c) 2014-2015 QLogic Corporation
21 * HDS-off request is dynamic
22 * keep structures as multiple of 32-bit fields for alignment.
23 * All values must be written in big-endian.
46 #define BFI_ENET_RSS_KEY_LEN 10 /* 32-bit words */
50 u32 addr_hi; /* Most Significant 32-bits */
51 u32 addr_lo; /* Least Significant 32-Bits */
56 /* TxQ Vector (a.k.a. Tx-Buffer Descriptor) */
59 #define BFI_ENET_TXQ_WI_SEND_LSO (0x403) /* Multi-Frame Transmission */
99 struct bfi_enet_txq_wi_ext ext; member
105 #define wi_ext_hdr wi.ext
115 /* R X C O M P L E T I O N Q U E U E D E F I N E S */
156 /* E N E T C O N T R O L P A T H C O M M A N D S */
243 BFI_ENET_H2I_WOL_FRAME_REQ = 26,
483 * Multicast frames are received on the ql of q-set index zero.
527 u16 size; /* number of table-entries used */