Lines Matching +full:rx +full:- +full:pcs +full:- +full:m
1 /* SPDX-License-Identifier: GPL-2.0 */
93 /* Rx Buffer Descriptor Format
110 (FBNIC_BD_DESC_ADDR_MASK & ~(FBNIC_BD_DESC_ADDR_MASK - 1))
124 /* Rx Completion Queue Descriptors */
137 #define FBNIC_RCD_AL_BUFF_FRAG_MASK (FBNIC_BD_FRAG_COUNT - 1)
296 /* Global QM Rx registers */
416 /* Rx Buffer Registers */
533 /* Rx Parser and Classifier Registers */
576 (FBNIC_RPC_RSS_KEY_DWORD_LEN - 1)
579 FBNIC_RPC_RSS_KEY_DWORD_LEN * 32 - \
598 #define FBNIC_RPC_TCAM_ACT(m, n) \ argument
599 (0x08880 + 0x40 * (n) + (m)) /* 0x22200 + 256*n + 4*m */
604 #define FBNIC_RPC_TCAM_MACDA(m, n) \ argument
605 (0x08b80 + 0x20 * (n) + (m)) /* 0x022e00 + 128*n + 4*m */
609 #define FBNIC_RPC_RSS_TBL(n, m) \ argument
610 (0x08d20 + 0x100 * (n) + (m)) /* 0x023480 + 1024*n + 4*m */
642 /* Signals from MAC, AN, PCS, and LED CSR registers (ASIC only) */
770 /* Rx Completion Queue Registers */
783 /* Rx Buffer Descriptor Queue Registers */
801 /* Rx DMA Engine Configuration */
826 /* Rx Interrupt Manager Registers */
844 #define FBNIC_CSR_END_QUEUE (0x40000 + 0x400 * FBNIC_MAX_QUEUES - 1)