usr/src/boot/efi/include/Uefi/UefiInternalFormRepresentation.h
1028
} u8;
usr/src/boot/efi/include/Uefi/UefiInternalFormRepresentation.h
677
UINT8 u8;
usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/ipqosconf.c
1929
uint8_t u8;
usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/ipqosconf.c
1932
(void) nvpair_value_byte(nvp, (uchar_t *)&u8);
usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/ipqosconf.c
1935
diff = (u8 != ou8);
usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/ipqosconf.c
1939
diff = (u8 != ou8);
usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/ipqosconf.c
3374
uchar_t u8;
usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/ipqosconf.c
3376
(void) nvpair_value_byte(nvp, &u8);
usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/ipqosconf.c
3377
(void) fprintf(fp, "%u\n", u8);
usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/ipqosconf.c
5931
uint8_t u8;
usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/ipqosconf.c
5933
res = readuint8(valst, &u8, &tmp);
usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/ipqosconf.c
5935
res = nvlist_add_byte(*nvlp, name, u8);
usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/ipqosconf.c
6022
uint8_t u8;
usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/ipqosconf.c
6024
res = readuint8(valst, &u8, &tmp);
usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/ipqosconf.c
6026
res = nvlist_add_byte(*nvlp, name, u8);
usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/ipqosconf.c
6037
dfltst, u8);
usr/src/cmd/cxgbetool/cudbg_view.c
368
u8 *dbg_bitmap;
usr/src/cmd/cxgbetool/cudbg_view.c
5012
((u8 *)e + sizeof(*e) + e->data_size);
usr/src/cmd/cxgbetool/cudbg_view.c
5022
u8 zero_memory_128[128] = { 0 };
usr/src/cmd/cxgbetool/cudbg_view.c
5027
u8 *p;
usr/src/cmd/cxgbetool/cudbg_view.c
5043
((u8 *)qdesc_info + ver_hdr->size);
usr/src/cmd/cxgbetool/cudbg_view.c
5053
p = (u8 *)qdesc_entry + qdesc_info->qdesc_entry_size;
usr/src/cmd/cxgbetool/cudbg_view.c
849
u8 os_type, *caller_string;
usr/src/cmd/cxgbetool/cxgbetool.c
124
int set_dbg_entity(u8 *dbg_bitmap, char *dbg_entity_list);
usr/src/cmd/cxgbetool/cxgbetool.c
798
set_dbg_entity(u8 *dbg_bitmap, char *dbg_entity_list)
usr/src/cmd/i2cadm/i2cadm_io.c
506
uint8_t *u8;
usr/src/cmd/i2cadm/i2cadm_io.c
547
u8 = req->io_wdata;
usr/src/cmd/i2cadm/i2cadm_io.c
548
u8[i] = (uint8_t)ull;
usr/src/cmd/od/od.c
133
DECL_GET(u8)
usr/src/cmd/od/od.c
157
DECL_OUT(oct_b, u8, " %03o")
usr/src/cmd/od/od.c
161
DECL_OUT(dec_b, u8, " %03u")
usr/src/cmd/od/od.c
169
DECL_OUT(hex_b, u8, " %02x")
usr/src/cmd/pcieadm/pcieadm_bar.c
737
uint8_t u8;
usr/src/cmd/pcieadm/pcieadm_bar.c
746
u8 = (uint8_t)value;
usr/src/cmd/pcieadm/pcieadm_bar.c
747
(void) memcpy(buf, &u8, sizeof (uint8_t));
usr/src/cmd/zdb/zdb.c
449
uint8_t *u8 = prop;
usr/src/cmd/zdb/zdb.c
452
(void) printf("%02x", u8[i]);
usr/src/common/crypto/chacha/chacha.c
19
#define U8V(v) ((u8)(v) & U8C(0xFF))
usr/src/common/crypto/chacha/chacha.c
54
chacha_keysetup(chacha_ctx_t *x, const u8 *k, u32 kbits, u32 ivbits __unused)
usr/src/common/crypto/chacha/chacha.c
79
chacha_ivsetup(chacha_ctx_t *x, const u8 *iv)
usr/src/common/crypto/chacha/chacha.c
88
chacha_encrypt_bytes(chacha_ctx_t *x, const u8 *m, u8 *c, u32 bytes)
usr/src/common/crypto/chacha/chacha.c
92
u8 *ctarget = NULL;
usr/src/common/crypto/chacha/chacha.c
93
u8 tmp[64];
usr/src/grub/grub-0.97/netboot/forcedeth.c
319
u8 *ring_addr;
usr/src/grub/grub-0.97/netboot/forcedeth.c
343
static inline void pci_push(u8 * base)
usr/src/grub/grub-0.97/netboot/forcedeth.c
351
u8 *base = (u8 *) BASE;
usr/src/grub/grub-0.97/netboot/forcedeth.c
395
u8 *base = (u8 *) BASE;
usr/src/grub/grub-0.97/netboot/forcedeth.c
453
u8 *base = (u8 *) BASE;
usr/src/grub/grub-0.97/netboot/forcedeth.c
469
u8 *base = (u8 *) BASE;
usr/src/grub/grub-0.97/netboot/forcedeth.c
483
u8 *base = (u8 *) BASE;
usr/src/grub/grub-0.97/netboot/forcedeth.c
492
u8 *base = (u8 *) BASE;
usr/src/grub/grub-0.97/netboot/forcedeth.c
507
u8 *base = (u8 *) BASE;
usr/src/grub/grub-0.97/netboot/forcedeth.c
603
u8 *base = (u8 *) BASE;
usr/src/grub/grub-0.97/netboot/forcedeth.c
638
u8 *base = (u8 *) BASE;
usr/src/grub/grub-0.97/netboot/forcedeth.c
842
u8 *ptxb;
usr/src/grub/grub-0.97/netboot/forcedeth.c
845
u8 *base = (u8 *) BASE;
usr/src/grub/grub-0.97/netboot/forcedeth.c
856
memcpy(ptxb + 2 * ETH_ALEN, (u8 *) & nstype, 2); /* type */
usr/src/grub/grub-0.97/netboot/forcedeth.c
890
u8 *base = (u8 *) BASE;
usr/src/grub/grub-0.97/netboot/forcedeth.c
933
u8 *base;
usr/src/grub/grub-0.97/netboot/forcedeth.c
960
base = (u8 *) BASE;
usr/src/grub/grub-0.97/netboot/ns83820.c
394
u8 *base;
usr/src/grub/grub-0.97/netboot/ns83820.c
587
static void ns83820_getmac(struct nic *nic __unused, u8 * mac)
usr/src/grub/grub-0.97/netboot/ns83820.c
604
u8 *rfcr = ns->base + RFCR;
usr/src/grub/grub-0.97/netboot/ns83820.c
734
memcpy(txb + 2 * ETH_ALEN, (u8 *) & nstype, 2);
usr/src/grub/grub-0.97/netboot/pcnet32.c
218
u8 phys_addr[6];
usr/src/grub/grub-0.97/netboot/pcnet32.c
588
u8 *ptxb;
usr/src/grub/grub-0.97/netboot/pcnet32.c
601
memcpy(ptxb + 2 * ETH_ALEN, (u8 *) & nstype, 2); /* type */
usr/src/grub/grub-0.97/netboot/pcnet32.c
676
u8 promaddr[6];
usr/src/grub/grub-0.97/netboot/r8169.c
258
u8 version; /* depend on RTL8169 docs */
usr/src/grub/grub-0.97/netboot/r8169.c
291
static u8 tx_ring[NUM_TX_DESC * sizeof(struct TxDesc) + 256];
usr/src/grub/grub-0.97/netboot/r8169.c
299
static u8 rx_ring[NUM_RX_DESC * sizeof(struct TxDesc) + 256];
usr/src/grub/grub-0.97/netboot/r8169.c
509
u8 *ptxb;
usr/src/grub/grub-0.97/netboot/r8169.c
517
memcpy(ptxb + 2 * ETH_ALEN, (u8 *) & nstype, 2);
usr/src/grub/grub-0.97/netboot/r8169.c
644
u8 diff;
usr/src/grub/grub-0.97/netboot/sis900.c
239
u8 reg;
usr/src/grub/grub-0.97/netboot/sis900.c
259
((u8 *)(nic->node_addr))[i] = inb(0x71);
usr/src/grub/grub-0.97/netboot/sis900.c
322
u8 revision;
usr/src/grub/grub-0.97/netboot/sis900.c
58
static u8 pci_revision;
usr/src/grub/grub-0.97/netboot/sundance.c
529
memcpy(txb + 2 * ETH_ALEN, (u8 *) & nstype, 2);
usr/src/grub/grub-0.97/netboot/sundance.c
588
u8 ee_data[EEPROM_SIZE];
usr/src/grub/grub-0.97/netboot/tlan.c
1000
int TLan_EeSendByte(u16 io_base, u8 data, int stop)
usr/src/grub/grub-0.97/netboot/tlan.c
1003
u8 place;
usr/src/grub/grub-0.97/netboot/tlan.c
1061
void TLan_EeReceiveByte(u16 io_base, u8 * data, int stop)
usr/src/grub/grub-0.97/netboot/tlan.c
1063
u8 place;
usr/src/grub/grub-0.97/netboot/tlan.c
1118
int TLan_EeReadByte(u16 io_base, u8 ee_addr, u8 * data)
usr/src/grub/grub-0.97/netboot/tlan.c
1187
u8 nack;
usr/src/grub/grub-0.97/netboot/tlan.c
204
typedef u8 TLanBuffer[TLAN_MAX_FRAME_SIZE];
usr/src/grub/grub-0.97/netboot/tlan.c
218
u8 *padBuffer;
usr/src/grub/grub-0.97/netboot/tlan.c
219
u8 *rxBuffer;
usr/src/grub/grub-0.97/netboot/tlan.c
229
u8 *txBuffer;
usr/src/grub/grub-0.97/netboot/tlan.c
245
u8 tlanRev;
usr/src/grub/grub-0.97/netboot/tlan.c
246
u8 tlanFullDuplex;
usr/src/grub/grub-0.97/netboot/tlan.c
248
u8 link;
usr/src/grub/grub-0.97/netboot/tlan.c
249
u8 is_eisa;
usr/src/grub/grub-0.97/netboot/tlan.c
250
u8 neg_be_verbose;
usr/src/grub/grub-0.97/netboot/tlan.c
338
u8 data8;
usr/src/grub/grub-0.97/netboot/tlan.c
415
u8 data;
usr/src/grub/grub-0.97/netboot/tlan.c
417
u8 sio;
usr/src/grub/grub-0.97/netboot/tlan.c
620
u8 *tail_buffer;
usr/src/grub/grub-0.97/netboot/tlan.c
657
memcpy(tail_buffer + 2 * ETH_ALEN, (u8 *) & nstype, 2);
usr/src/grub/grub-0.97/netboot/tlan.c
80
static int TLan_EeSendByte(u16, u8, int);
usr/src/grub/grub-0.97/netboot/tlan.c
81
static void TLan_EeReceiveByte(u16, u8 *, int);
usr/src/grub/grub-0.97/netboot/tlan.c
813
u8 tmp;
usr/src/grub/grub-0.97/netboot/tlan.c
82
static int TLan_EeReadByte(u16 io_base, u8, u8 *);
usr/src/grub/grub-0.97/netboot/tlan.c
884
(u8) tlan_pci_tbl[chip_idx].
usr/src/grub/grub-0.97/netboot/tlan.c
886
(u8 *) & nic->node_addr[i]);
usr/src/grub/grub-0.97/netboot/tlan.h
396
inline u8 TLan_DioRead8(u16 base_addr, u16 internal_addr)
usr/src/grub/grub-0.97/netboot/tlan.h
426
inline void TLan_DioWrite8(u16 base_addr, u16 internal_addr, u8 data)
usr/src/grub/grub-0.97/netboot/tlan.h
456
inline void TLan_ClearBit(u8 bit, u16 port)
usr/src/grub/grub-0.97/netboot/tlan.h
464
inline int TLan_GetBit(u8 bit, u16 port)
usr/src/grub/grub-0.97/netboot/tlan.h
472
inline void TLan_SetBit(u8 bit, u16 port)
usr/src/grub/grub-0.97/netboot/tlan.h
485
inline u32 TLan_HashFunc(u8 * a)
usr/src/grub/grub-0.97/netboot/tlan.h
487
u8 hash;
usr/src/grub/grub-0.97/netboot/tlan.h
507
#define DA( a, bit ) ( ( (u8) a[bit/8] ) & ( (u8) ( 1 << bit%8 ) ) )
usr/src/grub/grub-0.97/netboot/tlan.h
509
inline u32 TLan_HashFunc(u8 * a)
usr/src/grub/grub-0.97/netboot/tulip.c
1087
memcpy(txb + 2 * ETH_ALEN, (u8 *)&nstype, 2);
usr/src/grub/grub-0.97/netboot/tulip.c
1212
u8 chip_rev;
usr/src/grub/grub-0.97/netboot/tulip.c
1213
u8 ee_data[EEPROM_SIZE];
usr/src/grub/grub-0.97/netboot/tulip.c
1842
u8 *init_sequence = p + 2;
usr/src/grub/grub-0.97/netboot/tulip.c
1843
u8 *reset_sequence = p + 3 + init_length;
usr/src/grub/grub-0.97/netboot/tulip.c
276
static u8 t21040_csr13[] = {2,0x0C,8,4, 4,0,0,0, 0,0,0,0, 4,0,0,0};
usr/src/grub/grub-0.97/netboot/tulip.c
320
u8 type;
usr/src/grub/grub-0.97/netboot/tulip.c
321
u8 media;
usr/src/grub/grub-0.97/netboot/tulip.c
327
u8 leafcount, csr12dir; /* General purpose pin directions. */
usr/src/grub/grub-0.97/netboot/tulip.c
424
u8 media_table_storage[(sizeof(struct mediatable) + 32*sizeof(struct medialeaf))];
usr/src/grub/grub-0.97/stage2/jfs.h
154
u8 thresh; /* Alert Threshold (in percent) */
usr/src/grub/grub-0.97/stage2/jfs.h
155
u8 delta; /* Alert Threshold delta (in percent) */
usr/src/grub/grub-0.97/stage2/jfs.h
156
u8 rsrvd1;
usr/src/grub/grub-0.97/stage2/jfs.h
157
u8 limit_hi; /* DASD limit (in logical blocks) */
usr/src/grub/grub-0.97/stage2/jfs.h
159
u8 rsrvd2[3];
usr/src/grub/grub-0.97/stage2/jfs.h
160
u8 used_hi; /* DASD usage (in logical blocks) */
usr/src/grub/grub-0.97/stage2/jfs.h
241
u8 rsrvd4[7]; /* 7: reserved - set to 0 */
usr/src/grub/grub-0.97/stage2/jfs.h
297
u8 namlen; /* 1: */
usr/src/grub/grub-0.97/stage2/jfs.h
309
u8 namlen; /* 1: */
usr/src/grub/grub-0.97/stage2/jfs.h
325
u8 rsrvd; /* 1: */
usr/src/grub/grub-0.97/stage2/jfs.h
326
u8 flag; /* 1: 0 if free */
usr/src/grub/grub-0.97/stage2/jfs.h
327
u8 slot; /* 1: slot within leaf page of entry */
usr/src/grub/grub-0.97/stage2/jfs.h
328
u8 addr1; /* 1: upper 8 bits of leaf page address */
usr/src/grub/grub-0.97/stage2/jfs.h
342
u8 flag; /* 1: */
usr/src/grub/grub-0.97/stage2/jfs.h
383
u8 flag; /* 1: */
usr/src/grub/grub-0.97/stage2/jfs.h
388
u8 maxslot; /* 1: number of slots in page slot[] */
usr/src/grub/grub-0.97/stage2/jfs.h
390
u8 rsrvd[2]; /* 2: */
usr/src/grub/grub-0.97/stage2/jfs.h
430
u8 flag; /* 1: */
usr/src/grub/grub-0.97/stage2/jfs.h
431
u8 rsrvd1; /* 1: */
usr/src/grub/grub-0.97/stage2/jfs.h
512
u8 _data[96]; /* 96: unused */
usr/src/grub/grub-0.97/stage2/jfs.h
523
u8 unused[16]; /* 16: */
usr/src/grub/grub-0.97/stage2/jfs.h
527
u8 _fastsymlink[128];
usr/src/grub/grub-0.97/stage2/jfs.h
529
u8 _inlineea[128];
usr/src/grub/grub-0.97/stage2/jfs.h
594
u8 pad[1976]; /* 1976: pad to 2048 bytes */
usr/src/lib/iconv_modules/utf-8/common/binarytables/test/mkmnmcstbl.c
42
unsigned int u8;
usr/src/lib/iconv_modules/utf-8/common/common_defs.h
64
unsigned int u8;
usr/src/lib/iconv_modules/utf-8/common/common_defs.h
69
unsigned int u8;
usr/src/lib/iconv_modules/utf-8/common/sb_to_ucs.c
115
u4 = sb_u4_tbl[*ib].u8;
usr/src/lib/iconv_modules/utf-8/common/sb_to_utf8.c
113
*ob++ = (unsigned int)((u8 >> ((sz - i) * 8)) & 0xff);
usr/src/lib/iconv_modules/utf-8/common/sb_to_utf8.c
79
unsigned long u8;
usr/src/lib/iconv_modules/utf-8/common/sb_to_utf8.c
82
u8 = (unsigned long)sb_u8_tbl[*ib].u8;
usr/src/lib/iconv_modules/utf-8/common/sb_to_utf8.c
91
if ((u8 & ICV_UTF8_REPRESENTATION_ffff_mask) ==
usr/src/lib/iconv_modules/utf-8/common/sb_to_utf8.c
93
(u8 & ICV_UTF8_REPRESENTATION_ffff_mask) ==
usr/src/lib/iconv_modules/utf-8/common/sb_to_utf8.c
95
u8 > ICV_UTF8_REPRESENTATION_10fffd ||
usr/src/lib/iconv_modules/utf-8/common/sb_to_utf8.c
96
(u8 >= ICV_UTF8_REPRESENTATION_d800 &&
usr/src/lib/iconv_modules/utf-8/common/sb_to_utf8.c
97
u8 <= ICV_UTF8_REPRESENTATION_dfff) ||
usr/src/lib/iconv_modules/utf-8/common/sb_to_utf8.c
98
(u8 >= ICV_UTF8_REPRESENTATION_fdd0 &&
usr/src/lib/iconv_modules/utf-8/common/sb_to_utf8.c
99
u8 <= ICV_UTF8_REPRESENTATION_fdef)) {
usr/src/lib/iconv_modules/utf-8/common/ucs_to_sb.c
214
if (u4_sb_tbl[i].u8 == u4)
usr/src/lib/iconv_modules/utf-8/common/ucs_to_sb.c
216
else if (u4_sb_tbl[i].u8 < u4)
usr/src/lib/iconv_modules/utf-8/common/ucs_to_sb.c
227
if (u4_sb_tbl[i].u8 == u4) {
usr/src/lib/iconv_modules/utf-8/common/utf8_to_sb.c
121
u8 = 0;
usr/src/lib/iconv_modules/utf-8/common/utf8_to_sb.c
128
u8 = (u8 << 8) | ((unsigned int)*ib);
usr/src/lib/iconv_modules/utf-8/common/utf8_to_sb.c
131
if ((u8 & ICV_UTF8_REPRESENTATION_ffff_mask) ==
usr/src/lib/iconv_modules/utf-8/common/utf8_to_sb.c
133
(u8 & ICV_UTF8_REPRESENTATION_ffff_mask) ==
usr/src/lib/iconv_modules/utf-8/common/utf8_to_sb.c
135
u8 > ICV_UTF8_REPRESENTATION_10fffd ||
usr/src/lib/iconv_modules/utf-8/common/utf8_to_sb.c
136
(u8 >= ICV_UTF8_REPRESENTATION_d800 &&
usr/src/lib/iconv_modules/utf-8/common/utf8_to_sb.c
137
u8 <= ICV_UTF8_REPRESENTATION_dfff) ||
usr/src/lib/iconv_modules/utf-8/common/utf8_to_sb.c
138
(u8 >= ICV_UTF8_REPRESENTATION_fdd0 &&
usr/src/lib/iconv_modules/utf-8/common/utf8_to_sb.c
139
u8 <= ICV_UTF8_REPRESENTATION_fdef)) {
usr/src/lib/iconv_modules/utf-8/common/utf8_to_sb.c
151
if (u8_sb_tbl[i].u8 == u8)
usr/src/lib/iconv_modules/utf-8/common/utf8_to_sb.c
153
else if (u8_sb_tbl[i].u8 < u8)
usr/src/lib/iconv_modules/utf-8/common/utf8_to_sb.c
164
if (u8_sb_tbl[i].u8 == u8) {
usr/src/lib/iconv_modules/utf-8/common/utf8_to_sb.c
71
unsigned long u8;
usr/src/lib/iconv_modules/utf-8/common/utf8_to_sb.c
91
for (u8 = 0, i = 0; i < ICV_FETCH_UTF8_BOM_SIZE; i++)
usr/src/lib/iconv_modules/utf-8/common/utf8_to_sb.c
92
u8 = (u8 << 8) | ((uint_t)(*(ib + i)));
usr/src/lib/iconv_modules/utf-8/common/utf8_to_sb.c
93
if (u8 == ICV_BOM_IN_BIG_ENDIAN)
usr/src/lib/iconv_modules/utf-8/utils/cp720_to_ucs4_generator.c
106
l = tbl[i].u8;
usr/src/lib/iconv_modules/utf-8/utils/cp720_to_ucs4_generator.c
49
tbl[i].u8 = (unsigned int)i;
usr/src/lib/iconv_modules/utf-8/utils/cp720_to_ucs4_generator.c
52
tbl[i].u8 = (unsigned int)i;
usr/src/lib/iconv_modules/utf-8/utils/cp720_to_ucs4_generator.c
55
tbl[i].u8 = 0;
usr/src/lib/iconv_modules/utf-8/utils/cp720_to_ucs4_generator.c
90
tbl[k].u8 = l;
usr/src/lib/iconv_modules/utf-8/utils/cp720_to_utf8_generator.c
106
if (tbl[i].u8 < 0x80)
usr/src/lib/iconv_modules/utf-8/utils/cp720_to_utf8_generator.c
107
l = tbl[i].u8;
usr/src/lib/iconv_modules/utf-8/utils/cp720_to_utf8_generator.c
108
else if (tbl[i].u8 < 0x800) {
usr/src/lib/iconv_modules/utf-8/utils/cp720_to_utf8_generator.c
110
(((tbl[i].u8 >> 6) & 0x1f) << 8) |
usr/src/lib/iconv_modules/utf-8/utils/cp720_to_utf8_generator.c
111
(tbl[i].u8 & 0x3f);
usr/src/lib/iconv_modules/utf-8/utils/cp720_to_utf8_generator.c
112
} else if (tbl[i].u8 < 0x10000) {
usr/src/lib/iconv_modules/utf-8/utils/cp720_to_utf8_generator.c
114
(((tbl[i].u8 >> 12) & 0x0f) << 16) |
usr/src/lib/iconv_modules/utf-8/utils/cp720_to_utf8_generator.c
115
(((tbl[i].u8 >> 6) & 0x3f) << 8) |
usr/src/lib/iconv_modules/utf-8/utils/cp720_to_utf8_generator.c
116
(tbl[i].u8 & 0x3f);
usr/src/lib/iconv_modules/utf-8/utils/cp720_to_utf8_generator.c
117
} else if (tbl[i].u8 < 0x200000) {
usr/src/lib/iconv_modules/utf-8/utils/cp720_to_utf8_generator.c
119
(((tbl[i].u8 >> 18) & 0x07) << 24) |
usr/src/lib/iconv_modules/utf-8/utils/cp720_to_utf8_generator.c
120
(((tbl[i].u8 >> 12) & 0x3f) << 16) |
usr/src/lib/iconv_modules/utf-8/utils/cp720_to_utf8_generator.c
121
(((tbl[i].u8 >> 6) & 0x3f) << 8) |
usr/src/lib/iconv_modules/utf-8/utils/cp720_to_utf8_generator.c
122
(tbl[i].u8 & 0x3f);
usr/src/lib/iconv_modules/utf-8/utils/cp720_to_utf8_generator.c
49
tbl[i].u8 = (unsigned int)i;
usr/src/lib/iconv_modules/utf-8/utils/cp720_to_utf8_generator.c
52
tbl[i].u8 = (unsigned int)i;
usr/src/lib/iconv_modules/utf-8/utils/cp720_to_utf8_generator.c
55
tbl[i].u8 = 0;
usr/src/lib/iconv_modules/utf-8/utils/cp720_to_utf8_generator.c
90
tbl[k].u8 = l;
usr/src/lib/iconv_modules/utf-8/utils/sb_to_ucs4_generator.c
105
l = tbl[i].u8;
usr/src/lib/iconv_modules/utf-8/utils/sb_to_ucs4_generator.c
49
tbl[i].u8 = (unsigned int)i;
usr/src/lib/iconv_modules/utf-8/utils/sb_to_ucs4_generator.c
52
tbl[i].u8 = (unsigned int)i;
usr/src/lib/iconv_modules/utf-8/utils/sb_to_ucs4_generator.c
55
tbl[i].u8 = 0;
usr/src/lib/iconv_modules/utf-8/utils/sb_to_ucs4_generator.c
79
tbl[k].u8 = 0;
usr/src/lib/iconv_modules/utf-8/utils/sb_to_ucs4_generator.c
89
tbl[k].u8 = l;
usr/src/lib/iconv_modules/utf-8/utils/sb_to_utf8_generator.c
105
if (tbl[i].u8 < 0x80)
usr/src/lib/iconv_modules/utf-8/utils/sb_to_utf8_generator.c
106
l = tbl[i].u8;
usr/src/lib/iconv_modules/utf-8/utils/sb_to_utf8_generator.c
107
else if (tbl[i].u8 < 0x800) {
usr/src/lib/iconv_modules/utf-8/utils/sb_to_utf8_generator.c
109
(((tbl[i].u8 >> 6) & 0x1f) << 8) |
usr/src/lib/iconv_modules/utf-8/utils/sb_to_utf8_generator.c
110
(tbl[i].u8 & 0x3f);
usr/src/lib/iconv_modules/utf-8/utils/sb_to_utf8_generator.c
111
} else if (tbl[i].u8 < 0x10000) {
usr/src/lib/iconv_modules/utf-8/utils/sb_to_utf8_generator.c
113
(((tbl[i].u8 >> 12) & 0x0f) << 16) |
usr/src/lib/iconv_modules/utf-8/utils/sb_to_utf8_generator.c
114
(((tbl[i].u8 >> 6) & 0x3f) << 8) |
usr/src/lib/iconv_modules/utf-8/utils/sb_to_utf8_generator.c
115
(tbl[i].u8 & 0x3f);
usr/src/lib/iconv_modules/utf-8/utils/sb_to_utf8_generator.c
116
} else if (tbl[i].u8 < 0x200000) {
usr/src/lib/iconv_modules/utf-8/utils/sb_to_utf8_generator.c
118
(((tbl[i].u8 >> 18) & 0x07) << 24) |
usr/src/lib/iconv_modules/utf-8/utils/sb_to_utf8_generator.c
119
(((tbl[i].u8 >> 12) & 0x3f) << 16) |
usr/src/lib/iconv_modules/utf-8/utils/sb_to_utf8_generator.c
120
(((tbl[i].u8 >> 6) & 0x3f) << 8) |
usr/src/lib/iconv_modules/utf-8/utils/sb_to_utf8_generator.c
121
(tbl[i].u8 & 0x3f);
usr/src/lib/iconv_modules/utf-8/utils/sb_to_utf8_generator.c
49
tbl[i].u8 = (unsigned int)i;
usr/src/lib/iconv_modules/utf-8/utils/sb_to_utf8_generator.c
52
tbl[i].u8 = (unsigned int)i;
usr/src/lib/iconv_modules/utf-8/utils/sb_to_utf8_generator.c
55
tbl[i].u8 = 0;
usr/src/lib/iconv_modules/utf-8/utils/sb_to_utf8_generator.c
79
tbl[k].u8 = 0;
usr/src/lib/iconv_modules/utf-8/utils/sb_to_utf8_generator.c
89
tbl[k].u8 = l;
usr/src/lib/iconv_modules/utf-8/utils/ucs4_to_cp720_generator.c
106
l = tbl[i].u8;
usr/src/lib/iconv_modules/utf-8/utils/ucs4_to_cp720_generator.c
49
tbl[i].u8 = (unsigned int)i;
usr/src/lib/iconv_modules/utf-8/utils/ucs4_to_cp720_generator.c
52
tbl[i].u8 = (unsigned int)i;
usr/src/lib/iconv_modules/utf-8/utils/ucs4_to_cp720_generator.c
55
tbl[i].u8 = 0;
usr/src/lib/iconv_modules/utf-8/utils/ucs4_to_cp720_generator.c
89
tbl[k].u8 = l;
usr/src/lib/iconv_modules/utf-8/utils/ucs4_to_sb_generator.c
109
l = tbl[i].u8;
usr/src/lib/iconv_modules/utf-8/utils/ucs4_to_sb_generator.c
54
tbl[i].u8 = (unsigned int)i;
usr/src/lib/iconv_modules/utf-8/utils/ucs4_to_sb_generator.c
57
tbl[i].u8 = (unsigned int)i;
usr/src/lib/iconv_modules/utf-8/utils/ucs4_to_sb_generator.c
60
tbl[i].u8 = 0;
usr/src/lib/iconv_modules/utf-8/utils/ucs4_to_sb_generator.c
83
tbl[k].u8 = 0;
usr/src/lib/iconv_modules/utf-8/utils/ucs4_to_sb_generator.c
93
tbl[k].u8 = l;
usr/src/lib/iconv_modules/utf-8/utils/utf8_to_cp720_generator.c
106
if (tbl[i].u8 < 0x80)
usr/src/lib/iconv_modules/utf-8/utils/utf8_to_cp720_generator.c
107
l = tbl[i].u8;
usr/src/lib/iconv_modules/utf-8/utils/utf8_to_cp720_generator.c
108
else if (tbl[i].u8 < 0x800) {
usr/src/lib/iconv_modules/utf-8/utils/utf8_to_cp720_generator.c
110
(((tbl[i].u8 >> 6) & 0x1f) << 8) |
usr/src/lib/iconv_modules/utf-8/utils/utf8_to_cp720_generator.c
111
(tbl[i].u8 & 0x3f);
usr/src/lib/iconv_modules/utf-8/utils/utf8_to_cp720_generator.c
112
} else if (tbl[i].u8 < 0x10000) {
usr/src/lib/iconv_modules/utf-8/utils/utf8_to_cp720_generator.c
114
(((tbl[i].u8 >> 12) & 0x0f) << 16) |
usr/src/lib/iconv_modules/utf-8/utils/utf8_to_cp720_generator.c
115
(((tbl[i].u8 >> 6) & 0x3f) << 8) |
usr/src/lib/iconv_modules/utf-8/utils/utf8_to_cp720_generator.c
116
(tbl[i].u8 & 0x3f);
usr/src/lib/iconv_modules/utf-8/utils/utf8_to_cp720_generator.c
117
} else if (tbl[i].u8 < 0x200000) {
usr/src/lib/iconv_modules/utf-8/utils/utf8_to_cp720_generator.c
119
(((tbl[i].u8 >> 18) & 0x07) << 24) |
usr/src/lib/iconv_modules/utf-8/utils/utf8_to_cp720_generator.c
120
(((tbl[i].u8 >> 12) & 0x3f) << 16) |
usr/src/lib/iconv_modules/utf-8/utils/utf8_to_cp720_generator.c
121
(((tbl[i].u8 >> 6) & 0x3f) << 8) |
usr/src/lib/iconv_modules/utf-8/utils/utf8_to_cp720_generator.c
122
(tbl[i].u8 & 0x3f);
usr/src/lib/iconv_modules/utf-8/utils/utf8_to_cp720_generator.c
49
tbl[i].u8 = (unsigned int)i;
usr/src/lib/iconv_modules/utf-8/utils/utf8_to_cp720_generator.c
52
tbl[i].u8 = (unsigned int)i;
usr/src/lib/iconv_modules/utf-8/utils/utf8_to_cp720_generator.c
55
tbl[i].u8 = 0;
usr/src/lib/iconv_modules/utf-8/utils/utf8_to_cp720_generator.c
89
tbl[k].u8 = l;
usr/src/lib/iconv_modules/utf-8/utils/utf8_to_sb_generator.c
109
if (tbl[i].u8 < 0x80)
usr/src/lib/iconv_modules/utf-8/utils/utf8_to_sb_generator.c
110
l = tbl[i].u8;
usr/src/lib/iconv_modules/utf-8/utils/utf8_to_sb_generator.c
111
else if (tbl[i].u8 < 0x800) {
usr/src/lib/iconv_modules/utf-8/utils/utf8_to_sb_generator.c
113
(((tbl[i].u8 >> 6) & 0x1f) << 8) |
usr/src/lib/iconv_modules/utf-8/utils/utf8_to_sb_generator.c
114
(tbl[i].u8 & 0x3f);
usr/src/lib/iconv_modules/utf-8/utils/utf8_to_sb_generator.c
115
} else if (tbl[i].u8 < 0x10000) {
usr/src/lib/iconv_modules/utf-8/utils/utf8_to_sb_generator.c
117
(((tbl[i].u8 >> 12) & 0x0f) << 16) |
usr/src/lib/iconv_modules/utf-8/utils/utf8_to_sb_generator.c
118
(((tbl[i].u8 >> 6) & 0x3f) << 8) |
usr/src/lib/iconv_modules/utf-8/utils/utf8_to_sb_generator.c
119
(tbl[i].u8 & 0x3f);
usr/src/lib/iconv_modules/utf-8/utils/utf8_to_sb_generator.c
120
} else if (tbl[i].u8 < 0x200000) {
usr/src/lib/iconv_modules/utf-8/utils/utf8_to_sb_generator.c
122
(((tbl[i].u8 >> 18) & 0x07) << 24) |
usr/src/lib/iconv_modules/utf-8/utils/utf8_to_sb_generator.c
123
(((tbl[i].u8 >> 12) & 0x3f) << 16) |
usr/src/lib/iconv_modules/utf-8/utils/utf8_to_sb_generator.c
124
(((tbl[i].u8 >> 6) & 0x3f) << 8) |
usr/src/lib/iconv_modules/utf-8/utils/utf8_to_sb_generator.c
125
(tbl[i].u8 & 0x3f);
usr/src/lib/iconv_modules/utf-8/utils/utf8_to_sb_generator.c
54
tbl[i].u8 = (unsigned int)i;
usr/src/lib/iconv_modules/utf-8/utils/utf8_to_sb_generator.c
57
tbl[i].u8 = (unsigned int)i;
usr/src/lib/iconv_modules/utf-8/utils/utf8_to_sb_generator.c
60
tbl[i].u8 = 0;
usr/src/lib/iconv_modules/utf-8/utils/utf8_to_sb_generator.c
83
tbl[k].u8 = 0;
usr/src/lib/iconv_modules/utf-8/utils/utf8_to_sb_generator.c
93
tbl[k].u8 = l;
usr/src/lib/libdladm/common/linkprop.c
3957
uint8_t u8;
usr/src/lib/libdladm/common/linkprop.c
3975
u8 = vdp->vd_val;
usr/src/lib/libdladm/common/linkprop.c
3976
val = &u8;
usr/src/lib/libdwarf/common/pro_section.c
1089
Dwarf_Unsigned u8 = cur->dfe_index;
usr/src/lib/libdwarf/common/pro_section.c
1091
(const void *) &u8,
usr/src/lib/libdwarf/common/pro_section.c
1092
sizeof(u8), DWARF_64BIT_SIZE);
usr/src/lib/libdwarf/common/pro_section.c
1132
Dwarf_Unsigned u8 = cur->dfe_index;
usr/src/lib/libdwarf/common/pro_section.c
1134
(const void *) &u8,
usr/src/lib/libdwarf/common/pro_section.c
1135
sizeof(u8), DWARF_64BIT_SIZE);
usr/src/lib/libi2c/common/libi2c_io.c
246
smbus_io_req_set_send_byte(smbus_io_req_t *req, uint8_t u8)
usr/src/lib/libi2c/common/libi2c_io.c
251
req->sir_write = u8;
usr/src/lib/libi2c/common/libi2c_io.c
257
smbus_io_req_set_write_u8(smbus_io_req_t *req, uint8_t cmd, uint8_t u8)
usr/src/lib/libi2c/common/libi2c_io.c
263
req->sir_write = u8;
usr/src/lib/libsqlite/src/btree.c
194
u8 nKeyHi; /* Upper 8 bits of key size for keys larger than 64K bytes */
usr/src/lib/libsqlite/src/btree.c
195
u8 nDataHi; /* Upper 8 bits of data size when the size is more than 64K */
usr/src/lib/libsqlite/src/btree.c
331
u8 isInit; /* True if auxiliary data is initialized */
usr/src/lib/libsqlite/src/btree.c
332
u8 idxShift; /* True if apCell[] indices have changed */
usr/src/lib/libsqlite/src/btree.c
333
u8 isOverfull; /* Some apCell[] points outside u.aDisk[] */
usr/src/lib/libsqlite/src/btree.c
356
u8 inTrans; /* True if a transaction is in progress */
usr/src/lib/libsqlite/src/btree.c
357
u8 inCkpt; /* True if there is a checkpoint on the transaction */
usr/src/lib/libsqlite/src/btree.c
358
u8 readOnly; /* True if the underlying file is readonly */
usr/src/lib/libsqlite/src/btree.c
359
u8 needSwab; /* Need to byte-swapping */
usr/src/lib/libsqlite/src/btree.c
376
u8 wrFlag; /* True if writable */
usr/src/lib/libsqlite/src/btree.c
377
u8 eSkip; /* Determines if next step operation is a no-op */
usr/src/lib/libsqlite/src/btree.c
378
u8 iMatch; /* compare result from last sqliteBtreeMoveto() */
usr/src/lib/libsqlite/src/btree_rb.c
103
u8 eSkip; /* Determines if next step operation is a no-op */
usr/src/lib/libsqlite/src/btree_rb.c
104
u8 wrFlag; /* True if this cursor is open for writing */
usr/src/lib/libsqlite/src/btree_rb.c
125
u8 isBlack; /* true for a black node, 0 for a red node */
usr/src/lib/libsqlite/src/btree_rb.c
56
u8 eOp;
usr/src/lib/libsqlite/src/btree_rb.c
79
u8 isAnonymous; /* True if this Rbtree is to be deleted when closed */
usr/src/lib/libsqlite/src/btree_rb.c
80
u8 eTransState; /* State of this Rbtree wrt transactions */
usr/src/lib/libsqlite/src/func.c
669
u8 argType; /* 0: none. 1: db 2: (-1) */
usr/src/lib/libsqlite/src/func.c
711
u8 argType;
usr/src/lib/libsqlite/src/pager.c
115
u8 inJournal; /* TRUE if has been written to journal */
usr/src/lib/libsqlite/src/pager.c
116
u8 inCkpt; /* TRUE if written to the checkpoint journal */
usr/src/lib/libsqlite/src/pager.c
117
u8 dirty; /* TRUE if we need to write back changes */
usr/src/lib/libsqlite/src/pager.c
118
u8 needSync; /* Sync journal before writing this page */
usr/src/lib/libsqlite/src/pager.c
119
u8 alwaysRollback; /* Disable dont_rollback() for this page */
usr/src/lib/libsqlite/src/pager.c
178
u8 journalOpen; /* True if journal file descriptors is valid */
usr/src/lib/libsqlite/src/pager.c
179
u8 journalStarted; /* True if header of journal is synced */
usr/src/lib/libsqlite/src/pager.c
180
u8 useJournal; /* Use a rollback journal on this file */
usr/src/lib/libsqlite/src/pager.c
181
u8 ckptOpen; /* True if the checkpoint journal is open */
usr/src/lib/libsqlite/src/pager.c
182
u8 ckptInUse; /* True we are in a checkpoint */
usr/src/lib/libsqlite/src/pager.c
183
u8 ckptAutoopen; /* Open ckpt journal when main journal is opened*/
usr/src/lib/libsqlite/src/pager.c
184
u8 noSync; /* Do not sync the journal if true */
usr/src/lib/libsqlite/src/pager.c
185
u8 fullSync; /* Do extra syncs of the journal for robustness */
usr/src/lib/libsqlite/src/pager.c
186
u8 state; /* SQLITE_UNLOCK, _READLOCK or _WRITELOCK */
usr/src/lib/libsqlite/src/pager.c
187
u8 errMask; /* One of several kinds of errors */
usr/src/lib/libsqlite/src/pager.c
188
u8 tempFile; /* zFilename is a temporary file */
usr/src/lib/libsqlite/src/pager.c
189
u8 readOnly; /* True for a read-only database */
usr/src/lib/libsqlite/src/pager.c
190
u8 needSync; /* True if an fsync() is needed on the journal */
usr/src/lib/libsqlite/src/pager.c
191
u8 dirtyFile; /* True if database file has changed in any way */
usr/src/lib/libsqlite/src/pager.c
192
u8 alwaysRollback; /* Disable dont_rollback() for all pages */
usr/src/lib/libsqlite/src/pager.c
193
u8 *aInJournal; /* One bit for each page in the database file */
usr/src/lib/libsqlite/src/pager.c
194
u8 *aInCkpt; /* One bit for each page in the database */
usr/src/lib/libsqlite/src/sqliteInt.h
268
u8 inTrans; /* 0: not writable. 1: Transaction. 2: Checkpoint */
usr/src/lib/libsqlite/src/sqliteInt.h
349
u8 file_format; /* What file format version is this database? */
usr/src/lib/libsqlite/src/sqliteInt.h
350
u8 safety_level; /* How aggressive at synching data to disk */
usr/src/lib/libsqlite/src/sqliteInt.h
351
u8 want_to_close; /* Close after all VDBEs are deallocated */
usr/src/lib/libsqlite/src/sqliteInt.h
352
u8 temp_store; /* 1=file, 2=memory, 0=compile-time default */
usr/src/lib/libsqlite/src/sqliteInt.h
353
u8 onError; /* Default conflict algorithm */
usr/src/lib/libsqlite/src/sqliteInt.h
371
u8 busy; /* TRUE if currently initializing */
usr/src/lib/libsqlite/src/sqliteInt.h
433
u8 includeTypes; /* Add datatypes to args of xFunc and xStep */
usr/src/lib/libsqlite/src/sqliteInt.h
446
u8 notNull; /* True if there is a NOT NULL constraint */
usr/src/lib/libsqlite/src/sqliteInt.h
447
u8 isPrimKey; /* True if this column is part of the PRIMARY KEY */
usr/src/lib/libsqlite/src/sqliteInt.h
448
u8 sortOrder; /* Some combination of SQLITE_SO_... values */
usr/src/lib/libsqlite/src/sqliteInt.h
449
u8 dottedName; /* True if zName contains a "." character */
usr/src/lib/libsqlite/src/sqliteInt.h
504
u8 readOnly; /* True if this table should not be written by the user */
usr/src/lib/libsqlite/src/sqliteInt.h
505
u8 iDb; /* Index into sqlite.aDb[] of the backend for this table */
usr/src/lib/libsqlite/src/sqliteInt.h
506
u8 isTransient; /* True if automatically deleted when VDBE finishes */
usr/src/lib/libsqlite/src/sqliteInt.h
507
u8 hasPrimKey; /* True if there exists a primary key */
usr/src/lib/libsqlite/src/sqliteInt.h
508
u8 keyConf; /* What to do in case of uniqueness conflict on iPKey */
usr/src/lib/libsqlite/src/sqliteInt.h
548
u8 isDeferred; /* True if constraint checking is deferred till COMMIT */
usr/src/lib/libsqlite/src/sqliteInt.h
549
u8 updateConf; /* How to resolve conflicts that occur on UPDATE */
usr/src/lib/libsqlite/src/sqliteInt.h
550
u8 deleteConf; /* How to resolve conflicts that occur on DELETE */
usr/src/lib/libsqlite/src/sqliteInt.h
551
u8 insertConf; /* How to resolve conflicts that occur on INSERT */
usr/src/lib/libsqlite/src/sqliteInt.h
625
u8 onError; /* OE_Abort, OE_Ignore, OE_Replace, or OE_None */
usr/src/lib/libsqlite/src/sqliteInt.h
626
u8 autoIndex; /* True if is automatically created (ex: by UNIQUE) */
usr/src/lib/libsqlite/src/sqliteInt.h
627
u8 iDb; /* Index in sqlite.aDb[] of where this index is stored */
usr/src/lib/libsqlite/src/sqliteInt.h
682
u8 op; /* Operation performed by this node */
usr/src/lib/libsqlite/src/sqliteInt.h
683
u8 dataType; /* Either SQLITE_SO_TEXT or SQLITE_SO_NUM */
usr/src/lib/libsqlite/src/sqliteInt.h
684
u8 iDb; /* Database referenced by this expression */
usr/src/lib/libsqlite/src/sqliteInt.h
685
u8 flags; /* Various flags. See below */
usr/src/lib/libsqlite/src/sqliteInt.h
727
u8 sortOrder; /* 1 for DESC or 0 for ASC */
usr/src/lib/libsqlite/src/sqliteInt.h
728
u8 isAgg; /* True if this is an aggregate like count(*) */
usr/src/lib/libsqlite/src/sqliteInt.h
729
u8 done; /* A flag to indicate when processing is finished */
usr/src/lib/libsqlite/src/sqliteInt.h
852
u8 op; /* One of: TK_UNION TK_ALL TK_INTERSECT TK_EXCEPT */
usr/src/lib/libsqlite/src/sqliteInt.h
853
u8 isDistinct; /* True if the DISTINCT keyword is present */
usr/src/lib/libsqlite/src/sqliteInt.h
919
u8 colNamesSet; /* TRUE after OP_ColumnName has been issued to pVdbe */
usr/src/lib/libsqlite/src/sqliteInt.h
920
u8 explain; /* True if the EXPLAIN flag is found on the query */
usr/src/lib/libsqlite/src/sqliteInt.h
921
u8 nameClash; /* A permanent table name clashes with temp table name */
usr/src/lib/libsqlite/src/sqliteInt.h
922
u8 useAgg; /* If true, extract field values from the aggregator
usr/src/lib/libsqlite/src/sqliteInt.h
970
u8 iDb; /* Database containing this trigger */
usr/src/lib/libsqlite/src/sqliteInt.h
971
u8 iTabDb; /* Database containing Trigger.table */
usr/src/lib/libsqlite/src/sqliteInt.h
972
u8 op; /* One of TK_DELETE, TK_UPDATE, TK_INSERT */
usr/src/lib/libsqlite/src/sqliteInt.h
973
u8 tr_tm; /* One of TK_BEFORE, TK_AFTER */
usr/src/lib/libsqlite/src/tokenize.c
147
static u8 aiHashTable[KEY_HASH_SIZE];
usr/src/lib/libsqlite/src/tokenize.c
32
u8 tokenType; /* Token value for this keyword */
usr/src/lib/libsqlite/src/tokenize.c
33
u8 len; /* Length of this keyword */
usr/src/lib/libsqlite/src/tokenize.c
34
u8 iNext; /* Index in aKeywordTable[] of next with same hash */
usr/src/lib/libsqlite/src/tokenize.c
555
u8 state = 0; /* Current state, using numbers defined in header comment */
usr/src/lib/libsqlite/src/tokenize.c
556
u8 token; /* Value of the next token */
usr/src/lib/libsqlite/src/tokenize.c
562
static const u8 trans[7][8] = {
usr/src/lib/libsqlite/src/tokenize.c
627
if( isIdChar[(u8)*zSql] ){
usr/src/lib/libsqlite/src/tokenize.c
630
for(nId=1; isIdChar[(u8)zSql[nId]]; nId++){}
usr/src/lib/libsqlite/src/vdbe.h
37
u8 opcode; /* What operation to perform */
usr/src/lib/libsqlite/src/vdbe.h
54
u8 opcode; /* What operation to perform */
usr/src/lib/libsqlite/src/vdbeInt.h
157
u8 isError; /* Set to true for an error */
usr/src/lib/libsqlite/src/vdbeInt.h
158
u8 isStep; /* Current in the step function */
usr/src/lib/libsqlite/src/vdbeInt.h
253
u8 *abVar; /* TRUE if azVariable[i] needs to be sqliteFree()ed */
usr/src/lib/libsqlite/src/vdbeInt.h
280
u8 explain; /* True if EXPLAIN present on SQL command */
usr/src/lib/libsqlite/src/vdbeaux.c
624
p->abVar = (u8*)&p->anVar[p->nVar];
usr/src/lib/libsqlite/src/where.c
27
u8 indexable; /* True if this subexprssion is usable by an index */
usr/src/uts/common/fs/zfs/zfs_ioctl.c
3150
uint64_t u8 = ZFS_PROP_UNDEFINED;
usr/src/uts/common/fs/zfs/zfs_ioctl.c
3168
zfs_prop_to_name(ZFS_PROP_UTF8ONLY), &u8);
usr/src/uts/common/fs/zfs/zfs_ioctl.c
3187
(norm != ZFS_PROP_UNDEFINED || u8 != ZFS_PROP_UNDEFINED ||
usr/src/uts/common/fs/zfs/zfs_ioctl.c
3206
u8 = 1;
usr/src/uts/common/fs/zfs/zfs_ioctl.c
3207
if (u8 == ZFS_PROP_UNDEFINED)
usr/src/uts/common/fs/zfs/zfs_ioctl.c
3208
VERIFY(zfs_get_zplprop(os, ZFS_PROP_UTF8ONLY, &u8) == 0);
usr/src/uts/common/fs/zfs/zfs_ioctl.c
3210
zfs_prop_to_name(ZFS_PROP_UTF8ONLY), u8) == 0);
usr/src/uts/common/io/bnx/include/bcmtype.h
58
typedef u8 u8_t;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
10023
u8 link_up = elink_8706_8726_read_status(phy, params, vars);
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
10143
struct elink_params *params, u8 mode)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
10191
u8 port;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
1033
u8 cos_idx = 0;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
1034
u8 is_bw_cos_exist = 0;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
10436
u8 link_up = 0;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
10477
u8 oc_port = params->port;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
10616
u8 port)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
1076
static void elink_ets_e3b0_sp_pri_to_cos_init(u8 *sp_pri_to_cos)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
1078
u8 pri = 0;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
1089
u8 *sp_pri_to_cos, const u8 pri,
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
1090
const u8 cos_entry)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
1093
const u8 port = params->port;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
1094
const u8 max_num_of_cos = (port) ? ELINK_DCBX_E3B0_MAX_NUM_COS_PORT1 :
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
11012
static u8 elink_84833_get_reset_gpios(struct elink_dev *cb,
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
11018
u8 reset_gpios;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
11032
reset_gpios = (u8)(reset_pin[0] | reset_pin[1]);
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
11044
reset_gpios = (u8)(reset_pin[0] | reset_pin[1]);
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
11056
u8 reset_gpios;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
11140
u8 port, initialize = 1;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
1121
static u64 elink_e3b0_sp_get_pri_cli_reg(const u8 cos, const u8 cos_offset,
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
1122
const u8 pri_set,
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
1123
const u8 pri_offset,
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
1124
const u8 entry_size)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
11325
u8 link_up = 0;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
1138
static u64 elink_e3b0_sp_get_pri_cli_reg_nig(const u8 cos, const u8 pri_set)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
1141
const u8 nig_cos_offset = 3;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
1142
const u8 nig_pri_offset = 3;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
11466
elink_848xx_format_ver(u32 raw_ver, u8 *str, u16 *len)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
11503
u8 port;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
11527
struct elink_params *params, u8 mode)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
11532
u8 port;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
1154
static u64 elink_e3b0_sp_get_pri_cli_reg_pbf(const u8 cos, const u8 pri_set)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
1156
const u8 pbf_cos_offset = 0;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
1157
const u8 pbf_pri_offset = 0;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
1171
u8 *sp_pri_to_cos)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
1174
u8 i = 0;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
1175
const u8 port = params->port;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
1179
u8 pri_set = 0;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
1180
u8 pri_bitmask = 0;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
1181
const u8 max_num_of_cos = (port) ? ELINK_DCBX_E3B0_MAX_NUM_COS_PORT1 :
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
1184
u8 cos_bit_to_set = (1 << max_num_of_cos) - 1;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
11876
u8 port;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
12092
struct elink_params *params, u8 mode)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
12134
u8 port;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
12164
u8 link_up = 0;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
12366
u8 link_up;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
12402
elink_7101_format_ver(u32 spirom_ver, u8 *str, u16 *len)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
12453
struct elink_params *params, u8 mode)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
1269
const u8 port = params->port;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
1273
u8 cos_bw_bitmap = 0;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
1274
u8 cos_sp_bitmap = 0;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
1275
u8 sp_pri_to_cos[ELINK_DCBX_MAX_NUM_COS] = {0};
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
1276
const u8 max_num_of_cos = (port) ? ELINK_DCBX_E3B0_MAX_NUM_COS_PORT1 :
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
1278
u8 cos_entry = 0;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
13036
struct elink_phy *phy, u8 port,
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
13037
u8 phy_index)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
13074
u8 phy_index, u8 port)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
13096
static elink_status_t elink_populate_int_phy(struct elink_dev *cb, u32 shmem_base, u8 port,
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
13224
phy->addr = (u8)phy_addr;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
13242
u8 phy_index,
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
13245
u8 port,
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
13385
static elink_status_t elink_populate_phy(struct elink_dev *cb, u8 phy_index, u32 shmem_base,
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
13386
u32 shmem2_base, u8 port, struct elink_phy *phy)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
13401
u8 phy_index)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
13510
u8 phy_index, actual_phy_idx;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
13588
u8 elink_phy_is_temperature_support(struct elink_params *params)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
13590
u8 phy_index;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
13913
u8 phy_index;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
13928
void elink_set_rx_filter(struct elink_params *params, u8 en)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
13931
u8 val = en * 0x1F;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
14209
u8 reset_ext_phy)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
14212
u8 phy_index, port = params->port, clear_latch_ind = 0;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
14387
u32 shmem2_base_path[], u8 phy_index,
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
1441
elink_status_t elink_ets_strict(const struct elink_params *params, const u8 strict_cos)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
14515
u32 shmem2_base_path[], u8 phy_index,
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
14565
u8 *io_gpio, u8 *io_port)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
14612
u32 shmem2_base_path[], u8 phy_index,
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
14630
(u8 *)&reset_gpio, (u8 *)&port);
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
14714
u8 phy_index,
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
14717
u8 reset_gpios;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
14731
u8 port)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
14766
u8 port)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
14789
u32 shmem2_base_path[], u8 phy_index,
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
14852
u8 phy_index,
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
14854
u8 one_port_enabled)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
1489
u8 is_lb)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
14948
u8 one_port_enabled)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
14953
u8 phy_index = 0;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
15011
u8 port = params->port;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
15044
static u8 elink_analyze_link_error(struct elink_params *params,
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
15046
u32 phy_flag, u32 link_flag, u8 notify)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
15050
u8 led_mode;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
15134
u8 notify)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
15194
u8 led_change, port = params->port;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
15213
u8 led_mode;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
15384
u8 elink_fan_failure_det_req(struct elink_dev *cb,
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
15387
u8 port)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
15389
u8 phy_index, fan_failure_det_req = 0;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
15408
u8 phy_index;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
15429
u8 phy_index;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
15452
u8 port)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
15454
u8 gpio_num = 0xff, gpio_port = 0xff, phy_index;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
15603
u32 *temp_reading, u8 path, u8 port)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
15613
u8 idx;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
15650
u8 lane = elink_get_warpcore_lane(phy, params);
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
1638
static u8 elink_is_4_port_mode(struct elink_dev *cb)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
1648
return (u8)REG_RD(cb, MISC_REG_PORT4MODE_EN);
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
1656
u8 phy_index;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
1670
u8 port = params->port;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
1713
u8 enable)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
1725
static void elink_set_umac_rxtx(struct elink_params *params, u8 en)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
1745
struct elink_vars *vars, u8 lb)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
1905
static void elink_set_xmac_rxtx(struct elink_params *params, u8 en)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
1907
u8 port = params->port;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
1934
struct elink_vars *vars, u8 lb)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
2006
struct elink_vars *vars, u8 lb)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
2009
u8 port = params->port;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
2214
u8 is_lb)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
2306
u8 cos_entry,
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
2307
u32 priority_mask, u8 port)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
2368
u8 port = params->port;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
2436
u8 i = 0;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
2466
u8 bmac_loopback = (params->loopback_mode == ELINK_LOOPBACK_BMAC);
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
2514
u8 is_lb)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
2517
u8 port = params->port;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
2589
u8 is_lb)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
2592
u8 port = params->port;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
2656
u8 is_lb, u8 reset_bmac)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
2659
u8 port = params->port;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
2709
static void elink_set_bmac_rx(struct elink_dev *cb, u32 chip_id, u8 port, u8 en)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
2742
u8 port = params->port;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
2826
u32 mdc_mdio_access, u8 port)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
2868
u8 i;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
2943
u8 devad, u16 reg, u16 *ret_val)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
3022
u8 devad, u16 reg, u16 val)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
3025
u8 i;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
3103
static u8 elink_eee_has_cap(struct elink_params *params)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
3220
struct elink_vars *vars, u8 mode)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
3256
struct elink_vars *vars, u8 modes)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
3298
u8 neg = 0;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
3346
u8 port = params->port;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
3368
u8 sl_devid,
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
3370
u8 lc_addr,
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
3371
u8 xfer_cnt,
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
341
struct elink_vars *vars, u8 notify);
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
3458
u8 devad, u16 reg, u16 or_val)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
3467
u8 devad, u16 reg, u16 and_val)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
3476
elink_status_t elink_phy_read(struct elink_params *params, u8 phy_addr,
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
3477
u8 devad, u16 reg, u16 *ret_val)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
3479
u8 phy_index;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
3493
elink_status_t elink_phy_write(struct elink_params *params, u8 phy_addr,
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
3494
u8 devad, u16 reg, u16 val)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
3496
u8 phy_index;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
3512
static u8 elink_get_warpcore_lane(struct elink_phy *phy,
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
3515
u8 lane = 0;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
3519
u8 path, port;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
3608
static void elink_set_serdes_access(struct elink_dev *cb, u8 port)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
3622
static void elink_serdes_deassert(struct elink_dev *cb, u8 port)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
3662
u8 port;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
3728
u8 actual_phy_idx, phy_index, link_cfg_idx;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
3729
u8 phy_config_swapped = params->multi_phy_config &
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
3836
u8 lane = elink_get_warpcore_lane(phy, params);
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
3878
static u8 elink_ext_phy_resolve_fc(struct elink_phy *phy,
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
3882
u8 ret = 0;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
40
u8 dev_addr, u16 addr, u8 byte_cnt,
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
41
u8 *o_buf, u8);
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
4252
u8 is_xfi)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
4479
u8 fiber_mode,
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
4480
u8 always_autoneg)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
4563
u8 reset)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
4619
u32 shmem_base, u8 port,
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
4620
u8 *gpio_num, u8 *gpio_port)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
4660
u8 gpio_num, gpio_port;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
4764
u8 tx_en)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
4768
u8 port = params->port;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
4789
u8 fiber_mode;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
5005
u8 power_down_lanes[4];
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
5067
u8 enable){
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
5330
u8 link_10g_plus;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
5438
u8 port = params->port;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
546
u8 gpio_num = (pin_cfg - PIN_CFG_GPIO0_P0) & 0x3;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
547
u8 gpio_port = (pin_cfg - PIN_CFG_GPIO0_P0) >> 2;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
548
ELINK_SET_GPIO(cb, gpio_num, (u8)val, gpio_port);
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
5530
u8 set_serdes)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
559
u8 gpio_num = (pin_cfg - PIN_CFG_GPIO0_P0) & 0x3;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
560
u8 gpio_port = (pin_cfg - PIN_CFG_GPIO0_P0) >> 2;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
5672
u8 enable_cl73)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
5865
u8 enable_cl73)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
6343
u8 lane;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
6509
u8 port = params->port;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
6583
u8 enable_cl73 = (ELINK_SINGLE_MEDIA_DIRECT(params) ||
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
666
const u8 port = params->port;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
6703
u8 port = params->port;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
6749
static void elink_rearm_latch_signal(struct elink_dev *cb, u8 port,
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
6750
u8 exp_mi_int)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
6784
struct elink_vars *vars, u8 is_10g_plus)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
6787
u8 port = params->port;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
6825
elink_format_ver(u32 num, u8 *str, u16 *len)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
6828
u8 *str_ptr = str;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
6830
u8 shift = 8*4;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
6831
u8 digit;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
6832
u8 remove_leading_zeros = 1;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
6869
elink_null_format_ver(u32 spirom_ver, u8 *str, u16 *len)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
6880
elink_status_t elink_get_ext_phy_fw_version(struct elink_params *params, u8 *version,
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
6886
u8 *ver_p = version;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
6926
u8 port = params->port;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
6981
struct elink_vars *vars, u8 mode, u32 speed)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
6983
u8 port = params->port;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
6986
u8 phy_idx;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
704
const u8 port = params->port;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
7139
u8 is_serdes)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
7143
u8 ext_phy_link_up = 0, serdes_phy_type;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
7167
u8 lane = elink_get_warpcore_lane(int_phy, params);
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
7232
u8 phy_index, non_ext_phy;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
7329
u8 gpio_port;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
7350
u8 port = params->port;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
7399
u8 link_10g)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
7402
u8 phy_idx, port = params->port;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
7496
static void elink_chng_link_count(struct elink_params *params, u8 clear)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
7530
u8 port = params->port;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
7531
u8 link_10g_plus, phy_index;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
7533
u8 ext_phy_link_up = 0, cur_link_up;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
7536
u8 active_external_phy = ELINK_INT_PHY;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
7786
void elink_ext_phy_hw_reset(struct elink_dev *cb, u8 port)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
7796
static void elink_save_spirom_version(struct elink_dev *cb, u8 port,
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
7809
u8 port)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
7884
u8 port)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
790
const u8 port = params->port;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
792
u8 max_cos = 0;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
793
u8 i = 0;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
8121
u8 gpio_port;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
820
const u8 port = params->port;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
822
u8 i = 0;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
824
u8 max_cos = 0;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
8270
u8 link_up = 0;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
83
#define OFFSETOF(_s, _m) ((u32) ((u8 *)(&((_s *) 0)->_m) - \
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
84
(u8 *)((u8 *) 0)))
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
8415
u8 gpio_port;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
8465
u8 link_up = 0;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
8502
u8 pmd_dis)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
8525
static u8 elink_get_gpio_port(struct elink_params *params)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
8527
u8 gpio_port;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
8541
u8 tx_en)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
8544
u8 port = params->port;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
8579
u8 gpio_port, gpio_mode;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
8599
u8 tx_en)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
8619
u8 dev_addr, u16 addr, u8 byte_cnt,
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
8620
u8 *o_buf, u8 is_init)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
8670
o_buf[i] = (u8)(val & MDIO_PMA_REG_8726_TWO_WIRE_DATA_MASK);
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
8689
u8 power)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
8712
u8 dev_addr,
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
8713
u16 addr, u8 byte_cnt,
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
8714
u8 *o_buf, u8 is_init)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
8717
u8 i, j = 0, cnt = 0;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
8743
o_buf[j] = *((u8 *)data_array + i);
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
8755
u8 dev_addr, u16 addr, u8 byte_cnt,
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
8756
u8 *o_buf, u8 is_init)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
8833
o_buf[i] = (u8)(val & MDIO_PMA_REG_8727_TWO_WIRE_DATA_MASK);
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
8852
elink_status_t elink_validate_cc_dmi(u8 *sfp_a2_buf)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
8854
u8 i, checksum = 0;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
8865
struct elink_params *params, u8 dev_addr,
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
8866
u16 addr, u16 byte_cnt, u8 *o_buf)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
8872
u8 xfer_size;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
8873
u8 *user_data = o_buf;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
8917
const u8 val[ELINK_SFP_EEPROM_FC_TX_TECH_ADDR + 1])
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
8921
u8 copper_module_type;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
8992
u8 val[ELINK_SFP_EEPROM_FC_TX_TECH_ADDR + 1], check_limiting_mode = 0;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
9002
(u8 *)val) != 0) {
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
9015
u8 copper_module_type;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
9063
u8 gport = params->port;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
9123
u8 options[ELINK_SFP_EEPROM_OPTIONS_SIZE];
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
9153
u8 val[ELINK_SFP_EEPROM_FC_TX_TECH_ADDR + 1];
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
9157
0, ELINK_SFP_EEPROM_FC_TX_TECH_ADDR + 1, (u8 *)val) != 0) {
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
9221
(u8 *)vendor_name))
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
923
const u8 cos_sp_bitmap,
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
9230
(u8 *)vendor_pn))
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
924
const u8 cos_bw_bitmap)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
9250
u8 val;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
927
const u8 port = params->port;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
928
const u8 nig_cli_sp_bitmap = 0x7 | (cos_sp_bitmap << 3);
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
9287
u8 is_power_up) {
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
929
const u8 pbf_cli_sp_bitmap = cos_sp_bitmap;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
930
const u8 nig_cli_subject2wfq_bitmap = cos_bw_bitmap << 3;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
931
const u8 pbf_cli_subject2wfq_bitmap = cos_bw_bitmap;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
9452
u8 gpio_mode)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
9468
u8 gpio_port = elink_get_gpio_port(params);
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
9488
u8 gpio_mode)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
9491
u8 port = params->port;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
9504
u8 gpio_mode)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
9539
u8 power)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
956
const u8 cos_entry,
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
9571
u8 lane = elink_get_warpcore_lane(phy, params);
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
960
const u8 bw,
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
961
const u8 port)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
9692
u8 gpio_num, gpio_port;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
9793
static u8 elink_8706_8726_read_status(struct elink_phy *phy,
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
9797
u8 link_up = 0;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
9881
u8 i;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_common.h
49
u8 i;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_common.h
71
u8 *mac)
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_common.h
73
((u8 *)fw_hi)[0] = mac[1];
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_common.h
74
((u8 *)fw_hi)[1] = mac[0];
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_common.h
75
((u8 *)fw_mid)[0] = mac[3];
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_common.h
76
((u8 *)fw_mid)[1] = mac[2];
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_common.h
77
((u8 *)fw_lo)[0] = mac[5];
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_common.h
78
((u8 *)fw_lo)[1] = mac[4];
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_init.h
197
static __inline void ecore_set_mcp_parity(struct _lm_device_t *pdev, u8 enable)
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_init.h
54
u8 opaque[56];
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_init_ops.h
139
static const u8 *ecore_sel_blob(struct _lm_device_t *pdev, u32 addr,
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_init_ops.h
140
const u8 *data)
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_init_ops.h
187
const u8 *data = NULL;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_init_ops.h
189
data = ecore_sel_blob(pdev, addr, (const u8 *)data);
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_init_ops.h
220
const u8 *data = NULL;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_init_ops.h
31
static int ecore_gunzip(struct _lm_device_t *pdev, const u8 *zbuf, int len);
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_init_ops.h
56
u8 wb)
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_init_ops.h
642
struct ilt_line *line, u32 size, u8 memop)
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_init_ops.h
657
u8 memop)
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_init_ops.h
676
static int ecore_ilt_mem_op_cnic(struct _lm_device_t *pdev, u8 memop)
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_init_ops.h
688
static int ecore_ilt_mem_op(struct _lm_device_t *pdev, u8 memop)
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_init_ops.h
71
u32 len, u8 wb)
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_init_ops.h
713
struct ecore_ilt *ilt, int idx, u8 initop)
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_init_ops.h
734
u32 ilt_start, u8 initop)
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_init_ops.h
77
mm_memset(GUNZIP_BUF(pdev), (u8)fill, buf_len);
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_init_ops.h
788
u8 initop)
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_init_ops.h
803
struct ilt_client_info *ilt_cli, u8 initop)
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_init_ops.h
811
int cli_num, u8 initop)
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_init_ops.h
819
static void ecore_ilt_init_op_cnic(struct _lm_device_t *pdev, u8 initop)
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_init_ops.h
826
static void ecore_ilt_init_op(struct _lm_device_t *pdev, u8 initop)
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_init_ops.h
835
u32 psz_reg, u8 initop)
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_init_ops.h
858
static void ecore_ilt_init_page_size(struct _lm_device_t *pdev, u8 initop)
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_init_ops.h
879
u8 initop)
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_init_ops.h
912
u8 initop)
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
1075
static INLINE u8 ecore_vlan_mac_get_rx_tx_flag(struct ecore_vlan_mac_obj *o)
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
1078
u8 rx_tx_flag = 0;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
1168
hdr->rule_cnt = (u8)rule_cnt;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
1184
u8 *mac = elem->cmd_data.vlan_mac.u.mac.mac;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
1275
hdr->offset = (u8)cam_offset;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
1282
struct ecore_vlan_mac_obj *o, BOOL add, int opcode, u8 *mac,
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
1312
u8 *mac, u16 vlan_id, int opcode, struct mac_configuration_cmd *config)
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
1422
u8 *mac = elem->cmd_data.vlan_mac.u.vlan_mac.mac;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
2400
static INLINE void ecore_init_raw_obj(struct ecore_raw_obj *raw, u8 cl_id,
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
2401
u32 cid, u8 func_id, void *rdata, lm_address_t rdata_mapping, int state,
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
2419
u8 cl_id, u32 cid, u8 func_id, void *rdata, lm_address_t rdata_mapping,
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
2443
u8 cl_id, u32 cid, u8 func_id, void *rdata,
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
2497
u8 cl_id, u32 cid, u8 func_id, void *rdata,
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
2538
u8 cl_id, u32 cid, u8 func_id, void *rdata,
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
2622
u8 drop_all_ucast = 1, drop_all_mcast = 1;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
2623
u8 accp_all_ucast = 0, accp_all_bcast = 0, accp_all_mcast = 0;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
2624
u8 unmatched_unicast = 0;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
2696
u8 rule_cnt)
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
2754
u8 rule_idx = 0;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
2898
static INLINE u8 ecore_mcast_bin_from_mac(u8 *mac)
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
2905
u8 mac[ETH_ALEN];
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
2906
u8 pad[2]; /* For a natural alignment of the following buffer */
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
2978
((u8 *)new_cmd + sizeof(*new_cmd));
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
3060
static INLINE u8 ecore_mcast_get_rx_tx_flag(struct ecore_mcast_obj *o)
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
3063
u8 rx_tx_flag = 0;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
3084
u8 func_id = r->func_id;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
3085
u8 rx_tx_add_flag = ecore_mcast_get_rx_tx_flag(o);
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
3123
data->rules[idx].bin_id = (u8)bin;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
3149
cfg_data.bin = (u8)cur_bin;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
3445
u8 len)
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
3522
ecore_mcast_set_rdata_hdr_e2(pdev, p, (u8)cnt);
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
3794
u8 len)
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
3800
u8 offset = (CHIP_REV_IS_SLOW(pdev) ?
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
3910
__le16 *fw_lo, u8 *mac)
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
3912
mac[1] = ((u8 *)fw_hi)[0];
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
3913
mac[0] = ((u8 *)fw_hi)[1];
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
3914
mac[3] = ((u8 *)fw_mid)[0];
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
3915
mac[2] = ((u8 *)fw_mid)[1];
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
3916
mac[5] = ((u8 *)fw_lo)[0];
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
3917
mac[4] = ((u8 *)fw_lo)[1];
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
4019
ecore_mcast_set_rdata_hdr_e1(pdev, p, (u8)cnt);
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
4188
u8 mcast_cl_id, u32 mcast_cid, u8 func_id,
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
4189
u8 engine_id, void *rdata, lm_address_t rdata_mapping,
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
4485
struct ecore_credit_pool_obj *p, u8 func_id,
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
4486
u8 func_num)
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
4555
u8 func_id,
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
4556
u8 func_num)
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
4624
u8 rss_mode = 0;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
4731
u8 *ind_table)
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
4766
u8 cl_id, u32 cid, u8 func_id, u8 engine_id,
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
5158
u8 cos;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
5266
u8 cid_index = tx_only_params->cid_index;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
5395
u8 cid_index = update_params->cid_index;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
5550
u8 cid_idx = params->params.cfc_del.cid_index;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
5567
u8 cid_index = params->params.terminate.cid_index;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
5690
u8 next_tx_only = o->num_tx_only;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
5912
u8 cl_id, u32 *cids, u8 cid_cnt, u8 func_id,
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
6404
rdata->function_mode = (u8)start_params->mf_mode;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
67
lm_sq_post(_pdev, _cid, (u8)(_cmd), CMD_PRIORITY_NORMAL, _con_type, \
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
891
int n, u8 *base, u8 stride, u8 size)
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
894
u8 *next = base;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
1008
u8 stat_id;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
1010
u8 spcl_id;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
1012
u8 cos;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
1024
u8 fw_sb_id;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
1025
u8 cl_qzone_id;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
1030
u8 max_sges_pkt;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
1031
u8 max_tpa_queues;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
1032
u8 rss_engine_id;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
1035
u8 mcast_engine_id;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
1037
u8 cache_line_log;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
1039
u8 sb_cq_index;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
1050
u8 fw_sb_id;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
1051
u8 sb_cq_index;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
1052
u8 cos; /* valid iff ECORE_Q_FLG_COS */
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
1055
u8 tss_leading_cl_id;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
1074
u8 cid_index;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
1099
u8 echo_res;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
1100
u8 func_bit_map_res;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
1105
u8 cl_id;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
1106
u8 func_id;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
1116
u8 max_cos;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
1117
u8 num_tx_only, next_tx_only;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
1243
u8 network_cos_mode;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
1246
u8 tunnel_mode;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
1249
u8 tunn_clss_en;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
1252
u8 gre_tunnel_type;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
1257
u8 inner_gre_rss_en;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
126
u8 func_id;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
1265
u8 class_fail;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
1269
u8 sd_vlan_force_pri;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
1270
u8 sd_vlan_force_pri_val;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
1276
u8 no_added_tags;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
1283
u8 vlan_force_prio;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
1284
u8 tunnel_mode;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
1285
u8 gre_tunnel_type;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
129
u8 cl_id;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
1293
u8 allowed_priorities;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
1298
u8 func_bit_map;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
1299
u8 afex_vif_list_command;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
1300
u8 func_to_clear;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
1305
u8 dcb_enabled;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
1306
u8 dcb_version;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
1307
u8 dont_add_pri_0_en;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
1312
u8 drift_adjust_cmd;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
1314
u8 offset_cmd;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
1316
u8 add_sub_drift_adjust_value;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
1320
u8 drift_adjust_value;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
1447
struct ecore_queue_sp_obj *obj, u8 cl_id, u32 *cids,
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
1448
u8 cid_cnt, u8 func_id, void *rdata,
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
1460
u8 cl_id, u32 cid, u8 func_id, void *rdata,
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
1467
u8 cl_id, u32 cid, u8 func_id, void *rdata,
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
1474
u8 cl_id, u32 cid, u8 func_id, void *rdata,
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
1516
u8 mcast_cl_id, u32 mcast_cid, u8 func_id,
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
1517
u8 engine_id, void *rdata, lm_address_t rdata_mapping,
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
152
u8 mac[ETH_ALEN];
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
153
u8 is_inner_mac;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
1547
struct ecore_credit_pool_obj *p, u8 func_id,
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
1548
u8 func_num);
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
1550
struct ecore_credit_pool_obj *p, u8 func_id,
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
1551
u8 func_num);
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
1556
u8 cl_id, u32 cid, u8 func_id, u8 engine_id,
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
1577
u8 *ind_table);
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
161
u8 mac[ETH_ALEN];
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
162
u8 is_inner_mac;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
352
u8 head_reader; /* Num. of readers accessing head list */
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
380
struct ecore_vlan_mac_obj *o, int n, u8 *base,
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
381
u8 stride, u8 size);
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
533
u8 cl_id;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
535
u8 func_id;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
564
u8 *mac;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
568
u8 *mac;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
569
u8 bin; /* used in a RESTORE flow */
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
633
u8 engine_id;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
792
u8 rss_result_mask;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
795
u8 ind_table[T_ETH_INDIRECTION_TABLE_SIZE];
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
808
u8 engine_id;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
811
u8 ind_table[T_ETH_INDIRECTION_TABLE_SIZE];
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
814
u8 udp_rss_v4;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
815
u8 udp_rss_v6;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
940
u8 fw_sb_id;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
941
u8 sb_cq_index;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
947
u8 fw_sb_id;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
948
u8 sb_cq_index;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
955
u8 max_cos;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
960
u8 cid_index;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
965
u8 cid_index;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
974
u8 cid_index;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
979
u8 update_ipv4;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
980
u8 update_ipv6;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
981
u8 max_tpa_queues;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
982
u8 max_sges_pkt;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
983
u8 complete_on_both_clients;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
984
u8 dont_verify_thr;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
985
u8 tpa_mode;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
986
u8 _pad;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
129
u8 status;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
130
u8 padding[3];
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
141
u8 padding[4];
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
150
u8 vf_id; /* ME register value */
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
151
u8 vf_os; /* e.g. Linux, W2K8 */
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
158
u8 fp_hsi_ver;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
159
u8 caps;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
171
u8 vf_qid;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
172
u8 padding[3];
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
188
u8 rss_result_mask;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
189
u8 ind_table_size;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
190
u8 rss_key_size;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
191
u8 padding;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
192
u8 ind_table[T_ETH_INDIRECTION_TABLE_SIZE];
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
220
u8 indices_per_sb;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
221
u8 padding;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
231
u8 hw_qid[PFVF_MAX_QUEUES_PER_VF];
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
232
u8 num_rxqs;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
233
u8 num_txqs;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
234
u8 num_sbs;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
235
u8 num_mac_filters;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
236
u8 num_vlan_filters;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
237
u8 num_mc_filters;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
238
u8 permanent_mac_addr[ETH_ALEN];
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
239
u8 current_mac_addr[ETH_ALEN];
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
247
u8 id[ETH_ALEN];
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
248
u8 padding[2];
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
279
u8 vf_sb; /* index in hw_sbs[] */
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
280
u8 sb_index; /* Index in the SB */
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
292
u8 max_sge_pkt;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
294
u8 drop_flags; /* VFPF_QUEUE_DROP_X, for Linux VMs
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
298
u8 cache_line_log; /* VFPF_QUEUE_FLG_CACHE_ALIGN */
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
299
u8 padding;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
307
u8 vf_sb; /* index in hw_sbs[] */
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
308
u8 sb_index; /* Index in the SB */
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
313
u8 traffic_type; /* see in setup_context() */
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
314
u8 padding;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
317
u8 vf_qid; /* index in hw_qid[] */
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
318
u8 param_valid;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
321
u8 padding[2];
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
330
u8 mac[ETH_ALEN];
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
347
u8 vf_qid; /* index in hw_qid[] */
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
348
u8 n_mac_vlan_filters;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
349
u8 n_multicast;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
350
u8 padding;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
359
u8 multicast[PFVF_MAX_MULTICAST_PER_VF][_UP_ETH_ALEN];
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
369
u8 update_ipv4;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
370
u8 update_ipv6;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
371
u8 max_tpa_queues;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
372
u8 max_sges_for_packet;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
373
u8 complete_on_both_clients;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
374
u8 dont_verify_thr;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
375
u8 tpa_mode;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
387
u8 padding[2];
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
394
u8 padding[2];
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
398
u8 tlv_buffer[TLV_BUFFER_SIZE];
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
429
u8 size [PF_VF_BULLETIN_SIZE];
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
456
u8 mac[ETH_ALEN];
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
457
u8 mac_padding[2];
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
460
u8 vlan_padding[6];
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
463
u8 link_speed_padding[6];
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
469
u8 link_flags_padding[4];
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
47
u8 num_rxqs;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
48
u8 num_txqs;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
49
u8 num_sbs;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
50
u8 num_mac_filters;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
51
u8 num_vlan_filters;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
52
u8 num_mc_filters; /* No limit so superfluous */
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
56
u8 hw_sb_id; /* aka absolute igu id, used to ack the sb */
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
57
u8 sb_qid; /* used to update DHC for sb */
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/vfpf_if.h
100
u8 rss_result_mask;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/vfpf_if.h
102
u8 ind_table_size;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/vfpf_if.h
103
u8 rss_key_size;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/vfpf_if.h
106
u8 ind_table[T_ETH_INDIRECTION_TABLE_SIZE];
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/vfpf_if.h
119
u8 hw_sb_id; /* aka absolute igu id, used to ack the sb */
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/vfpf_if.h
120
u8 sb_qid; /* used to update DHC for sb */
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/vfpf_if.h
137
u8 indices_per_sb;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/vfpf_if.h
138
u8 padding;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/vfpf_if.h
152
u8 hw_qid[PFVF_MAX_QUEUES_PER_VF];
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/vfpf_if.h
153
u8 num_rxqs;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/vfpf_if.h
154
u8 num_txqs;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/vfpf_if.h
155
u8 num_sbs;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/vfpf_if.h
156
u8 num_mac_filters;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/vfpf_if.h
157
u8 num_vlan_filters;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/vfpf_if.h
158
u8 num_mc_filters;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/vfpf_if.h
159
u8 igu_test_cnt;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/vfpf_if.h
160
u8 igu_cnt;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/vfpf_if.h
161
u8 permanent_mac_addr[8];
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/vfpf_if.h
162
u8 current_mac_addr[8];
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/vfpf_if.h
179
u8 vf_qid; /* index in hw_qid[] */
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/vfpf_if.h
181
u8 param_valid;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/vfpf_if.h
195
u8 vf_sb; /* index in hw_sbs[] */
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/vfpf_if.h
196
u8 sb_index; /* Index in the SB */
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/vfpf_if.h
208
u8 max_sge_pkt;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/vfpf_if.h
210
u8 drop_flags; /* VFPF_QUEUE_DROP_X, for Linux all should
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/vfpf_if.h
215
u8 cache_line_log; /* VFPF_QUEUE_FLG_CACHE_ALIGN
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/vfpf_if.h
218
u8 padding;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/vfpf_if.h
226
u8 vf_sb; /* index in hw_sbs[] */
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/vfpf_if.h
227
u8 sb_index; /* Index in the SB */
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/vfpf_if.h
232
u8 traffic_type; /* see in setup_context() */
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/vfpf_if.h
233
u8 padding;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/vfpf_if.h
246
u8 dest_mac[6];
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/vfpf_if.h
258
u8 vf_qid; /* index in hw_qid[] */
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/vfpf_if.h
259
u8 n_mac_vlan_filters;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/vfpf_if.h
260
u8 n_multicast;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/vfpf_if.h
261
u8 padding;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/vfpf_if.h
273
u8 multicast[PFVF_MAX_MULTICAST_PER_VF][6];
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/vfpf_if.h
40
u8 if_ver;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/vfpf_if.h
41
u8 opcode_ver;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/vfpf_if.h
46
u8 status;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/vfpf_if.h
47
u8 opcode_ver;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/vfpf_if.h
64
u8 vf_id; /* ME register value */
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/vfpf_if.h
65
u8 vf_os; /* e.g. Linux, W2K8 */
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/vfpf_if.h
66
u8 vf_aux;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/vfpf_if.h
67
u8 fp_hsi_ver;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/vfpf_if.h
73
u8 num_rxqs;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/vfpf_if.h
74
u8 num_txqs;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/vfpf_if.h
75
u8 num_sbs;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/vfpf_if.h
76
u8 num_mac_filters;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/vfpf_if.h
77
u8 num_vlan_filters;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/vfpf_if.h
78
u8 num_mc_filters;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/vfpf_if.h
79
u8 reserved1;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/vfpf_if.h
80
u8 reserved2;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/vfpf_if.h
91
u8 vf_qid;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/vfpf_if.h
92
u8 padding[3];
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_hw_init_reset.c
591
static int ecore_gunzip(struct _lm_device_t *pdev, const u8 *zbuf, int len)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_phy.c
102
u8 elink_cb_gpio_mult_write(struct elink_dev *cb, u8 pins, u8 mode)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_phy.c
107
u32 elink_cb_gpio_read(struct elink_dev *cb, u16 gpio_num, u8 port)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_phy.c
114
u8 elink_cb_gpio_int_write(struct elink_dev *cb, u16 gpio_num, u8 mode, u8 port)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_phy.c
195
u8 elink_cb_path_id(struct elink_dev *cb)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_phy.c
97
u8 elink_cb_gpio_write(struct elink_dev *cb, u16 gpio_num, u8 mode, u8 port)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sb.c
951
void lm_int_igu_sb_cleanup(lm_device_t *pdev, u8 igu_sb_id)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sp.c
2250
u8 mc_count = buf_len / ETHERNET_ADDRESS_SIZE;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sp.c
2513
u8 sync_with_toe, void * cookie)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_stats.c
965
((u8*)stats_fw->fw_stats + stats_fw->fw_stats_req_sz);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/57710_init_values.c
12123
static const u8 usem_int_table_data_e1[] = {
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/57710_init_values.c
12198
static const u8 usem_pram_data_e1[] = {
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/57710_init_values.c
1501
static const u8 csem_int_table_data_e1[] = {
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/57710_init_values.c
1578
static const u8 csem_pram_data_e1[] = {
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/57710_init_values.c
19881
static const u8 xsem_int_table_data_e1[] = {
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/57710_init_values.c
19956
static const u8 xsem_pram_data_e1[] = {
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/57710_init_values.c
4923
static const u8 tsem_int_table_data_e1[] = {
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/57710_init_values.c
4998
static const u8 tsem_pram_data_e1[] = {
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/57711_init_values.c
12789
static const u8 usem_int_table_data_e1h[] = {
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/57711_init_values.c
12864
static const u8 usem_pram_data_e1h[] = {
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/57711_init_values.c
2059
static const u8 csem_int_table_data_e1h[] = {
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/57711_init_values.c
21021
static const u8 xsem_int_table_data_e1h[] = {
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/57711_init_values.c
21096
static const u8 xsem_pram_data_e1h[] = {
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/57711_init_values.c
2136
static const u8 csem_pram_data_e1h[] = {
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/57711_init_values.c
5517
static const u8 tsem_int_table_data_e1h[] = {
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/57711_init_values.c
5592
static const u8 tsem_pram_data_e1h[] = {
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/57712_init_values.c
22295
static const u8 usem_int_table_data_e2[] = {
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/57712_init_values.c
22381
static const u8 usem_pram_data_e2[] = {
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/57712_init_values.c
3144
static const u8 csem_int_table_data_e2[] = {
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/57712_init_values.c
3221
static const u8 csem_pram_data_e2[] = {
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/57712_init_values.c
37909
static const u8 xsem_int_table_data_e2[] = {
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/57712_init_values.c
37992
static const u8 xsem_pram_data_e2[] = {
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/57712_init_values.c
7902
static const u8 tsem_int_table_data_e2[] = {
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/57712_init_values.c
7984
static const u8 tsem_pram_data_e2[] = {
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/lm.h
773
u8 sync_with_toe, void * cookie);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/lm5710.h
3006
u8 last_set_indirection_table[T_ETH_INDIRECTION_TABLE_SIZE];
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/lm5710.h
3245
void lm_int_igu_sb_cleanup(lm_device_t *pdev, u8 igu_sb_id);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/basic_vf/lm_vf.c
633
lm_status_t lm_vf_pf_set_q_filters(struct _lm_device_t * pdev, u8 vf_qid, u8_t to_indicate, q_filter_type filter_type, u8_t * pbuf, u32_t buf_len, u16_t vlan_tag, u8_t set_mac)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/basic_vf/lm_vf.c
640
lm_status_t lm_vf_pf_set_q_filters_list(struct _lm_device_t * pdev, u8 vf_qid, u8_t to_indicate, q_filter_type filter_type, d_list_t * pbuf, u16_t vlan_tag, u8_t set_mac)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/basic_vf/lm_vf.c
647
lm_status_t lm_vf_pf_tear_q_down(struct _lm_device_t * pdev, u8 vf_qid)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/lm_vf.c
1867
lm_status_t lm_vf_pf_setup_q(struct _lm_device_t * pdev, u8 vf_qid, u8_t validation_flag)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/lm_vf.c
2013
lm_status_t lm_vf_pf_tear_q_down(struct _lm_device_t * pdev, u8 vf_qid)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/lm_vf.c
2053
lm_status_t lm_vf_pf_set_q_filters(struct _lm_device_t * pdev, u8 vf_qid, void * cookie, q_filter_type filter_type, u8_t * pbuf, u32_t buf_len,
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/lm_vf.c
2272
lm_status_t lm_vf_pf_set_q_filters_list(struct _lm_device_t * pdev, u8 vf_qid, void * cookie, q_filter_type filter_type, d_list_t * pbuf,
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/lm_vf.c
53
static u8 lm_pf_vf_check_compatibility(struct _lm_device_t *pdev,
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/lm_vf.c
57
u8 status = SW_PFVF_STATUS_SUCCESS;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/common/lm_vf_common.h
297
lm_status_t lm_vf_pf_setup_q(struct _lm_device_t * pdev, u8 vf_qid, u8_t validation_flag);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/common/lm_vf_common.h
298
lm_status_t lm_vf_pf_tear_q_down(struct _lm_device_t * pdev, u8 vf_qid);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/common/lm_vf_common.h
299
lm_status_t lm_vf_pf_set_q_filters(struct _lm_device_t * pdev, u8 vf_qid, void * cookie,
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/common/lm_vf_common.h
302
lm_status_t lm_vf_pf_set_q_filters_list(struct _lm_device_t * pdev, u8 vf_qid, void * cookie,
usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/cdu_def.h
24
static u8 calc_crc8(u32 data, u8 crc)
usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/cdu_def.h
26
u8 D[32];
usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/cdu_def.h
27
u8 NewCRC[8];
usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/cdu_def.h
28
u8 C[8];
usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/cdu_def.h
29
u8 crc_res;
usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/cdu_def.h
30
u8 i;
usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/cdu_def.h
34
D[i] = (u8)(data & 1);
usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/clc.h
245
typedef elink_status_t (*format_fw_ver_t)(u32 raw, u8 *str, u16 *len);
usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/clc.h
248
struct elink_params *params, u8 mode);
usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/clc.h
252
u8 devad;
usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/clc.h
261
u8 addr;
usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/clc.h
262
u8 def_md_devad;
usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/clc.h
33
extern u8 elink_cb_gpio_write(struct elink_dev *cb,
usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/clc.h
35
u8 mode, u8 port);
usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/clc.h
36
extern u8 elink_cb_gpio_mult_write(struct elink_dev *cb,
usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/clc.h
37
u8 pins,
usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/clc.h
375
u8 port;
usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/clc.h
378
u8 loopback_mode;
usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/clc.h
38
u8 mode);
usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/clc.h
389
u8 mac_addr[6];
usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/clc.h
40
extern u32 elink_cb_gpio_read(struct elink_dev *cb, u16 gpio_num, u8 port);
usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/clc.h
41
extern u8 elink_cb_gpio_int_write(struct elink_dev *cb,
usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/clc.h
43
u8 mode, u8 port);
usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/clc.h
432
u8 num_phys;
usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/clc.h
434
u8 rsrv;
usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/clc.h
477
u8 phy_flags;
usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/clc.h
485
u8 mac_type;
usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/clc.h
492
u8 phy_link_up; /* internal phy link indication */
usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/clc.h
493
u8 link_up;
usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/clc.h
504
u8 fault_detected;
usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/clc.h
505
u8 check_kr2_recovery_cnt;
usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/clc.h
511
u8 rx_tx_asic_rst;
usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/clc.h
512
u8 turn_to_run_wc_rt;
usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/clc.h
527
u8 reset_ext_phy);
usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/clc.h
537
elink_status_t elink_phy_read(struct elink_params *params, u8 phy_addr,
usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/clc.h
538
u8 devad, u16 reg, u16 *ret_val);
usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/clc.h
540
elink_status_t elink_phy_write(struct elink_params *params, u8 phy_addr,
usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/clc.h
541
u8 devad, u16 reg, u16 val);
usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/clc.h
549
elink_status_t elink_get_ext_phy_fw_version(struct elink_params *params, u8 *version,
usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/clc.h
558
struct elink_vars *vars, u8 mode, u32 speed);
usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/clc.h
572
u8 is_serdes);
usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/clc.h
578
u32 shmem2_base_path[], u32 chip_id, u8 one_port_enabled);
usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/clc.h
581
void elink_ext_phy_hw_reset(struct elink_dev *cb, u8 port);
usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/clc.h
590
struct elink_params *params, u8 dev_addr,
usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/clc.h
591
u16 addr, u16 byte_cnt, u8 *o_buf);
usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/clc.h
603
u8 elink_fan_failure_det_req(struct elink_dev *cb, u32 shmem_base,
usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/clc.h
604
u32 shmem2_base, u8 port);
usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/clc.h
607
void elink_set_rx_filter(struct elink_params *params, u8 en);
usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/clc.h
631
u8 num_of_rx_cos_priority_mask;
usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/clc.h
640
u8 bw;
usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/clc.h
648
u8 pri;
usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/clc.h
665
u8 num_of_cos; /* Number of valid COS entries*/
usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/clc.h
686
elink_status_t elink_ets_strict(const struct elink_params *params, const u8 strict_cos);
usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/clc.h
701
u8 port);
usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/clc.h
711
struct elink_vars *vars, u8 notify);
usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/clc.h
721
u8 port);
usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/clc.h
722
elink_status_t elink_validate_cc_dmi(u8 *sfp_a2_buf);
usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/clc.h
729
u32 *temp_reading, u8 path, u8 port);
usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/clc.h
731
u8 elink_phy_is_temperature_support(struct elink_params *params);
usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/clc.h
76
extern u8 elink_cb_path_id(struct elink_dev *cb);
usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/hw_dump.h
197
u8 idle_chk;
usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/hw_dump.h
198
u8 reserved;
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/bdn.h
121
u8 num_pfs;
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/bdn.h
122
u8 num_vf_per_pf[E2_FUNC_MAX];
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/bdn.h
134
u8 connection_id[CONNECTION_ID_LEN];
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/bdn.h
135
u8 fnic_enabled;
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/bdn.h
136
u8 rsrv[3];
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/bdn.h
141
u8 mac_addr[6];
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/bdn.h
142
u8 func_type;
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/bdn.h
143
u8 boot_mode;
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/bdn.h
94
u8 enable_port;
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/bdn.h
95
u8 rsrv;
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/bdn.h
96
u8 num_pfs_min_bw;
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/bdn.h
97
u8 num_pfs_max_bw;
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/bdn.h
98
u8 min_bw[E2_FUNC_MAX]; /* 4 PFs in 2 port mode / 2 PFs in 4 port mode */
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/bdn.h
99
u8 max_bw[E2_FUNC_MAX]; /* 4 PFs in 2 port mode / 2 PFs in 4 port mode */
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/dev_info.h
95
u8 part_num[16]; /* 0x104 */
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/mac_drv_info.h
100
u8 version[12]; /* Function's Driver Version. */
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/mac_drv_info.h
101
u8 mac_local[8]; /* Locally Admin Addr. */
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/mac_drv_info.h
102
u8 mac_add1[8]; /* Additional Programmed MAC Addr 1. */
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/mac_drv_info.h
103
u8 mac_add2[8]; /* Additional Programmed MAC Addr 2. */
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/mac_drv_info.h
127
u8 version[12]; /* Function's Driver Version. */
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/mac_drv_info.h
128
u8 mac_local[8]; /* Locally Admin iSCSI MAC Addr. */
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/mac_drv_info.h
129
u8 mac_add1[8]; /* Additional Programmed MAC Addr 1. */
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/mac_drv_info.h
133
u8 initiator_name[64]; /* iSCSI Boot Initiator Node name. */
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/mac_drv_info.h
135
u8 ww_port_name[64]; /* iSCSI World wide port name */
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/mac_drv_info.h
137
u8 boot_target_name[64];/* iSCSI Boot Target Name. */
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/mac_drv_info.h
139
u8 boot_target_ip[16]; /* iSCSI Boot Target IP. */
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/mac_drv_info.h
141
u8 boot_init_ip[16]; /* iSCSI Boot Initiator IP Address. */
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/mac_drv_info.h
62
u8 version[ETH_STAT_INFO_VERSION_LEN];
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/mac_drv_info.h
64
u8 mac_local[8];
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/mac_drv_info.h
65
u8 mac_add1[8]; /* Additional Programmed MAC Addr 1. */
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/mac_drv_info.h
66
u8 mac_add2[8]; /* Additional Programmed MAC Addr 2. */
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/multi_thread_def.h
96
typedef u8 (* THREAD_FUNC_PTR) (struct task_t *i_task);
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/nvm_map.h
582
u8 profile_name[80]; /* 0x1054 */
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/nvm_map.h
597
u8 profiles_list[64][80]; /* 0x1600 */
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/shmem.h
685
u8 pri_en_bitmap;
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/shmem.h
694
u8 pfc_caps;
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/shmem.h
695
u8 reserved;
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/shmem.h
696
u8 enabled;
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/shmem.h
698
u8 enabled;
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/shmem.h
699
u8 reserved;
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/shmem.h
700
u8 pfc_caps;
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/shmem.h
701
u8 pri_en_bitmap;
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/shmem.h
716
u8 pri_bitmap;
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/shmem.h
717
u8 appBitfield;
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/shmem.h
732
u8 appBitfield;
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/shmem.h
738
u8 pri_bitmap;
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/shmem.h
747
u8 reserved;
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/shmem.h
748
u8 default_pri;
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/shmem.h
749
u8 tc_supported;
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/shmem.h
750
u8 enabled;
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/shmem.h
752
u8 enabled;
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/shmem.h
753
u8 tc_supported;
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/shmem.h
754
u8 default_pri;
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/shmem.h
755
u8 reserved;
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/shmem.h
774
u8 msg_fast_tx_interval;
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/shmem.h
775
u8 msg_tx_hold;
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/shmem.h
776
u8 msg_tx_interval;
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/shmem.h
777
u8 admin_status;
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/shmem.h
782
u8 reserved1;
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/shmem.h
783
u8 tx_fast;
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/shmem.h
784
u8 tx_crd_max;
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/shmem.h
785
u8 tx_crd;
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/shmem.h
787
u8 admin_status;
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/shmem.h
792
u8 msg_tx_interval;
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/shmem.h
793
u8 msg_tx_hold;
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/shmem.h
794
u8 msg_fast_tx_interval;
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/shmem.h
795
u8 tx_crd;
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/shmem.h
796
u8 tx_crd_max;
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/shmem.h
797
u8 tx_fast;
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/shmem.h
798
u8 reserved1;
usr/src/uts/common/io/bnxe/577xx/include/bcmtype.h
76
typedef u8 u8_t;
usr/src/uts/common/io/chxge/com/ch_mac.c
155
static int mac_get_address(struct cmac *mac, u8 addr[6])
usr/src/uts/common/io/chxge/com/ch_mac.c
164
addr[0] = (u8) ((data32_hi >> 8) & 0xFF);
usr/src/uts/common/io/chxge/com/ch_mac.c
165
addr[1] = (u8) ((data32_hi) & 0xFF);
usr/src/uts/common/io/chxge/com/ch_mac.c
166
addr[2] = (u8) ((data32_lo >> 24) & 0xFF);
usr/src/uts/common/io/chxge/com/ch_mac.c
167
addr[3] = (u8) ((data32_lo >> 16) & 0xFF);
usr/src/uts/common/io/chxge/com/ch_mac.c
168
addr[4] = (u8) ((data32_lo >> 8) & 0xFF);
usr/src/uts/common/io/chxge/com/ch_mac.c
169
addr[5] = (u8) ((data32_lo) & 0xFF);
usr/src/uts/common/io/chxge/com/ch_subr.c
1465
u8 hw_addr[6];
usr/src/uts/common/io/chxge/com/ch_subr.c
744
u8 serial_number[16];
usr/src/uts/common/io/chxge/com/ch_subr.c
745
u8 mac_base_address[6];
usr/src/uts/common/io/chxge/com/ch_subr.c
746
u8 pad[2]; /* make multiple-of-4 size requirement explicit */
usr/src/uts/common/io/chxge/com/ch_subr.c
789
(u32 *)((u8 *)vpd + addr));
usr/src/uts/common/io/chxge/com/ch_subr.c
797
static int vpd_macaddress_get(adapter_t *adapter, int index, u8 mac_addr[])
usr/src/uts/common/io/chxge/com/espi.c
339
u32 t1_espi_get_mon(adapter_t *adapter, u32 addr, u8 wait)
usr/src/uts/common/io/chxge/com/espi.c
371
t1_espi_get_mon_t204(adapter_t *adapter, u32 *valp, u8 wait)
usr/src/uts/common/io/chxge/com/espi.c
374
u8 i, nport = (u8)adapter->params.nports;
usr/src/uts/common/io/chxge/com/espi.c
70
int ch_addr, int reg_offset, u8 *rd_data)
usr/src/uts/common/io/chxge/com/espi.h
53
u32 t1_espi_get_mon(adapter_t *adapter, u32 addr, u8 wait);
usr/src/uts/common/io/chxge/com/espi.h
54
int t1_espi_get_mon_t204(adapter_t *, u32 *, u8);
usr/src/uts/common/io/chxge/com/gmac.h
100
int (*macaddress_set)(struct cmac *, u8 mac_addr[6]);
usr/src/uts/common/io/chxge/com/gmac.h
99
int (*macaddress_get)(struct cmac *, u8 mac_addr[6]);
usr/src/uts/common/io/chxge/com/ixf1010.c
224
static int mac_set_address(struct cmac *mac, u8 addr[6])
usr/src/uts/common/io/chxge/com/ixf1010.c
241
static int mac_get_address(struct cmac *mac, u8 addr[6])
usr/src/uts/common/io/chxge/com/ixf1010.c
248
addr[0] = (u8) (addr_hi >> 8);
usr/src/uts/common/io/chxge/com/ixf1010.c
249
addr[1] = (u8) addr_hi;
usr/src/uts/common/io/chxge/com/ixf1010.c
250
addr[2] = (u8) (addr_lo >> 24);
usr/src/uts/common/io/chxge/com/ixf1010.c
251
addr[3] = (u8) (addr_lo >> 16);
usr/src/uts/common/io/chxge/com/ixf1010.c
252
addr[4] = (u8) (addr_lo >> 8);
usr/src/uts/common/io/chxge/com/ixf1010.c
253
addr[5] = (u8) addr_lo;
usr/src/uts/common/io/chxge/com/ixf1010.c
269
u8 *addr;
usr/src/uts/common/io/chxge/com/pm3393.c
448
static u32 calc_crc(u8 *b, int len)
usr/src/uts/common/io/chxge/com/pm3393.c
501
u8 *addr;
usr/src/uts/common/io/chxge/com/pm3393.c
547
cmac->instance->fc = (u8) fc;
usr/src/uts/common/io/chxge/com/pm3393.c
560
| ((u64)((u8)val2) << 32) \
usr/src/uts/common/io/chxge/com/pm3393.c
612
static int pm3393_macaddress_get(struct cmac *cmac, u8 mac_addr[6])
usr/src/uts/common/io/chxge/com/pm3393.c
618
static int pm3393_macaddress_set(struct cmac *cmac, u8 ma[6])
usr/src/uts/common/io/chxge/com/pm3393.c
88
u8 enabled;
usr/src/uts/common/io/chxge/com/pm3393.c
89
u8 fc;
usr/src/uts/common/io/chxge/com/pm3393.c
90
u8 mac_addr[6];
usr/src/uts/common/io/chxge/com/vsc7321.c
309
static int mac_set_address(struct cmac* mac, u8 addr[6])
usr/src/uts/common/io/chxge/com/vsc7321.c
327
static int mac_get_address(struct cmac *mac, u8 addr[6])
usr/src/uts/common/io/chxge/com/vsc7321.c
335
addr[0] = (u8) (addr_hi >> 16);
usr/src/uts/common/io/chxge/com/vsc7321.c
336
addr[1] = (u8) (addr_hi >> 8);
usr/src/uts/common/io/chxge/com/vsc7321.c
337
addr[2] = (u8) addr_hi;
usr/src/uts/common/io/chxge/com/vsc7321.c
338
addr[3] = (u8) (addr_lo >> 16);
usr/src/uts/common/io/chxge/com/vsc7321.c
339
addr[4] = (u8) (addr_lo >> 8);
usr/src/uts/common/io/chxge/com/vsc7321.c
340
addr[5] = (u8) addr_lo;
usr/src/uts/common/io/chxge/com/vsc7326.c
406
static int mac_set_address(struct cmac* mac, u8 addr[6])
usr/src/uts/common/io/chxge/com/vsc7326.c
429
static int mac_get_address(struct cmac *mac, u8 addr[6])
usr/src/uts/common/io/chxge/com/vsc7326.c
437
addr[0] = (u8) (addr_hi >> 16);
usr/src/uts/common/io/chxge/com/vsc7326.c
438
addr[1] = (u8) (addr_hi >> 8);
usr/src/uts/common/io/chxge/com/vsc7326.c
439
addr[2] = (u8) addr_hi;
usr/src/uts/common/io/chxge/com/vsc7326.c
440
addr[3] = (u8) (addr_lo >> 16);
usr/src/uts/common/io/chxge/com/vsc7326.c
441
addr[4] = (u8) (addr_lo >> 8);
usr/src/uts/common/io/chxge/com/vsc7326.c
442
addr[5] = (u8) addr_lo;
usr/src/uts/common/io/cxgbe/common/common.c
27
int hash_mac_addr(const u8 *addr)
usr/src/uts/common/io/cxgbe/common/common.h
319
u8 ec[EC_LEN + 1];
usr/src/uts/common/io/cxgbe/common/common.h
320
u8 sn[SERNUM_LEN + 1];
usr/src/uts/common/io/cxgbe/common/common.h
321
u8 id[ID_LEN + 1];
usr/src/uts/common/io/cxgbe/common/common.h
322
u8 pn[PN_LEN + 1];
usr/src/uts/common/io/cxgbe/common/common.h
323
u8 na[MACADDR_LEN + 1];
usr/src/uts/common/io/cxgbe/common/common.h
360
u8 nchan;
usr/src/uts/common/io/cxgbe/common/common.h
361
u8 pm_stats_cnt;
usr/src/uts/common/io/cxgbe/common/common.h
362
u8 cng_ch_bits_log; /* congestion channel map bits width */
usr/src/uts/common/io/cxgbe/common/common.h
419
u8 fw_caps_support; /* 32-bit Port Capabilities */
usr/src/uts/common/io/cxgbe/common/common.h
425
u8 mps_bg_map[MAX_NPORTS]; /* MPS Buffer Group Map */
usr/src/uts/common/io/cxgbe/common/common.h
472
u8 chip;
usr/src/uts/common/io/cxgbe/common/common.h
526
u8 id_tag;
usr/src/uts/common/io/cxgbe/common/common.h
527
u8 id_len[2];
usr/src/uts/common/io/cxgbe/common/common.h
528
u8 id_data[ID_LEN];
usr/src/uts/common/io/cxgbe/common/common.h
529
u8 vpdr_tag;
usr/src/uts/common/io/cxgbe/common/common.h
530
u8 vpdr_len[2];
usr/src/uts/common/io/cxgbe/common/common.h
580
int t4_hash_mac_addr(const u8 *addr);
usr/src/uts/common/io/cxgbe/common/common.h
584
int t4_link_set_autoneg(struct port_info *pi, u8 autoneg,
usr/src/uts/common/io/cxgbe/common/common.h
590
int t4_link_set_speed(struct port_info *pi, fw_port_cap32_t speed, u8 en,
usr/src/uts/common/io/cxgbe/common/common.h
619
unsigned int n, const u8 *data, int byte_oriented);
usr/src/uts/common/io/cxgbe/common/common.h
620
int t4_load_fw(struct adapter *adapter, const u8 *fw_data, unsigned int size,
usr/src/uts/common/io/cxgbe/common/common.h
624
int (*phy_fw_version)(const u8 *, size_t),
usr/src/uts/common/io/cxgbe/common/common.h
625
const u8 *phy_fw_data, size_t phy_fw_size);
usr/src/uts/common/io/cxgbe/common/common.h
632
int t4_load_bootcfg(struct adapter *adapter, const u8 *cfg_data, unsigned int size);
usr/src/uts/common/io/cxgbe/common/common.h
633
int t4_read_bootcfg(struct adapter *adap, u8 *cfg_data, unsigned int size);
usr/src/uts/common/io/cxgbe/common/common.h
634
int t4_load_boot(struct adapter *adap, u8 *boot_data,
usr/src/uts/common/io/cxgbe/common/common.h
639
int t4_load_cfg(struct adapter *adapter, const u8 *cfg_data, unsigned int size);
usr/src/uts/common/io/cxgbe/common/common.h
649
const u8 *fw_data, unsigned int fw_size,
usr/src/uts/common/io/cxgbe/common/common.h
679
int port, int pf, int vf, u8 mac[], bool alloc_vi);
usr/src/uts/common/io/cxgbe/common/common.h
681
int port, int pf, int vf, u8 mac[]);
usr/src/uts/common/io/cxgbe/common/common.h
741
unsigned int naddr, u8 *addr);
usr/src/uts/common/io/cxgbe/common/common.h
755
int hash_mac_addr(const u8 *addr);
usr/src/uts/common/io/cxgbe/common/common.h
769
void t4_read_mtu_tbl(struct adapter *adap, u16 *mtus, u8 *mtu_log);
usr/src/uts/common/io/cxgbe/common/common.h
805
const u8 *fw_data, unsigned int size, int force);
usr/src/uts/common/io/cxgbe/common/common.h
836
unsigned int nmac, u8 *mac, unsigned int *rss_size,
usr/src/uts/common/io/cxgbe/common/common.h
837
u8 *vivld, u8 *vin,
usr/src/uts/common/io/cxgbe/common/common.h
840
unsigned int pf, unsigned int vf, unsigned int nmac, u8 *mac,
usr/src/uts/common/io/cxgbe/common/common.h
841
unsigned int *rss_size, u8 *vivld, u8 *vin);
usr/src/uts/common/io/cxgbe/common/common.h
849
bool free, unsigned int naddr, const u8 **addr, u16 *idx,
usr/src/uts/common/io/cxgbe/common/common.h
853
const u8 **addr, bool sleep_ok);
usr/src/uts/common/io/cxgbe/common/common.h
857
const u8 *addr, const u8 *mask, unsigned int idx,
usr/src/uts/common/io/cxgbe/common/common.h
858
u8 lookup_type, u8 port_id, bool sleep_ok);
usr/src/uts/common/io/cxgbe/common/common.h
860
const u8 *addr, const u8 *mask, unsigned int idx,
usr/src/uts/common/io/cxgbe/common/common.h
861
u8 lookup_type, u8 port_id, bool sleep_ok);
usr/src/uts/common/io/cxgbe/common/common.h
863
const u8 *addr, const u8 *mask, unsigned int vni,
usr/src/uts/common/io/cxgbe/common/common.h
864
unsigned int vni_mask, u8 dip_hit, u8 lookup_type,
usr/src/uts/common/io/cxgbe/common/common.h
867
int idx, const u8 *addr, bool persist, u8 *smt_idx);
usr/src/uts/common/io/cxgbe/common/common.h
869
const u8 *addr, bool smac);
usr/src/uts/common/io/cxgbe/common/common.h
871
int idx, const u8 *addr, bool persist, u8 *smt_idx, bool smac);
usr/src/uts/common/io/cxgbe/common/common.h
890
u8 *buf, bool write);
usr/src/uts/common/io/cxgbe/common/common.h
894
u8 *buf);
usr/src/uts/common/io/cxgbe/common/common.h
898
u8 *buf);
usr/src/uts/common/io/cxgbe/common/t4_hw.c
10692
u8 vivld = 0, vin = 0;
usr/src/uts/common/io/cxgbe/common/t4_hw.c
10759
int port, int pf, int vf, u8 mac[], bool alloc_vi)
usr/src/uts/common/io/cxgbe/common/t4_hw.c
10825
u8 vivld = 0, vin = 0;
usr/src/uts/common/io/cxgbe/common/t4_hw.c
10876
int port, int pf, int vf, u8 mac[])
usr/src/uts/common/io/cxgbe/common/t4_hw.c
10883
u8 addr[6];
usr/src/uts/common/io/cxgbe/common/t4_hw.c
11331
unsigned int naddr, u8 *addr)
usr/src/uts/common/io/cxgbe/common/t4_hw.c
11433
int t4_load_cfg(struct adapter *adap, const u8 *cfg_data, unsigned int size)
usr/src/uts/common/io/cxgbe/common/t4_hw.c
11510
u8 signature[2]; /* ROM Signature. Should be 0xaa55 */
usr/src/uts/common/io/cxgbe/common/t4_hw.c
11511
u8 reserved[22]; /* Reserved per processor Architecture data */
usr/src/uts/common/io/cxgbe/common/t4_hw.c
11512
u8 pcir_offset[2]; /* Offset to PCI Data Structure */
usr/src/uts/common/io/cxgbe/common/t4_hw.c
11517
u8 signature[2]; /* ROM Signature. Should be 0xaa55 */
usr/src/uts/common/io/cxgbe/common/t4_hw.c
11518
u8 size512; /* Current Image Size in units of 512 bytes */
usr/src/uts/common/io/cxgbe/common/t4_hw.c
11519
u8 initentry_point[4];
usr/src/uts/common/io/cxgbe/common/t4_hw.c
11520
u8 cksum; /* Checksum computed on the entire Image */
usr/src/uts/common/io/cxgbe/common/t4_hw.c
11521
u8 reserved[16]; /* Reserved */
usr/src/uts/common/io/cxgbe/common/t4_hw.c
11522
u8 pcir_offset[2]; /* Offset to PCI Data Struture */
usr/src/uts/common/io/cxgbe/common/t4_hw.c
11527
u8 signature[2]; // ROM signature. The value 0xaa55
usr/src/uts/common/io/cxgbe/common/t4_hw.c
11528
u8 initialization_size[2]; /* Units 512. Includes this header */
usr/src/uts/common/io/cxgbe/common/t4_hw.c
11529
u8 efi_signature[4]; /* Signature from EFI image header. 0x0EF1 */
usr/src/uts/common/io/cxgbe/common/t4_hw.c
11530
u8 efi_subsystem[2]; /* Subsystem value for EFI image header */
usr/src/uts/common/io/cxgbe/common/t4_hw.c
11531
u8 efi_machine_type[2]; /* Machine type from EFI image header */
usr/src/uts/common/io/cxgbe/common/t4_hw.c
11532
u8 compression_type[2]; /* Compression type. */
usr/src/uts/common/io/cxgbe/common/t4_hw.c
11539
u8 reserved[8]; /* Reserved */
usr/src/uts/common/io/cxgbe/common/t4_hw.c
11540
u8 efi_image_header_offset[2]; /* Offset to EFI Image */
usr/src/uts/common/io/cxgbe/common/t4_hw.c
11541
u8 pcir_offset[2]; /* Offset to PCI Data Structure */
usr/src/uts/common/io/cxgbe/common/t4_hw.c
11546
u8 signature[4]; /* Signature. The string "PCIR" */
usr/src/uts/common/io/cxgbe/common/t4_hw.c
11547
u8 vendor_id[2]; /* Vendor Identification */
usr/src/uts/common/io/cxgbe/common/t4_hw.c
11548
u8 device_id[2]; /* Device Identification */
usr/src/uts/common/io/cxgbe/common/t4_hw.c
11549
u8 vital_product[2]; /* Pointer to Vital Product Data */
usr/src/uts/common/io/cxgbe/common/t4_hw.c
11550
u8 length[2]; /* PCIR Data Structure Length */
usr/src/uts/common/io/cxgbe/common/t4_hw.c
11551
u8 revision; /* PCIR Data Structure Revision */
usr/src/uts/common/io/cxgbe/common/t4_hw.c
11552
u8 class_code[3]; /* Class Code */
usr/src/uts/common/io/cxgbe/common/t4_hw.c
11553
u8 image_length[2]; /* Image Length. Multiple of 512B */
usr/src/uts/common/io/cxgbe/common/t4_hw.c
11554
u8 code_revision[2]; /* Revision Level of Code/Data */
usr/src/uts/common/io/cxgbe/common/t4_hw.c
11555
u8 code_type; /* Code Type. */
usr/src/uts/common/io/cxgbe/common/t4_hw.c
11564
u8 indicator; /* Indicator. Identifies the last image in the ROM */
usr/src/uts/common/io/cxgbe/common/t4_hw.c
11565
u8 reserved[2]; /* Reserved */
usr/src/uts/common/io/cxgbe/common/t4_hw.c
11586
static void modify_device_id(int device_id, u8 *boot_data)
usr/src/uts/common/io/cxgbe/common/t4_hw.c
11608
u8 csum = 0;
usr/src/uts/common/io/cxgbe/common/t4_hw.c
11626
csum += (u8)boot_data[cur_header + i];
usr/src/uts/common/io/cxgbe/common/t4_hw.c
11694
int t4_load_boot(struct adapter *adap, u8 *boot_data,
usr/src/uts/common/io/cxgbe/common/t4_hw.c
11807
(const u8 *)header, 0);
usr/src/uts/common/io/cxgbe/common/t4_hw.c
11835
int t4_load_bootcfg(struct adapter *adap,const u8 *cfg_data, unsigned int size)
usr/src/uts/common/io/cxgbe/common/t4_hw.c
11896
int t4_read_bootcfg(struct adapter *adap, u8 *cfg_data, unsigned int size)
usr/src/uts/common/io/cxgbe/common/t4_hw.c
11945
static u8 width[] = { 1, 3, 17, 17, 8, 8, 16, 9, 3, 1 };
usr/src/uts/common/io/cxgbe/common/t4_hw.c
12008
u8 *buf, bool write)
usr/src/uts/common/io/cxgbe/common/t4_hw.c
12058
u8 *buf)
usr/src/uts/common/io/cxgbe/common/t4_hw.c
12066
u8 *buf)
usr/src/uts/common/io/cxgbe/common/t4_hw.c
12421
const u8 *addr, bool smac)
usr/src/uts/common/io/cxgbe/common/t4_hw.c
12470
int idx, const u8 *addr, bool persist, u8 *smt_idx, bool smac)
usr/src/uts/common/io/cxgbe/common/t4_hw.c
3275
const u8 *buf = (const u8 *)v;
usr/src/uts/common/io/cxgbe/common/t4_hw.c
3276
const u8 *vpdr_len = &v->vpdr_len[0];
usr/src/uts/common/io/cxgbe/common/t4_hw.c
3327
u8 *vpd, csum;
usr/src/uts/common/io/cxgbe/common/t4_hw.c
3330
vpd = (u8 *)t4_os_alloc(sizeof(u8) * VPD_LEN);
usr/src/uts/common/io/cxgbe/common/t4_hw.c
3406
kmem_free(vpd, sizeof(u8) * VPD_LEN);
usr/src/uts/common/io/cxgbe/common/t4_hw.c
3652
unsigned int n, const u8 *data, int byte_oriented)
usr/src/uts/common/io/cxgbe/common/t4_hw.c
3691
if (memcmp(data - n, (u8 *)buf + offset, n)) {
usr/src/uts/common/io/cxgbe/common/t4_hw.c
4097
const u8 *fw_data, unsigned int fw_size,
usr/src/uts/common/io/cxgbe/common/t4_hw.c
4270
int t4_load_fw(struct adapter *adap, const u8 *fw_data, unsigned int size,
usr/src/uts/common/io/cxgbe/common/t4_hw.c
4276
u8 first_page[SF_PAGE_SIZE];
usr/src/uts/common/io/cxgbe/common/t4_hw.c
4352
sizeof(hdr->fw_ver), (const u8 *)&hdr->fw_ver, 1);
usr/src/uts/common/io/cxgbe/common/t4_hw.c
4420
int (*phy_fw_version)(const u8 *, size_t),
usr/src/uts/common/io/cxgbe/common/t4_hw.c
4421
const u8 *phy_fw_data, size_t phy_fw_size)
usr/src/uts/common/io/cxgbe/common/t4_hw.c
5903
u8 rss_key_addr_cnt = 16;
usr/src/uts/common/io/cxgbe/common/t4_hw.c
6197
void t4_read_mtu_tbl(struct adapter *adap, u16 *mtus, u8 *mtu_log)
usr/src/uts/common/io/cxgbe/common/t4_hw.c
633
*(const u8 *)cmd, mbox);
usr/src/uts/common/io/cxgbe/common/t4_hw.c
6646
u8 *mps_bg_map;
usr/src/uts/common/io/cxgbe/common/t4_hw.c
7630
const u8 *fw_data, unsigned int size, int force)
usr/src/uts/common/io/cxgbe/common/t4_hw.c
782
*(const u8 *)cmd, mbox);
usr/src/uts/common/io/cxgbe/common/t4_hw.c
8142
unsigned int nmac, u8 *mac, unsigned int *rss_size,
usr/src/uts/common/io/cxgbe/common/t4_hw.c
8143
u8 *vivld, u8 *vin,
usr/src/uts/common/io/cxgbe/common/t4_hw.c
8209
unsigned int pf, unsigned int vf, unsigned int nmac, u8 *mac,
usr/src/uts/common/io/cxgbe/common/t4_hw.c
8210
unsigned int *rss_size, u8 *vivld, u8 *vin)
usr/src/uts/common/io/cxgbe/common/t4_hw.c
8307
const u8 *addr, const u8 *mask, unsigned int vni,
usr/src/uts/common/io/cxgbe/common/t4_hw.c
8308
unsigned int vni_mask, u8 dip_hit, u8 lookup_type,
usr/src/uts/common/io/cxgbe/common/t4_hw.c
8355
const u8 *addr, const u8 *mask, unsigned int idx,
usr/src/uts/common/io/cxgbe/common/t4_hw.c
8356
u8 lookup_type, u8 port_id, bool sleep_ok)
usr/src/uts/common/io/cxgbe/common/t4_hw.c
8382
memcpy((u8 *)&p->data1[0] + 2, addr, ETH_ALEN);
usr/src/uts/common/io/cxgbe/common/t4_hw.c
8383
memcpy((u8 *)&p->data1m[0] + 2, mask, ETH_ALEN);
usr/src/uts/common/io/cxgbe/common/t4_hw.c
8419
const u8 **addr, u16 *idx, u64 *hash, bool sleep_ok)
usr/src/uts/common/io/cxgbe/common/t4_hw.c
8504
u8 addr[] = {0,0,0,0,0,0};
usr/src/uts/common/io/cxgbe/common/t4_hw.c
8543
const u8 *addr, const u8 *mask, unsigned int idx,
usr/src/uts/common/io/cxgbe/common/t4_hw.c
8544
u8 lookup_type, u8 port_id, bool sleep_ok)
usr/src/uts/common/io/cxgbe/common/t4_hw.c
8571
memcpy((u8 *)&p->data1[0] + 2, addr, ETH_ALEN);
usr/src/uts/common/io/cxgbe/common/t4_hw.c
8572
memcpy((u8 *)&p->data1m[0] + 2, mask, ETH_ALEN);
usr/src/uts/common/io/cxgbe/common/t4_hw.c
8592
const u8 **addr, bool sleep_ok)
usr/src/uts/common/io/cxgbe/common/t4_hw.c
8675
int idx, const u8 *addr, bool persist, u8 *smt_idx)
usr/src/uts/common/io/cxgbe/common/t4_hw.c
9079
int t4_link_set_autoneg(struct port_info *pi, u8 autoneg,
usr/src/uts/common/io/cxgbe/common/t4_hw.c
9232
int t4_link_set_speed(struct port_info *pi, fw_port_cap32_t speed, u8 en,
usr/src/uts/common/io/cxgbe/common/t4_hw.c
9753
u8 opcode = *(const u8 *)rpl;
usr/src/uts/common/io/cxgbe/common/t4_hw.c
9983
u8 range)
usr/src/uts/common/io/cxgbe/common/t4_hw.h
115
u8 type_gen;
usr/src/uts/common/io/cxgbe/common/t4_msg.h
2650
u8 opcode;
usr/src/uts/common/io/cxgbe/common/t4_msg.h
2651
u8 rsvd[5];
usr/src/uts/common/io/cxgbe/common/t4_msg.h
2657
u8 opcode;
usr/src/uts/common/io/cxgbe/common/t4_msg.h
2658
u8 rsvd0[3];
usr/src/uts/common/io/cxgbe/common/t4_msg.h
2659
u8 type;
usr/src/uts/common/io/cxgbe/common/t4_msg.h
2660
u8 rsvd1;
usr/src/uts/common/io/cxgbe/common/t4_msg.h
2668
u8 opcode;
usr/src/uts/common/io/cxgbe/common/t4_msg.h
2669
u8 rsvd[5];
usr/src/uts/common/io/cxgbe/common/t4_msg.h
2681
u8 opcode;
usr/src/uts/common/io/cxgbe/common/t4_msg.h
2682
u8 type;
usr/src/uts/common/io/cxgbe/common/t4_msg.h
2691
u8 credits;
usr/src/uts/common/io/cxgbe/common/t4_msg.h
2692
u8 rsvd0[2];
usr/src/uts/common/io/cxgbe/common/t4_msg.h
2693
u8 flags;
usr/src/uts/common/io/cxgbe/common/t4_msg.h
2707
u8 opcode;
usr/src/uts/common/io/cxgbe/common/t4_msg.h
2708
u8 type;
usr/src/uts/common/io/cxgbe/t4nex/adapter.h
113
u8 rss_mode;
usr/src/uts/common/io/cxgbe/t4nex/adapter.h
119
u8 vivld;
usr/src/uts/common/io/cxgbe/t4nex/adapter.h
120
u8 vin;
usr/src/uts/common/io/cxgbe/t4nex/adapter.h
121
u8 smt_idx;
usr/src/uts/common/io/cxgbe/t4nex/adapter.h
123
u8 vivld_mirror;
usr/src/uts/common/io/cxgbe/t4nex/adapter.h
124
u8 vin_mirror;
usr/src/uts/common/io/cxgbe/t4nex/adapter.h
125
u8 smt_idx_mirror;
usr/src/uts/common/io/cxgbe/t4nex/cudbg.c
56
set_dbg_bitmap(u8 *bitmap, enum CUDBG_DBG_ENTITY_TYPE type)
usr/src/uts/common/io/cxgbe/t4nex/cudbg.c
65
reset_dbg_bitmap(u8 *bitmap, enum CUDBG_DBG_ENTITY_TYPE type)
usr/src/uts/common/io/cxgbe/t4nex/cudbg.h
327
u8 major_ver;
usr/src/uts/common/io/cxgbe/t4nex/cudbg.h
328
u8 minor_ver;
usr/src/uts/common/io/cxgbe/t4nex/cudbg.h
329
u8 build_ver;
usr/src/uts/common/io/cxgbe/t4nex/cudbg.h
330
u8 res;
usr/src/uts/common/io/cxgbe/t4nex/cudbg.h
336
u8 major_ver;
usr/src/uts/common/io/cxgbe/t4nex/cudbg.h
337
u8 minor_ver;
usr/src/uts/common/io/cxgbe/t4nex/cudbg.h
338
u8 build_ver;
usr/src/uts/common/io/cxgbe/t4nex/cudbg.h
339
u8 res;
usr/src/uts/common/io/cxgbe/t4nex/cudbg.h
363
u8 caller_string[100];
usr/src/uts/common/io/cxgbe/t4nex/cudbg.h
364
u8 os_type;
usr/src/uts/common/io/cxgbe/t4nex/cudbg.h
367
u8 tcb_bit_param;
usr/src/uts/common/io/cxgbe/t4nex/cudbg.h
409
u8 dbg_bitmap[CUDBG_MAX_BITMAP_LEN];
usr/src/uts/common/io/cxgbe/t4nex/cudbg.h
423
void set_dbg_bitmap(u8 *bitmap, enum CUDBG_DBG_ENTITY_TYPE type);
usr/src/uts/common/io/cxgbe/t4nex/cudbg.h
424
void reset_dbg_bitmap(u8 *bitmap, enum CUDBG_DBG_ENTITY_TYPE type);
usr/src/uts/common/io/cxgbe/t4nex/cudbg_entity.h
226
u8 addr[ETH_ALEN];
usr/src/uts/common/io/cxgbe/t4nex/cudbg_entity.h
227
u8 lookup_type;
usr/src/uts/common/io/cxgbe/t4nex/cudbg_entity.h
228
u8 port_num;
usr/src/uts/common/io/cxgbe/t4nex/cudbg_entity.h
229
u8 reserved[2];
usr/src/uts/common/io/cxgbe/t4nex/cudbg_entity.h
313
u8 chip;
usr/src/uts/common/io/cxgbe/t4nex/cudbg_entity.h
353
u8 data[0]; /* Must be last */
usr/src/uts/common/io/cxgbe/t4nex/cudbg_entity.h
451
u8 data[0];
usr/src/uts/common/io/cxgbe/t4nex/cudbg_entity.h
457
u8 data[0];
usr/src/uts/common/io/cxgbe/t4nex/cudbg_entity.h
795
u8 sn[SN_MAX_LEN + 1];
usr/src/uts/common/io/cxgbe/t4nex/cudbg_entity.h
796
u8 bn[BN_MAX_LEN + 1];
usr/src/uts/common/io/cxgbe/t4nex/cudbg_entity.h
797
u8 na[NA_MAX_LEN + 1];
usr/src/uts/common/io/cxgbe/t4nex/cudbg_entity.h
798
u8 mn[MN_MAX_LEN + 1];
usr/src/uts/common/io/cxgbe/t4nex/cudbg_entity.h
809
u8 caller_string[100];
usr/src/uts/common/io/cxgbe/t4nex/cudbg_entity.h
810
u8 os_type;
usr/src/uts/common/io/cxgbe/t4nex/cudbg_entity.h
811
u8 reserved[3];
usr/src/uts/common/io/cxgbe/t4nex/cudbg_entity.h
829
u8 data[0]; /* Must be last */
usr/src/uts/common/io/cxgbe/t4nex/cudbg_flash_utils.c
267
u8 *ptr = (u8 *)data;
usr/src/uts/common/io/cxgbe/t4nex/cudbg_lib.c
100
u8 *b = (u8 *)b1;
usr/src/uts/common/io/cxgbe/t4nex/cudbg_lib.c
118
u8 *base = (u8 *)base_val;
usr/src/uts/common/io/cxgbe/t4nex/cudbg_lib.c
1854
u32 *max_ctx_qid, u8 nelem)
usr/src/uts/common/io/cxgbe/t4nex/cudbg_lib.c
1882
u8 bytes_per_ptr = 8;
usr/src/uts/common/io/cxgbe/t4nex/cudbg_lib.c
1883
u8 nohdr;
usr/src/uts/common/io/cxgbe/t4nex/cudbg_lib.c
2499
(struct struct_cim_qcfg *)((u8 *)((char *)scratch_buff.data +
usr/src/uts/common/io/cxgbe/t4nex/cudbg_lib.c
2549
struct cudbg_buffer *dbg_buff, u8 mem_type,
usr/src/uts/common/io/cxgbe/t4nex/cudbg_lib.c
292
u8 *dbg_bitmap = ((struct cudbg_private *)handle)->dbg_init.dbg_bitmap;
usr/src/uts/common/io/cxgbe/t4nex/cudbg_lib.c
3433
cudbg_tcamxy2valmask(u64 x, u64 y, u8 *addr, u64 *mask)
usr/src/uts/common/io/cxgbe/t4nex/cudbg_lib.c
4378
(u8 *)&vpd_data->scfg_vers);
usr/src/uts/common/io/cxgbe/t4nex/cudbg_lib.c
4392
(u8 *)vpd_ver);
usr/src/uts/common/io/cxgbe/t4nex/cudbg_lib.c
71
u8 zero_buf[4] = {0};
usr/src/uts/common/io/cxgbe/t4nex/cudbg_lib.c
72
u8 padding, remain;
usr/src/uts/common/io/cxgbe/t4nex/cudbg_lib.c
77
memcpy(((u8 *) dbg_buff->data) + dbg_buff->offset, &zero_buf,
usr/src/uts/common/io/cxgbe/t4nex/cudbg_lib.c
98
u8 t;
usr/src/uts/common/io/cxgbe/t4nex/cudbg_lib.c
99
u8 *a = (u8 *)a1;
usr/src/uts/common/io/cxgbe/t4nex/cudbg_lib_common.h
63
u8 sec_bitmap[8];
usr/src/uts/common/io/cxgbe/t4nex/cudbg_lib_common.h
78
u8 chip_ver;
usr/src/uts/common/io/cxgbe/t4nex/cudbg_lib_common.h
79
u8 reserved1;
usr/src/uts/common/io/cxgbe/t4nex/cudbg_lib_common.h
90
u8 num_pad;
usr/src/uts/common/io/cxgbe/t4nex/cudbg_lib_common.h
91
u8 flag; /* bit 0 is used to indicate ext data */
usr/src/uts/common/io/cxgbe/t4nex/cudbg_lib_common.h
92
u8 reserved1[2];
usr/src/uts/common/io/cxgbe/t4nex/t4_ioctl.c
1815
u8 *ptr = NULL;
usr/src/uts/common/io/cxgbe/t4nex/t4_ioctl.c
1824
ptr = (u8 *)kmem_zalloc(fw.len, KM_NOSLEEP);
usr/src/uts/common/io/cxgbe/t4nex/t4_ioctl.c
1858
buf = (u8 *)kmem_zalloc(dump.len, KM_NOSLEEP);
usr/src/uts/common/io/cxgbe/t4nex/t4_mac.c
1235
u8 pause_tx = 0, pause_rx = 0;
usr/src/uts/common/io/e1000api/e1000_82540.c
705
hw->mac.perm_addr[i] = (u8)(nvm_data & 0xFF);
usr/src/uts/common/io/e1000api/e1000_82540.c
706
hw->mac.perm_addr[i+1] = (u8)(nvm_data >> 8);
usr/src/uts/common/io/e1000api/e1000_82541.c
1294
hw->mac.perm_addr[i] = (u8)(nvm_data & 0xFF);
usr/src/uts/common/io/e1000api/e1000_82541.c
1295
hw->mac.perm_addr[i+1] = (u8)(nvm_data >> 8);
usr/src/uts/common/io/e1000api/e1000_82542.c
414
static int e1000_rar_set_82542(struct e1000_hw *hw, u8 *addr, u32 index)
usr/src/uts/common/io/e1000api/e1000_82542.c
50
static int e1000_rar_set_82542(struct e1000_hw *hw, u8 *addr, u32 index);
usr/src/uts/common/io/e1000api/e1000_82542.c
582
hw->mac.perm_addr[i] = (u8)(nvm_data & 0xFF);
usr/src/uts/common/io/e1000api/e1000_82542.c
583
hw->mac.perm_addr[i+1] = (u8)(nvm_data >> 8);
usr/src/uts/common/io/e1000api/e1000_82543.c
1583
hw->mac.perm_addr[i] = (u8)(nvm_data & 0xFF);
usr/src/uts/common/io/e1000api/e1000_82543.c
1584
hw->mac.perm_addr[i+1] = (u8)(nvm_data >> 8);
usr/src/uts/common/io/e1000api/e1000_82543.c
413
u8 *mac_addr, u32 max_frame_size)
usr/src/uts/common/io/e1000api/e1000_82543.c
686
u8 i;
usr/src/uts/common/io/e1000api/e1000_82543.h
51
u32 frame_len, u8 *mac_addr,
usr/src/uts/common/io/e1000api/e1000_82575.c
109
static s32 e1000_clock_in_i2c_byte(struct e1000_hw *hw, u8 *data);
usr/src/uts/common/io/e1000api/e1000_82575.c
110
static s32 e1000_clock_out_i2c_byte(struct e1000_hw *hw, u8 data);
usr/src/uts/common/io/e1000api/e1000_82575.c
1239
u8 port = 0;
usr/src/uts/common/io/e1000api/e1000_82575.c
1862
u8 tranceiver_type = 0;
usr/src/uts/common/io/e1000api/e1000_82575.c
1887
(u8 *)eth_flags);
usr/src/uts/common/io/e1000api/e1000_82575.c
3272
s32 e1000_read_i2c_byte_generic(struct e1000_hw *hw, u8 byte_offset,
usr/src/uts/common/io/e1000api/e1000_82575.c
3273
u8 dev_addr, u8 *data)
usr/src/uts/common/io/e1000api/e1000_82575.c
3363
s32 e1000_write_i2c_byte_generic(struct e1000_hw *hw, u8 byte_offset,
usr/src/uts/common/io/e1000api/e1000_82575.c
3364
u8 dev_addr, u8 data)
usr/src/uts/common/io/e1000api/e1000_82575.c
3489
static s32 e1000_clock_in_i2c_byte(struct e1000_hw *hw, u8 *data)
usr/src/uts/common/io/e1000api/e1000_82575.c
3512
static s32 e1000_clock_out_i2c_byte(struct e1000_hw *hw, u8 data)
usr/src/uts/common/io/e1000api/e1000_82575.h
517
s32 e1000_read_i2c_byte_generic(struct e1000_hw *hw, u8 byte_offset,
usr/src/uts/common/io/e1000api/e1000_82575.h
518
u8 dev_addr, u8 *data);
usr/src/uts/common/io/e1000api/e1000_82575.h
519
s32 e1000_write_i2c_byte_generic(struct e1000_hw *hw, u8 byte_offset,
usr/src/uts/common/io/e1000api/e1000_82575.h
520
u8 dev_addr, u8 data);
usr/src/uts/common/io/e1000api/e1000_api.c
1283
s32 e1000_read_pba_string(struct e1000_hw *hw, u8 *pba_num, u32 pba_num_size)
usr/src/uts/common/io/e1000api/e1000_api.c
1393
u8 data)
usr/src/uts/common/io/e1000api/e1000_api.c
641
void e1000_update_mc_addr_list(struct e1000_hw *hw, u8 *mc_addr_list,
usr/src/uts/common/io/e1000api/e1000_api.c
701
s32 e1000_mng_write_dhcp_info(struct e1000_hw *hw, u8 *buffer, u16 length)
usr/src/uts/common/io/e1000api/e1000_api.c
920
int e1000_rar_set(struct e1000_hw *hw, u8 *addr, u32 index)
usr/src/uts/common/io/e1000api/e1000_api.c
951
u32 e1000_hash_mc_addr(struct e1000_hw *hw, u8 *mc_addr)
usr/src/uts/common/io/e1000api/e1000_api.c
982
s32 e1000_mng_host_if_write(struct e1000_hw *hw, u8 *buffer, u16 length,
usr/src/uts/common/io/e1000api/e1000_api.c
983
u16 offset, u8 *sum)
usr/src/uts/common/io/e1000api/e1000_api.h
100
s32 e1000_read_pba_string(struct e1000_hw *hw, u8 *pba_num, u32 pba_num_size);
usr/src/uts/common/io/e1000api/e1000_api.h
114
s32 e1000_mng_host_if_write(struct e1000_hw *hw, u8 *buffer, u16 length,
usr/src/uts/common/io/e1000api/e1000_api.h
115
u16 offset, u8 *sum);
usr/src/uts/common/io/e1000api/e1000_api.h
118
s32 e1000_mng_write_dhcp_info(struct e1000_hw *hw, u8 *buffer, u16 length);
usr/src/uts/common/io/e1000api/e1000_api.h
72
int e1000_rar_set(struct e1000_hw *hw, u8 *addr, u32 index);
usr/src/uts/common/io/e1000api/e1000_api.h
73
u32 e1000_hash_mc_addr(struct e1000_hw *hw, u8 *mc_addr);
usr/src/uts/common/io/e1000api/e1000_api.h
74
void e1000_update_mc_addr_list(struct e1000_hw *hw, u8 *mc_addr_list,
usr/src/uts/common/io/e1000api/e1000_api.h
90
u8 data);
usr/src/uts/common/io/e1000api/e1000_hw.h
1063
u8 media_port;
usr/src/uts/common/io/e1000api/e1000_hw.h
1075
u8 *hw_addr;
usr/src/uts/common/io/e1000api/e1000_hw.h
1076
u8 *flash_address;
usr/src/uts/common/io/e1000api/e1000_hw.h
1103
u8 revision_id;
usr/src/uts/common/io/e1000api/e1000_hw.h
461
u8 status; /* Descriptor status */
usr/src/uts/common/io/e1000api/e1000_hw.h
462
u8 errors; /* Descriptor Errors */
usr/src/uts/common/io/e1000api/e1000_hw.h
534
u8 cso; /* Checksum offset */
usr/src/uts/common/io/e1000api/e1000_hw.h
535
u8 cmd; /* Descriptor control */
usr/src/uts/common/io/e1000api/e1000_hw.h
541
u8 status; /* Descriptor status */
usr/src/uts/common/io/e1000api/e1000_hw.h
542
u8 css; /* Checksum start */
usr/src/uts/common/io/e1000api/e1000_hw.h
553
u8 ipcss; /* IP checksum start */
usr/src/uts/common/io/e1000api/e1000_hw.h
554
u8 ipcso; /* IP checksum offset */
usr/src/uts/common/io/e1000api/e1000_hw.h
561
u8 tucss; /* TCP checksum start */
usr/src/uts/common/io/e1000api/e1000_hw.h
562
u8 tucso; /* TCP checksum offset */
usr/src/uts/common/io/e1000api/e1000_hw.h
570
u8 status; /* Descriptor status */
usr/src/uts/common/io/e1000api/e1000_hw.h
571
u8 hdr_len; /* Header length */
usr/src/uts/common/io/e1000api/e1000_hw.h
584
u8 typ_len_ext;
usr/src/uts/common/io/e1000api/e1000_hw.h
585
u8 cmd;
usr/src/uts/common/io/e1000api/e1000_hw.h
591
u8 status; /* Descriptor status */
usr/src/uts/common/io/e1000api/e1000_hw.h
592
u8 popts; /* Packet Options */
usr/src/uts/common/io/e1000api/e1000_hw.h
721
u8 status;
usr/src/uts/common/io/e1000api/e1000_hw.h
722
u8 reserved0;
usr/src/uts/common/io/e1000api/e1000_hw.h
726
u8 reserved3;
usr/src/uts/common/io/e1000api/e1000_hw.h
727
u8 checksum;
usr/src/uts/common/io/e1000api/e1000_hw.h
732
u8 command_id;
usr/src/uts/common/io/e1000api/e1000_hw.h
733
u8 command_length;
usr/src/uts/common/io/e1000api/e1000_hw.h
734
u8 command_options;
usr/src/uts/common/io/e1000api/e1000_hw.h
735
u8 checksum;
usr/src/uts/common/io/e1000api/e1000_hw.h
741
u8 command_data[E1000_HI_MAX_DATA_LENGTH];
usr/src/uts/common/io/e1000api/e1000_hw.h
746
u8 command_id;
usr/src/uts/common/io/e1000api/e1000_hw.h
747
u8 checksum;
usr/src/uts/common/io/e1000api/e1000_hw.h
756
u8 command_data[E1000_HI_MAX_MNG_DATA_LENGTH];
usr/src/uts/common/io/e1000api/e1000_hw.h
780
void (*update_mc_addr_list)(struct e1000_hw *, u8 *, u32);
usr/src/uts/common/io/e1000api/e1000_hw.h
790
int (*rar_set)(struct e1000_hw *, u8*, u32);
usr/src/uts/common/io/e1000api/e1000_hw.h
836
s32 (*read_i2c_byte)(struct e1000_hw *, u8, u8, u8 *);
usr/src/uts/common/io/e1000api/e1000_hw.h
837
s32 (*write_i2c_byte)(struct e1000_hw *, u8, u8, u8);
usr/src/uts/common/io/e1000api/e1000_hw.h
855
u8 addr[ETH_ADDR_LEN];
usr/src/uts/common/io/e1000api/e1000_hw.h
856
u8 perm_addr[ETH_ADDR_LEN];
usr/src/uts/common/io/e1000api/e1000_hw.h
881
u8 forced_speed_duplex;
usr/src/uts/common/io/e1000api/e1000_hw.h
922
u8 mdix;
usr/src/uts/common/io/e1000api/e1000_i210.c
376
static s32 e1000_read_invm_word_i210(struct e1000_hw *hw, u8 address, u16 *data)
usr/src/uts/common/io/e1000api/e1000_i210.c
381
u8 record_type, word_address;
usr/src/uts/common/io/e1000api/e1000_i210.c
428
ret_val = e1000_read_invm_word_i210(hw, (u8)offset, &data[0]);
usr/src/uts/common/io/e1000api/e1000_i210.c
429
ret_val |= e1000_read_invm_word_i210(hw, (u8)offset+1,
usr/src/uts/common/io/e1000api/e1000_i210.c
431
ret_val |= e1000_read_invm_word_i210(hw, (u8)offset+2,
usr/src/uts/common/io/e1000api/e1000_i210.c
437
ret_val = e1000_read_invm_word_i210(hw, (u8)offset, data);
usr/src/uts/common/io/e1000api/e1000_i210.c
444
ret_val = e1000_read_invm_word_i210(hw, (u8)offset, data);
usr/src/uts/common/io/e1000api/e1000_i210.c
451
ret_val = e1000_read_invm_word_i210(hw, (u8)offset, data);
usr/src/uts/common/io/e1000api/e1000_i210.c
458
ret_val = e1000_read_invm_word_i210(hw, (u8)offset, data);
usr/src/uts/common/io/e1000api/e1000_i210.c
465
ret_val = e1000_read_invm_word_i210(hw, (u8)offset, data);
usr/src/uts/common/io/e1000api/e1000_i210.c
757
u8 dev_addr, u16 *data, bool read)
usr/src/uts/common/io/e1000api/e1000_i210.c
798
s32 e1000_read_xmdio_reg(struct e1000_hw *hw, u16 addr, u8 dev_addr, u16 *data)
usr/src/uts/common/io/e1000api/e1000_i210.c
812
s32 e1000_write_xmdio_reg(struct e1000_hw *hw, u16 addr, u8 dev_addr, u16 data)
usr/src/uts/common/io/e1000api/e1000_i210.h
48
s32 e1000_read_xmdio_reg(struct e1000_hw *hw, u16 addr, u8 dev_addr,
usr/src/uts/common/io/e1000api/e1000_i210.h
50
s32 e1000_write_xmdio_reg(struct e1000_hw *hw, u16 addr, u8 dev_addr,
usr/src/uts/common/io/e1000api/e1000_i210.h
58
(u8)((invm_dword) & 0x7)
usr/src/uts/common/io/e1000api/e1000_i210.h
60
(u8)(((invm_dword) & 0x0000FE00) >> 9)
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
126
u32 offset, u8 *data);
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
128
u8 size, u16 *data);
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
140
u32 offset, u8 byte);
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
2040
static int e1000_rar_set_pch2lan(struct e1000_hw *hw, u8 *addr, u32 index)
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
2109
static int e1000_rar_set_pch_lpt(struct e1000_hw *hw, u8 *addr, u32 index)
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
2187
u8 *mc_addr_list,
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
2778
static u32 e1000_calc_rx_da_crc(u8 mac[])
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
2826
u8 mac_addr[ETH_ADDR_LEN] = {0};
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
3446
u8 sig_byte = 0;
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
3473
sig_byte = (u8)((nvm_dword & 0xFF00) >> 8);
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
3486
sig_byte = (u8)((nvm_dword & 0xFF00) >> 8);
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
3879
u8 *data)
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
3895
*data = (u8)word;
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
3910
u8 size, u16 *data)
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
3917
u8 count = 0;
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
3951
*data = (u8)(flash_data & 0x000000FF);
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
3991
u8 count = 0;
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
4339
(u8)data);
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
4346
(u8)(data >> 8));
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
4371
(u8)(data >> 8));
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
4481
u8 size, u16 data)
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
4488
u8 count = 0;
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
4584
u8 count = 0;
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
4667
u8 data)
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
4723
u32 offset, u8 byte)
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
5594
u8 retry = 0;
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
80
static int e1000_rar_set_pch2lan(struct e1000_hw *hw, u8 *addr, u32 index);
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
81
static int e1000_rar_set_pch_lpt(struct e1000_hw *hw, u8 *addr, u32 index);
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
84
u8 *mc_addr_list,
usr/src/uts/common/io/e1000api/e1000_mac.c
130
u8 E1000_UNUSEDARG *h, u32 E1000_UNUSEDARG a)
usr/src/uts/common/io/e1000api/e1000_mac.c
152
u8 E1000_UNUSEDARG *h, u32 E1000_UNUSEDARG a)
usr/src/uts/common/io/e1000api/e1000_mac.c
2230
u32 offset, u8 data)
usr/src/uts/common/io/e1000api/e1000_mac.c
373
u8 mac_addr[ETH_ADDR_LEN] = {0};
usr/src/uts/common/io/e1000api/e1000_mac.c
40
static int e1000_rar_set_generic(struct e1000_hw *hw, u8 *addr, u32 index);
usr/src/uts/common/io/e1000api/e1000_mac.c
405
u8 alt_mac_addr[ETH_ADDR_LEN];
usr/src/uts/common/io/e1000api/e1000_mac.c
450
alt_mac_addr[i] = (u8)(nvm_data & 0xFF);
usr/src/uts/common/io/e1000api/e1000_mac.c
451
alt_mac_addr[i + 1] = (u8)(nvm_data >> 8);
usr/src/uts/common/io/e1000api/e1000_mac.c
478
static int e1000_rar_set_generic(struct e1000_hw *hw, u8 *addr, u32 index)
usr/src/uts/common/io/e1000api/e1000_mac.c
516
u32 e1000_hash_mc_addr_generic(struct e1000_hw *hw, u8 *mc_addr)
usr/src/uts/common/io/e1000api/e1000_mac.c
519
u8 bit_shift = 0;
usr/src/uts/common/io/e1000api/e1000_mac.c
588
u8 *mc_addr_list, u32 mc_addr_count)
usr/src/uts/common/io/e1000api/e1000_mac.h
44
void e1000_null_update_mc(struct e1000_hw *hw, u8 *h, u32 a);
usr/src/uts/common/io/e1000api/e1000_mac.h
46
int e1000_null_rar_set(struct e1000_hw *hw, u8 *h, u32 a);
usr/src/uts/common/io/e1000api/e1000_mac.h
72
u8 *mc_addr_list, u32 mc_addr_count);
usr/src/uts/common/io/e1000api/e1000_mac.h
80
u32 offset, u8 data);
usr/src/uts/common/io/e1000api/e1000_mac.h
82
u32 e1000_hash_mc_addr_generic(struct e1000_hw *hw, u8 *mc_addr);
usr/src/uts/common/io/e1000api/e1000_manage.c
135
u8 i, len;
usr/src/uts/common/io/e1000api/e1000_manage.c
164
csum = e1000_calculate_checksum((u8 *)hdr,
usr/src/uts/common/io/e1000api/e1000_manage.c
198
hdr->checksum = e1000_calculate_checksum((u8 *)hdr, length);
usr/src/uts/common/io/e1000api/e1000_manage.c
223
s32 e1000_mng_host_if_write_generic(struct e1000_hw *hw, u8 *buffer,
usr/src/uts/common/io/e1000api/e1000_manage.c
224
u16 length, u16 offset, u8 *sum)
usr/src/uts/common/io/e1000api/e1000_manage.c
226
u8 *tmp;
usr/src/uts/common/io/e1000api/e1000_manage.c
227
u8 *bufptr = buffer;
usr/src/uts/common/io/e1000api/e1000_manage.c
238
tmp = (u8 *)&data;
usr/src/uts/common/io/e1000api/e1000_manage.c
295
s32 e1000_mng_write_dhcp_info_generic(struct e1000_hw *hw, u8 *buffer,
usr/src/uts/common/io/e1000api/e1000_manage.c
394
s32 e1000_host_interface_command(struct e1000_hw *hw, u8 *buffer, u32 length)
usr/src/uts/common/io/e1000api/e1000_manage.c
44
u8 e1000_calculate_checksum(u8 *buffer, u32 length)
usr/src/uts/common/io/e1000api/e1000_manage.c
467
s32 e1000_load_firmware(struct e1000_hw *hw, u8 *buffer, u32 length)
usr/src/uts/common/io/e1000api/e1000_manage.c
47
u8 sum = 0;
usr/src/uts/common/io/e1000api/e1000_manage.c
57
return (u8) (0 - sum);
usr/src/uts/common/io/e1000api/e1000_manage.c
73
u8 i;
usr/src/uts/common/io/e1000api/e1000_manage.h
41
s32 e1000_mng_host_if_write_generic(struct e1000_hw *hw, u8 *buffer,
usr/src/uts/common/io/e1000api/e1000_manage.h
42
u16 length, u16 offset, u8 *sum);
usr/src/uts/common/io/e1000api/e1000_manage.h
46
u8 *buffer, u16 length);
usr/src/uts/common/io/e1000api/e1000_manage.h
48
u8 e1000_calculate_checksum(u8 *buffer, u32 length);
usr/src/uts/common/io/e1000api/e1000_manage.h
49
s32 e1000_host_interface_command(struct e1000_hw *hw, u8 *buffer, u32 length);
usr/src/uts/common/io/e1000api/e1000_manage.h
50
s32 e1000_load_firmware(struct e1000_hw *hw, u8 *buffer, u32 length);
usr/src/uts/common/io/e1000api/e1000_nvm.c
1140
hw->mac.perm_addr[i] = (u8)(rar_low >> (i*8));
usr/src/uts/common/io/e1000api/e1000_nvm.c
1143
hw->mac.perm_addr[i+4] = (u8)(rar_high >> (i*8));
usr/src/uts/common/io/e1000api/e1000_nvm.c
385
u8 spi_stat_reg;
usr/src/uts/common/io/e1000api/e1000_nvm.c
413
spi_stat_reg = (u8)e1000_shift_in_eec_bits(hw, 8);
usr/src/uts/common/io/e1000api/e1000_nvm.c
446
u8 read_opcode = NVM_READ_OPCODE_SPI;
usr/src/uts/common/io/e1000api/e1000_nvm.c
506
u8 read_opcode = NVM_READ_OPCODE_MICROWIRE;
usr/src/uts/common/io/e1000api/e1000_nvm.c
621
u8 write_opcode = NVM_WRITE_OPCODE_SPI;
usr/src/uts/common/io/e1000api/e1000_nvm.c
767
s32 e1000_read_pba_string_generic(struct e1000_hw *hw, u8 *pba_num,
usr/src/uts/common/io/e1000api/e1000_nvm.c
866
pba_num[offset * 2] = (u8)(nvm_data >> 8);
usr/src/uts/common/io/e1000api/e1000_nvm.c
867
pba_num[(offset * 2) + 1] = (u8)(nvm_data & 0xFF);
usr/src/uts/common/io/e1000api/e1000_nvm.h
53
s32 e1000_read_pba_string_generic(struct e1000_hw *hw, u8 *pba_num,
usr/src/uts/common/io/e1000api/e1000_phy.c
166
u8 E1000_UNUSEDARG byte_offset,
usr/src/uts/common/io/e1000api/e1000_phy.c
167
u8 E1000_UNUSEDARG dev_addr,
usr/src/uts/common/io/e1000api/e1000_phy.c
168
u8 E1000_UNUSEDARG *data)
usr/src/uts/common/io/e1000api/e1000_phy.c
183
u8 E1000_UNUSEDARG byte_offset,
usr/src/uts/common/io/e1000api/e1000_phy.c
184
u8 E1000_UNUSEDARG dev_addr,
usr/src/uts/common/io/e1000api/e1000_phy.c
185
u8 E1000_UNUSEDARG data)
usr/src/uts/common/io/e1000api/e1000_phy.c
523
s32 e1000_read_sfp_data_byte(struct e1000_hw *hw, u16 offset, u8 *data)
usr/src/uts/common/io/e1000api/e1000_phy.c
560
*data = (u8) data_local & 0xFF;
usr/src/uts/common/io/e1000api/e1000_phy.c
578
s32 e1000_write_sfp_data_byte(struct e1000_hw *hw, u16 offset, u8 data)
usr/src/uts/common/io/e1000api/e1000_phy.h
103
s32 e1000_read_sfp_data_byte(struct e1000_hw *hw, u16 offset, u8 *data);
usr/src/uts/common/io/e1000api/e1000_phy.h
104
s32 e1000_write_sfp_data_byte(struct e1000_hw *hw, u16 offset, u8 data);
usr/src/uts/common/io/e1000api/e1000_phy.h
309
u8 e1000_base_sx:1;
usr/src/uts/common/io/e1000api/e1000_phy.h
310
u8 e1000_base_lx:1;
usr/src/uts/common/io/e1000api/e1000_phy.h
311
u8 e1000_base_cx:1;
usr/src/uts/common/io/e1000api/e1000_phy.h
312
u8 e1000_base_t:1;
usr/src/uts/common/io/e1000api/e1000_phy.h
313
u8 e100_base_lx:1;
usr/src/uts/common/io/e1000api/e1000_phy.h
314
u8 e100_base_fx:1;
usr/src/uts/common/io/e1000api/e1000_phy.h
315
u8 e10_base_bx10:1;
usr/src/uts/common/io/e1000api/e1000_phy.h
316
u8 e10_base_px:1;
usr/src/uts/common/io/e1000api/e1000_phy.h
44
s32 e1000_read_i2c_byte_null(struct e1000_hw *hw, u8 byte_offset,
usr/src/uts/common/io/e1000api/e1000_phy.h
45
u8 dev_addr, u8 *data);
usr/src/uts/common/io/e1000api/e1000_phy.h
46
s32 e1000_write_i2c_byte_null(struct e1000_hw *hw, u8 byte_offset,
usr/src/uts/common/io/e1000api/e1000_phy.h
47
u8 dev_addr, u8 data);
usr/src/uts/common/io/e1000api/e1000_vf.c
264
u8 *addr = (u8 *)(&msgbuf[1]);
usr/src/uts/common/io/e1000api/e1000_vf.c
323
static int e1000_rar_set_vf(struct e1000_hw *hw, u8 *addr,
usr/src/uts/common/io/e1000api/e1000_vf.c
328
u8 *msg_addr = (u8 *)(&msgbuf[1]);
usr/src/uts/common/io/e1000api/e1000_vf.c
357
static u32 e1000_hash_mc_addr_vf(struct e1000_hw *hw, u8 *mc_addr)
usr/src/uts/common/io/e1000api/e1000_vf.c
360
u8 bit_shift = 0;
usr/src/uts/common/io/e1000api/e1000_vf.c
401
u8 *mc_addr_list, u32 mc_addr_count)
usr/src/uts/common/io/e1000api/e1000_vf.c
51
static void e1000_update_mc_addr_list_vf(struct e1000_hw *hw, u8 *, u32);
usr/src/uts/common/io/e1000api/e1000_vf.c
52
static int e1000_rar_set_vf(struct e1000_hw *, u8 *, u32);
usr/src/uts/common/io/e1000api/e1000_vf.h
206
void (*update_mc_addr_list)(struct e1000_hw *, u8 *, u32);
usr/src/uts/common/io/e1000api/e1000_vf.h
211
int (*rar_set)(struct e1000_hw *, u8*, u32);
usr/src/uts/common/io/e1000api/e1000_vf.h
217
u8 addr[6];
usr/src/uts/common/io/e1000api/e1000_vf.h
218
u8 perm_addr[6];
usr/src/uts/common/io/e1000api/e1000_vf.h
264
u8 *hw_addr;
usr/src/uts/common/io/e1000api/e1000_vf.h
265
u8 *flash_address;
usr/src/uts/common/io/e1000api/e1000_vf.h
280
u8 revision_id;
usr/src/uts/common/io/ena/ena_gld.c
262
uint8_t *u8;
usr/src/uts/common/io/ena/ena_gld.c
301
u8 = pr_val;
usr/src/uts/common/io/ena/ena_gld.c
302
*u8 = (ena->ena_link_autoneg ? 0 : 1);
usr/src/uts/common/io/ena/ena_gld.c
321
u8 = pr_val;
usr/src/uts/common/io/ena/ena_gld.c
322
*u8 = (ena->ena_link_speeds & ENAHW_LINK_SPEED_1G) != 0;
usr/src/uts/common/io/ena/ena_gld.c
332
u8 = pr_val;
usr/src/uts/common/io/ena/ena_gld.c
333
*u8 = (ena->ena_link_speeds & ENAHW_LINK_SPEED_2_HALF_G) != 0;
usr/src/uts/common/io/ena/ena_gld.c
343
u8 = pr_val;
usr/src/uts/common/io/ena/ena_gld.c
344
*u8 = (ena->ena_link_speeds & ENAHW_LINK_SPEED_5G) != 0;
usr/src/uts/common/io/ena/ena_gld.c
354
u8 = pr_val;
usr/src/uts/common/io/ena/ena_gld.c
355
*u8 = (ena->ena_link_speeds & ENAHW_LINK_SPEED_10G) != 0;
usr/src/uts/common/io/ena/ena_gld.c
365
u8 = pr_val;
usr/src/uts/common/io/ena/ena_gld.c
366
*u8 = (ena->ena_link_speeds & ENAHW_LINK_SPEED_25G) != 0;
usr/src/uts/common/io/ena/ena_gld.c
376
u8 = pr_val;
usr/src/uts/common/io/ena/ena_gld.c
377
*u8 = (ena->ena_link_speeds & ENAHW_LINK_SPEED_40G) != 0;
usr/src/uts/common/io/ena/ena_gld.c
387
u8 = pr_val;
usr/src/uts/common/io/ena/ena_gld.c
388
*u8 = (ena->ena_link_speeds & ENAHW_LINK_SPEED_100G) != 0;
usr/src/uts/common/io/i40e/core/i40e_adminq.h
91
u8 *msg_buf;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1004
u8 queueing_opt_flags;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1011
u8 queueing_opt_reserved[3];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1013
u8 up_enable_bits;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1014
u8 sched_reserved;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1017
u8 cmd_reserved[8];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1023
u8 resp_reserved[12];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1040
u8 reserved[10];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1052
u8 reserved[14];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1068
u8 reserved[8];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1087
u8 enable_tcs;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1088
u8 reserved[9];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1094
u8 reserved[6];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1119
u8 reserved[4];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1146
u8 mac_addr[6];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1159
u8 match_method;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1163
u8 reserved1[3];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1183
u8 mac_addr[6];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1185
u8 flags;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1190
u8 reserved[3];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1192
u8 error_code;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1195
u8 reply_reserved[3];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1204
u8 vlan_flags;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1220
u8 reserved;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1221
u8 result;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1229
u8 reserved1[3];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1233
u8 reserved[4];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1256
u8 reserved[8];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1273
u8 reserved[8];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1279
u8 reserved[12];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1295
u8 reserved[12];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1307
u8 num_unicast_etags;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1308
u8 reserved[3];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1316
u8 reserved[4];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1334
u8 reserved[10];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1340
u8 reserved[12];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1353
u8 mac[6];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1366
u8 reserved[2];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1376
u8 reserved[8];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1387
u8 num_filters;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1388
u8 reserved;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1393
u8 big_buffer_flag;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1396
u8 reserved2[3];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1404
u8 outer_mac[6];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1405
u8 inner_mac[6];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1409
u8 reserved[12];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1410
u8 data[4];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1413
u8 data[16];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1464
u8 reserved[4];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1469
u8 reserved2[14];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1471
u8 allocation_result;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1474
u8 response_reserved[7];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1575
u8 filter_type;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1576
u8 input[3];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1582
u8 valid_flags;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1588
u8 old_filter_type;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1589
u8 new_filter_type;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1590
u8 tr_bit;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1591
u8 tr_bit2;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1592
u8 reserved[3];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1600
u8 data[32];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1650
u8 reserved[2];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1666
u8 tc_bitmap;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1667
u8 command_flags; /* unused on response */
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1670
u8 reserved[14];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1686
u8 reserved[6];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1701
u8 reserved[2];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1703
u8 reserved1[2];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1704
u8 max_credit; /* 0-3, limit = 2^max */
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1705
u8 reserved2[7];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1714
u8 tc_valid_bits;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1715
u8 reserved[15];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1720
u8 reserved1[28];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1729
u8 tc_valid_bits;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1730
u8 reserved[3];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1731
u8 tc_bw_credits[8];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1732
u8 reserved1[4];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1740
u8 tc_valid_bits;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1741
u8 tc_suspended_bits;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1742
u8 reserved[14];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1744
u8 reserved1[4];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1746
u8 reserved2[2];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1747
u8 max_bw; /* 0-3, limit = 2^max */
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1748
u8 reserved3[23];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1755
u8 tc_valid_bits;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1756
u8 reserved[3];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1757
u8 share_credits[8];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1769
u8 reserved[2];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1771
u8 reserved1[2];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1772
u8 max_bw; /* 0-3, limit = 2^max */
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1773
u8 reserved2[7];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1783
u8 reserved[4];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1784
u8 tc_valid_bits;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1785
u8 seepage;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1787
u8 tc_strict_priority_flags;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1788
u8 reserved1[17];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1789
u8 tc_bw_share_credits[8];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1790
u8 reserved2[96];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1797
u8 tc_valid_bits;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1798
u8 reserved[15];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1803
u8 reserved1[28];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1813
u8 tc_valid_bits;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1814
u8 reserved[2];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1815
u8 absolute_credits; /* bool */
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1816
u8 tc_bw_share_credits[8];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1817
u8 reserved1[20];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1824
u8 tc_valid_bits;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1825
u8 reserved[35];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1827
u8 reserved1[2];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1828
u8 tc_bw_max; /* 0-3, limit = 2^max */
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1829
u8 reserved2[23];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1836
u8 reserved[4];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1837
u8 tc_valid_bits;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1838
u8 reserved1;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1839
u8 tc_strict_priority_bits;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1840
u8 reserved2;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1841
u8 tc_bw_share_credits[8];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1846
u8 reserved3[32];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1855
u8 tc_valid_bits;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1856
u8 reserved[2];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1857
u8 absolute_credits_enable; /* bool */
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1858
u8 tc_bw_share_credits[8];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1876
u8 min_bw[16]; /* guaranteed bandwidth */
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1877
u8 max_bw[16]; /* bandwidth limit */
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1886
u8 pm_profile;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1887
u8 pe_vf_enabled;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1888
u8 reserved[14];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2012
u8 oui[3];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2013
u8 reserved1;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2014
u8 part_number[16];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2015
u8 revision[4];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2016
u8 reserved2[8];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2023
u8 link_speed; /* bitmap using the above enum bit patterns */
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2024
u8 abilities;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2044
u8 d3_lpan;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2046
u8 phy_type_ext;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2055
u8 fec_cfg_curr_mod_ext_info;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2065
u8 ext_comp_code;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2066
u8 phy_id[4];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2067
u8 module_type[3];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2068
u8 qualified_module_count;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2078
u8 link_speed;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2079
u8 abilities;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2086
u8 low_power_ctrl;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2087
u8 phy_type_ext;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2088
u8 fec_config;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2096
u8 reserved;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2104
u8 params;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2120
u8 tx_timer_priority; /* bitmap */
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2123
u8 reserved[8];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2130
u8 command;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2133
u8 reserved[15];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2147
u8 phy_type; /* i40e_aq_phy_type */
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2148
u8 link_speed; /* i40e_aq_link_speed */
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2149
u8 link_info;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2159
u8 an_info;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2168
u8 ext_info;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2184
u8 loopback; /* use defines from i40e_aqc_set_lb_mode */
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2190
u8 config;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2197
u8 power_desc;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2203
u8 reserved[4];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2206
u8 link_type[4];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2207
u8 link_type_ext;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2216
u8 reserved[8];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2227
u8 reserved1[6];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2239
u8 reserved[10];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2246
u8 lb_level;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2257
u8 lb_type;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2260
u8 speed;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2266
u8 force_speed;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2267
u8 reserved[12];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2274
u8 command_flags;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2286
u8 reserved[15];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2300
u8 cmd_flags;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2303
u8 reserved;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2311
u8 reserved2[4];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2336
u8 phy_interface;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2340
u8 dev_addres;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2341
u8 cmd_flags;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2347
u8 reserved1;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2350
u8 reserved2[4];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2360
u8 command_flags;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2369
u8 module_pointer;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2397
u8 reserved[4];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2435
u8 sel_data;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2436
u8 reserved[7];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2442
u8 str_len;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2443
u8 dev_addr;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2445
u8 data[36];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2455
u8 sensor_action;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2459
u8 reserved[7];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2472
u8 reserved[4];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2515
u8 reserved[14];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2525
u8 reserved[12];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2538
u8 reserved[8];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2545
u8 type;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2546
u8 reserved1;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2560
u8 reserved2[2];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2571
u8 command;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2574
u8 reserved[7];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2585
u8 type; /* only nearest bridge and non-TPMR from 0x0A00 */
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2586
u8 reserved1[1];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2588
u8 reserved2[4];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2597
u8 type; /* only nearest bridge and non-TPMR from 0x0A00 */
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2598
u8 reserved;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2610
u8 command;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2614
u8 reserved[15];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2621
u8 command;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2624
u8 reserved[15];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2631
u8 command;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2634
u8 valid_flags;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2635
u8 reserved[14];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2674
u8 reserved1;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2675
u8 oper_num_tc;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2676
u8 oper_prio_tc[4];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2677
u8 reserved2;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2678
u8 oper_tc_bw[8];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2679
u8 oper_pfc_en;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2680
u8 reserved3[2];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2682
u8 reserved4[2];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2689
u8 oper_num_tc;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2690
u8 oper_prio_tc[4];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2691
u8 oper_tc_bw[8];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2692
u8 oper_pfc_en;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2695
u8 reserved[12];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2712
u8 type;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2713
u8 reserved0;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2715
u8 reserved1[4];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2724
u8 status;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2725
u8 reserved[15];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2737
u8 command;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2738
u8 reserved[15];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2745
u8 command;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2748
u8 reserved[15];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2756
u8 reserved0[3];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2757
u8 protocol_type;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2762
u8 reserved1[10];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2769
u8 filter_entry_index;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2770
u8 multiple_pfs;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2773
u8 total_filters;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2774
u8 reserved[11];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2781
u8 reserved[2];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2782
u8 index; /* 0 to 15 */
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2783
u8 reserved2[13];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2790
u8 index; /* 0 to 15 */
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2791
u8 multiple_pfs;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2792
u8 total_filters_used;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2793
u8 reserved1[11];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2804
u8 reserved[6];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2812
u8 standard_rss_key[0x28];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2813
u8 extended_hash_key[0xc];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2831
u8 reserved[4];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2841
u8 key1_off;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2842
u8 key2_off;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2843
u8 key1_len; /* 0 to 15 */
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2844
u8 key2_len; /* 0 to 15 */
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2845
u8 flags;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2851
u8 network_key_index;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2856
u8 reserved[10];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2869
u8 reserved[6];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2878
u8 reserved[12];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2885
u8 type_status;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2886
u8 reserved1[3];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2896
u8 type_status;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2897
u8 reserved1[3];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2900
u8 reserved2[4];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2912
u8 mode;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2916
u8 reserved[3];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2917
u8 command;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2921
u8 reserved2[3];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2976
u8 cluster_id;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2977
u8 table_id;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2987
u8 cluster_id;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2988
u8 cluster_specific_params[7];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
367
u8 driver_major_ver;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
368
u8 driver_minor_ver;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
369
u8 driver_build_ver;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
370
u8 driver_subbuild_ver;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
371
u8 reserved[4];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
382
u8 reserved[12];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
389
u8 pf_id;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
390
u8 reserved[15];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
410
u8 reserved[4];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
419
u8 command_flags;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
421
u8 pf_index;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
422
u8 reserved[2];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
432
u8 major_rev;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
433
u8 minor_rev;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
437
u8 reserved[16];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
485
u8 hptc;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
486
u8 reserved;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
505
u8 mac_addr[6];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
506
u8 reserved[2];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
531
u8 mac_addr_0[6];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
532
u8 mac_addr_1[6];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
533
u8 local_mac_addr[6];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
534
u8 ipv6_addr_0[16]; /* Warning! spec specifies BE byte order */
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
535
u8 ipv6_addr_1[16];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
544
u8 reserved[2];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
547
u8 reserved2[6];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
562
u8 reserved[6];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
570
u8 pf_lan_mac[6];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
571
u8 pf_san_mac[6];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
572
u8 port_mac[6];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
573
u8 pf_wol_mac[6];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
591
u8 reserved[8];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
600
u8 rx_cnt;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
601
u8 reserved[15];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
627
u8 reserved[2];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
635
u8 filter[128];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
636
u8 mask[16];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
644
u8 reserved_1[2];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
652
u8 reserved_2[12];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
664
u8 reserved[6];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
677
u8 reserved[12];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
683
u8 element_type;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
693
u8 revision;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
698
u8 reserved[3];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
699
u8 connection_type;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
727
u8 reserved[10];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
742
u8 reserved[10];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
749
u8 num_entries; /* reserved for command */
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
750
u8 reserved[7];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
759
u8 resource_type;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
779
u8 reserved1;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
784
u8 reserved2[6];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
82
u8 raw[16];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
839
u8 mode;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
840
u8 rsvd5[5];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
871
u8 connection_type;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
875
u8 reserved1;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
876
u8 vf_id;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
877
u8 reserved2;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
923
u8 sw_reserved[2];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
925
u8 sec_flags;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
929
u8 sec_reserved;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
933
u8 port_vlan_flags;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
948
u8 pvlan_reserved[3];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
978
u8 cas_pv_flags;
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
988
u8 cas_pv_reserved;
usr/src/uts/common/io/i40e/core/i40e_common.c
1016
hw->port = (u8)port;
usr/src/uts/common/io/i40e/core/i40e_common.c
1021
hw->pf_id = (u8)(func_rid & 0xff);
usr/src/uts/common/io/i40e/core/i40e_common.c
1023
hw->pf_id = (u8)(func_rid & 0x7);
usr/src/uts/common/io/i40e/core/i40e_common.c
1076
u16 flags, u8 *mac_addr,
usr/src/uts/common/io/i40e/core/i40e_common.c
1105
enum i40e_status_code i40e_get_mac_addr(struct i40e_hw *hw, u8 *mac_addr)
usr/src/uts/common/io/i40e/core/i40e_common.c
1127
enum i40e_status_code i40e_get_port_mac_addr(struct i40e_hw *hw, u8 *mac_addr)
usr/src/uts/common/io/i40e/core/i40e_common.c
1186
enum i40e_status_code i40e_read_pba_string(struct i40e_hw *hw, u8 *pba_num,
usr/src/uts/common/io/i40e/core/i40e_common.c
1794
enum i40e_status_code i40e_set_fc(struct i40e_hw *hw, u8 *aq_failures,
usr/src/uts/common/io/i40e/core/i40e_common.c
1801
u8 pause_mask = 0x0;
usr/src/uts/common/io/i40e/core/i40e_common.c
1899
cmd->params = ((u8)pacing & 0x0F) << 3;
usr/src/uts/common/io/i40e/core/i40e_common.c
2206
i40e_aq_set_lb_modes(struct i40e_hw *hw, u8 lb_level, u8 lb_type, u8 speed,
usr/src/uts/common/io/i40e/core/i40e_common.c
2236
enum i40e_status_code i40e_aq_set_phy_debug(struct i40e_hw *hw, u8 cmd_flags,
usr/src/uts/common/io/i40e/core/i40e_common.c
2754
u16 flags, u16 valid_flags, u8 mode,
usr/src/uts/common/io/i40e/core/i40e_common.c
2974
u16 downlink_seid, u8 enabled_tc,
usr/src/uts/common/io/i40e/core/i40e_common.c
329
u8 *buf = (u8 *)buffer;
usr/src/uts/common/io/i40e/core/i40e_common.c
3303
u8 count, struct i40e_asq_cmd_details *cmd_details)
usr/src/uts/common/io/i40e/core/i40e_common.c
3343
u8 count, struct i40e_asq_cmd_details *cmd_details)
usr/src/uts/common/io/i40e/core/i40e_common.c
3386
u32 v_opcode, u32 v_retval, u8 *msg, u16 msglen,
usr/src/uts/common/io/i40e/core/i40e_common.c
3489
u8 sdp_number, u64 *timeout,
usr/src/uts/common/io/i40e/core/i40e_common.c
3529
u8 sdp_number,
usr/src/uts/common/io/i40e/core/i40e_common.c
3561
enum i40e_status_code i40e_aq_read_nvm(struct i40e_hw *hw, u8 module_pointer,
usr/src/uts/common/io/i40e/core/i40e_common.c
3609
u8 cmd_flags, u32 field_id, void *data,
usr/src/uts/common/io/i40e/core/i40e_common.c
3648
u8 cmd_flags, void *data, u16 buf_size,
usr/src/uts/common/io/i40e/core/i40e_common.c
3703
enum i40e_status_code i40e_aq_erase_nvm(struct i40e_hw *hw, u8 module_pointer,
usr/src/uts/common/io/i40e/core/i40e_common.c
3754
u8 major_rev;
usr/src/uts/common/io/i40e/core/i40e_common.c
4174
enum i40e_status_code i40e_aq_update_nvm(struct i40e_hw *hw, u8 module_pointer,
usr/src/uts/common/io/i40e/core/i40e_common.c
4176
bool last_command, u8 preservation_flags,
usr/src/uts/common/io/i40e/core/i40e_common.c
4229
enum i40e_status_code i40e_aq_nvm_progress(struct i40e_hw *hw, u8 *progress,
usr/src/uts/common/io/i40e/core/i40e_common.c
4256
enum i40e_status_code i40e_aq_get_lldp_mib(struct i40e_hw *hw, u8 bridge_type,
usr/src/uts/common/io/i40e/core/i40e_common.c
4257
u8 mib_type, void *buff, u16 buff_size,
usr/src/uts/common/io/i40e/core/i40e_common.c
4307
u8 mib_type, void *buff, u16 buff_size,
usr/src/uts/common/io/i40e/core/i40e_common.c
4374
i40e_aq_restore_lldp(struct i40e_hw *hw, u8 *setting, bool restore,
usr/src/uts/common/io/i40e/core/i40e_common.c
447
u8 *lut, u16 lut_size,
usr/src/uts/common/io/i40e/core/i40e_common.c
4573
u16 udp_port, u8 protocol_index,
usr/src/uts/common/io/i40e/core/i40e_common.c
4574
u8 *filter_index,
usr/src/uts/common/io/i40e/core/i40e_common.c
4603
enum i40e_status_code i40e_aq_del_udp_tunnel(struct i40e_hw *hw, u8 index,
usr/src/uts/common/io/i40e/core/i40e_common.c
4633
u8 *num_entries,
usr/src/uts/common/io/i40e/core/i40e_common.c
4838
u16 etag, u8 num_tags_in_buf, void *buf,
usr/src/uts/common/io/i40e/core/i40e_common.c
4978
enum i40e_status_code i40e_aq_dcb_ignore_pfc(struct i40e_hw *hw, u8 tcmap,
usr/src/uts/common/io/i40e/core/i40e_common.c
4979
bool request, u8 *tcmap_ret,
usr/src/uts/common/io/i40e/core/i40e_common.c
499
bool pf_lut, u8 *lut, u16 lut_size)
usr/src/uts/common/io/i40e/core/i40e_common.c
516
bool pf_lut, u8 *lut, u16 lut_size)
usr/src/uts/common/io/i40e/core/i40e_common.c
5215
u16 seid, u16 credit, u8 max_credit,
usr/src/uts/common/io/i40e/core/i40e_common.c
5244
u16 seid, u16 credit, u8 max_bw,
usr/src/uts/common/io/i40e/core/i40e_common.c
5580
u8 *mac_addr, u16 ethtype, u16 flags,
usr/src/uts/common/io/i40e/core/i40e_common.c
5658
u8 filter_count)
usr/src/uts/common/io/i40e/core/i40e_common.c
5692
u8 filter_count)
usr/src/uts/common/io/i40e/core/i40e_common.c
5731
u8 filter_count)
usr/src/uts/common/io/i40e/core/i40e_common.c
5788
u8 filter_count)
usr/src/uts/common/io/i40e/core/i40e_common.c
5827
u8 filter_count)
usr/src/uts/common/io/i40e/core/i40e_common.c
6105
u8 bios_mode, bool *reset_needed)
usr/src/uts/common/io/i40e/core/i40e_common.c
6138
u8 oem_mode)
usr/src/uts/common/io/i40e/core/i40e_common.c
6236
enum i40e_status_code i40e_aq_debug_dump(struct i40e_hw *hw, u8 cluster_id,
usr/src/uts/common/io/i40e/core/i40e_common.c
6237
u8 table_id, u32 start_index, u16 buff_size,
usr/src/uts/common/io/i40e/core/i40e_common.c
6239
u8 *ret_next_table, u32 *ret_next_index,
usr/src/uts/common/io/i40e/core/i40e_common.c
6425
u16 reg, u8 phy_addr, u16 *value)
usr/src/uts/common/io/i40e/core/i40e_common.c
6428
u8 port_num = (u8)hw->func_caps.mdio_port_num;
usr/src/uts/common/io/i40e/core/i40e_common.c
6470
u16 reg, u8 phy_addr, u16 value)
usr/src/uts/common/io/i40e/core/i40e_common.c
6473
u8 port_num = (u8)hw->func_caps.mdio_port_num;
usr/src/uts/common/io/i40e/core/i40e_common.c
6511
u8 page, u16 reg, u8 phy_addr, u16 *value)
usr/src/uts/common/io/i40e/core/i40e_common.c
6516
u8 port_num = (u8)hw->func_caps.mdio_port_num;
usr/src/uts/common/io/i40e/core/i40e_common.c
6585
u8 page, u16 reg, u8 phy_addr, u16 value)
usr/src/uts/common/io/i40e/core/i40e_common.c
6590
u8 port_num = (u8)hw->func_caps.mdio_port_num;
usr/src/uts/common/io/i40e/core/i40e_common.c
6652
u8 page, u16 reg, u8 phy_addr, u16 value)
usr/src/uts/common/io/i40e/core/i40e_common.c
6690
u8 page, u16 reg, u8 phy_addr, u16 *value)
usr/src/uts/common/io/i40e/core/i40e_common.c
6724
u8 i40e_get_phy_address(struct i40e_hw *hw, u8 dev_num)
usr/src/uts/common/io/i40e/core/i40e_common.c
6726
u8 port_num = (u8)hw->func_caps.mdio_port_num;
usr/src/uts/common/io/i40e/core/i40e_common.c
6729
return (u8)(reg_val >> ((dev_num + 1) * 5)) & 0x1f;
usr/src/uts/common/io/i40e/core/i40e_common.c
6749
u8 phy_addr = 0;
usr/src/uts/common/io/i40e/core/i40e_common.c
6750
u8 port_num;
usr/src/uts/common/io/i40e/core/i40e_common.c
6753
port_num = (u8)(i & I40E_PFGEN_PORTNUM_PORT_NUM_MASK);
usr/src/uts/common/io/i40e/core/i40e_common.c
6816
u8 phy_addr = 0;
usr/src/uts/common/io/i40e/core/i40e_common.c
6845
u8 phy_addr = 0;
usr/src/uts/common/io/i40e/core/i40e_common.c
6878
u8 phy_addr = 0;
usr/src/uts/common/io/i40e/core/i40e_common.c
7282
i40e_mdio_if_number_selection(struct i40e_hw *hw, bool set_mdio, u8 mdio_num,
usr/src/uts/common/io/i40e/core/i40e_common.c
7316
u8 phy_select, u8 dev_addr, bool page_change,
usr/src/uts/common/io/i40e/core/i40e_common.c
7317
bool set_mdio, u8 mdio_num,
usr/src/uts/common/io/i40e/core/i40e_common.c
7362
u8 phy_select, u8 dev_addr, bool page_change,
usr/src/uts/common/io/i40e/core/i40e_common.c
7363
bool set_mdio, u8 mdio_num,
usr/src/uts/common/io/i40e/core/i40e_common.c
7453
u8 *msg, u16 msglen,
usr/src/uts/common/io/i40e/core/i40e_common.c
7621
u8 filter_index,
usr/src/uts/common/io/i40e/core/i40e_common.c
964
enum i40e_status_code i40e_validate_mac_addr(u8 *mac_addr)
usr/src/uts/common/io/i40e/core/i40e_dcb.c
1019
u8 priority0, priority1, maxtcwilling = 0;
usr/src/uts/common/io/i40e/core/i40e_dcb.c
1022
u8 *buf = tlv->tlvinfo;
usr/src/uts/common/io/i40e/core/i40e_dcb.c
103
priority = (u8)((buf[offset] & I40E_IEEE_ETS_PRIO_1_MASK) >>
usr/src/uts/common/io/i40e/core/i40e_dcb.c
106
priority = (u8)((buf[offset] & I40E_IEEE_ETS_PRIO_0_MASK) >>
usr/src/uts/common/io/i40e/core/i40e_dcb.c
1096
u8 priority0, priority1;
usr/src/uts/common/io/i40e/core/i40e_dcb.c
1097
u8 *buf = tlv->tlvinfo;
usr/src/uts/common/io/i40e/core/i40e_dcb.c
1158
u8 *buf = tlv->tlvinfo;
usr/src/uts/common/io/i40e/core/i40e_dcb.c
1197
u8 priority, selector, i = 0;
usr/src/uts/common/io/i40e/core/i40e_dcb.c
1198
u8 *buf = tlv->tlvinfo;
usr/src/uts/common/io/i40e/core/i40e_dcb.c
1276
u8 mib_type, *lldpmib;
usr/src/uts/common/io/i40e/core/i40e_dcb.c
1291
lldpmib = (u8 *)mem.va;
usr/src/uts/common/io/i40e/core/i40e_dcb.c
1307
enum i40e_status_code i40e_dcb_config_to_lldp(u8 *lldpmib, u16 *miblen,
usr/src/uts/common/io/i40e/core/i40e_dcb.c
1348
u8 module, u32 word_offset)
usr/src/uts/common/io/i40e/core/i40e_dcb.c
141
u8 *buf = tlv->tlvinfo;
usr/src/uts/common/io/i40e/core/i40e_dcb.c
143
u8 priority;
usr/src/uts/common/io/i40e/core/i40e_dcb.c
158
priority = (u8)((buf[offset] & I40E_IEEE_ETS_PRIO_1_MASK) >>
usr/src/uts/common/io/i40e/core/i40e_dcb.c
161
priority = (u8)((buf[offset] & I40E_IEEE_ETS_PRIO_0_MASK) >>
usr/src/uts/common/io/i40e/core/i40e_dcb.c
196
u8 *buf = tlv->tlvinfo;
usr/src/uts/common/io/i40e/core/i40e_dcb.c
204
dcbcfg->pfc.willing = (u8)((buf[0] & I40E_IEEE_PFC_WILLING_MASK) >>
usr/src/uts/common/io/i40e/core/i40e_dcb.c
206
dcbcfg->pfc.mbc = (u8)((buf[0] & I40E_IEEE_PFC_MBC_MASK) >>
usr/src/uts/common/io/i40e/core/i40e_dcb.c
208
dcbcfg->pfc.pfccap = (u8)((buf[0] & I40E_IEEE_PFC_CAP_MASK) >>
usr/src/uts/common/io/i40e/core/i40e_dcb.c
227
u8 *buf;
usr/src/uts/common/io/i40e/core/i40e_dcb.c
249
dcbcfg->app[i].priority = (u8)((buf[offset] &
usr/src/uts/common/io/i40e/core/i40e_dcb.c
252
dcbcfg->app[i].selector = (u8)((buf[offset] &
usr/src/uts/common/io/i40e/core/i40e_dcb.c
279
u8 subtype;
usr/src/uts/common/io/i40e/core/i40e_dcb.c
282
subtype = (u8)((ouisubtype & I40E_LLDP_TLV_SUBTYPE_MASK) >>
usr/src/uts/common/io/i40e/core/i40e_dcb.c
313
u8 *buf = tlv->tlvinfo;
usr/src/uts/common/io/i40e/core/i40e_dcb.c
315
u8 priority;
usr/src/uts/common/io/i40e/core/i40e_dcb.c
333
priority = (u8)((buf[offset] & I40E_CEE_PGID_PRIO_1_MASK) >>
usr/src/uts/common/io/i40e/core/i40e_dcb.c
336
priority = (u8)((buf[offset] & I40E_CEE_PGID_PRIO_0_MASK) >>
usr/src/uts/common/io/i40e/core/i40e_dcb.c
365
u8 *buf = tlv->tlvinfo;
usr/src/uts/common/io/i40e/core/i40e_dcb.c
391
u8 i;
usr/src/uts/common/io/i40e/core/i40e_dcb.c
404
u8 up, selector;
usr/src/uts/common/io/i40e/core/i40e_dcb.c
446
u8 subtype, feat_tlv_count = 0;
usr/src/uts/common/io/i40e/core/i40e_dcb.c
450
subtype = (u8)((ouisubtype & I40E_LLDP_TLV_SUBTYPE_MASK) >>
usr/src/uts/common/io/i40e/core/i40e_dcb.c
471
subtype = (u8)((typelength & I40E_LLDP_TLV_TYPE_MASK) >>
usr/src/uts/common/io/i40e/core/i40e_dcb.c
530
enum i40e_status_code i40e_lldp_to_dcb_config(u8 *lldpmib,
usr/src/uts/common/io/i40e/core/i40e_dcb.c
584
enum i40e_status_code i40e_aq_get_dcb_config(struct i40e_hw *hw, u8 mib_type,
usr/src/uts/common/io/i40e/core/i40e_dcb.c
585
u8 bridgetype,
usr/src/uts/common/io/i40e/core/i40e_dcb.c
590
u8 *lldpmib;
usr/src/uts/common/io/i40e/core/i40e_dcb.c
597
lldpmib = (u8 *)mem.va;
usr/src/uts/common/io/i40e/core/i40e_dcb.c
625
u8 i, tc, err;
usr/src/uts/common/io/i40e/core/i40e_dcb.c
634
tc = (u8)((cee_cfg->oper_prio_tc[i] &
usr/src/uts/common/io/i40e/core/i40e_dcb.c
638
tc = (u8)((cee_cfg->oper_prio_tc[i] &
usr/src/uts/common/io/i40e/core/i40e_dcb.c
706
u8 i, tc, err, sync, oper;
usr/src/uts/common/io/i40e/core/i40e_dcb.c
71
u8 *buf = tlv->tlvinfo;
usr/src/uts/common/io/i40e/core/i40e_dcb.c
715
tc = (u8)((cee_cfg->oper_prio_tc[i] &
usr/src/uts/common/io/i40e/core/i40e_dcb.c
719
tc = (u8)((cee_cfg->oper_prio_tc[i] &
usr/src/uts/common/io/i40e/core/i40e_dcb.c
73
u8 priority;
usr/src/uts/common/io/i40e/core/i40e_dcb.c
84
etscfg->willing = (u8)((buf[offset] & I40E_IEEE_ETS_WILLING_MASK) >>
usr/src/uts/common/io/i40e/core/i40e_dcb.c
86
etscfg->cbs = (u8)((buf[offset] & I40E_IEEE_ETS_CBS_MASK) >>
usr/src/uts/common/io/i40e/core/i40e_dcb.c
88
etscfg->maxtcs = (u8)((buf[offset] & I40E_IEEE_ETS_MAXTC_MASK) >>
usr/src/uts/common/io/i40e/core/i40e_dcb.c
904
u8 adminstatus = 0;
usr/src/uts/common/io/i40e/core/i40e_dcb.c
911
u8 offset = 0;
usr/src/uts/common/io/i40e/core/i40e_dcb.c
979
u8 *lldpmib;
usr/src/uts/common/io/i40e/core/i40e_dcb.c
989
lldpmib = (u8 *)mem.va;
usr/src/uts/common/io/i40e/core/i40e_dcb.h
145
u8 tlvinfo[1];
usr/src/uts/common/io/i40e/core/i40e_dcb.h
152
u8 tlvinfo[1];
usr/src/uts/common/io/i40e/core/i40e_dcb.h
157
u8 operver;
usr/src/uts/common/io/i40e/core/i40e_dcb.h
158
u8 maxver;
usr/src/uts/common/io/i40e/core/i40e_dcb.h
169
u8 en_will_err; /* Bits: |En|Will|Err|Reserved(5)| */
usr/src/uts/common/io/i40e/core/i40e_dcb.h
173
u8 subtype;
usr/src/uts/common/io/i40e/core/i40e_dcb.h
174
u8 tlvinfo[1];
usr/src/uts/common/io/i40e/core/i40e_dcb.h
179
u8 upper_oui_sel; /* Bits: |Upper OUI(6)|Selector(2)| */
usr/src/uts/common/io/i40e/core/i40e_dcb.h
182
u8 prio_map;
usr/src/uts/common/io/i40e/core/i40e_dcb.h
224
enum i40e_status_code i40e_lldp_to_dcb_config(u8 *lldpmib,
usr/src/uts/common/io/i40e/core/i40e_dcb.h
226
enum i40e_status_code i40e_aq_get_dcb_config(struct i40e_hw *hw, u8 mib_type,
usr/src/uts/common/io/i40e/core/i40e_dcb.h
227
u8 bridgetype,
usr/src/uts/common/io/i40e/core/i40e_dcb.h
236
enum i40e_status_code i40e_dcb_config_to_lldp(u8 *lldpmib, u16 *miblen,
usr/src/uts/common/io/i40e/core/i40e_hmc.h
106
u8 hmc_fn_id;
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
1034
static void i40e_read_dword(u8 *hmc_bits,
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
1036
u8 *dest)
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
1039
u8 *src, *target;
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
1087
static void i40e_read_qword(u8 *hmc_bits,
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
1089
u8 *dest)
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
1092
u8 *src, *target;
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
1140
static enum i40e_status_code i40e_get_hmc_context(u8 *context_bytes,
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
1142
u8 *dest)
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
1176
u8 *context_bytes,
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
1192
static enum i40e_status_code i40e_set_hmc_context(u8 *context_bytes,
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
1194
u8 *dest)
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
1235
u8 **object_base,
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
1284
*object_base = (u8 *)pd_entry->bp.addr.va + obj_offset_in_pd;
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
1288
*object_base = (u8 *)sd_entry->u.bp.addr.va + obj_offset_in_sd;
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
1305
u8 *context_bytes;
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
1312
i40e_hmc_txq_ce_info, (u8 *)s);
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
1324
u8 *context_bytes;
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
1344
u8 *context_bytes;
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
1351
i40e_hmc_txq_ce_info, (u8 *)s);
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
1365
u8 *context_bytes;
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
1372
i40e_hmc_rxq_ce_info, (u8 *)s);
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
1384
u8 *context_bytes;
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
1404
u8 *context_bytes;
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
1411
i40e_hmc_rxq_ce_info, (u8 *)s);
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
477
u8 hmc_fn_id = hw->hmc.hmc_fn_id;
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
765
static void i40e_write_byte(u8 *hmc_bits,
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
767
u8 *src)
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
769
u8 src_byte, dest_byte, mask;
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
770
u8 *from, *dest;
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
778
mask = (u8)(BIT(ce_info->width) - 1);
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
805
static void i40e_write_word(u8 *hmc_bits,
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
807
u8 *src)
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
810
u8 *from, *dest;
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
849
static void i40e_write_dword(u8 *hmc_bits,
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
851
u8 *src)
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
854
u8 *from, *dest;
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
901
static void i40e_write_qword(u8 *hmc_bits,
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
903
u8 *src)
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
906
u8 *from, *dest;
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
953
static void i40e_read_byte(u8 *hmc_bits,
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
955
u8 *dest)
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
957
u8 dest_byte, mask;
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
958
u8 *src, *target;
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
963
mask = (u8)(BIT(ce_info->width) - 1);
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
990
static void i40e_read_word(u8 *hmc_bits,
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
992
u8 *dest)
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
995
u8 *src, *target;
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.h
101
u8 rdylist_act;
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.h
59
u8 dtype;
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.h
60
u8 dsize;
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.h
61
u8 crcstrip;
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.h
62
u8 fc_ena;
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.h
63
u8 l2tsel;
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.h
64
u8 hsplit_0;
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.h
65
u8 hsplit_1;
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.h
66
u8 showiv;
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.h
68
u8 tphrdesc_ena;
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.h
69
u8 tphwdesc_ena;
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.h
70
u8 tphdata_ena;
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.h
71
u8 tphhead_ena;
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.h
73
u8 prefena; /* NOTE: normally must be set to 1 at init */
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.h
85
u8 new_context;
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.h
87
u8 fc_ena;
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.h
88
u8 timesync_ena;
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.h
89
u8 fd_ena;
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.h
90
u8 alt_vlan_ena;
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.h
92
u8 cpuid;
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.h
93
u8 head_wb_ena;
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.h
95
u8 tphrdesc_ena;
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.h
96
u8 tphrpacket_ena;
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.h
97
u8 tphwdesc_ena;
usr/src/uts/common/io/i40e/core/i40e_nvm.c
1057
u8 *bytes, int *perrno)
usr/src/uts/common/io/i40e/core/i40e_nvm.c
1198
u8 *bytes, int *perrno)
usr/src/uts/common/io/i40e/core/i40e_nvm.c
1242
u8 *bytes, int *perrno)
usr/src/uts/common/io/i40e/core/i40e_nvm.c
1418
u8 module, transaction;
usr/src/uts/common/io/i40e/core/i40e_nvm.c
1523
u8 *bytes, int *perrno)
usr/src/uts/common/io/i40e/core/i40e_nvm.c
1529
u8 *buff = NULL;
usr/src/uts/common/io/i40e/core/i40e_nvm.c
1608
u8 *bytes, int *perrno)
usr/src/uts/common/io/i40e/core/i40e_nvm.c
1613
u8 *buff;
usr/src/uts/common/io/i40e/core/i40e_nvm.c
1645
buff = ((u8 *)&hw->nvm_wb_desc) + cmd->offset;
usr/src/uts/common/io/i40e/core/i40e_nvm.c
1652
buff = (u8 *)hw->nvm_buff.va + (cmd->offset - aq_desc_len);
usr/src/uts/common/io/i40e/core/i40e_nvm.c
1656
int start_byte = buff - (u8 *)hw->nvm_buff.va;
usr/src/uts/common/io/i40e/core/i40e_nvm.c
1677
u8 *bytes, int *perrno)
usr/src/uts/common/io/i40e/core/i40e_nvm.c
1712
u8 *bytes, int *perrno)
usr/src/uts/common/io/i40e/core/i40e_nvm.c
1716
u8 module, transaction;
usr/src/uts/common/io/i40e/core/i40e_nvm.c
1755
u8 module, transaction;
usr/src/uts/common/io/i40e/core/i40e_nvm.c
1791
u8 *bytes, int *perrno)
usr/src/uts/common/io/i40e/core/i40e_nvm.c
1795
u8 module, transaction;
usr/src/uts/common/io/i40e/core/i40e_nvm.c
1796
u8 preservation_flags;
usr/src/uts/common/io/i40e/core/i40e_nvm.c
260
u8 module_pointer, u32 offset,
usr/src/uts/common/io/i40e/core/i40e_nvm.c
379
i40e_read_nvm_module_data(struct i40e_hw *hw, u8 module_ptr, u16 module_offset,
usr/src/uts/common/io/i40e/core/i40e_nvm.c
52
u8 sr_size;
usr/src/uts/common/io/i40e/core/i40e_nvm.c
593
enum i40e_status_code i40e_write_nvm_aq(struct i40e_hw *hw, u8 module_pointer,
usr/src/uts/common/io/i40e/core/i40e_nvm.c
665
u8 module_pointer, u32 offset,
usr/src/uts/common/io/i40e/core/i40e_nvm.c
839
u8 *bytes, int *perrno);
usr/src/uts/common/io/i40e/core/i40e_nvm.c
842
u8 *bytes, int *perrno);
usr/src/uts/common/io/i40e/core/i40e_nvm.c
845
u8 *bytes, int *perrno);
usr/src/uts/common/io/i40e/core/i40e_nvm.c
854
u8 *bytes, int *perrno);
usr/src/uts/common/io/i40e/core/i40e_nvm.c
857
u8 *bytes, int *perrno);
usr/src/uts/common/io/i40e/core/i40e_nvm.c
860
u8 *bytes, int *perrno);
usr/src/uts/common/io/i40e/core/i40e_nvm.c
863
u8 *bytes, int *perrno);
usr/src/uts/common/io/i40e/core/i40e_nvm.c
866
u8 *bytes, int *perrno);
usr/src/uts/common/io/i40e/core/i40e_nvm.c
867
static INLINE u8 i40e_nvmupd_get_module(u32 val)
usr/src/uts/common/io/i40e/core/i40e_nvm.c
869
return (u8)(val & I40E_NVM_MOD_PNT_MASK);
usr/src/uts/common/io/i40e/core/i40e_nvm.c
871
static INLINE u8 i40e_nvmupd_get_transaction(u32 val)
usr/src/uts/common/io/i40e/core/i40e_nvm.c
873
return (u8)((val & I40E_NVM_TRANS_MASK) >> I40E_NVM_TRANS_SHIFT);
usr/src/uts/common/io/i40e/core/i40e_nvm.c
876
static INLINE u8 i40e_nvmupd_get_preservation_flags(u32 val)
usr/src/uts/common/io/i40e/core/i40e_nvm.c
878
return (u8)((val & I40E_NVM_PRESERVATION_FLAGS_MASK) >>
usr/src/uts/common/io/i40e/core/i40e_nvm.c
914
u8 *bytes, int *perrno)
usr/src/uts/common/io/i40e/core/i40e_prototype.h
131
enum i40e_status_code i40e_aq_set_phy_debug(struct i40e_hw *hw, u8 cmd_flags,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
144
enum i40e_status_code i40e_set_fc(struct i40e_hw *hw, u8 *aq_failures,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
159
i40e_aq_set_lb_modes(struct i40e_hw *hw, u8 lb_level, u8 lb_type, u8 speed,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
207
u16 downlink_seid, u8 enabled_tc,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
233
u8 count, struct i40e_asq_cmd_details *cmd_details);
usr/src/uts/common/io/i40e/core/i40e_prototype.h
236
u8 count, struct i40e_asq_cmd_details *cmd_details);
usr/src/uts/common/io/i40e/core/i40e_prototype.h
238
u32 v_opcode, u32 v_retval, u8 *msg, u16 msglen,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
245
u16 flags, u16 valid_flags, u8 mode,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
250
u8 sdp_number, u64 *timeout,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
254
u8 sdp_number,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
256
enum i40e_status_code i40e_aq_read_nvm(struct i40e_hw *hw, u8 module_pointer,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
260
enum i40e_status_code i40e_aq_erase_nvm(struct i40e_hw *hw, u8 module_pointer,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
264
u8 cmd_flags, u32 field_id, void *data,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
268
u8 cmd_flags, void *data, u16 buf_size,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
278
enum i40e_status_code i40e_aq_update_nvm(struct i40e_hw *hw, u8 module_pointer,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
280
bool last_command, u8 preservation_flags,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
282
enum i40e_status_code i40e_aq_nvm_progress(struct i40e_hw *hw, u8 *progress,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
284
enum i40e_status_code i40e_aq_get_lldp_mib(struct i40e_hw *hw, u8 bridge_type,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
285
u8 mib_type, void *buff, u16 buff_size,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
289
u8 mib_type, void *buff, u16 buff_size,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
295
i40e_aq_restore_lldp(struct i40e_hw *hw, u8 *setting, bool restore,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
314
u16 udp_port, u8 protocol_index,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
315
u8 *filter_index,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
317
enum i40e_status_code i40e_aq_del_udp_tunnel(struct i40e_hw *hw, u8 index,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
320
u8 *num_entries,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
335
u16 etag, u8 num_tags_in_buf, void *buf,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
358
u16 flags, u8 *mac_addr,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
361
u16 seid, u16 credit, u8 max_credit,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
364
u8 tcmap, bool request, u8 *tcmap_ret,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
377
u16 seid, u16 credit, u8 max_bw,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
407
u8 filter_count);
usr/src/uts/common/io/i40e/core/i40e_prototype.h
411
u8 filter_count);
usr/src/uts/common/io/i40e/core/i40e_prototype.h
415
u8 filter_count);
usr/src/uts/common/io/i40e/core/i40e_prototype.h
419
u8 filter_count);
usr/src/uts/common/io/i40e/core/i40e_prototype.h
437
u8 bios_mode, bool *reset_needed);
usr/src/uts/common/io/i40e/core/i40e_prototype.h
439
u8 oem_mode);
usr/src/uts/common/io/i40e/core/i40e_prototype.h
448
enum i40e_status_code i40e_get_mac_addr(struct i40e_hw *hw, u8 *mac_addr);
usr/src/uts/common/io/i40e/core/i40e_prototype.h
454
enum i40e_status_code i40e_get_port_mac_addr(struct i40e_hw *hw, u8 *mac_addr);
usr/src/uts/common/io/i40e/core/i40e_prototype.h
455
enum i40e_status_code i40e_read_pba_string(struct i40e_hw *hw, u8 *pba_num,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
467
i40e_read_nvm_module_data(struct i40e_hw *hw, u8 module_ptr, u16 module_offset,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
471
enum i40e_status_code i40e_write_nvm_aq(struct i40e_hw *hw, u8 module,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
480
enum i40e_status_code __i40e_write_nvm_buffer(struct i40e_hw *hw, u8 module,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
488
u8 *bytes, int *);
usr/src/uts/common/io/i40e/core/i40e_prototype.h
499
static INLINE struct i40e_rx_ptype_decoded decode_rx_desc_ptype(u8 ptype)
usr/src/uts/common/io/i40e/core/i40e_prototype.h
552
u8 *msg, u16 msglen,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
557
u8 *mac_addr, u16 ethtype, u16 flags,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
561
enum i40e_status_code i40e_aq_debug_dump(struct i40e_hw *hw, u8 cluster_id,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
562
u8 table_id, u32 start_index, u16 buff_size,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
564
u8 *ret_next_table, u32 *ret_next_index,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
578
u8 phy_select, u8 dev_addr, bool page_change,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
579
bool set_mdio, u8 mdio_num,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
584
u8 phy_select, u8 dev_addr, bool page_change,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
585
bool set_mdio, u8 mdio_num,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
607
u8 filter_index,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
61
enum i40e_status_code i40e_validate_mac_addr(u8 *mac_addr);
usr/src/uts/common/io/i40e/core/i40e_prototype.h
618
u16 reg, u8 phy_addr, u16 *value);
usr/src/uts/common/io/i40e/core/i40e_prototype.h
620
u16 reg, u8 phy_addr, u16 value);
usr/src/uts/common/io/i40e/core/i40e_prototype.h
622
u8 page, u16 reg, u8 phy_addr, u16 *value);
usr/src/uts/common/io/i40e/core/i40e_prototype.h
624
u8 page, u16 reg, u8 phy_addr, u16 value);
usr/src/uts/common/io/i40e/core/i40e_prototype.h
626
u8 page, u16 reg, u8 phy_addr, u16 *value);
usr/src/uts/common/io/i40e/core/i40e_prototype.h
628
u8 page, u16 reg, u8 phy_addr, u16 value);
usr/src/uts/common/io/i40e/core/i40e_prototype.h
629
u8 i40e_get_phy_address(struct i40e_hw *hw, u8 dev_num);
usr/src/uts/common/io/i40e/core/i40e_prototype.h
82
bool pf_lut, u8 *lut, u16 lut_size);
usr/src/uts/common/io/i40e/core/i40e_prototype.h
84
bool pf_lut, u8 *lut, u16 lut_size);
usr/src/uts/common/io/i40e/core/i40e_type.h
1406
u8 pf_num;
usr/src/uts/common/io/i40e/core/i40e_type.h
1407
u8 vf_num;
usr/src/uts/common/io/i40e/core/i40e_type.h
1408
u8 connection_type;
usr/src/uts/common/io/i40e/core/i40e_type.h
260
u8 link_info;
usr/src/uts/common/io/i40e/core/i40e_type.h
261
u8 an_info;
usr/src/uts/common/io/i40e/core/i40e_type.h
262
u8 req_fec_info;
usr/src/uts/common/io/i40e/core/i40e_type.h
263
u8 fec_info;
usr/src/uts/common/io/i40e/core/i40e_type.h
264
u8 ext_info;
usr/src/uts/common/io/i40e/core/i40e_type.h
265
u8 loopback;
usr/src/uts/common/io/i40e/core/i40e_type.h
270
u8 pacing;
usr/src/uts/common/io/i40e/core/i40e_type.h
271
u8 requested_speeds;
usr/src/uts/common/io/i40e/core/i40e_type.h
272
u8 module_type[3];
usr/src/uts/common/io/i40e/core/i40e_type.h
442
u8 rx_buf_chain_len;
usr/src/uts/common/io/i40e/core/i40e_type.h
453
u8 addr[ETH_ALEN];
usr/src/uts/common/io/i40e/core/i40e_type.h
454
u8 perm_addr[ETH_ALEN];
usr/src/uts/common/io/i40e/core/i40e_type.h
455
u8 san_addr[ETH_ALEN];
usr/src/uts/common/io/i40e/core/i40e_type.h
456
u8 port_addr[ETH_ALEN];
usr/src/uts/common/io/i40e/core/i40e_type.h
550
u8 data[1];
usr/src/uts/common/io/i40e/core/i40e_type.h
561
u8 major;
usr/src/uts/common/io/i40e/core/i40e_type.h
562
u8 minor;
usr/src/uts/common/io/i40e/core/i40e_type.h
564
u8 features[I40E_NVMUPD_FEATURES_API_FEATURES_ARRAY_LEN];
usr/src/uts/common/io/i40e/core/i40e_type.h
651
u8 willing;
usr/src/uts/common/io/i40e/core/i40e_type.h
652
u8 cbs;
usr/src/uts/common/io/i40e/core/i40e_type.h
653
u8 maxtcs;
usr/src/uts/common/io/i40e/core/i40e_type.h
654
u8 prioritytable[I40E_MAX_TRAFFIC_CLASS];
usr/src/uts/common/io/i40e/core/i40e_type.h
655
u8 tcbwtable[I40E_MAX_TRAFFIC_CLASS];
usr/src/uts/common/io/i40e/core/i40e_type.h
656
u8 tsatable[I40E_MAX_TRAFFIC_CLASS];
usr/src/uts/common/io/i40e/core/i40e_type.h
661
u8 willing;
usr/src/uts/common/io/i40e/core/i40e_type.h
662
u8 mbc;
usr/src/uts/common/io/i40e/core/i40e_type.h
663
u8 pfccap;
usr/src/uts/common/io/i40e/core/i40e_type.h
664
u8 pfcenable;
usr/src/uts/common/io/i40e/core/i40e_type.h
669
u8 priority;
usr/src/uts/common/io/i40e/core/i40e_type.h
670
u8 selector;
usr/src/uts/common/io/i40e/core/i40e_type.h
675
u8 dcbx_mode;
usr/src/uts/common/io/i40e/core/i40e_type.h
678
u8 app_mode;
usr/src/uts/common/io/i40e/core/i40e_type.h
690
u8 *hw_addr;
usr/src/uts/common/io/i40e/core/i40e_type.h
705
u8 revision_id;
usr/src/uts/common/io/i40e/core/i40e_type.h
706
u8 port;
usr/src/uts/common/io/i40e/core/i40e_type.h
717
u8 pf_id;
usr/src/uts/common/io/i40e/core/i40e_type.h
73
#define I40E_IS_MULTICAST(address) (bool)(((u8 *)(address))[0] & ((u8)0x01))
usr/src/uts/common/io/i40e/core/i40e_type.h
77
((((u8 *)(address))[0] == ((u8)0xff)) && \
usr/src/uts/common/io/i40e/core/i40e_type.h
78
(((u8 *)(address))[1] == ((u8)0xff)))
usr/src/uts/common/io/i40e/core/i40e_type.h
785
u8 major_version;
usr/src/uts/common/io/i40e/core/i40e_type.h
786
u8 minor_version;
usr/src/uts/common/io/i40e/core/i40e_type.h
787
u8 build_version;
usr/src/uts/common/io/i40e/core/i40e_type.h
788
u8 subbuild_version;
usr/src/uts/common/io/i40e/core/i40e_type.h
789
u8 driver_string[32];
usr/src/uts/common/io/i40e/core/i40e_type.h
95
#define I40E_HI_BYTE(x) ((u8)(((x) >> 8) & 0xFF))
usr/src/uts/common/io/i40e/core/i40e_type.h
96
#define I40E_LO_BYTE(x) ((u8)((x) & 0xFF))
usr/src/uts/common/io/i40e/core/virtchnl.h
168
u8 pad[8]; /* AQ flags/opcode/len/retval fields */
usr/src/uts/common/io/i40e/core/virtchnl.h
238
u8 default_mac_addr[VIRTCHNL_ETH_LENGTH_OF_ADDRESS];
usr/src/uts/common/io/i40e/core/virtchnl.h
416
u8 addr[VIRTCHNL_ETH_LENGTH_OF_ADDRESS];
usr/src/uts/common/io/i40e/core/virtchnl.h
417
u8 pad[2];
usr/src/uts/common/io/i40e/core/virtchnl.h
487
u8 key[1]; /* RSS hash key, packed bytes */
usr/src/uts/common/io/i40e/core/virtchnl.h
495
u8 lut[1]; /* RSS lookup table */
usr/src/uts/common/io/i40e/core/virtchnl.h
568
u8 itr_idx;
usr/src/uts/common/io/i40e/core/virtchnl.h
609
u8 *msg, u16 msglen)
usr/src/uts/common/io/i40e/i40e_gld.c
1246
uint8_t *u8;
usr/src/uts/common/io/i40e/i40e_gld.c
1282
u8 = pr_val;
usr/src/uts/common/io/i40e/i40e_gld.c
1283
*u8 = 1;
usr/src/uts/common/io/i40e/i40e_gld.c
1330
u8 = pr_val;
usr/src/uts/common/io/i40e/i40e_gld.c
1331
*u8 = (i40e->i40e_phy.link_speed & I40E_LINK_SPEED_100MB) != 0;
usr/src/uts/common/io/i40e/i40e_gld.c
1339
u8 = pr_val;
usr/src/uts/common/io/i40e/i40e_gld.c
1340
*u8 = (i40e->i40e_phy.link_speed & I40E_LINK_SPEED_1GB) != 0;
usr/src/uts/common/io/i40e/i40e_gld.c
1348
u8 = pr_val;
usr/src/uts/common/io/i40e/i40e_gld.c
1349
*u8 = (i40e->i40e_phy.link_speed & I40E_LINK_SPEED_2_5GB) != 0;
usr/src/uts/common/io/i40e/i40e_gld.c
1357
u8 = pr_val;
usr/src/uts/common/io/i40e/i40e_gld.c
1358
*u8 = (i40e->i40e_phy.link_speed & I40E_LINK_SPEED_5GB) != 0;
usr/src/uts/common/io/i40e/i40e_gld.c
1366
u8 = pr_val;
usr/src/uts/common/io/i40e/i40e_gld.c
1367
*u8 = (i40e->i40e_phy.link_speed & I40E_LINK_SPEED_10GB) != 0;
usr/src/uts/common/io/i40e/i40e_gld.c
1375
u8 = pr_val;
usr/src/uts/common/io/i40e/i40e_gld.c
1376
*u8 = (i40e->i40e_phy.link_speed & I40E_LINK_SPEED_25GB) != 0;
usr/src/uts/common/io/i40e/i40e_gld.c
1384
u8 = pr_val;
usr/src/uts/common/io/i40e/i40e_gld.c
1385
*u8 = (i40e->i40e_phy.link_speed & I40E_LINK_SPEED_40GB) != 0;
usr/src/uts/common/io/igb/igb_main.c
1368
u8 pbanum[E1000_PBANUM_LENGTH];
usr/src/uts/common/io/igc/core/igc_api.c
256
void igc_update_mc_addr_list(struct igc_hw *hw, u8 *mc_addr_list,
usr/src/uts/common/io/igc/core/igc_api.c
391
int igc_rar_set(struct igc_hw *hw, u8 *addr, u32 index)
usr/src/uts/common/io/igc/core/igc_api.c
422
u32 igc_hash_mc_addr(struct igc_hw *hw, u8 *mc_addr)
usr/src/uts/common/io/igc/core/igc_api.c
606
s32 igc_read_pba_string(struct igc_hw *hw, u8 *pba_num, u32 pba_num_size)
usr/src/uts/common/io/igc/core/igc_api.h
30
int igc_rar_set(struct igc_hw *hw, u8 *addr, u32 index);
usr/src/uts/common/io/igc/core/igc_api.h
31
u32 igc_hash_mc_addr(struct igc_hw *hw, u8 *mc_addr);
usr/src/uts/common/io/igc/core/igc_api.h
32
void igc_update_mc_addr_list(struct igc_hw *hw, u8 *mc_addr_list,
usr/src/uts/common/io/igc/core/igc_api.h
46
s32 igc_read_pba_string(struct igc_hw *hw, u8 *pba_num, u32 pba_num_size);
usr/src/uts/common/io/igc/core/igc_defines.h
1273
(u8)((invm_dword) & 0x7)
usr/src/uts/common/io/igc/core/igc_defines.h
1275
(u8)(((invm_dword) & 0x0000FE00) >> 9)
usr/src/uts/common/io/igc/core/igc_hw.h
129
u8 status; /* Descriptor status */
usr/src/uts/common/io/igc/core/igc_hw.h
130
u8 errors; /* Descriptor Errors */
usr/src/uts/common/io/igc/core/igc_hw.h
202
u8 cso; /* Checksum offset */
usr/src/uts/common/io/igc/core/igc_hw.h
203
u8 cmd; /* Descriptor control */
usr/src/uts/common/io/igc/core/igc_hw.h
209
u8 status; /* Descriptor status */
usr/src/uts/common/io/igc/core/igc_hw.h
210
u8 css; /* Checksum start */
usr/src/uts/common/io/igc/core/igc_hw.h
221
u8 ipcss; /* IP checksum start */
usr/src/uts/common/io/igc/core/igc_hw.h
222
u8 ipcso; /* IP checksum offset */
usr/src/uts/common/io/igc/core/igc_hw.h
229
u8 tucss; /* TCP checksum start */
usr/src/uts/common/io/igc/core/igc_hw.h
230
u8 tucso; /* TCP checksum offset */
usr/src/uts/common/io/igc/core/igc_hw.h
238
u8 status; /* Descriptor status */
usr/src/uts/common/io/igc/core/igc_hw.h
239
u8 hdr_len; /* Header length */
usr/src/uts/common/io/igc/core/igc_hw.h
252
u8 typ_len_ext;
usr/src/uts/common/io/igc/core/igc_hw.h
253
u8 cmd;
usr/src/uts/common/io/igc/core/igc_hw.h
259
u8 status; /* Descriptor status */
usr/src/uts/common/io/igc/core/igc_hw.h
260
u8 popts; /* Packet Options */
usr/src/uts/common/io/igc/core/igc_hw.h
352
void (*update_mc_addr_list)(struct igc_hw *, u8 *, u32);
usr/src/uts/common/io/igc/core/igc_hw.h
359
int (*rar_set)(struct igc_hw *, u8*, u32);
usr/src/uts/common/io/igc/core/igc_hw.h
424
u8 addr[ETH_ADDR_LEN];
usr/src/uts/common/io/igc/core/igc_hw.h
425
u8 perm_addr[ETH_ADDR_LEN];
usr/src/uts/common/io/igc/core/igc_hw.h
444
u8 forced_speed_duplex;
usr/src/uts/common/io/igc/core/igc_hw.h
468
u8 mdix;
usr/src/uts/common/io/igc/core/igc_hw.h
515
u8 *hw_addr;
usr/src/uts/common/io/igc/core/igc_hw.h
516
u8 *flash_address;
usr/src/uts/common/io/igc/core/igc_hw.h
534
u8 revision_id;
usr/src/uts/common/io/igc/core/igc_mac.c
104
u8 IGC_UNUSEDARG *h, u32 IGC_UNUSEDARG a)
usr/src/uts/common/io/igc/core/igc_mac.c
171
u8 mac_addr[ETH_ADDR_LEN] = {0};
usr/src/uts/common/io/igc/core/igc_mac.c
203
u8 alt_mac_addr[ETH_ADDR_LEN];
usr/src/uts/common/io/igc/core/igc_mac.c
234
alt_mac_addr[i] = (u8)(nvm_data & 0xFF);
usr/src/uts/common/io/igc/core/igc_mac.c
235
alt_mac_addr[i + 1] = (u8)(nvm_data >> 8);
usr/src/uts/common/io/igc/core/igc_mac.c
262
int igc_rar_set_generic(struct igc_hw *hw, u8 *addr, u32 index)
usr/src/uts/common/io/igc/core/igc_mac.c
300
u32 igc_hash_mc_addr_generic(struct igc_hw *hw, u8 *mc_addr)
usr/src/uts/common/io/igc/core/igc_mac.c
303
u8 bit_shift = 0;
usr/src/uts/common/io/igc/core/igc_mac.c
372
u8 *mc_addr_list, u32 mc_addr_count)
usr/src/uts/common/io/igc/core/igc_mac.c
78
u8 IGC_UNUSEDARG *h, u32 IGC_UNUSEDARG a)
usr/src/uts/common/io/igc/core/igc_mac.h
15
void igc_null_update_mc(struct igc_hw *hw, u8 *h, u32 a);
usr/src/uts/common/io/igc/core/igc_mac.h
17
int igc_null_rar_set(struct igc_hw *hw, u8 *h, u32 a);
usr/src/uts/common/io/igc/core/igc_mac.h
29
u8 *mc_addr_list, u32 mc_addr_count);
usr/src/uts/common/io/igc/core/igc_mac.h
30
int igc_rar_set_generic(struct igc_hw *hw, u8 *addr, u32 index);
usr/src/uts/common/io/igc/core/igc_mac.h
35
u32 igc_hash_mc_addr_generic(struct igc_hw *hw, u8 *mc_addr);
usr/src/uts/common/io/igc/core/igc_nvm.c
327
u8 spi_stat_reg;
usr/src/uts/common/io/igc/core/igc_nvm.c
348
spi_stat_reg = (u8)igc_shift_in_eec_bits(hw, 8);
usr/src/uts/common/io/igc/core/igc_nvm.c
441
u8 write_opcode = NVM_WRITE_OPCODE_SPI;
usr/src/uts/common/io/igc/core/igc_nvm.c
500
s32 igc_read_pba_string_generic(struct igc_hw *hw, u8 *pba_num,
usr/src/uts/common/io/igc/core/igc_nvm.c
593
pba_num[offset * 2] = (u8)(nvm_data >> 8);
usr/src/uts/common/io/igc/core/igc_nvm.c
594
pba_num[(offset * 2) + 1] = (u8)(nvm_data & 0xFF);
usr/src/uts/common/io/igc/core/igc_nvm.c
623
hw->mac.perm_addr[i] = (u8)(rar_low >> (i*8));
usr/src/uts/common/io/igc/core/igc_nvm.c
626
hw->mac.perm_addr[i+4] = (u8)(rar_high >> (i*8));
usr/src/uts/common/io/igc/core/igc_nvm.h
19
s32 igc_read_pba_string_generic(struct igc_hw *hw, u8 *pba_num,
usr/src/uts/common/io/igc/core/igc_phy.c
1011
u8 dev_addr, u16 *data, bool read)
usr/src/uts/common/io/igc/core/igc_phy.c
1052
s32 igc_read_xmdio_reg(struct igc_hw *hw, u16 addr, u8 dev_addr, u16 *data)
usr/src/uts/common/io/igc/core/igc_phy.c
1066
s32 igc_write_xmdio_reg(struct igc_hw *hw, u16 addr, u8 dev_addr, u16 data)
usr/src/uts/common/io/igc/core/igc_phy.c
946
u8 dev_addr = (offset & GPY_MMD_MASK) >> GPY_MMD_SHIFT;
usr/src/uts/common/io/igc/core/igc_phy.c
980
u8 dev_addr = (offset & GPY_MMD_MASK) >> GPY_MMD_SHIFT;
usr/src/uts/common/io/igc/core/igc_phy.h
35
s32 igc_read_xmdio_reg(struct igc_hw *hw, u16 addr, u8 dev_addr,
usr/src/uts/common/io/igc/core/igc_phy.h
37
s32 igc_write_xmdio_reg(struct igc_hw *hw, u16 addr, u8 dev_addr,
usr/src/uts/common/io/ixgbe/core/ixgbe_82598.c
1079
s32 ixgbe_read_analog_reg8_82598(struct ixgbe_hw *hw, u32 reg, u8 *val)
usr/src/uts/common/io/ixgbe/core/ixgbe_82598.c
1090
*val = (u8)atlas_ctl;
usr/src/uts/common/io/ixgbe/core/ixgbe_82598.c
1103
s32 ixgbe_write_analog_reg8_82598(struct ixgbe_hw *hw, u32 reg, u8 val)
usr/src/uts/common/io/ixgbe/core/ixgbe_82598.c
1126
static s32 ixgbe_read_i2c_phy_82598(struct ixgbe_hw *hw, u8 dev_addr,
usr/src/uts/common/io/ixgbe/core/ixgbe_82598.c
1127
u8 byte_offset, u8 *eeprom_data)
usr/src/uts/common/io/ixgbe/core/ixgbe_82598.c
1181
*eeprom_data = (u8)(sfp_data >> 8);
usr/src/uts/common/io/ixgbe/core/ixgbe_82598.c
1199
s32 ixgbe_read_i2c_eeprom_82598(struct ixgbe_hw *hw, u8 byte_offset,
usr/src/uts/common/io/ixgbe/core/ixgbe_82598.c
1200
u8 *eeprom_data)
usr/src/uts/common/io/ixgbe/core/ixgbe_82598.c
1214
static s32 ixgbe_read_i2c_sff8472_82598(struct ixgbe_hw *hw, u8 byte_offset,
usr/src/uts/common/io/ixgbe/core/ixgbe_82598.c
1215
u8 *sff8472_data)
usr/src/uts/common/io/ixgbe/core/ixgbe_82598.c
1398
u8 i = 0;
usr/src/uts/common/io/ixgbe/core/ixgbe_82598.c
68
static s32 ixgbe_read_i2c_sff8472_82598(struct ixgbe_hw *hw, u8 byte_offset,
usr/src/uts/common/io/ixgbe/core/ixgbe_82598.c
69
u8 *sff8472_data);
usr/src/uts/common/io/ixgbe/core/ixgbe_82598.c
818
u8 analog_val;
usr/src/uts/common/io/ixgbe/core/ixgbe_82598.h
45
s32 ixgbe_read_analog_reg8_82598(struct ixgbe_hw *hw, u32 reg, u8 *val);
usr/src/uts/common/io/ixgbe/core/ixgbe_82598.h
46
s32 ixgbe_write_analog_reg8_82598(struct ixgbe_hw *hw, u32 reg, u8 val);
usr/src/uts/common/io/ixgbe/core/ixgbe_82598.h
47
s32 ixgbe_read_i2c_eeprom_82598(struct ixgbe_hw *hw, u8 byte_offset,
usr/src/uts/common/io/ixgbe/core/ixgbe_82598.h
48
u8 *eeprom_data);
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
1432
void ixgbe_set_fdir_drop_queue_82599(struct ixgbe_hw *hw, u8 dropqueue)
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
1565
u8 queue)
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
1568
u8 flow_type;
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
1902
u16 soft_id, u8 queue, bool cloud_mode)
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
2041
u16 soft_id, u8 queue, bool cloud_mode)
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
2103
s32 ixgbe_read_analog_reg8_82599(struct ixgbe_hw *hw, u32 reg, u8 *val)
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
2114
*val = (u8)core_ctl;
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
2127
s32 ixgbe_write_analog_reg8_82599(struct ixgbe_hw *hw, u32 reg, u8 val)
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
2560
static s32 ixgbe_read_i2c_byte_82599(struct ixgbe_hw *hw, u8 byte_offset,
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
2561
u8 dev_addr, u8 *data)
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
2618
static s32 ixgbe_write_i2c_byte_82599(struct ixgbe_hw *hw, u8 byte_offset,
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
2619
u8 dev_addr, u8 data)
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
56
static s32 ixgbe_read_i2c_byte_82599(struct ixgbe_hw *hw, u8 byte_offset,
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
57
u8 dev_addr, u8 *data);
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
58
static s32 ixgbe_write_i2c_byte_82599(struct ixgbe_hw *hw, u8 byte_offset,
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
59
u8 dev_addr, u8 data);
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.h
56
s32 ixgbe_read_analog_reg8_82599(struct ixgbe_hw *hw, u32 reg, u8 *val);
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.h
57
s32 ixgbe_write_analog_reg8_82599(struct ixgbe_hw *hw, u32 reg, u8 val);
usr/src/uts/common/io/ixgbe/core/ixgbe_api.c
1048
s32 ixgbe_update_uc_addr_list(struct ixgbe_hw *hw, u8 *addr_list,
usr/src/uts/common/io/ixgbe/core/ixgbe_api.c
1069
s32 ixgbe_update_mc_addr_list(struct ixgbe_hw *hw, u8 *mc_addr_list,
usr/src/uts/common/io/ixgbe/core/ixgbe_api.c
1199
s32 ixgbe_set_fw_drv_ver(struct ixgbe_hw *hw, u8 maj, u8 min, u8 build,
usr/src/uts/common/io/ixgbe/core/ixgbe_api.c
1200
u8 ver, u16 len, char *driver_ver)
usr/src/uts/common/io/ixgbe/core/ixgbe_api.c
1490
s32 ixgbe_bypass_rd_eep(struct ixgbe_hw *hw, u32 addr, u8 *value)
usr/src/uts/common/io/ixgbe/core/ixgbe_api.c
1504
s32 ixgbe_read_analog_reg8(struct ixgbe_hw *hw, u32 reg, u8 *val)
usr/src/uts/common/io/ixgbe/core/ixgbe_api.c
1518
s32 ixgbe_write_analog_reg8(struct ixgbe_hw *hw, u32 reg, u8 val)
usr/src/uts/common/io/ixgbe/core/ixgbe_api.c
1546
s32 ixgbe_read_i2c_byte(struct ixgbe_hw *hw, u8 byte_offset, u8 dev_addr,
usr/src/uts/common/io/ixgbe/core/ixgbe_api.c
1547
u8 *data)
usr/src/uts/common/io/ixgbe/core/ixgbe_api.c
1562
s32 ixgbe_read_i2c_byte_unlocked(struct ixgbe_hw *hw, u8 byte_offset,
usr/src/uts/common/io/ixgbe/core/ixgbe_api.c
1563
u8 dev_addr, u8 *data)
usr/src/uts/common/io/ixgbe/core/ixgbe_api.c
1579
s32 ixgbe_read_link(struct ixgbe_hw *hw, u8 addr, u16 reg, u16 *val)
usr/src/uts/common/io/ixgbe/core/ixgbe_api.c
1594
s32 ixgbe_read_link_unlocked(struct ixgbe_hw *hw, u8 addr, u16 reg, u16 *val)
usr/src/uts/common/io/ixgbe/core/ixgbe_api.c
1610
s32 ixgbe_write_i2c_byte(struct ixgbe_hw *hw, u8 byte_offset, u8 dev_addr,
usr/src/uts/common/io/ixgbe/core/ixgbe_api.c
1611
u8 data)
usr/src/uts/common/io/ixgbe/core/ixgbe_api.c
1627
s32 ixgbe_write_i2c_byte_unlocked(struct ixgbe_hw *hw, u8 byte_offset,
usr/src/uts/common/io/ixgbe/core/ixgbe_api.c
1628
u8 dev_addr, u8 data)
usr/src/uts/common/io/ixgbe/core/ixgbe_api.c
1644
s32 ixgbe_write_link(struct ixgbe_hw *hw, u8 addr, u16 reg, u16 val)
usr/src/uts/common/io/ixgbe/core/ixgbe_api.c
1659
s32 ixgbe_write_link_unlocked(struct ixgbe_hw *hw, u8 addr, u16 reg, u16 val)
usr/src/uts/common/io/ixgbe/core/ixgbe_api.c
1674
u8 byte_offset, u8 eeprom_data)
usr/src/uts/common/io/ixgbe/core/ixgbe_api.c
1689
s32 ixgbe_read_i2c_eeprom(struct ixgbe_hw *hw, u8 byte_offset, u8 *eeprom_data)
usr/src/uts/common/io/ixgbe/core/ixgbe_api.c
362
s32 ixgbe_get_mac_addr(struct ixgbe_hw *hw, u8 *mac_addr)
usr/src/uts/common/io/ixgbe/core/ixgbe_api.c
376
s32 ixgbe_get_san_mac_addr(struct ixgbe_hw *hw, u8 *san_mac_addr)
usr/src/uts/common/io/ixgbe/core/ixgbe_api.c
389
s32 ixgbe_set_san_mac_addr(struct ixgbe_hw *hw, u8 *san_mac_addr)
usr/src/uts/common/io/ixgbe/core/ixgbe_api.c
496
s32 ixgbe_read_pba_string(struct ixgbe_hw *hw, u8 *pba_num, u32 pba_num_size)
usr/src/uts/common/io/ixgbe/core/ixgbe_api.c
67
void ixgbe_dcb_get_rtrup2tc(struct ixgbe_hw *hw, u8 *map)
usr/src/uts/common/io/ixgbe/core/ixgbe_api.c
941
s32 ixgbe_insert_mac_addr(struct ixgbe_hw *hw, u8 *addr, u32 vmdq)
usr/src/uts/common/io/ixgbe/core/ixgbe_api.c
958
s32 ixgbe_set_rar(struct ixgbe_hw *hw, u32 index, u8 *addr, u32 vmdq,
usr/src/uts/common/io/ixgbe/core/ixgbe_api.h
112
s32 ixgbe_insert_mac_addr(struct ixgbe_hw *hw, u8 *addr, u32 vmdq);
usr/src/uts/common/io/ixgbe/core/ixgbe_api.h
113
s32 ixgbe_set_rar(struct ixgbe_hw *hw, u32 index, u8 *addr, u32 vmdq,
usr/src/uts/common/io/ixgbe/core/ixgbe_api.h
121
s32 ixgbe_update_uc_addr_list(struct ixgbe_hw *hw, u8 *addr_list,
usr/src/uts/common/io/ixgbe/core/ixgbe_api.h
123
s32 ixgbe_update_mc_addr_list(struct ixgbe_hw *hw, u8 *mc_addr_list,
usr/src/uts/common/io/ixgbe/core/ixgbe_api.h
126
void ixgbe_add_uc_addr(struct ixgbe_hw *hw, u8 *addr_list, u32 vmdq);
usr/src/uts/common/io/ixgbe/core/ixgbe_api.h
138
s32 ixgbe_set_fw_drv_ver(struct ixgbe_hw *hw, u8 maj, u8 min, u8 build,
usr/src/uts/common/io/ixgbe/core/ixgbe_api.h
139
u8 ver, u16 len, char *driver_ver);
usr/src/uts/common/io/ixgbe/core/ixgbe_api.h
142
void ixgbe_set_mta(struct ixgbe_hw *hw, u8 *mc_addr);
usr/src/uts/common/io/ixgbe/core/ixgbe_api.h
145
s32 ixgbe_read_analog_reg8(struct ixgbe_hw *hw, u32 reg, u8 *val);
usr/src/uts/common/io/ixgbe/core/ixgbe_api.h
146
s32 ixgbe_write_analog_reg8(struct ixgbe_hw *hw, u32 reg, u8 val);
usr/src/uts/common/io/ixgbe/core/ixgbe_api.h
148
s32 ixgbe_read_i2c_eeprom(struct ixgbe_hw *hw, u8 byte_offset, u8 *eeprom_data);
usr/src/uts/common/io/ixgbe/core/ixgbe_api.h
160
u8 queue);
usr/src/uts/common/io/ixgbe/core/ixgbe_api.h
165
u16 soft_id, u8 queue, bool cloud_mode);
usr/src/uts/common/io/ixgbe/core/ixgbe_api.h
173
u8 queue,
usr/src/uts/common/io/ixgbe/core/ixgbe_api.h
180
s32 ixgbe_read_i2c_byte(struct ixgbe_hw *hw, u8 byte_offset, u8 dev_addr,
usr/src/uts/common/io/ixgbe/core/ixgbe_api.h
181
u8 *data);
usr/src/uts/common/io/ixgbe/core/ixgbe_api.h
182
s32 ixgbe_read_i2c_byte_unlocked(struct ixgbe_hw *hw, u8 byte_offset,
usr/src/uts/common/io/ixgbe/core/ixgbe_api.h
183
u8 dev_addr, u8 *data);
usr/src/uts/common/io/ixgbe/core/ixgbe_api.h
184
s32 ixgbe_read_link(struct ixgbe_hw *hw, u8 addr, u16 reg, u16 *val);
usr/src/uts/common/io/ixgbe/core/ixgbe_api.h
185
s32 ixgbe_read_link_unlocked(struct ixgbe_hw *hw, u8 addr, u16 reg, u16 *val);
usr/src/uts/common/io/ixgbe/core/ixgbe_api.h
186
s32 ixgbe_write_i2c_byte(struct ixgbe_hw *hw, u8 byte_offset, u8 dev_addr,
usr/src/uts/common/io/ixgbe/core/ixgbe_api.h
187
u8 data);
usr/src/uts/common/io/ixgbe/core/ixgbe_api.h
188
void ixgbe_set_fdir_drop_queue_82599(struct ixgbe_hw *hw, u8 dropqueue);
usr/src/uts/common/io/ixgbe/core/ixgbe_api.h
189
s32 ixgbe_write_i2c_byte_unlocked(struct ixgbe_hw *hw, u8 byte_offset,
usr/src/uts/common/io/ixgbe/core/ixgbe_api.h
190
u8 dev_addr, u8 data);
usr/src/uts/common/io/ixgbe/core/ixgbe_api.h
191
s32 ixgbe_write_link(struct ixgbe_hw *hw, u8 addr, u16 reg, u16 val);
usr/src/uts/common/io/ixgbe/core/ixgbe_api.h
192
s32 ixgbe_write_link_unlocked(struct ixgbe_hw *hw, u8 addr, u16 reg, u16 val);
usr/src/uts/common/io/ixgbe/core/ixgbe_api.h
193
s32 ixgbe_write_i2c_eeprom(struct ixgbe_hw *hw, u8 byte_offset, u8 eeprom_data);
usr/src/uts/common/io/ixgbe/core/ixgbe_api.h
194
s32 ixgbe_get_san_mac_addr(struct ixgbe_hw *hw, u8 *san_mac_addr);
usr/src/uts/common/io/ixgbe/core/ixgbe_api.h
195
s32 ixgbe_set_san_mac_addr(struct ixgbe_hw *hw, u8 *san_mac_addr);
usr/src/uts/common/io/ixgbe/core/ixgbe_api.h
205
s32 ixgbe_bypass_rd_eep(struct ixgbe_hw *hw, u32 addr, u8 *value);
usr/src/uts/common/io/ixgbe/core/ixgbe_api.h
40
void ixgbe_dcb_get_rtrup2tc(struct ixgbe_hw *hw, u8 *map);
usr/src/uts/common/io/ixgbe/core/ixgbe_api.h
61
s32 ixgbe_get_mac_addr(struct ixgbe_hw *hw, u8 *mac_addr);
usr/src/uts/common/io/ixgbe/core/ixgbe_api.h
67
s32 ixgbe_read_pba_string(struct ixgbe_hw *hw, u8 *pba_num, u32 pba_num_size);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
1096
bus->lan_id = (u8)bus->func;
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
1176
u8 i;
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
1378
u8 write_opcode = IXGBE_EEPROM_WRITE_OPCODE_SPI;
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
1535
u8 read_opcode = IXGBE_EEPROM_READ_OPCODE_SPI;
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
1993
u8 spi_stat_reg;
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
2006
spi_stat_reg = (u8)ixgbe_shift_in_eeprom_bits(hw, 8);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
2363
s32 ixgbe_validate_mac_addr(u8 *mac_addr)
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
2393
s32 ixgbe_set_rar_generic(struct ixgbe_hw *hw, u32 index, u8 *addr, u32 vmdq,
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
2552
void ixgbe_add_uc_addr(struct ixgbe_hw *hw, u8 *addr, u32 vmdq)
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
2592
s32 ixgbe_update_uc_addr_list_generic(struct ixgbe_hw *hw, u8 *addr_list,
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
2595
u8 *addr;
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
2660
static s32 ixgbe_mta_vector(struct ixgbe_hw *hw, u8 *mc_addr)
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
2697
void ixgbe_set_mta(struct ixgbe_hw *hw, u8 *mc_addr)
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
2735
s32 ixgbe_update_mc_addr_list_generic(struct ixgbe_hw *hw, u8 *mc_addr_list,
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
3594
s32 ixgbe_get_san_mac_addr_generic(struct ixgbe_hw *hw, u8 *san_mac_addr)
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
3597
u8 i;
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
3624
san_mac_addr[i * 2] = (u8)(san_mac_data);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
3625
san_mac_addr[i * 2 + 1] = (u8)(san_mac_data >> 8);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
3647
s32 ixgbe_set_san_mac_addr_generic(struct ixgbe_hw *hw, u8 *san_mac_addr)
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
3651
u8 i;
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
3734
s32 ixgbe_insert_mac_addr_generic(struct ixgbe_hw *hw, u8 *addr, u32 vmdq)
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
4162
u8 queue_count, i;
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
4562
u8 ixgbe_calculate_checksum(u8 *buffer, u32 length)
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
4565
u8 sum = 0;
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
4575
return (u8) (0 - sum);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
4772
s32 ixgbe_set_fw_drv_ver_generic(struct ixgbe_hw *hw, u8 maj, u8 min,
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
4773
u8 build, u8 sub, u16 len,
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
4786
fw_cmd.port_num = (u8)hw->bus.func;
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
4794
fw_cmd.hdr.checksum = ixgbe_calculate_checksum((u8 *)&fw_cmd,
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
4940
static const u8 ixgbe_emc_temp_data[4] = {
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
4946
static const u8 ixgbe_emc_therm_limit[4] = {
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
4965
u8 num_sensors;
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
4966
u8 sensor_index;
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
4967
u8 sensor_location;
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
4968
u8 i;
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
5041
u8 low_thresh_delta;
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
5042
u8 num_sensors;
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
5043
u8 sensor_index;
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
5044
u8 sensor_location;
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
5045
u8 therm_limit;
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
5046
u8 i;
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
53
static s32 ixgbe_mta_vector(struct ixgbe_hw *hw, u8 *mc_addr);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
5329
s32 ixgbe_bypass_rd_eep_generic(struct ixgbe_hw *hw, u32 addr, u8 *value)
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
5572
void ixgbe_dcb_get_rtrup2tc_generic(struct ixgbe_hw *hw, u8 *map)
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
5824
u8 rs, eeprom_data;
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
647
s32 ixgbe_read_pba_string_generic(struct ixgbe_hw *hw, u8 *pba_num,
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
742
pba_num[offset * 2] = (u8)(data >> 8);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
743
pba_num[(offset * 2) + 1] = (u8)(data & 0xFF);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
982
s32 ixgbe_get_mac_addr_generic(struct ixgbe_hw *hw, u8 *mac_addr)
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
994
mac_addr[i] = (u8)(rar_low >> (i*8));
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
997
mac_addr[i+4] = (u8)(rar_high >> (i*8));
usr/src/uts/common/io/ixgbe/core/ixgbe_common.h
101
s32 ixgbe_update_mc_addr_list_generic(struct ixgbe_hw *hw, u8 *mc_addr_list,
usr/src/uts/common/io/ixgbe/core/ixgbe_common.h
104
s32 ixgbe_update_uc_addr_list_generic(struct ixgbe_hw *hw, u8 *addr_list,
usr/src/uts/common/io/ixgbe/core/ixgbe_common.h
117
s32 ixgbe_validate_mac_addr(u8 *mac_addr);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.h
128
s32 ixgbe_get_san_mac_addr_generic(struct ixgbe_hw *hw, u8 *san_mac_addr);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.h
129
s32 ixgbe_set_san_mac_addr_generic(struct ixgbe_hw *hw, u8 *san_mac_addr);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.h
134
s32 ixgbe_insert_mac_addr_generic(struct ixgbe_hw *hw, u8 *addr, u32 vmdq);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.h
159
s32 ixgbe_set_fw_drv_ver_generic(struct ixgbe_hw *hw, u8 maj, u8 min,
usr/src/uts/common/io/ixgbe/core/ixgbe_common.h
160
u8 build, u8 ver, u16 len, const char *str);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.h
161
u8 ixgbe_calculate_checksum(u8 *buffer, u32 length);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.h
173
s32 ixgbe_bypass_rd_eep_generic(struct ixgbe_hw *hw, u32 addr, u8 *value);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.h
49
void ixgbe_dcb_get_rtrup2tc_generic(struct ixgbe_hw *hw, u8 *map);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.h
58
s32 ixgbe_read_pba_string_generic(struct ixgbe_hw *hw, u8 *pba_num,
usr/src/uts/common/io/ixgbe/core/ixgbe_common.h
67
s32 ixgbe_get_mac_addr_generic(struct ixgbe_hw *hw, u8 *mac_addr);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.h
97
s32 ixgbe_set_rar_generic(struct ixgbe_hw *hw, u32 index, u8 *addr, u32 vmdq,
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
107
u8 bw_percent = 0;
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
108
u8 i;
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
152
p->link_percent = (u8)link_percentage;
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
209
void ixgbe_dcb_unpack_pfc_cee(struct ixgbe_dcb_config *cfg, u8 *map, u8 *pfc_up)
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
244
u8 *bwgid)
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
254
u8 *tsa)
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
263
u8 ixgbe_dcb_get_tc_from_up(struct ixgbe_dcb_config *cfg, int direction, u8 up)
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
266
u8 prio_mask = 1 << up;
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
267
u8 tc = cfg->num_tcs.pg_tcs;
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
287
u8 *map)
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
289
u8 up;
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
313
u8 i, j, bw = 0, bw_id;
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
314
u8 bw_sum[2][IXGBE_DCB_MAX_BW_GROUP];
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
399
u8 tc_count)
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
428
u8 tc_count)
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
459
u8 tsa[IXGBE_DCB_MAX_TRAFFIC_CLASS] = { 0 };
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
460
u8 bwgid[IXGBE_DCB_MAX_TRAFFIC_CLASS] = { 0 };
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
461
u8 map[IXGBE_DCB_MAX_USER_PRIORITY] = { 0 };
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
500
u8 tsa[IXGBE_DCB_MAX_TRAFFIC_CLASS];
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
501
u8 bwgid[IXGBE_DCB_MAX_TRAFFIC_CLASS];
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
52
s32 ixgbe_dcb_calculate_tc_credits(u8 *bw, u16 *refill, u16 *max,
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
540
u8 tsa[IXGBE_DCB_MAX_TRAFFIC_CLASS];
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
541
u8 bwgid[IXGBE_DCB_MAX_TRAFFIC_CLASS];
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
542
u8 map[IXGBE_DCB_MAX_USER_PRIORITY] = { 0 };
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
583
u8 pfc_en;
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
584
u8 map[IXGBE_DCB_MAX_USER_PRIORITY] = { 0 };
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
644
u8 pfc_en;
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
645
u8 tsa[IXGBE_DCB_MAX_TRAFFIC_CLASS];
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
646
u8 bwgid[IXGBE_DCB_MAX_TRAFFIC_CLASS];
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
647
u8 map[IXGBE_DCB_MAX_USER_PRIORITY] = { 0 };
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
691
s32 ixgbe_dcb_config_pfc(struct ixgbe_hw *hw, u8 pfc_en, u8 *map)
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
713
u8 *bwg_id, u8 *tsa, u8 *map)
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
96
u32 max_frame_size, u8 direction)
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.h
106
u8 tc; /* Traffic class (TC) */
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.h
117
u8 pg_tcs;
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.h
118
u8 pfc_tcs;
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.h
125
u8 bw_percentage[2][IXGBE_DCB_MAX_BW_GROUP]; /* One each for Tx/Rx */
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.h
142
s32 ixgbe_dcb_calculate_tc_credits(u8 *, u16 *, u16 *, int);
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.h
144
struct ixgbe_dcb_config *, u32, u8);
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.h
147
s32 ixgbe_dcb_config_pfc(struct ixgbe_hw *, u8, u8 *);
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.h
152
s32 ixgbe_dcb_get_tc_stats(struct ixgbe_hw *, struct ixgbe_hw_stats *, u8);
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.h
153
s32 ixgbe_dcb_get_pfc_stats(struct ixgbe_hw *, struct ixgbe_hw_stats *, u8);
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.h
164
void ixgbe_dcb_unpack_pfc_cee(struct ixgbe_dcb_config *, u8 *, u8 *);
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.h
167
void ixgbe_dcb_unpack_bwgid_cee(struct ixgbe_dcb_config *, int, u8 *);
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.h
168
void ixgbe_dcb_unpack_tsa_cee(struct ixgbe_dcb_config *, int, u8 *);
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.h
169
void ixgbe_dcb_unpack_map_cee(struct ixgbe_dcb_config *, int, u8 *);
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.h
170
u8 ixgbe_dcb_get_tc_from_up(struct ixgbe_dcb_config *, int, u8);
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.h
173
s32 ixgbe_dcb_hw_config(struct ixgbe_hw *, u16 *, u16 *, u8 *, u8 *, u8 *);
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.h
71
u8 traffic_classes;
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.h
72
u8 pfc_traffic_classes;
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.h
83
u8 bwg_id; /* Bandwidth Group (BWG) ID */
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.h
84
u8 bwg_percent; /* % of BWG's bandwidth */
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.h
85
u8 link_percent; /* % of link bandwidth */
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.h
86
u8 up_to_tc_bitmap; /* User Priority to Traffic Class mapping */
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82598.c
113
u16 *max, u8 *tsa)
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82598.c
118
u8 i = 0;
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82598.c
171
u16 *refill, u16 *max, u8 *bwg_id,
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82598.c
172
u8 *tsa)
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82598.c
175
u8 i;
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82598.c
218
u16 *refill, u16 *max, u8 *bwg_id,
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82598.c
219
u8 *tsa)
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82598.c
222
u8 i;
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82598.c
262
s32 ixgbe_dcb_config_pfc_82598(struct ixgbe_hw *hw, u8 pfc_en)
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82598.c
265
u8 i;
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82598.c
317
u8 i = 0;
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82598.c
318
u8 j = 0;
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82598.c
351
u16 *refill, u16 *max, u8 *bwg_id,
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82598.c
352
u8 *tsa)
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82598.c
50
u8 tc_count)
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82598.c
84
u8 tc_count)
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82598.h
82
s32 ixgbe_dcb_config_pfc_82598(struct ixgbe_hw *, u8);
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82598.h
87
struct ixgbe_hw_stats *, u8);
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82598.h
89
struct ixgbe_hw_stats *, u8);
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82598.h
93
u8 *, u8 *);
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82598.h
95
u8 *, u8 *);
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82598.h
96
s32 ixgbe_dcb_config_rx_arbiter_82598(struct ixgbe_hw *, u16 *, u16 *, u8 *);
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82598.h
99
s32 ixgbe_dcb_hw_config_82598(struct ixgbe_hw *, int, u16 *, u16 *, u8 *, u8 *);
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82599.c
122
u16 *max, u8 *bwg_id, u8 *tsa,
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82599.c
123
u8 *map)
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82599.c
128
u8 i = 0;
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82599.c
184
u16 *max, u8 *bwg_id, u8 *tsa)
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82599.c
187
u8 i;
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82599.c
233
u16 *max, u8 *bwg_id, u8 *tsa,
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82599.c
234
u8 *map)
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82599.c
237
u8 i;
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82599.c
294
s32 ixgbe_dcb_config_pfc_82599(struct ixgbe_hw *hw, u8 pfc_en, u8 *map)
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82599.c
297
u8 max_tc = 0;
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82599.c
385
u8 i = 0;
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82599.c
386
u8 tc_count = 8;
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82599.c
50
u8 tc_count)
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82599.c
597
u16 *refill, u16 *max, u8 *bwg_id, u8 *tsa,
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82599.c
598
u8 *map)
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82599.c
91
u8 tc_count)
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82599.h
130
s32 ixgbe_dcb_config_pfc_82599(struct ixgbe_hw *, u8, u8 *);
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82599.h
136
struct ixgbe_hw_stats *, u8);
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82599.h
138
struct ixgbe_hw_stats *, u8);
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82599.h
142
u8 *, u8 *);
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82599.h
144
u8 *, u8 *, u8 *);
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82599.h
145
s32 ixgbe_dcb_config_rx_arbiter_82599(struct ixgbe_hw *, u16 *, u16 *, u8 *,
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82599.h
146
u8 *, u8 *);
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82599.h
152
s32 ixgbe_dcb_hw_config_82599(struct ixgbe_hw *, int, u16 *, u16 *, u8 *,
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82599.h
153
u8 *, u8 *);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
1122
u8 *cbuf = NULL;
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
1124
cbuf = (u8*)ixgbe_malloc(hw, IXGBE_ACI_MAX_BUFFER_SIZE);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
1160
u8 *cbuf = NULL;
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
1163
cbuf = (u8*)ixgbe_malloc(hw, IXGBE_ACI_MAX_BUFFER_SIZE);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
1223
cmd->lport_num = (u8)hw->bus.func;
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
1240
s32 ixgbe_aci_get_phy_caps(struct ixgbe_hw *hw, bool qual_mods, u8 report_mode,
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
1286
u8 caps_mask, cfg_mask;
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
1566
u8 cmd_flags;
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
1637
s32 ixgbe_aci_set_event_mask(struct ixgbe_hw *hw, u8 port_num, u16 mask)
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
1665
rc = ixgbe_aci_set_event_mask(hw, (u8)hw->bus.func, mask);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
1692
u8 *node_part_number, u16 *node_handle)
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
1724
s32 ixgbe_find_netlist_node(struct ixgbe_hw *hw, u8 node_type_ctx,
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
1725
u8 node_part_number, u16 *node_handle)
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
1728
u8 rec_node_part_number;
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
1731
u8 idx;
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
1774
u16 bus_addr, __le16 addr, u8 params, u8 *data)
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
1778
u8 data_size;
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
1798
u8 i;
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
1826
u16 bus_addr, __le16 addr, u8 params, u8 *data)
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
1830
u8 i, data_size;
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
1873
cmd->lport_num = (u8)hw->bus.func;
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
1896
s32 ixgbe_aci_set_gpio(struct ixgbe_hw *hw, u16 gpio_ctrl_handle, u8 pin_idx,
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
1923
s32 ixgbe_aci_get_gpio(struct ixgbe_hw *hw, u16 gpio_ctrl_handle, u8 pin_idx,
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
1959
s32 ixgbe_aci_sff_eeprom(struct ixgbe_hw *hw, u16 lport, u8 bus_addr,
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
1960
u16 mem_addr, u8 page, u8 page_bank_ctrl, u8 *data,
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
1961
u8 length, bool write)
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
1973
cmd->lport_num = (u8)(lport & 0xff);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
1974
cmd->lport_num_valid = (u8)((lport >> 8) & 0x01);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
2028
u32 start_address, u8 *data, u8 data_size)
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
2191
bool last_command, u8 command_flags)
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
2233
s32 ixgbe_aci_read_nvm_cfg(struct ixgbe_hw *hw, u8 cmd_flags,
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
2268
s32 ixgbe_aci_write_nvm_cfg(struct ixgbe_hw *hw, u8 cmd_flags,
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
2379
u8 *response_flags)
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
2486
u16 module, u32 offset, u8 *data, u32 length)
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
2527
(u8 *)&data_local,
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
2556
(u8 *)&data_local,
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
2908
(u8 *)id_blk,
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
300
u8 *buf_cpy = NULL;
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
303
u8 idx = 0;
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
3038
u8 data;
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
311
buf_cpy = (u8 *)ixgbe_malloc(hw, buf_size);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
3157
u8 sr_size;
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
3212
u8 values;
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
3214
u8 cmd_flags = IXGBE_ACI_SANITIZE_REQ_OPERATE |
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
3241
s32 ixgbe_sanitize_nvm(struct ixgbe_hw *hw, u8 cmd_flags, u8 *values)
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
3275
(u8 *)&data_local, true);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
3301
status = ixgbe_read_flat_nvm(hw, offset * 2, &bytes, (u8 *)data, true);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
3330
u8 *data, bool read_shadow_ram)
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
3572
s32 ixgbe_aci_alternate_write_done(struct ixgbe_hw *hw, u8 bios_mode,
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
3825
s32 ixgbe_aci_set_health_status_config(struct ixgbe_hw *hw, u8 event_source)
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
4036
u8 i;
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
4277
u8 pause_mask = 0x0;
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
4427
s32 ixgbe_set_fw_drv_ver_E610(struct ixgbe_hw *hw, u8 maj, u8 minor, u8 build,
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
4428
u8 sub, u16 len, const char *driver_ver)
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
4737
u8 module_type;
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
4784
u8 rmode = IXGBE_ACI_REPORT_TOPO_CAP_MEDIA;
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
4917
s32 ixgbe_read_i2c_sff8472_E610(struct ixgbe_hw *hw, u8 byte_offset,
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
4918
u8 *sff8472_data)
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
4936
s32 ixgbe_read_i2c_eeprom_E610(struct ixgbe_hw *hw, u8 byte_offset,
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
4937
u8 *eeprom_data)
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
4955
s32 ixgbe_write_i2c_eeprom_E610(struct ixgbe_hw *hw, u8 byte_offset,
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
4956
u8 eeprom_data)
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
5084
u8 sr_size;
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
527
enum ixgbe_aci_res_access_type access, u8 sdp_number,
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
5488
s32 ixgbe_read_pba_string_E610(struct ixgbe_hw *hw, u8 *pba_num,
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
570
u8 sdp_number)
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
758
u8 index = cap - IXGBE_ACI_CAPS_EXT_TOPO_DEV_IMG0;
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
793
static u8 ixgbe_hweight8(u32 w)
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
795
u8 hweight = 0, i;
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
811
static u8 ixgbe_hweight32(u32 w)
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
814
u8 bitCnt = 0;
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
993
u8 funcs;
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.h
100
u8 length, bool write);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.h
105
u32 start_address, u8 *data, u8 data_size);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.h
118
bool last_command, u8 command_flags);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.h
120
s32 ixgbe_aci_read_nvm_cfg(struct ixgbe_hw *hw, u8 cmd_flags,
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.h
123
s32 ixgbe_aci_write_nvm_cfg(struct ixgbe_hw *hw, u8 cmd_flags,
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.h
130
u8 *response_flags);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.h
142
s32 ixgbe_sanitize_nvm(struct ixgbe_hw *hw, u8 cmd_flags, u8 *values);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.h
147
u8 *data, bool read_shadow_ram);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.h
156
s32 ixgbe_aci_alternate_write_done(struct ixgbe_hw *hw, u8 bios_mode,
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.h
170
s32 ixgbe_aci_set_health_status_config(struct ixgbe_hw *hw, u8 event_source);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.h
190
s32 ixgbe_set_fw_drv_ver_E610(struct ixgbe_hw *hw, u8 maj, u8 min, u8 build,
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.h
191
u8 sub, u16 len, const char *driver_ver);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.h
203
s32 ixgbe_read_i2c_sff8472_E610(struct ixgbe_hw *hw, u8 byte_offset,
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.h
204
u8 *sff8472_data);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.h
205
s32 ixgbe_read_i2c_eeprom_E610(struct ixgbe_hw *hw, u8 byte_offset,
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.h
206
u8 *eeprom_data);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.h
207
s32 ixgbe_write_i2c_eeprom_E610(struct ixgbe_hw *hw, u8 byte_offset,
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.h
208
u8 eeprom_data);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.h
222
s32 ixgbe_read_pba_string_E610(struct ixgbe_hw *hw, u8 *pba_num, u32 pba_num_size);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.h
52
s32 ixgbe_aci_set_pf_context(struct ixgbe_hw *hw, u8 pf_id);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.h
65
s32 ixgbe_aci_get_phy_caps(struct ixgbe_hw *hw, bool qual_mods, u8 report_mode,
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.h
78
s32 ixgbe_aci_set_event_mask(struct ixgbe_hw *hw, u8 port_num, u16 mask);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.h
83
u8 *node_part_number, u16 *node_handle);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.h
84
s32 ixgbe_find_netlist_node(struct ixgbe_hw *hw, u8 node_type_ctx,
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.h
85
u8 node_part_number, u16 *node_handle);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.h
88
u16 bus_addr, __le16 addr, u8 params, u8 *data);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.h
91
u16 bus_addr, __le16 addr, u8 params, u8 *data);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.h
94
s32 ixgbe_aci_set_gpio(struct ixgbe_hw *hw, u16 gpio_ctrl_handle, u8 pin_idx,
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.h
96
s32 ixgbe_aci_get_gpio(struct ixgbe_hw *hw, u16 gpio_ctrl_handle, u8 pin_idx,
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.h
98
s32 ixgbe_aci_sff_eeprom(struct ixgbe_hw *hw, u16 lport, u8 bus_addr,
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.h
99
u16 mem_addr, u8 page, u8 page_bank_ctrl, u8 *data,
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
109
s32 ixgbe_read_i2c_combined_generic_int(struct ixgbe_hw *hw, u8 addr, u16 reg,
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
115
u8 csum_byte;
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
116
u8 high_bits;
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
117
u8 low_bits;
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
118
u8 reg_high;
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
119
u8 csum;
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
1296
u8 identifier = 0;
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
1297
u8 comp_codes_1g = 0;
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
1298
u8 comp_codes_10g = 0;
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
1299
u8 oui_bytes[3] = {0, 0, 0};
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
1300
u8 cable_tech = 0;
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
1301
u8 cable_spec = 0;
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
1593
u8 comp_codes_10g = 0;
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
1594
u8 comp_codes_1g = 0;
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
1659
u8 identifier = 0;
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
1660
u8 comp_codes_1g = 0;
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
1661
u8 comp_codes_10g = 0;
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
1662
u8 oui_bytes[3] = {0, 0, 0};
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
1664
u8 connector = 0;
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
1665
u8 cable_length = 0;
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
1666
u8 device_tech = 0;
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
186
s32 ixgbe_write_i2c_combined_generic_int(struct ixgbe_hw *hw, u8 addr, u16 reg,
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
192
u8 reg_high;
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
193
u8 csum;
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
1949
s32 ixgbe_read_i2c_eeprom_generic(struct ixgbe_hw *hw, u8 byte_offset,
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
1950
u8 *eeprom_data)
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
1967
static s32 ixgbe_read_i2c_sff8472_generic(struct ixgbe_hw *hw, u8 byte_offset,
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
1968
u8 *sff8472_data)
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
1983
s32 ixgbe_write_i2c_eeprom_generic(struct ixgbe_hw *hw, u8 byte_offset,
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
1984
u8 eeprom_data)
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
1999
static bool ixgbe_is_sfp_probe(struct ixgbe_hw *hw, u8 offset, u8 addr)
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
2019
static s32 ixgbe_read_i2c_byte_generic_int(struct ixgbe_hw *hw, u8 byte_offset,
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
2020
u8 dev_addr, u8 *data, bool lock)
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
2107
s32 ixgbe_read_i2c_byte_generic(struct ixgbe_hw *hw, u8 byte_offset,
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
2108
u8 dev_addr, u8 *data)
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
2124
s32 ixgbe_read_i2c_byte_generic_unlocked(struct ixgbe_hw *hw, u8 byte_offset,
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
2125
u8 dev_addr, u8 *data)
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
2142
static s32 ixgbe_write_i2c_byte_generic_int(struct ixgbe_hw *hw, u8 byte_offset,
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
2143
u8 dev_addr, u8 data, bool lock)
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
2213
s32 ixgbe_write_i2c_byte_generic(struct ixgbe_hw *hw, u8 byte_offset,
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
2214
u8 dev_addr, u8 data)
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
2230
s32 ixgbe_write_i2c_byte_generic_unlocked(struct ixgbe_hw *hw, u8 byte_offset,
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
2231
u8 dev_addr, u8 data)
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
2315
static void ixgbe_clock_in_i2c_byte(struct ixgbe_hw *hw, u8 *data)
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
2336
static s32 ixgbe_clock_out_i2c_byte(struct ixgbe_hw *hw, u8 data)
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
41
static void ixgbe_clock_in_i2c_byte(struct ixgbe_hw *hw, u8 *data);
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
42
static s32 ixgbe_clock_out_i2c_byte(struct ixgbe_hw *hw, u8 data);
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
50
static s32 ixgbe_read_i2c_sff8472_generic(struct ixgbe_hw *hw, u8 byte_offset,
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
51
u8 *sff8472_data);
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
60
static s32 ixgbe_out_i2c_byte_ack(struct ixgbe_hw *hw, u8 byte)
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
77
static s32 ixgbe_in_i2c_byte_ack(struct ixgbe_hw *hw, u8 *byte)
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
91
static u8 ixgbe_ones_comp_byte_add(u8 add1, u8 add2)
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.h
203
s32 ixgbe_read_i2c_byte_generic(struct ixgbe_hw *hw, u8 byte_offset,
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.h
204
u8 dev_addr, u8 *data);
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.h
205
s32 ixgbe_read_i2c_byte_generic_unlocked(struct ixgbe_hw *hw, u8 byte_offset,
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.h
206
u8 dev_addr, u8 *data);
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.h
207
s32 ixgbe_write_i2c_byte_generic(struct ixgbe_hw *hw, u8 byte_offset,
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.h
208
u8 dev_addr, u8 data);
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.h
209
s32 ixgbe_write_i2c_byte_generic_unlocked(struct ixgbe_hw *hw, u8 byte_offset,
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.h
210
u8 dev_addr, u8 data);
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.h
211
s32 ixgbe_read_i2c_eeprom_generic(struct ixgbe_hw *hw, u8 byte_offset,
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.h
212
u8 *eeprom_data);
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.h
213
s32 ixgbe_write_i2c_eeprom_generic(struct ixgbe_hw *hw, u8 byte_offset,
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.h
214
u8 eeprom_data);
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.h
216
s32 ixgbe_read_i2c_combined_generic_int(struct ixgbe_hw *, u8 addr, u16 reg,
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.h
218
s32 ixgbe_write_i2c_combined_generic_int(struct ixgbe_hw *, u8 addr, u16 reg,
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
2619
(bool)(((u8 *)(Address))[0] & ((u8)0x01))
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
2623
((((u8 *)(Address))[0] == ((u8)0xff)) && \
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
2624
(((u8 *)(Address))[1] == ((u8)0xff)))
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3252
u8 cmd;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3253
u8 buf_len;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3255
u8 cmd_resv;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3256
u8 ret_status;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3258
u8 checksum;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3262
u8 cmd;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3263
u8 buf_lenh;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3264
u8 buf_lenl;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3265
u8 checksum;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3269
u8 cmd;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3270
u8 buf_lenl;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3271
u8 buf_lenh_status; /* 7-5: high bits of buf_len, 4-0: status */
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3272
u8 checksum;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3282
u8 port_num;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3283
u8 ver_sub;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3284
u8 ver_build;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3285
u8 ver_min;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3286
u8 ver_maj;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3287
u8 pad; /* end spacing to ensure length is mult. of dword */
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3293
u8 port_num;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3294
u8 ver_sub;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3295
u8 ver_build;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3296
u8 ver_min;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3297
u8 ver_maj;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3322
u8 port_number;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3323
u8 pad2;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3329
u8 port_number;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3330
u8 command_type;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3336
u8 port_number;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3337
u8 command_type;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3351
u8 port_number;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3352
u8 pad;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3371
u8 cso; /* Checksum offset */
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3372
u8 cmd; /* Descriptor control */
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3378
u8 status; /* Descriptor status */
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3379
u8 css; /* Checksum start */
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3404
u8 status; /* Descriptor status */
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3405
u8 errors; /* Descriptor Errors */
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
345
u8 location;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
346
u8 temp;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
347
u8 caution_thresh;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
348
u8 max_op_thresh;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3666
u8 vm_pool;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3667
u8 flow_type;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3671
u8 inner_mac[6];
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3685
u8 vm_pool;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3686
u8 flow_type;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
380
u8 nvm_major;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
382
u8 nvm_id;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
385
u8 oem_major;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
386
u8 oem_minor;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
390
u8 or_major;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3917
u8 lan_id;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
392
u8 or_patch;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
394
u8 phy_fw_maj;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
396
u8 phy_fw_id;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
398
u8 devstart_major;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
399
u8 devstart_minor;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
4018
typedef u8* (*ixgbe_mc_addr_itr) (struct ixgbe_hw *hw, u8 **mc_addr_ptr,
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
402
u8 phy_vend_maj;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
403
u8 phy_vend_min;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
4031
s32 (*read_pba_string)(struct ixgbe_hw *, u8 *, u32);
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
4042
s32 (*get_mac_addr)(struct ixgbe_hw *, u8 *);
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
4043
s32 (*get_san_mac_addr)(struct ixgbe_hw *, u8 *);
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
4044
s32 (*set_san_mac_addr)(struct ixgbe_hw *, u8 *);
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
4051
s32 (*read_analog_reg8)(struct ixgbe_hw*, u32, u8*);
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
4052
s32 (*write_analog_reg8)(struct ixgbe_hw*, u32, u8);
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
4086
s32 (*set_rar)(struct ixgbe_hw *, u32, u8 *, u32, u32);
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
4087
s32 (*set_uc_addr)(struct ixgbe_hw *, u32, u8 *);
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
4089
s32 (*insert_mac_addr)(struct ixgbe_hw *, u8 *, u32);
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
4094
s32 (*update_uc_addr_list)(struct ixgbe_hw *, u8 *, u32,
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
4096
s32 (*update_mc_addr_list)(struct ixgbe_hw *, u8 *, u32,
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
4118
s32 (*set_fw_drv_ver)(struct ixgbe_hw *, u8, u8, u8, u8, u16,
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
4125
s32 (*bypass_rd_eep) (struct ixgbe_hw *hw, u32 addr, u8 *value);
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
4126
void (*get_rtrup2tc)(struct ixgbe_hw *hw, u8 *map);
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
4163
s32 (*read_i2c_byte)(struct ixgbe_hw *, u8, u8, u8 *);
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
4164
s32 (*write_i2c_byte)(struct ixgbe_hw *, u8, u8, u8);
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
4165
s32 (*read_i2c_sff8472)(struct ixgbe_hw *, u8 , u8 *);
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
4166
s32 (*read_i2c_eeprom)(struct ixgbe_hw *, u8 , u8 *);
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
4167
s32 (*write_i2c_eeprom)(struct ixgbe_hw *, u8, u8);
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
4173
s32 (*read_i2c_byte_unlocked)(struct ixgbe_hw *, u8 offset, u8 addr,
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
4174
u8 *value);
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
4175
s32 (*write_i2c_byte_unlocked)(struct ixgbe_hw *, u8 offset, u8 addr,
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
4176
u8 value);
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
4180
s32 (*read_link)(struct ixgbe_hw *, u8 addr, u16 reg, u16 *val);
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
4181
s32 (*read_link_unlocked)(struct ixgbe_hw *, u8 addr, u16 reg,
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
4183
s32 (*write_link)(struct ixgbe_hw *, u8 addr, u16 reg, u16 val);
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
4184
s32 (*write_link_unlocked)(struct ixgbe_hw *, u8 addr, u16 reg,
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
4190
u8 addr;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
4193
u8 get_link_info;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
4210
u8 addr[IXGBE_ETH_LENGTH_OF_ADDRESS];
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
4211
u8 perm_addr[IXGBE_ETH_LENGTH_OF_ADDRESS];
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
4212
u8 san_addr[IXGBE_ETH_LENGTH_OF_ADDRESS];
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
4228
u8 san_mac_rar_index;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
4235
u8 flags;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
4241
u8 led_link_act;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
4273
u8 IOMEM *hw_addr;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
4288
u8 revision_id;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
4296
u8 api_branch;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
4297
u8 api_maj_ver;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
4298
u8 api_min_ver;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
4299
u8 api_patch;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
4300
u8 fw_branch;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
4301
u8 fw_maj_ver;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
4302
u8 fw_min_ver;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
4303
u8 fw_patch;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
4455
u8 actions;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
790
u8 fcoe_tc;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
791
u8 num_tcs;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1002
u8 cfg;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1014
u8 power_desc;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1038
u8 ext_fec_status;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1040
u8 reserved4;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1046
u8 lp_fec_adv;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1053
u8 lp_fec_req;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1058
u8 lp_flowcontrol;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1061
u8 reserved5[5];
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1069
u8 reserved[8];
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1083
u8 reserved1[6];
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1089
u8 lport_num;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1090
u8 lport_num_valid;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1092
u8 node_type_ctx;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1115
u8 index;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1146
u8 node_part_num;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1150
u8 rsvd[9];
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1159
u8 i2c_params;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1168
u8 rsvd;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1172
u8 i2c_data[4]; /* Used only by write command, reserved in read. */
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1179
u8 i2c_data[16];
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1187
u8 mdio_device_addr;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1192
u8 mdio_bus_address;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1197
u8 rsvd1[4];
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1205
u8 io_func_num;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1208
u8 io_value; /* Input in write cmd, output in read cmd. */
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1211
u8 rsvd[8];
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1218
u8 lport_num;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1219
u8 lport_num_valid;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1221
u8 ident_mode;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1224
u8 rsvd[13];
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1234
u8 gpio_num;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1235
u8 gpio_val;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1236
u8 rsvd[12];
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1243
u8 lport_num;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1244
u8 lport_num_valid;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1260
u8 module_bank;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1261
u8 module_page;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1271
u8 rsvd[12];
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1281
u8 data_read[IXGBE_ACI_READ_TOPO_DEV_NVM_DATA_READ_SIZE];
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1295
u8 offset_high; /* For Write Activate offset_high is used as flags2 */
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1296
u8 cmd_flags;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1375
u8 cmd_flags;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1379
u8 reserved;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1382
u8 reserved1[2];
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1399
u8 flags;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1402
u8 rsvd;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1405
u8 rsvd2[12];
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1412
u8 cmd_flags;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1419
u8 values;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1430
u8 reserved[14];
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1457
u8 flags;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1460
u8 reserved[15];
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1467
u8 reserved[16];
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1474
u8 num_inputs;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1475
u8 num_outputs;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1476
u8 pps_dpll_idx;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1477
u8 synce_dpll_idx;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1482
u8 cgu_part_num;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1483
u8 rsvd[3];
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1495
u8 input_idx;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1496
u8 flags1;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1499
u8 flags2;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1502
u8 rsvd;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1505
u8 rsvd2[2];
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1513
u8 input_idx;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1514
u8 status;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1522
u8 type;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1527
u8 flags1;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1534
u8 flags2;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1537
u8 rsvd[1];
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1545
u8 output_idx;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1546
u8 flags;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1552
u8 src_sel;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1554
u8 rsvd;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1557
u8 rsvd2[2];
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1565
u8 output_idx;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1566
u8 flags;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1570
u8 src_sel;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1577
u8 rsvd;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1580
u8 rsvd2[2];
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1588
u8 dpll_num;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1589
u8 ref_state;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1611
u8 eec_mode;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1615
u8 rsvd[1];
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1623
u8 dpll_num;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1624
u8 ref_state;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1632
u8 rsvd;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1633
u8 config;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1636
u8 rsvd2[8];
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1637
u8 eec_mode;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1638
u8 rsvd3[1];
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1646
u8 dpll_num;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1647
u8 ref_idx;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1648
u8 ref_priority;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1649
u8 rsvd[11];
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1657
u8 dpll_num;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1658
u8 ref_idx;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1659
u8 ref_priority; /* Valid only in response */
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1660
u8 rsvd[13];
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1670
u8 node_part_num;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1671
u8 dev_rev;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1678
u8 event_desc;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1690
u8 reserved;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1715
u8 event_source;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1719
u8 reserved[15];
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1768
u8 reserved[6];
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1778
u8 reserved[6];
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1861
u8 log_level;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1880
u8 log_resolution;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1885
u8 *data;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1906
u8 cmd_flags;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1914
u8 rsp_flag;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1940
u8 log_level;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1941
u8 rsvd0;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1971
u8 raw[16];
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
2022
u8 topo_media_conflict;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
2026
u8 link_cfg_err;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
2027
u8 lse_ena; /* Link Status Event notification */
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
2028
u8 link_info;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
2029
u8 an_info;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
2030
u8 ext_info;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
2031
u8 fec_info;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
2032
u8 pacing;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
2036
u8 module_type[IXGBE_ACI_MODULE_TYPE_TOTAL_BYTE];
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
2093
u8 led[IXGBE_MAX_SUPPORTED_GPIO_LED];
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
2094
u8 sdp[IXGBE_MAX_SUPPORTED_GPIO_SDP];
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
2096
u8 sr_iov_1_1; /* SR-IOV enabled */
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
2098
u8 vmdq; /* VMDQ supported */
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
2101
u8 evb_802_1_qbg; /* Edge Virtual Bridging */
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
2102
u8 evb_802_1_qbh; /* Bridge Port Extension */
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
2104
u8 dcb;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
2105
u8 iscsi;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
2106
u8 mgmt_cem;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
2112
u8 apm_wol_support;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
2113
u8 acpi_prog_mthd;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
2114
u8 proxy_support;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
2133
u8 ext_topo_dev_img_part_num[IXGBE_EXT_TOPO_DEV_IMG_COUNT];
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
2148
u8 signature[4]; /* Must match ASCII '$CIV' characters */
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
2149
u8 checksum; /* Simple modulo 256 sum of all structure bytes must equal 0 */
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
2151
u8 combo_name_len; /* Length of the unicode combo image version string, max of 32 */
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
2179
u8 *msg_buf;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
2191
u8 nvm_valid : 1;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
2192
u8 orom_valid : 1;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
2206
u8 major; /* Major version of OROM */
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
2207
u8 patch; /* Patch version of OROM */
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
2216
u8 major;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
2217
u8 minor;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
2260
u8 blank_nvm_mode; /* is NVM empty (no FW present) */
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
586
u8 fw_branch;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
587
u8 fw_major;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
588
u8 fw_minor;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
589
u8 fw_patch;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
590
u8 api_branch;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
591
u8 api_major;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
592
u8 api_minor;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
593
u8 api_patch;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
601
u8 major_ver;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
602
u8 minor_ver;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
603
u8 build_ver;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
604
u8 subbuild_ver;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
605
u8 driver_string[IXGBE_DRV_VER_STR_LEN_E610];
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
610
u8 major_ver;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
611
u8 minor_ver;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
612
u8 build_ver;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
613
u8 subbuild_ver;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
614
u8 reserved[4];
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
626
u8 rsvd[8];
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
677
u8 reserved[2];
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
686
u8 cmd_flags;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
687
u8 pf_index;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
688
u8 reserved[2];
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
724
u8 major_ver;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
725
u8 minor_ver;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
740
u8 lport_num;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
741
u8 reserved[15];
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
751
u8 rsvd[14];
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
758
u8 lport_num;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
759
u8 reserved;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
820
u8 caps;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
830
u8 low_power_ctrl_an;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
844
u8 phy_id_oui[4]; /* PHY/Module ID connected on the port */
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
845
u8 phy_fw_ver[8];
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
846
u8 link_fec_options;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
855
u8 module_compliance_enforcement;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
857
u8 extended_compliance_code;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
859
u8 module_type[IXGBE_ACI_MODULE_TYPE_TOTAL_BYTE];
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
87
#define HI_BYTE(x) ((u8)(((x) >> 8) & 0xFF))
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
871
u8 qualified_module_count;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
872
u8 rsvd2[7]; /* Bytes 47:41 reserved */
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
875
u8 v_oui[3];
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
876
u8 rsvd3;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
877
u8 v_part[16];
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
88
#define LO_BYTE(x) ((u8)((x) & 0xFF))
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
889
u8 reserved[8];
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
900
u8 caps;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
909
u8 low_power_ctrl_an;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
912
u8 link_fec_opt; /* Use defines from ixgbe_aci_get_phy_caps */
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
913
u8 module_compliance_enforcement;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
922
u8 reserved[2];
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
923
u8 cmd_flags;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
926
u8 reserved2[13];
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
934
u8 reserved[2];
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
935
u8 cmd_flags;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
942
u8 reserved2[5];
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
951
u8 topo_media_conflict;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
959
u8 link_cfg_err;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
968
u8 link_info;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
977
u8 an_info;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
986
u8 ext_info;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
995
u8 lb_status;
usr/src/uts/common/io/ixgbe/core/ixgbe_vf.c
183
u8 *addr = (u8 *)(&msgbuf[1]);
usr/src/uts/common/io/ixgbe/core/ixgbe_vf.c
301
static s32 ixgbe_mta_vector(struct ixgbe_hw *hw, u8 *mc_addr)
usr/src/uts/common/io/ixgbe/core/ixgbe_vf.c
348
s32 ixgbe_set_rar_vf(struct ixgbe_hw *hw, u32 index, u8 *addr, u32 vmdq,
usr/src/uts/common/io/ixgbe/core/ixgbe_vf.c
352
u8 *msg_addr = (u8 *)(&msgbuf[1]);
usr/src/uts/common/io/ixgbe/core/ixgbe_vf.c
383
s32 ixgbe_update_mc_addr_list_vf(struct ixgbe_hw *hw, u8 *mc_addr_list,
usr/src/uts/common/io/ixgbe/core/ixgbe_vf.c
545
s32 ixgbe_get_mac_addr_vf(struct ixgbe_hw *hw, u8 *mac_addr)
usr/src/uts/common/io/ixgbe/core/ixgbe_vf.c
555
s32 ixgbevf_set_uc_addr_vf(struct ixgbe_hw *hw, u32 index, u8 *addr)
usr/src/uts/common/io/ixgbe/core/ixgbe_vf.c
558
u8 *msg_addr = (u8 *)(&msgbuf[1]);
usr/src/uts/common/io/ixgbe/core/ixgbe_vf.h
125
s32 ixgbe_get_mac_addr_vf(struct ixgbe_hw *hw, u8 *mac_addr);
usr/src/uts/common/io/ixgbe/core/ixgbe_vf.h
130
s32 ixgbe_set_rar_vf(struct ixgbe_hw *hw, u32 index, u8 *addr, u32 vmdq,
usr/src/uts/common/io/ixgbe/core/ixgbe_vf.h
132
s32 ixgbevf_set_uc_addr_vf(struct ixgbe_hw *hw, u32 index, u8 *addr);
usr/src/uts/common/io/ixgbe/core/ixgbe_vf.h
133
s32 ixgbe_update_mc_addr_list_vf(struct ixgbe_hw *hw, u8 *mc_addr_list,
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
139
static s32 ixgbe_read_pe(struct ixgbe_hw *hw, u8 reg, u8 *value)
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
158
static s32 ixgbe_write_pe(struct ixgbe_hw *hw, u8 reg, u8 value)
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
181
u8 reg;
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
254
u8 retry;
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
3689
fw_cmd.port_number = (u8)hw->bus.lan_id;
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
4179
static void ixgbe_set_mux(struct ixgbe_hw *hw, u8 state)
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
4576
s32 ixgbe_set_fw_drv_ver_x550(struct ixgbe_hw *hw, u8 maj, u8 min,
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
4577
u8 build, u8 sub, u16 len, const char *driver_ver)
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
4592
fw_cmd.port_num = (u8)hw->bus.func;
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
4599
fw_cmd.hdr.checksum = ixgbe_calculate_checksum((u8 *)&fw_cmd,
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
543
static s32 ixgbe_read_i2c_combined_generic(struct ixgbe_hw *hw, u8 addr,
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
559
ixgbe_read_i2c_combined_generic_unlocked(struct ixgbe_hw *hw, u8 addr,
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
575
u8 addr, u16 reg, u16 val)
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
591
u8 addr, u16 reg, u16 val)
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.h
68
s32 ixgbe_set_fw_drv_ver_x550(struct ixgbe_hw *hw, u8 maj, u8 min,
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.h
69
u8 build, u8 ver, u16 len, const char *str);
usr/src/uts/common/io/ixgbe/ixgbe_main.c
1513
u8 pbanum[IXGBE_PBANUM_LENGTH];
usr/src/uts/common/io/kb8042/kb8042.c
1318
kb8042_send_and_wait(struct kb8042 *kb8042, uint8_t u8, boolean_t polled)
usr/src/uts/common/io/kb8042/kb8042.c
1338
ddi_put8(kb8042->handle, outp, u8);
usr/src/uts/common/io/ldterm.c
2224
uchar_t u8[LDTERM_CS_MAX_BYTE_LENGTH];
usr/src/uts/common/io/ldterm.c
2268
u8[0] = *startp;
usr/src/uts/common/io/ldterm.c
2284
u8[i] = *startp;
usr/src/uts/common/io/ldterm.c
2291
*readp = ldterm_utf8_width(u8, i);
usr/src/uts/common/io/ldterm.c
2470
uchar_t u8[LDTERM_CS_MAX_BYTE_LENGTH];
usr/src/uts/common/io/ldterm.c
2500
u8[len++] = (uchar_t)c;
usr/src/uts/common/io/ldterm.c
2524
u8_2[i] = u8[len - i - 1];
usr/src/uts/common/io/ldterm.c
2566
uchar_t u8[LDTERM_CS_MAX_BYTE_LENGTH];
usr/src/uts/common/io/ldterm.c
2581
u8[len++] = (uchar_t)c;
usr/src/uts/common/io/ldterm.c
2595
u8[len-i-1];
usr/src/uts/common/io/ldterm.c
5055
uchar_t u8[LDTERM_CS_MAX_BYTE_LENGTH];
usr/src/uts/common/io/ldterm.c
5099
u8[--j] = (uchar_t)c;
usr/src/uts/common/io/ldterm.c
5104
*p = ldterm_utf8_width(u8, len);
usr/src/uts/common/io/ldterm.c
5406
ldterm_utf8_width(uchar_t *u8, int length)
usr/src/uts/common/io/ldterm.c
5415
j = u8_number_of_bytes[u8[0]] - 1;
usr/src/uts/common/io/ldterm.c
5425
intcode = u8[0] & u8_masks_tbl[j];
usr/src/uts/common/io/ldterm.c
5433
if (u8[i] < u8_valid_min_2nd_byte[u8[0]] ||
usr/src/uts/common/io/ldterm.c
5434
u8[i] > u8_valid_max_2nd_byte[u8[0]])
usr/src/uts/common/io/ldterm.c
5436
} else if (u8[i] < (uchar_t)LDTERM_CS_TYPE_UTF8_MIN_BYTE ||
usr/src/uts/common/io/ldterm.c
5437
u8[i] > (uchar_t)LDTERM_CS_TYPE_UTF8_MAX_BYTE)
usr/src/uts/common/io/ldterm.c
5450
(u8[i] & LDTERM_CS_TYPE_UTF8_BIT_MASK);
usr/src/uts/common/io/mac/mac_ndd.c
192
uint8_t u8;
usr/src/uts/common/io/mac/mac_ndd.c
244
value = (uchar_t *)&u8;
usr/src/uts/common/io/mac/mac_ndd.c
272
new_value = u8;
usr/src/uts/common/io/mac/mac_ndd.c
334
uint8_t u8;
usr/src/uts/common/io/mac/mac_ndd.c
383
u8 = (uint8_t)new_value;
usr/src/uts/common/io/mac/mac_ndd.c
384
vp = (uchar_t *)&u8;
usr/src/uts/common/io/ntxn/unm_nic_hw.c
2154
u8 op, tag, mac_addr[6];
usr/src/uts/common/io/ntxn/unm_nic_hw.c
2158
nx_p3_sre_macaddr_change(unm_adapter *adapter, u8 *addr, u8 op)
usr/src/uts/common/io/ntxn/unm_nic_hw.c
2199
u8 bcast_addr[] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff };
usr/src/uts/common/io/qede/579xx/drivers/ecore/bcm_osal.h
427
void qede_osal_pci_read_config_byte(struct ecore_dev *, u32, u8 *);
usr/src/uts/common/io/qede/579xx/drivers/ecore/bcm_osal.h
451
u32 qede_osal_bar_size(struct ecore_dev *, u8);
usr/src/uts/common/io/qede/579xx/drivers/ecore/bcm_osal.h
541
void qede_debug_before_pf_start(struct ecore_dev *edev, u8 id);
usr/src/uts/common/io/qede/579xx/drivers/ecore/bcm_osal.h
542
void qede_debug_after_pf_stop(void *cdev, u8 my_id);
usr/src/uts/common/io/qede/579xx/drivers/ecore/bcm_osal.h
578
void OSAL_CRC8_POPULATE(u8 * cdu_crc8_table, u8 polynomial);
usr/src/uts/common/io/qede/579xx/drivers/ecore/bcm_osal.h
580
u8 OSAL_CRC8(u8 * cdu_crc8_table, u8 * data_to_crc, int data_to_crc_len, u8 init_value);
usr/src/uts/common/io/qede/579xx/drivers/ecore/bcm_osal.h
624
u32 qede_osal_crc32(u32, u8 *, u64);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore.h
455
u8 num_hw_tc;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore.h
458
u8 num_active_tc;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore.h
461
u8 offload_tc;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore.h
476
u8 max_chains_per_vf;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore.h
483
u8 dcbx_mode;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore.h
497
u8 channel;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore.h
529
u8 start_vport;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore.h
540
u8 num_vports;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore.h
541
u8 max_phys_tcs_per_port;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore.h
542
u8 ooo_tc;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore.h
547
u8 pf_wfq;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore.h
550
u8 num_pf_rls;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore.h
562
const u8 *modes_tree_buf;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore.h
570
u8 my_id; /* ID inside the PF */
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore.h
572
u8 rel_pf_id; /* Relative to engine*/
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore.h
573
u8 abs_pf_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore.h
576
u8 port_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore.h
580
u8 dp_level;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore.h
587
u8 num_funcs_on_engine;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore.h
588
u8 enabled_func_idx;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore.h
672
u8 dcbx_no_edpm;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore.h
673
u8 db_bar_no_edpm;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore.h
697
u8 dp_level;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore.h
765
u8 num_engines;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore.h
766
u8 num_ports_in_engine;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore.h
767
u8 num_funcs_in_port;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore.h
769
u8 path_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore.h
779
u8 mcp_rev;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore.h
780
u8 boot_mode;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore.h
783
u8 wol_config;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore.h
784
u8 wol_mac[ETH_ALEN];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore.h
798
u8 cache_shift;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore.h
805
u8 num_hwfns;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore.h
864
static OSAL_INLINE u8 ecore_concrete_to_sw_fid(struct ecore_dev *p_dev,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore.h
867
u8 vfid = GET_FIELD(concrete_fid, PXP_CONCRETE_FID_VFID);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore.h
868
u8 pfid = GET_FIELD(concrete_fid, PXP_CONCRETE_FID_PFID);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore.h
869
u8 vf_valid = GET_FIELD(concrete_fid, PXP_CONCRETE_FID_VFVALID);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore.h
870
u8 sw_fid;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore.h
888
int ecore_configure_pf_max_bandwidth(struct ecore_dev *p_dev, u8 max_bw);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore.h
889
int ecore_configure_pf_min_bandwidth(struct ecore_dev *p_dev, u8 min_bw);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore.h
895
u8 *mac);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore.h
909
u16 ecore_get_cm_pq_idx_mcos(struct ecore_hwfn *p_hwfn, u8 tc);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore.h
911
u16 ecore_get_cm_pq_idx_rl(struct ecore_hwfn *p_hwfn, u8 qpid);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore.h
914
u8 ecore_init_qm_get_num_tcs(struct ecore_hwfn *p_hwfn);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_chain.h
146
u8 elem_unusable;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_chain.h
148
u8 cnt_type;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_chain.h
170
u8 intended_use;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_chain.h
184
(u8)(1 + ((sizeof(struct ecore_chain_next)-1) / \
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_chain.h
266
static OSAL_INLINE u8 ecore_chain_is_full(struct ecore_chain *p_chain)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_chain.h
276
static OSAL_INLINE u8 ecore_chain_is_empty(struct ecore_chain *p_chain)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_chain.h
298
u8 ecore_chain_get_unusable_per_page(struct ecore_chain *p_chain)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_chain.h
463
p_chain->p_prod_elem = (void*)(((u8*)p_chain->p_prod_elem) +
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_chain.h
539
p_chain->p_cons_elem = (void*)(((u8*)p_chain->p_cons_elem) +
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_chain.h
612
ecore_chain_init_params(struct ecore_chain *p_chain, u32 page_cnt, u8 elem_size,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_chain.h
621
p_chain->intended_use = (u8)intended_use;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_chain.h
623
p_chain->cnt_type = (u8)cnt_type;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_chain.h
706
p_next = (struct ecore_chain_next *)((u8 *)p_virt_curr + size);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_chain.h
735
p_next = (struct ecore_chain_next *)((u8 *)p_virt_addr + size);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_chain.h
738
p_next = (struct ecore_chain_next *)((u8 *)p_virt_addr +
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_chain.h
752
p_virt_addr = (u8 *)p_virt_addr + size;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_cxt.c
121
u8 opaque[56];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_cxt.c
145
u8 type;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_cxt.c
164
#define CDUT_SEG_BLK(n) (1 + (u8)(n))
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_cxt.c
1819
u8 i;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_cxt.c
1953
u32 *p_cid, u8 vfid)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_cxt.c
2008
u32 cid, u8 vfid,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_cxt.c
2049
void _ecore_cxt_release_cid(struct ecore_hwfn *p_hwfn, u32 cid, u8 vfid)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_cxt.c
2114
p_info->p_cxt = (u8 *)p_mngr->ilt_shadow[line].p_virt +
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_cxt.c
2428
u8 *elem_start = (u8 *)p_virt;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_cxt.c
2581
u8 ctx_type,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_cxt.c
2634
*pp_task_ctx = (u8 *)p_mngr->ilt_shadow[ilt_idx].p_virt +
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_cxt.c
510
u8 seg,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_cxt.c
511
u8 seg_type,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_cxt.h
176
u32 cid, u8 vfid);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_cxt.h
204
u32 *p_cid, u8 vfid);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_cxt.h
240
u8 ctx_type,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_cxt_api.h
52
u8 *blocks[MAX_TID_BLOCKS]; /* 4K */
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
1759
static const u8 s_pci_buf_line_ind[PCI_BUF_LINE_SIZE_IN_DWORDS] = { 1, 0, 3, 2, 5, 4, 7, 6 };
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
1785
static u32 ecore_read_unaligned_dword(u8 *buf)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
1789
OSAL_MEMCPY((u8*)&dword, buf, sizeof(dword));
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
1924
u8 storm_id,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
1972
u8 offset_in_dword, align_size;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
1974
offset_in_dword = (u8)(byte_offset & 0x3);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
2059
u8 storm_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
2124
if (OSAL_SNPRINTF(mfw_ver_str, sizeof(mfw_ver_str), "%d_%d_%d_%d", (u8)(mfw_ver >> 24), (u8)(mfw_ver >> 16), (u8)(mfw_ver >> 8), (u8)mfw_ver) < 0)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
214
u8 num_ports;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
2149
u8 num_specific_global_params)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
215
u8 num_pfs;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
2153
u8 num_params;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
216
u8 num_vfs;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
2185
*(dump_buf + offset) = ~OSAL_CRC32(0xffffffff, (u8*)dump_buf, DWORDS_TO_BYTES(offset));
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
2240
ecore_wr(p_hwfn, p_ptt, DBG_REG_FRAMING_MODE, (u8)mode);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
2326
u8 storm_id, num_fifos_to_empty = MAX_DBG_STORMS;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
2411
u8 constraint_id,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
2412
u8 hw_op_val,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
2415
u8 frame_bit,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
2416
u8 frame_mask,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
2419
u8 cyclic_bit,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
2420
u8 must_bit)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
2424
u8 curr_trigger_state;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
2621
u8 storm_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
2701
u8 tree_val;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
2704
tree_val = ((u8*)s_dbg_arrays[BIN_BUF_DBG_MODE_TREE].ptr)[(*modes_buf_offset)++];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
2741
u8 mem_group_id)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
2744
u8 i;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
278
u8 reset_bit_offset;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
2807
u8 storm_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
2860
u8 *num_attn_regs)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
2875
u8 reg_idx, num_attn_regs;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
290
u8 hw_op_val;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
2916
u8 num_params = 2 + (split_id >= 0 ? 1 : 0) + (param_name ? 1 : 0);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
298
u8 id_in_hw;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
3114
u8 port_id, pf_id, vf_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
3125
u8 split_type_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
3216
u8 storm_id, reg_idx, num_attn_regs;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
3308
u8 num_params = 3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
3434
u8 mem_group_id = GET_FIELD(mem->dword0, DBG_DUMP_MEM_MEM_GROUP_ID);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
3502
u8 split_type_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
3538
u8 storm_id)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
3572
u8 storm_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
3608
u8 storm_id, set_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
3631
u8 storm_id)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
3668
u8 storm_id,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
3708
u8 storm_id, i;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
3736
u8 rss_mem_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
3773
u8 big_ram_id)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
3849
u8 phy_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
3854
u8 *bytes_buf;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
3861
bytes_buf = (u8*)(dump_buf + offset);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
3877
*(bytes_buf++) = (u8)ecore_rd(p_hwfn, p_ptt, data_lo_addr);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
3878
*(bytes_buf++) = (u8)ecore_rd(p_hwfn, p_ptt, data_hi_addr);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
3891
u8 line_id,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
3892
u8 enable_mask,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
3893
u8 right_shift,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
3894
u8 force_valid_mask,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
3895
u8 force_frame_mask)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
3969
ecore_config_dbg_line(p_hwfn, p_ptt, (enum block_id)block_id, (u8)line_id, 0xf, 0, 0, 0);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
3999
u8 i, port_mode = 0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
4149
u8 reg_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
4258
u8 reg_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
4442
if (ecore_mcp_nvm_rd_cmd(p_hwfn, p_ptt, DRV_MSG_CODE_NVM_READ_NVRAM, (nvram_offset_bytes + read_offset) | (bytes_to_copy << DRV_MB_PARAM_NVM_LEN_SHIFT), &ret_mcp_resp, &ret_mcp_param, &ret_read_size, (u32*)((u8*)ret_buf + read_offset)))
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
4522
u8 modules_num, module_len, i, *byte_buf = (u8*)buf;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
4804
u8 storm_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
4853
enum dbg_status ecore_dbg_set_bin_ptr(const u8 * const bin_ptr)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
4856
u8 buf_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
4892
u8 force_hw_dwords,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
4988
u8 port_id,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
5037
u8 enable_mask,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
5038
u8 right_shift)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
5041
u8 curr_shifted_enable_mask, shifted_enable_mask;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
5068
u8 line_num,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
5069
u8 enable_mask,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
5070
u8 right_shift,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
5071
u8 force_valid_mask,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
5072
u8 force_frame_mask)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
5137
dev_data->bus.storms[storm].mode = (u8)storm_mode;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
5147
u8 valid_mask,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
5148
u8 frame_mask,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
5176
u8 min_eid,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
5177
u8 max_eid)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
5203
u8 eid_val,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
5204
u8 eid_mask)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
5251
u8 const_msg_len)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
5284
u8 pre_chunks,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
5334
u8 const_msg_len,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
5340
u8 reg_offset;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
5395
u8 frame_bit,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
5396
u8 cycle_offset,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
5397
u8 dword_offset_in_cycle,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
5422
u8 curr_trigger_state_id = bus->next_trigger_state - 1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
5428
if (!(GET_FIELD(trigger_state->data, DBG_BUS_TRIGGER_STATE_DATA_BLOCK_SHIFTED_ENABLE_MASK) & (u8)(1 << dword_offset_in_cycle)))
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
5432
SET_FIELD(trigger_state->data, DBG_BUS_TRIGGER_STATE_DATA_CONSTRAINT_DWORD_MASK, GET_FIELD(trigger_state->data, DBG_BUS_TRIGGER_STATE_DATA_CONSTRAINT_DWORD_MASK) | (u8)(1 << dword_offset_in_cycle));
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
5441
u8 lsb, width;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
5470
u8 i;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
5490
u8 storm_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
5534
u8 hw_dwords;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
5578
u8 storm_id, i, next_storm_id = 0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
5624
u8 hw_ids[VALUES_PER_CYCLE])
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
5629
u8 val_id, state_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
5639
u8 num_dwords = 0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
5657
u8 shifted_enable_mask, next_hw_id = 0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
5688
u8 hw_ids[VALUES_PER_CYCLE];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
5689
u8 val_id, state_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
5697
u8 state_data = bus->trigger_states[state_id].data;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
5730
u8 storm_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
5894
u8 storm_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
6352
u8 reg_idx, num_attn_regs, num_result_regs = 0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
6392
results->block_id = (u8)block_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
6404
u8 num_regs, i;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.h
109
u8 force_hw_dwords,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.h
171
u8 port_id,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.h
209
u8 line_num,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.h
210
u8 cycle_en,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.h
211
u8 right_shift,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.h
212
u8 force_valid,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.h
213
u8 force_frame);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.h
259
u8 valid_en,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.h
260
u8 frame_en,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.h
279
u8 min_eid,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.h
280
u8 max_eid);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.h
297
u8 eid_val,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.h
298
u8 eid_mask);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.h
341
u8 const_msg_len);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.h
381
u8 pre_chunks,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.h
416
u8 const_msg_len,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.h
46
enum dbg_status ecore_dbg_set_bin_ptr(const u8 * const bin_ptr);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.h
470
u8 frame_bit,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.h
471
u8 cycle_offset,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.h
472
u8 dword_offset_in_cycle,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_values.h
40
static const u8 dbg_modes_tree_buf[] = {
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_values_user.h
1362
static const u8 dbg_strings[] = {
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx.c
1105
u8 update_flag;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx.c
1172
u8 pfc_map = 0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx.c
1204
u8 *bw_map, *tsa_map;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx.c
1226
bw_map = (u8 *)&p_ets->tc_bw_tbl[0];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx.c
1227
tsa_map = (u8 *)&p_ets->tc_tsa_tbl[0];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx.c
206
bool enable, u8 prio, u8 tc,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx.c
218
u8 i;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx.c
243
bool enable, u8 prio, u8 tc,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx.c
264
ecore_dcbx_get_app_priority(u8 pri_bitmap, u8 *priority)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx.c
285
*priority = (u8)pri;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx.c
327
int count, u8 dcbx_version)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx.c
330
u8 tc, priority_map;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx.c
333
u8 priority;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx.c
406
u8 dcbx_version;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx.c
487
u8 val;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx.c
529
u8 pri_map;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx.c
542
u8 sf_ieee;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx.c
593
u8 pfc_map;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx.c
650
p_params->ets_tc_bw_tbl[i] = ((u8 *)bw_map)[i];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx.c
651
p_params->ets_tc_tsa_tbl[i] = ((u8 *)tsa_map)[i];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx.c
75
u8 mfw_val = ECORE_MFW_GET_FIELD(app_info_bitmap, DCBX_APP_SF_IEEE);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx.c
90
static bool ecore_dcbx_ieee_app_port(u32 app_info_bitmap, u8 type)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx.c
92
u8 mfw_val = ECORE_MFW_GET_FIELD(app_info_bitmap, DCBX_APP_SF_IEEE);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx.h
58
u8 dcbx_cap;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx_api.h
102
u8 prio[ECORE_MAX_PFC_PRIORITIES];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx_api.h
103
u8 max_tc;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx_api.h
117
u8 prio;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx_api.h
132
u8 ets_pri_tc_tbl[ECORE_MAX_PFC_PRIORITIES];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx_api.h
133
u8 ets_tc_bw_tbl[ECORE_MAX_PFC_PRIORITIES];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx_api.h
134
u8 ets_tc_tsa_tbl[ECORE_MAX_PFC_PRIORITIES];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx_api.h
136
u8 max_ets_tc;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx_api.h
162
u8 dscp_pri_map[ECORE_DCBX_DSCP_SIZE];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx_api.h
195
u8 pf_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx_api.h
53
u8 update; /* Update indication */
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx_api.h
54
u8 priority; /* Priority */
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx_api.h
55
u8 tc; /* Traffic Class */
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx_api.h
57
u8 dscp_val; /* DSCP value */
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx_api.h
92
u8 roce;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx_api.h
93
u8 roce_v2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx_api.h
94
u8 fcoe;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx_api.h
95
u8 iscsi;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx_api.h
96
u8 eth;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
127
u8 dp_level,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
1386
u8 vf_id, max_num_vfs;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
146
u8 i;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
1477
u8 reg_type,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
1478
u8 port)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
1514
u8 loopback = 0, port = p_hwfn->port_id * 2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
1547
u8 port = p_hwfn->port_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
1592
struct ecore_ptt *p_ptt, u8 port)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
1708
u8 cond;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
1825
u8 pf_id = 0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
1899
u8 rel_pf_id = p_hwfn->rel_pf_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
1986
u8 pf_id = 0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
2054
u8 enable)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
2346
(u8)ecore_rd(p_hwfn, p_ptt, TM_REG_PF_SCAN_ACTIVE_CONN),
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
2347
(u8)ecore_rd(p_hwfn, p_ptt, TM_REG_PF_SCAN_ACTIVE_TASK));
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
277
u8 ecore_init_qm_get_num_tcs(struct ecore_hwfn *p_hwfn)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
2919
u8 res_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
2967
u8 num_funcs = p_hwfn->num_funcs_on_engine;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
3135
u8 res_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
3155
u8 res_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
343
qm_info->start_vport = (u8)RESC_START(p_hwfn, ECORE_VPORT);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
3533
u8 num_funcs, enabled_func_idx = p_hwfn->rel_pf_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
364
u8 i;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
3742
static u8 mcp_hw_mac[6] = {0, 2, 3, 4, 5, 6};
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
375
u8 i, active_phys_tcs, num_ports = p_hwfn->p_dev->num_ports_in_engine;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
4109
u8 OSAL_IOMEM *addr;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
4112
addr = (u8 OSAL_IOMEM *)p_dev->regview +
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
4116
addr = (u8 OSAL_IOMEM *)p_dev->doorbells +
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
4190
p_next = (struct ecore_chain_next *)((u8 *)p_virt + size);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
4216
u8 *p_pbl_virt = (u8 *)p_chain->pbl_sp.p_virt_table;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
4349
u8 *p_pbl_virt = OSAL_NULL;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
438
u8 tc, u32 pq_init_flags)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
4436
ecore_chain_init_params(p_chain, page_cnt, (u8)elem_size, intended_use,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
4480
u8 src_id, u8 *dst_id)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
4483
u8 min, max;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
4485
min = (u8)RESC_START(p_hwfn, ECORE_VPORT);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
4499
u8 src_id, u8 *dst_id)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
4502
u8 min, max;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
4504
min = (u8)RESC_START(p_hwfn, ECORE_RSS_ENG);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
4568
struct ecore_ptt *p_ptt, u8 *p_filter)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
4648
struct ecore_ptt *p_ptt, u8 *p_filter)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
5002
u8 timeset)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
5067
u8 timeset, timer_res;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
5082
timeset = (u8)(coalesce >> timer_res);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
5107
u8 timeset, timer_res;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
5122
timeset = (u8)(coalesce >> timer_res);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
520
u16 ecore_get_cm_pq_idx_mcos(struct ecore_hwfn *p_hwfn, u8 tc)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
522
u8 max_tc = ecore_init_qm_get_num_tcs(p_hwfn);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
540
u16 ecore_get_cm_pq_idx_rl(struct ecore_hwfn *p_hwfn, u8 rl)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
5401
u8 max_bw)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
5431
int ecore_configure_pf_max_bandwidth(struct ecore_dev *p_dev, u8 max_bw)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
5467
u8 min_bw)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
5489
int ecore_configure_pf_min_bandwidth(struct ecore_dev *p_dev, u8 min_bw)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
5569
u8 *mac)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
5571
((u8 *)fw_msb)[0] = mac[1];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
5572
((u8 *)fw_msb)[1] = mac[0];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
5573
((u8 *)fw_mid)[0] = mac[3];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
5574
((u8 *)fw_mid)[1] = mac[2];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
5575
((u8 *)fw_lsb)[0] = mac[5];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
5576
((u8 *)fw_lsb)[1] = mac[4];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
609
u8 tc_idx;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
112
u8 mfw_timeout_val;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
136
const u8 *bin_fw_data;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
450
u8 src_vfid;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
451
u8 dst_vfid;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
47
u8 wk_buffer[256];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
564
u8 src_id,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
565
u8 *dst_id);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
577
u8 src_id,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
578
u8 *dst_id);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
589
u8 *p_filter);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
60
u8 dp_level,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
600
u8 *p_filter);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
719
u8 enable);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_fcoe_api.h
113
u8 relative_q_id);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_fcoe_api.h
116
u8 bdq_id);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_fcoe_api.h
119
u8 bdq_id);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_fcoe_api.h
48
u8 layer_code;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_fcoe_api.h
79
u8 max_conc_seqs_c3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_fcoe_api.h
81
u8 flags;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_fcoe_api.h
82
u8 def_q_idx;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1036
u8 add_sub_cnst /* Add (1) or subtract (0) constant term */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1037
u8 reserved0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1106
u8 minor_ver_arr[2] /* Minor Version of hsi loading pf */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1107
u8 major_ver_arr[2] /* Major Version of driver loading pf */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
111
u8 reserved0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
112
u8 core_state /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
113
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1208
u8 set_vxlan_udp_port_flg /* Set VXLAN tunnel UDP destination port to vxlan_udp_port. If not set - FW will use a default port */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1209
u8 set_geneve_udp_port_flg /* Set GENEVE tunnel UDP destination port to geneve_udp_port. If not set - FW will use a default port */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1210
u8 tunnel_clss_vxlan /* Rx classification scheme for VXLAN tunnel. */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1211
u8 tunnel_clss_l2geneve /* Rx classification scheme for l2 GENEVE tunnel. */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1212
u8 tunnel_clss_ipgeneve /* Rx classification scheme for ip GENEVE tunnel. */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1213
u8 tunnel_clss_l2gre /* Rx classification scheme for l2 GRE tunnel. */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1214
u8 tunnel_clss_ipgre /* Rx classification scheme for ip GRE tunnel. */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1215
u8 reserved;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1230
u8 base_vf_id /* All VfIds owned by Pf will be from baseVfId till baseVfId+numVfs */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1231
u8 num_vfs /* Amount of vfs owned by PF */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1232
u8 event_ring_num_pages /* Number of PBL pages in event ring */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1233
u8 event_ring_sb_index /* Status block index */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1234
u8 path_id /* HW path ID (engine ID) */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1235
u8 warning_as_error /* In FW asserts, treat warning as error */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1236
u8 dont_log_ramrods /* If not set - throw a warning for each ramrod (for debug) */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1237
u8 personality /* define what type of personality is new PF */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1239
u8 mf_mode /* Multi function mode */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1240
u8 integ_phase /* Integration phase */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1241
u8 allow_npar_tx_switching /* If set, inter-pf tx switching is allowed in Switch Independent function mode */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1242
u8 inner_to_outer_pri_map[8] /* Map from inner to outer priority. Set pri_map_valid when init map */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1243
u8 pri_map_valid /* If inner_to_outer_pri_map is initialize then set pri_map_valid */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1255
u8 dcb_enable_flag /* dcbEnable flag value */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1256
u8 dscp_enable_flag /* If set use dscp value */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1257
u8 dcb_priority /* dcbPri flag value */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1258
u8 dcb_tc /* dcb TC value */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1259
u8 dscp_val /* dscp value to write if dscp_enable_flag is set */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1260
u8 reserved0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1268
u8 update_rx_pf_clss /* Update RX per PF tunnel classification scheme. */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1269
u8 update_rx_def_ucast_clss /* Update per PORT default tunnel RX classification scheme for traffic with unknown unicast outer MAC in NPAR mode. */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1270
u8 update_rx_def_non_ucast_clss /* Update per PORT default tunnel RX classification scheme for traffic with non unicast outer MAC in NPAR mode. */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1271
u8 set_vxlan_udp_port_flg /* Update VXLAN tunnel UDP destination port. */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1272
u8 set_geneve_udp_port_flg /* Update GENEVE tunnel UDP destination port. */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1273
u8 tunnel_clss_vxlan /* Classification scheme for VXLAN tunnel. */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1274
u8 tunnel_clss_l2geneve /* Classification scheme for l2 GENEVE tunnel. */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1275
u8 tunnel_clss_ipgeneve /* Classification scheme for ip GENEVE tunnel. */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1276
u8 tunnel_clss_l2gre /* Classification scheme for l2 GRE tunnel. */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1277
u8 tunnel_clss_ipgre /* Classification scheme for ip GRE tunnel. */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1288
u8 pf_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1289
u8 update_eth_dcb_data_mode /* Update Eth DCB data indication */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1290
u8 update_fcoe_dcb_data_mode /* Update FCOE DCB data indication */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1291
u8 update_iscsi_dcb_data_mode /* Update iSCSI DCB data indication */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1292
u8 update_roce_dcb_data_mode /* Update ROCE DCB data indication */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1293
u8 update_rroce_dcb_data_mode /* Update RROCE (RoceV2) DCB data indication */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1294
u8 update_iwarp_dcb_data_mode /* Update IWARP DCB data indication */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1295
u8 update_mf_vlan_flag /* Update MF outer vlan Id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
130
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1371
u8 cmd_id /* Ramrod Cmd (Per Protocol Type) */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1372
u8 protocol_id /* Ramrod Protocol ID */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1393
u8 qcn_update_param_flg /* Update QCN global params: timeout. */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1394
u8 dcqcn_update_param_flg /* Update DCQCN global params: timeout, g, k. */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1395
u8 rl_init_flg /* Init RL parameters, when RL disabled. */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1396
u8 rl_start_flg /* Start RL in IDLE state. Set rate to maximum. */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1397
u8 rl_stop_flg /* Stop RL. */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1398
u8 rl_id_first /* ID of first or single RL, that will be updated. */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1399
u8 rl_id_last /* ID of last RL, that will be updated. If clear, single RL will updated. */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1400
u8 rl_dc_qcn_flg /* If set, RL will used for DCQCN. */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
147
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1492
u8 vf_pf_msg_valid /* VF-PF message valid flag */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1493
u8 reserved[7];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1513
u8 valid /* 0: VF-PF Channel is invalid because of malicious VF. 1: VF-PF Channel is valid. */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1514
u8 reserved0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1524
u8 vf_id /* VF ID */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1525
u8 enable_flr_ack /* If set, initial cleanup ack will be sent to parent PF SP event queue */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1527
u8 personality /* define what type of personality is new VF */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1528
u8 reserved[7];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1538
u8 vf_id /* VF ID */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1539
u8 reserved0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
156
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
165
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1712
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1713
u8 byte1 /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1714
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1725
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
174
u8 flags5;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1754
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1755
u8 byte1 /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1756
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1767
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1784
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1785
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1800
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1801
u8 byte1 /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1802
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1813
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
183
u8 flags6;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1839
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1840
u8 byte1 /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1841
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1856
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1865
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1874
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1887
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1904
u8 flags5;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
192
u8 flags7;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1921
u8 flags6;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1936
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1947
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1948
u8 byte4 /* byte4 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1949
u8 byte5 /* byte5 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1950
u8 e4_reserved8 /* byte6 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1961
u8 reserved /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1962
u8 byte1 /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1963
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1974
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
1983
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
2000
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
2017
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
203
u8 flags8;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
2030
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
2044
u8 reserved0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
2045
u8 state_and_core_id /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
2046
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
2063
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
2080
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
2089
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
2098
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
2107
u8 flags5;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
2116
u8 flags6;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
2125
u8 flags7;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
2136
u8 flags8;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
2153
u8 flags9;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
2170
u8 flags10;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
2187
u8 flags11;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
220
u8 flags9;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
2204
u8 flags12;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
2221
u8 flags13;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
2238
u8 flags14;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
2253
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
2261
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
2262
u8 byte4 /* byte4 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
2263
u8 byte5 /* byte5 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
2264
u8 byte6 /* byte6 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
2272
u8 flags15;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
2287
u8 byte7 /* byte7 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
2296
u8 byte8 /* byte8 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
2297
u8 byte9 /* byte9 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
2298
u8 byte10 /* byte10 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
2299
u8 byte11 /* byte11 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
2300
u8 byte12 /* byte12 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
2301
u8 byte13 /* byte13 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
2302
u8 byte14 /* byte14 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
2303
u8 byte15 /* byte15 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
2323
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
2324
u8 byte1 /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
2325
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
2336
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
2353
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
2354
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
237
u8 flags10;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
2456
u8 flags;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
2489
u8 flags;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
254
u8 flags11;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
271
u8 flags12;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
288
u8 flags13;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
305
u8 flags14;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
320
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
328
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
329
u8 byte4 /* byte4 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
330
u8 byte5 /* byte5 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
331
u8 byte6 /* byte6 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
346
u8 byte7 /* byte7 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
347
u8 byte8 /* byte8 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
348
u8 byte9 /* byte9 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
349
u8 byte10 /* byte10 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
350
u8 byte11 /* byte11 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
351
u8 byte12 /* byte12 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
352
u8 byte13 /* byte13 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
353
u8 byte14 /* byte14 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
354
u8 byte15 /* byte15 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
355
u8 e5_reserved /* e5_reserved */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
375
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
376
u8 byte1 /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
377
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
392
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
401
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
410
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
423
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
440
u8 flags5;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
466
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
467
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
469
u8 byte4 /* byte4 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
470
u8 byte5 /* byte5 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
480
u8 reserved /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
481
u8 byte1 /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
482
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
493
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
502
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
519
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
536
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
537
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
706
u8 error_type;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
774
u8 type /* CQE type */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
775
u8 placement_offset /* Offset (in bytes) of the packet from start of the buffer */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
790
u8 type /* CQE type */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
791
u8 data_length_error /* set if gsi data is bigger than buff */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
806
u8 type /* CQE type */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
807
u8 ramrod_cmd_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
836
u8 sb_index /* index of the protocol index */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
837
u8 complete_cqe_flg /* post completion to the CQE ring if set */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
838
u8 complete_event_flg /* post completion to the event ring if set */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
839
u8 drop_ttl0_flg /* drop packet with ttl0 if set */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
841
u8 inner_vlan_removal_en /* if set, 802.1q tags will be removed and copied to CQE */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
842
u8 queue_id /* Light L2 RX Queue ID */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
843
u8 main_func_queue /* Is this the main queue for the PF */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
844
u8 mf_si_bcast_accept_all /* Duplicate broadcast packets to LL2 main queue in mf_si mode. Valid if main_func_queue is set. */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
845
u8 mf_si_mcast_accept_all /* Duplicate multicast packets to LL2 main queue in mf_si mode. Valid if main_func_queue is set. */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
847
u8 gsi_offload_flag /* set when in GSI offload mode on ROCE connection */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
848
u8 reserved[7];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
857
u8 complete_cqe_flg /* post completion to the CQE ring if set */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
858
u8 complete_event_flg /* post completion to the event ring if set */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
859
u8 queue_id /* Light L2 RX Queue ID */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
860
u8 reserved1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
936
u8 sb_index /* Status block protocol index */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
937
u8 stats_en /* Statistics Enable */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
938
u8 stats_id /* Statistics Counter ID */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
939
u8 conn_type /* connection type that loaded ll2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
942
u8 gsi_offload_flag /* set when in GSI offload mode on ROCE connection */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_common.h
943
u8 resrved[3];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_debug_tools.h
1043
u8 buf_size_set /* Indicates if the idle check buffer size was set (0/1) */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_debug_tools.h
1044
u8 reserved1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_debug_tools.h
1056
u8 mode_enable[40] /* Indicates if a mode is enabled (0/1) */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_debug_tools.h
1057
u8 block_in_reset[88] /* Indicates if a block is in reset state (0/1) */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_debug_tools.h
1058
u8 chip_id /* Chip ID (from enum chip_ids) */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_debug_tools.h
1059
u8 platform_id /* Platform ID */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_debug_tools.h
1060
u8 initialized /* Indicates if the data was initialized */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_debug_tools.h
1061
u8 reserved;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_debug_tools.h
274
u8 num_regs /* Number of attention registers in this block */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_debug_tools.h
275
u8 reserved2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_debug_tools.h
309
u8 block_id /* Registers block ID */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_debug_tools.h
310
u8 data;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_debug_tools.h
367
u8 num_of_lines /* Number of debug lines in this block (excluding signature and latency events). */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_debug_tools.h
368
u8 has_latency_events /* Indicates if this block has a latency events debug line (0/1). */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_debug_tools.h
378
u8 num_of_lines /* Number of debug lines in this block (excluding signature and latency events). */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_debug_tools.h
379
u8 has_latency_events /* Indicates if this block has a latency events debug line (0/1). */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_debug_tools.h
389
u8 data;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_debug_tools.h
396
u8 group_sizes /* Four 2-bit values, indicating the size of each group minus 1 (i.e. value=0 means size=1, value=1 means size=2, etc), starting from lsb. The sizes are in dwords (if is_256b=0) or in qwords (if is_256b=1). */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_debug_tools.h
406
u8 block_id /* block ID */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_debug_tools.h
407
u8 data_size /* size in dwords of the data following this header */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_debug_tools.h
482
u8 entry_size /* size of registers entry (in dwords) */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_debug_tools.h
483
u8 start_entry /* index of the first entry to check */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_debug_tools.h
521
u8 num_dumped_cond_regs /* number of dumped condition registers */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_debug_tools.h
522
u8 num_dumped_info_regs /* number of dumped condition registers */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_debug_tools.h
523
u8 severity /* from dbg_idle_chk_severity_types enum */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_debug_tools.h
524
u8 reserved;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_debug_tools.h
533
u8 data;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_debug_tools.h
538
u8 start_entry /* index of the first checked entry */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_debug_tools.h
549
u8 severity /* value from dbg_idle_chk_severity_types enum */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_debug_tools.h
550
u8 cond_id /* Condition ID */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_debug_tools.h
551
u8 num_cond_regs /* number of condition registers */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_debug_tools.h
552
u8 num_info_regs /* number of info registers */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_debug_tools.h
553
u8 num_imms /* number of immediates in the condition */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_debug_tools.h
554
u8 reserved1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_debug_tools.h
600
u8 line_num /* Debug line number to select */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_debug_tools.h
601
u8 hw_id /* HW ID associated with the block */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_debug_tools.h
657
u8 data;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_debug_tools.h
688
u8 min /* Minimal event ID to filter on */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_debug_tools.h
689
u8 max /* Maximal event ID to filter on */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_debug_tools.h
697
u8 val /* Event ID value */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_debug_tools.h
698
u8 mask /* Event ID mask. 1s in the mask = dont care bits. */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_debug_tools.h
715
u8 enabled /* indicates if the Storm is enabled for recording */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_debug_tools.h
716
u8 mode /* Storm debug mode, valid only if the Storm is enabled */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_debug_tools.h
717
u8 hw_id /* HW ID associated with the Storm */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_debug_tools.h
718
u8 eid_filter_en /* Indicates if EID filtering is performed (0/1) */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_debug_tools.h
719
u8 eid_range_not_mask /* 1 = EID range filter, 0 = EID mask filter. Valid only if eid_filter_en is set, */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_debug_tools.h
720
u8 cid_filter_en /* Indicates if CID filtering is performed (0/1) */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_debug_tools.h
731
u8 state /* The current debug bus state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_debug_tools.h
732
u8 hw_dwords /* HW dwords per cycle */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_debug_tools.h
734
u8 num_enabled_blocks /* Number of blocks enabled for recording */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_debug_tools.h
735
u8 num_enabled_storms /* Number of Storms enabled for recording */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_debug_tools.h
736
u8 target /* Output target */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_debug_tools.h
737
u8 one_shot_en /* Indicates if one-shot mode is enabled (0/1) */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_debug_tools.h
738
u8 grc_input_en /* Indicates if GRC recording is enabled (0/1) */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_debug_tools.h
739
u8 timestamp_input_en /* Indicates if timestamp recording is enabled (0/1) */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_debug_tools.h
740
u8 filter_en /* Indicates if the recording filter is enabled (0/1) */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_debug_tools.h
741
u8 adding_filter /* If true, the next added constraint belong to the filter. Otherwise, it belongs to the last added trigger state. Valid only if either filter or triggers are enabled. */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_debug_tools.h
742
u8 filter_pre_trigger /* Indicates if the recording filter should be applied before the trigger. Valid only if both filter and trigger are enabled (0/1) */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_debug_tools.h
743
u8 filter_post_trigger /* Indicates if the recording filter should be applied after the trigger. Valid only if both filter and trigger are enabled (0/1) */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_debug_tools.h
745
u8 trigger_en /* Indicates if the recording trigger is enabled (0/1) */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_debug_tools.h
747
u8 next_trigger_state /* ID of next trigger state to be added */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_debug_tools.h
748
u8 next_constraint_id /* ID of next filter/trigger constraint to be added */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_debug_tools.h
749
u8 unify_inputs /* If true, all inputs are associated with HW ID 0. Otherwise, each input is assigned a different HW ID (0/1) */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_debug_tools.h
750
u8 rcv_from_other_engine /* Indicates if the other engine sends it NW recording to this engine (0/1) */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_debug_tools.h
885
u8 params_initialized /* Indicates if the GRC parameters were initialized */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_debug_tools.h
886
u8 reserved1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
1006
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
1023
u8 flags5;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
1040
u8 flags6;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
1055
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
1063
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
1064
u8 byte1 /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
1065
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
1076
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
1085
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
1102
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
1119
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
1132
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
1146
u8 reserved0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
1147
u8 state_and_core_id /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
1148
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
1165
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
1182
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
1191
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
1200
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
1209
u8 flags5;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
1218
u8 flags6;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
1227
u8 flags7;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
1238
u8 flags8;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
124
u8 remote_addr_3 /* Remote Mac Address, used in PBF Header Builder Command */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
125
u8 remote_addr_2 /* Remote Mac Address, used in PBF Header Builder Command */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
1255
u8 flags9;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
126
u8 remote_addr_1 /* Remote Mac Address, used in PBF Header Builder Command */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
127
u8 remote_addr_0 /* Remote Mac Address, used in PBF Header Builder Command */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
1272
u8 flags10;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
128
u8 local_addr_1 /* Local Mac Address, used in PBF Header Builder Command */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
1289
u8 flags11;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
129
u8 local_addr_0 /* Local Mac Address, used in PBF Header Builder Command */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
130
u8 remote_addr_5 /* Remote Mac Address, used in PBF Header Builder Command */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
1306
u8 flags12;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
131
u8 remote_addr_4 /* Remote Mac Address, used in PBF Header Builder Command */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
132
u8 local_addr_5 /* Local Mac Address, used in PBF Header Builder Command */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
1323
u8 flags13;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
133
u8 local_addr_4 /* Loca lMac Address, used in PBF Header Builder Command */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
134
u8 local_addr_3 /* Local Mac Address, used in PBF Header Builder Command */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
1340
u8 flags14;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
135
u8 local_addr_2 /* Local Mac Address, used in PBF Header Builder Command */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
1355
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
1363
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
1364
u8 byte4 /* byte4 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
1365
u8 byte5 /* byte5 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
1366
u8 byte6 /* byte6 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
1374
u8 flags15;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
1389
u8 byte7 /* byte7 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
1401
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
1402
u8 byte1 /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
1403
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
1414
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
1431
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
1432
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
147
u8 func_mode /* Function mode */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
148
u8 cos /* Transmission cos */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
149
u8 conf_version /* Is dcb_version or vntag_version changed */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
150
u8 rsrv;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
155
u8 sid_2 /* SID FC address - Third byte that is sent to NW via PBF For example is SID is 01:02:03 then sid_2 is 0x03 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
156
u8 sid_1 /* SID FC address - Second byte that is sent to NW via PBF */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
157
u8 sid_0 /* SID FC address - First byte that is sent to NW via PBF */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
158
u8 flags;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
169
u8 did_2 /* DID FC address - Third byte that is sent to NW via PBF */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
170
u8 did_1 /* DID FC address - Second byte that is sent to NW via PBF */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
171
u8 did_0 /* DID FC address - First byte that is sent to NW via PBF */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
172
u8 src_mac_index;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
174
u8 q_relative_offset /* CQ, RQ (and CMDQ) relative offset for connection */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
175
u8 reserved1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
183
u8 func_mode /* Function mode */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
184
u8 src_mac_index /* Index to the src_mac arr held in the xStorm RAM. Provided at the xStorm offload connection handler */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
185
u8 conf_version /* Advance if vntag/dcb version advance */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
186
u8 cached_wqes_avail /* Number of cached wqes available */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
188
u8 flags;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
199
u8 cached_wqes_offset /* Offset of first valid cached wqe */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
200
u8 reserved2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
201
u8 eth_hdr_size /* Ethernet header size */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
202
u8 seq_id /* Sequence id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
203
u8 max_conc_seqs /* Max concurrent sequence id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
221
u8 fcp_cmd_byte_credit /* Pre-calculated byte credit that single FCP command can consume */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
222
u8 fcp_rsp_byte_credit /* Pre-calculated byte credit that single FCP RSP can consume. */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
238
u8 mid_seq /* Equals 1 for Middle sequence indication, otherwise 0 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
239
u8 fcp_xfer_byte_credit /* Pre-calculated byte credit that single FCP command can consume */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
240
u8 reserved1[2];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
246
u8 reserved0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
247
u8 fcoe_state /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
248
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
265
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
282
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
291
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
300
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
309
u8 flags5;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
318
u8 flags6;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
327
u8 flags7;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
338
u8 flags8;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
355
u8 flags9;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
372
u8 flags10;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
389
u8 flags11;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
406
u8 flags12;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
423
u8 flags13;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
440
u8 flags14;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
455
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
463
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
464
u8 byte4 /* byte4 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
465
u8 byte5 /* byte5 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
466
u8 byte6 /* byte6 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
489
u8 ptu_log_page_size /* 0-4K, 1-8K, 2-16K, 3-32K... */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
490
u8 log_page_size;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
492
u8 reserved[2];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
497
u8 reserved0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
498
u8 fcoe_state /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
499
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
514
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
523
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
532
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
54
u8 func_mode /* Function mode */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
545
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
55
u8 cos /* Transmission cos */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
56
u8 conf_version /* Is dcb_version or vntag_version changed */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
562
u8 flags5;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
57
u8 eth_hdr_size /* Ethernet header size */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
585
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
586
u8 byte1 /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
587
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
598
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
607
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
62
u8 fcp_cmd_size /* FCP cmd size. for performance reasons */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
624
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
63
u8 fcp_rsp_size /* FCP RSP size. for performance reasons */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
641
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
642
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
661
u8 flags;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
668
u8 timers_cleanup_invocation_cnt /* This variable is incremented each time the tStorm handler for timers cleanup is invoked within the same timers cleanup flow */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
67
u8 protection_info_flags;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
673
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
678
u8 q_relative_offset /* CQ, RQ and CMDQ relative offset for connection */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
679
u8 bdq_resource_id /* The BDQ resource ID to which this function is mapped */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
680
u8 reserved0[5] /* Alignment to 128b */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
685
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
686
u8 byte1 /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
687
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
698
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
728
u8 protection_info;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
735
u8 q_relative_offset /* CQ, RQ and CMDQ relative offset for connection */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
736
u8 reserved2[2];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
74
u8 dst_protection_per_mss /* Destination Protection data per mss (if we are not in perf mode it will be worse case). Destination is the data add/remove from the transmitted packet (as opposed to src which is data validate by the nic they might not be identical) */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
747
u8 ptu_log_page_size /* 0-4K, 1-8K, 2-16K, 3-32K... */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
748
u8 log_page_size;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
75
u8 src_protection_per_mss /* Source Protection data per mss (if we are not in perf mode it will be worse case). Source is the data validated by the nic (as opposed to destination which is data add/remove from the transmitted packet they might not be identical) */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
751
u8 bdq_resource_id /* BDQ Resource ID */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
752
u8 reserved0[3] /* Padding bytes for 2nd RegPair */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
76
u8 ptu_log_page_size /* 0-4K, 1-8K, 2-16K, 3-32K... */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
77
u8 flags;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
84
u8 fcp_xfer_size /* FCP xfer size. for performance reasons */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
873
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
874
u8 byte1 /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
875
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
886
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
903
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
904
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
919
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
920
u8 byte1 /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
921
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
932
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
958
u8 reserved0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
959
u8 state_and_core_id /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
960
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
975
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
984
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_fcoe.h
993
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_init_func.h
101
u8 tc_id /* the mapped TC ID */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_init_func.h
102
u8 valid /* indicates if the mapping entry is valid */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_init_func.h
120
u8 active /* Indicates if this port is active */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_init_func.h
121
u8 active_phys_tcs /* Vector of valid bits for active TCs used by this port */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_init_func.h
133
u8 vport_id /* VPORT ID */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_init_func.h
134
u8 tc_id /* TC ID */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_init_func.h
135
u8 wrr_group /* WRR group */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_init_func.h
136
u8 rl_valid /* Indicates if a rate limiter should be allocated for the PQ (0/1) */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_init_func.h
59
u8 num_active_tcs[MAX_NUM_PORTS] /* number of active TCs per port */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_init_func.h
68
u8 use_sp /* if set, this TC participates in the arbitration with a strict priority (the priority is equal to the TC ID) */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_init_func.h
69
u8 use_wfq /* if set, this TC participates in the arbitration with a WFQ weight (indicated by the weight field) */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_init_tool.h
66
u8 list_dword_offset /* The offset of the asserts list within the section in dwords */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_init_tool.h
67
u8 list_element_dword_size /* The size of an assert list element in dwords */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_init_tool.h
68
u8 list_num_elements /* The number of elements in the asserts list */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_init_tool.h
69
u8 list_next_index_dword_offset /* The offset of the next list index field within the section in dwords */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_init_tool.h
75
u8 major /* Firmware major version number */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_init_tool.h
76
u8 minor /* Firmware minor version number */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_init_tool.h
77
u8 rev /* Firmware revision version number */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_init_tool.h
78
u8 eng /* Firmware engineering version number (for bootleg versions) */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_init_tool.h
84
u8 image_id /* FW image ID (e.g. main, l2b, kuku) */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_init_tool.h
85
u8 reserved1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
1002
u8 flags9;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
1019
u8 flags10;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
1036
u8 flags11;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
1053
u8 flags12;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
1070
u8 flags13;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
1087
u8 flags14;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
1102
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
1110
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
1111
u8 byte4 /* byte4 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
1112
u8 byte5 /* byte5 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
1113
u8 byte6 /* byte6 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
1121
u8 flags15;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
113
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
1136
u8 byte7 /* byte7 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
1145
u8 byte8 /* byte8 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
1146
u8 byte9 /* byte9 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
1147
u8 byte10 /* byte10 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
1148
u8 byte11 /* byte11 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
1149
u8 byte12 /* byte12 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
1150
u8 byte13 /* byte13 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
1151
u8 byte14 /* byte14 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
1152
u8 byte15 /* byte15 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
1166
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
1167
u8 byte1 /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
1168
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
1179
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
1196
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
1197
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
122
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
131
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
140
u8 flags5;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
149
u8 flags6;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
158
u8 flags7;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
169
u8 flags8;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
186
u8 flags9;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
203
u8 flags10;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
220
u8 flags11;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
237
u8 flags12;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
254
u8 flags13;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
271
u8 flags14;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
286
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
294
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
295
u8 byte4 /* byte4 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
296
u8 byte5 /* byte5 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
297
u8 byte6 /* byte6 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
312
u8 byte7 /* byte7 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
313
u8 byte8 /* byte8 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
314
u8 byte9 /* byte9 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
315
u8 byte10 /* byte10 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
316
u8 byte11 /* byte11 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
317
u8 byte12 /* byte12 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
318
u8 byte13 /* byte13 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
319
u8 byte14 /* byte14 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
320
u8 byte15 /* byte15 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
321
u8 e5_reserved /* e5_reserved */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
335
u8 reserved0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
336
u8 state /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
337
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
352
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
361
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
370
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
383
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
400
u8 flags5;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
426
u8 cid_offload_cnt /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
427
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
433
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
434
u8 byte1 /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
435
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
446
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
455
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
472
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
489
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
490
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
511
u8 reserved /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
512
u8 state /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
513
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
524
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
612
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
613
u8 byte1 /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
614
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
625
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
642
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
643
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
658
u8 reserved /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
659
u8 state_and_core_id /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
660
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
671
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
697
u8 reserved0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
698
u8 state_and_core_id /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
699
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
714
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
723
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
732
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
745
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
762
u8 flags5;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
77
u8 cdu_validation /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
779
u8 flags6;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
78
u8 state /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
79
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
794
u8 cid_offload_cnt /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
810
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
811
u8 byte1 /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
812
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
823
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
832
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
849
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
866
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
879
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
893
u8 cdu_validation /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
894
u8 state_and_core_id /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
895
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
912
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
929
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
938
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
947
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
956
u8 flags5;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
96
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
965
u8 flags6;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
974
u8 flags7;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_iscsi.h
985
u8 flags8;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1002
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1005
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1006
u8 byte4 /* byte4 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1017
u8 reserved /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1018
u8 byte1 /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1019
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1030
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1039
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1056
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1073
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1074
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1089
u8 reserved0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1090
u8 state /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1091
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1108
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1125
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1134
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1143
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1152
u8 flags5;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1161
u8 flags6;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1170
u8 flags7;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1181
u8 flags8;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1198
u8 flags9;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1215
u8 flags10;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1232
u8 flags11;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1249
u8 flags12;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1266
u8 flags13;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1283
u8 flags14;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1296
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1304
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1305
u8 byte4 /* byte4 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1306
u8 byte5 /* byte5 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1307
u8 byte6 /* byte6 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1320
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1321
u8 byte1 /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1322
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1333
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1350
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1351
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1367
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1368
u8 byte1 /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1369
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1380
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1406
u8 reserved /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1407
u8 byte1 /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1409
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1420
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1431
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1448
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1462
u8 key /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1463
u8 ref_cnt_seq /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1464
u8 ctx_upd_seq /* byte4 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1465
u8 e4_reserved7 /* byte5 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1478
u8 reserved0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1479
u8 byte1 /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1480
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1495
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1504
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1513
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1526
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1543
u8 flags5;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1560
u8 flags6;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1575
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1586
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1587
u8 byte4 /* byte4 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1588
u8 byte5 /* byte5 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1589
u8 e4_reserved8 /* byte6 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1600
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1601
u8 byte1 /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1603
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1614
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1625
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1634
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1649
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1666
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1669
u8 byte3 /* regpair0 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1670
u8 byte4 /* byte4 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
168
u8 cnq_start_offset /* First RDMA CNQ */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1681
u8 reserved /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1682
u8 byte1 /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1683
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
169
u8 num_cnqs /* Number of CNQs */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1694
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
170
u8 cq_ring_mode /* 0 for 32 bit cq producer and consumer counters and 1 for 16 bit */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1703
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
171
u8 vf_id /* This field should be assigned to Virtual Function ID if vf_valid == 1. Otherwise its dont care */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
172
u8 vf_valid;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1720
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
173
u8 reserved[3];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1737
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1750
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1764
u8 reserved /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1765
u8 byte1 /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1767
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1776
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1785
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1802
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1819
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1828
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1829
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1830
u8 e4_reserved8 /* byte4 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1841
u8 reserved0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1842
u8 state_and_core_id /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1843
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1860
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1877
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1886
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1895
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1904
u8 flags5;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1913
u8 flags6;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1922
u8 flags7;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1933
u8 flags8;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1950
u8 flags9;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1967
u8 flags10;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
1984
u8 flags11;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
2001
u8 flags12;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
2018
u8 flags13;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
2035
u8 flags14;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
2048
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
2056
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
2057
u8 byte4 /* byte4 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
2058
u8 byte5 /* byte5 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
2059
u8 byte6 /* byte6 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
2072
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
2073
u8 byte1 /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
2074
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
2085
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
2102
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
2103
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
2118
u8 reserved /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
2119
u8 byte1 /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
2121
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
2132
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
2143
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
2160
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
2174
u8 key /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
2175
u8 ref_cnt_seq /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
2176
u8 ctx_upd_seq /* byte4 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
2177
u8 e4_reserved7 /* byte5 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
235
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
240
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
247
u8 key;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
248
u8 length_hi;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
249
u8 vf_id /* This field should be assigned to Virtual Function ID if vf_valid == 1. Otherwise its dont care */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
250
u8 vf_valid;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
278
u8 flags;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
285
u8 pbl_log_page_size;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
348
u8 reserved /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
349
u8 byte1 /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
351
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
362
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
373
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
390
u8 key /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
392
u8 ref_cnt_seq /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
393
u8 ctx_upd_seq /* byte4 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
405
u8 reserved /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
406
u8 byte1 /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
408
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
419
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
430
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
447
u8 key /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
449
u8 ref_cnt_seq /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
450
u8 ctx_upd_seq /* byte4 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
470
u8 reserved /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
471
u8 byte1 /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
473
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
482
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
491
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
508
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
561
u8 reserved0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
562
u8 state /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
563
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
57
u8 cnq_start_offset;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
58
u8 num_cnqs;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
580
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
59
u8 vf_id /* This field should be assigned to Virtual Function ID if vf_valid == 1. Otherwise its dont care */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
597
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
60
u8 vf_valid;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
606
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
61
u8 reserved[4];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
615
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
624
u8 flags5;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
633
u8 flags6;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
642
u8 flags7;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
653
u8 flags8;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
670
u8 flags9;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
687
u8 flags10;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
704
u8 flags11;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
71
u8 sb_index /* Status block index used by the queue */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
72
u8 num_pbl_pages /* Number of pages in the PBL allocated for this queue */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
721
u8 flags12;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
738
u8 flags13;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
755
u8 flags14;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
76
u8 reserved1[6];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
768
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
776
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
777
u8 byte4 /* byte4 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
778
u8 byte5 /* byte5 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
779
u8 byte6 /* byte6 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
790
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
791
u8 byte1 /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
792
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
803
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
830
u8 reserved0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
831
u8 byte1 /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
832
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
847
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
856
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
865
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
878
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
895
u8 flags5;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
90
u8 is_two_level_pbl;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
91
u8 cnq_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
92
u8 pbl_log_page_size;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
921
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
922
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
924
u8 byte4 /* byte4 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
925
u8 byte5 /* byte5 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
93
u8 toggle_bit;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
936
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
937
u8 byte1 /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
939
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
950
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
961
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
970
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
985
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1001
u8 flags8;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1018
u8 flags9;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1035
u8 flags10;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1052
u8 flags11;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1069
u8 flags12;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1086
u8 flags13;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1103
u8 flags14;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1116
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1124
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1125
u8 byte4 /* byte4 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1126
u8 byte5 /* byte5 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1127
u8 byte6 /* byte6 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1140
u8 reserved0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1141
u8 state /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1142
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1159
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1176
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1185
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1194
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1203
u8 flags5;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1212
u8 flags6;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1221
u8 flags7;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1232
u8 flags8;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1249
u8 flags9;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1266
u8 flags10;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1283
u8 flags11;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1300
u8 flags12;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1317
u8 flags13;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1334
u8 flags14;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1349
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1357
u8 rxmit_opcode /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1358
u8 byte4 /* byte4 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1359
u8 byte5 /* byte5 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1360
u8 byte6 /* byte6 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1373
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1374
u8 byte1 /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1375
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
138
u8 max_ord;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1386
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
139
u8 traffic_class /* In case of RRoCE on IPv4 will be used as TOS */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
140
u8 hop_limit /* In case of RRoCE on IPv4 will be used as TTL */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1403
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1404
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
141
u8 orq_num_pages;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1419
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1420
u8 byte1 /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1421
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1432
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1449
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1450
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1465
u8 reserved0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1466
u8 state_and_core_id /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1467
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1484
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1501
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1510
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1519
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1528
u8 flags5;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1537
u8 flags6;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1546
u8 flags7;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1557
u8 flags8;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1574
u8 flags9;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1591
u8 flags10;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1608
u8 flags11;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
161
u8 stats_counter_id /* Statistics counter ID to use */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
162
u8 reserved3[7];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1625
u8 flags12;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1642
u8 flags13;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1659
u8 flags14;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1672
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1680
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1681
u8 byte4 /* byte4 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1682
u8 byte5 /* byte5 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1683
u8 byte6 /* byte6 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1691
u8 flags15;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1706
u8 byte7 /* byte7 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1715
u8 byte8 /* byte8 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1716
u8 byte9 /* byte9 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1717
u8 byte10 /* byte10 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1718
u8 byte11 /* byte11 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1719
u8 byte12 /* byte12 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1720
u8 byte13 /* byte13 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1721
u8 byte14 /* byte14 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1722
u8 byte15 /* byte15 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1732
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1733
u8 byte1 /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1734
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1745
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1771
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1772
u8 byte1 /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1773
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1784
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1810
u8 reserved0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1811
u8 state_and_core_id /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1812
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1827
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1836
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1845
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1858
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1875
u8 flags5;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1892
u8 flags6;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1907
u8 tx_cqe_error_type /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1918
u8 orq_cache_idx /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1919
u8 byte4 /* byte4 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1920
u8 byte5 /* byte5 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1921
u8 e4_reserved8 /* byte6 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
193
u8 max_ird;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1932
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1933
u8 state_and_core_id /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1934
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
194
u8 traffic_class /* In case of RRoCE on IPv4 will be used as TOS */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1949
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
195
u8 hop_limit /* In case of RRoCE on IPv4 will be used as TTL */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1958
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
196
u8 irq_num_pages;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1967
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1980
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
1997
u8 flags5;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
200
u8 stats_counter_id /* Statistics counter ID to use */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
201
u8 reserved1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
2014
u8 flags6;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
2029
u8 tx_async_error_type /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
2040
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
2041
u8 byte4 /* byte4 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
2042
u8 byte5 /* byte5 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
2043
u8 e4_reserved8 /* byte6 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
2054
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
2055
u8 byte1 /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
2056
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
2067
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
2076
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
2093
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
2110
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
2123
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
2137
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
2138
u8 byte1 /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
2139
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
2150
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
2159
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
2176
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
218
u8 reserved2[6];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
2193
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
2206
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
2220
u8 reserved0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
2221
u8 state_and_core_id /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
2222
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
2239
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
2256
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
2265
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
2274
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
2283
u8 flags5;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
2292
u8 flags6;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
2301
u8 flags7;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
2312
u8 flags8;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
2329
u8 flags9;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
2346
u8 flags10;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
2363
u8 flags11;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
2380
u8 flags12;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
2397
u8 flags13;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
2414
u8 flags14;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
2427
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
2435
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
2436
u8 byte4 /* byte4 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
2437
u8 byte5 /* byte5 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
2438
u8 byte6 /* byte6 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
2451
u8 reserved0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
2452
u8 state_and_core_id /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
2453
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
2470
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
2487
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
2496
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
2505
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
2514
u8 flags5;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
2523
u8 flags6;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
2532
u8 flags7;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
2543
u8 flags8;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
2560
u8 flags9;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
2577
u8 flags10;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
2594
u8 flags11;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
2611
u8 flags12;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
2628
u8 flags13;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
2645
u8 flags14;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
2660
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
2668
u8 rxmit_opcode /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
2669
u8 byte4 /* byte4 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
2670
u8 byte5 /* byte5 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
2671
u8 byte6 /* byte6 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
2684
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
2685
u8 byte1 /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
2686
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
2697
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
2714
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
2715
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
2730
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
2731
u8 byte1 /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
2732
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
2743
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
2760
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
2761
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
296
u8 ll2_queue_id /* This ll2 queue ID is used for Unreliable Datagram QP */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
297
u8 cnp_vlan_priority /* VLAN priority of DCQCN CNP packet */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
298
u8 cnp_dscp /* The value of DSCP field in IP header for CNP packets */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
299
u8 reserved;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
344
u8 fields;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
349
u8 max_ord;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
350
u8 traffic_class;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
351
u8 hop_limit;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
391
u8 fields;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
396
u8 max_ird;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
397
u8 traffic_class;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
398
u8 hop_limit;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
477
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
478
u8 byte1 /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
479
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
490
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
516
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
517
u8 byte1 /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
518
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
529
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
555
u8 reserved0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
556
u8 state /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
557
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
572
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
581
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
590
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
603
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
620
u8 flags5;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
646
u8 tx_cqe_error_type /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
647
u8 orq_cache_idx /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
649
u8 byte4 /* byte4 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
650
u8 byte5 /* byte5 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
661
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
662
u8 state /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
663
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
678
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
687
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
696
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
709
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
726
u8 flags5;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
752
u8 tx_async_error_type /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
753
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
755
u8 byte4 /* byte4 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
756
u8 byte5 /* byte5 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
767
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
768
u8 byte1 /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
769
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
780
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
789
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
806
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
823
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
824
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
838
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
839
u8 byte1 /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
840
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
851
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
860
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
877
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
894
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
895
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
909
u8 reserved0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
910
u8 state /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
911
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
928
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
945
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
954
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
963
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
972
u8 flags5;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
981
u8 flags6;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
990
u8 flags7;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
1012
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
1013
u8 byte1 /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
1014
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
1025
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
1051
u8 reserved0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
1052
u8 byte1 /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
1053
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
106
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
1068
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
1077
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
1086
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
1099
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
1116
u8 flags5;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
1133
u8 flags6;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
1148
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
1164
u8 reserved /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
1165
u8 byte1 /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
1166
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
1177
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
1186
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
1203
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
1220
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
123
u8 completion_opcode /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
1233
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
124
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
1247
u8 reserved0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
1248
u8 state_and_core_id /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
1249
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
1266
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
1283
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
1292
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
1301
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
1310
u8 flags5;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
1319
u8 flags6;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
1328
u8 flags7;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
1339
u8 flags8;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
1356
u8 flags9;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
1373
u8 flags10;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
138
u8 reserved0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
139
u8 state /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
1390
u8 flags11;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
140
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
1407
u8 flags12;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
1424
u8 flags13;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
1441
u8 flags14;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
1456
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
1464
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
1465
u8 byte4 /* byte4 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
1466
u8 byte5 /* byte5 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
1467
u8 byte6 /* byte6 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
1475
u8 flags15;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
1490
u8 byte7 /* byte7 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
1499
u8 byte8 /* byte8 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
1500
u8 byte9 /* byte9 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
1501
u8 byte10 /* byte10 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
1502
u8 byte11 /* byte11 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
1503
u8 byte12 /* byte12 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
1504
u8 byte13 /* byte13 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
1505
u8 byte14 /* byte14 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
1506
u8 byte15 /* byte15 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
1520
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
1521
u8 byte1 /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
1522
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
1533
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
1550
u8 completion_opcode /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
1551
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
1569
u8 params;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
157
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
1580
u8 agg_flags /* bit for every DQ counter flags in CM context that DQ can increment */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
174
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
183
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
192
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
201
u8 flags5;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
210
u8 flags6;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
219
u8 flags7;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
230
u8 flags8;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
247
u8 flags9;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
264
u8 flags10;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
281
u8 flags11;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
298
u8 flags12;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
315
u8 flags13;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
332
u8 flags14;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
347
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
355
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
356
u8 byte4 /* byte4 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
357
u8 byte5 /* byte5 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
358
u8 byte6 /* byte6 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
373
u8 byte7 /* byte7 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
374
u8 byte8 /* byte8 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
375
u8 byte9 /* byte9 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
376
u8 byte10 /* byte10 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
377
u8 byte11 /* byte11 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
378
u8 byte12 /* byte12 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
379
u8 byte13 /* byte13 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
380
u8 byte14 /* byte14 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
381
u8 byte15 /* byte15 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
382
u8 e5_reserved /* e5_reserved */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
396
u8 reserved0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
397
u8 byte1 /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
398
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
413
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
422
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
431
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
444
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
461
u8 flags5;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
487
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
488
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
494
u8 reserved /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
495
u8 byte1 /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
496
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
507
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
516
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
533
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
550
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
551
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
605
u8 first_rss /* First rss in PF */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
606
u8 num_rss /* Num of rss ids in PF */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
607
u8 reserved[6];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
618
u8 grq_sb_index /* GRQ status block index */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
619
u8 max_seg_retransmit /* Maximum number of retransmits for one segment */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
620
u8 doubt_reachability /* Doubt reachability threshold */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
621
u8 ll2_rx_queue_id /* Queue ID of the Light-L2 Rx Queue */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
623
u8 reserved1[2];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
634
u8 reserved0 /* Status block id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
635
u8 status_block_index /* Status block index */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
647
u8 reserved0 /* Status block id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
648
u8 status_block_index /* Status block index */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
679
u8 rss_tss_id /* RSS/TSS absolute id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
680
u8 ignore_grq_push;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
790
u8 isle_num;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
791
u8 reserved0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
820
u8 completion_opcode;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
821
u8 reserved0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
913
u8 opcode /* Completion opcode */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
914
u8 reserved;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
93
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
94
u8 byte1 /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
95
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
969
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
970
u8 byte1 /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
971
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_toe.h
982
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hw.c
337
host_addr = (u32 *)((u8 *)addr + done);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hw.c
402
struct ecore_ptt *p_ptt, u8 port_id)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hw.c
434
u32 ecore_vfid_to_concrete(struct ecore_hwfn *p_hwfn, u8 vfid)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hw.c
455
u8 resource,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hw.c
512
u8 resource)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hw.c
543
const u8 is_src_type_grc,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hw.c
544
const u8 is_dst_type_grc,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hw.c
59
u8 hwfn_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hw.c
616
static u32 ecore_dmae_idx_to_go_cmd(u8 idx)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hw.c
629
u8 idx_cmd = p_hwfn->dmae_info.channel, i;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hw.c
806
u8 src_type,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hw.c
807
u8 dst_type,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hw.c
890
u8 src_type, u8 dst_type,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hw.h
251
u8 port_id);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hw.h
271
u32 ecore_vfid_to_concrete(struct ecore_hwfn *p_hwfn, u8 vfid);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hw.h
290
u8 q_idx;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hw.h
294
u8 tc;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hw.h
298
u8 is_vf;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hw.h
299
u8 vf_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hw.h
300
u8 tc;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hw.h
304
u8 dcqcn;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hw.h
305
u8 qpid; /* roce relative */
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hw.h
309
u8 qidx;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hw.h
318
const u8 *fw_data);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
1034
u8 tc_pri_mask[NUM_OF_PHYS_TCS] = { 0 };
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
1036
u8 pri, tc;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
1070
u8 tc, sp_tc_map = 0, wfq_tc_map = 0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
1136
u8 port, active_ports = 0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
1153
u8 tc;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
1519
u32 ecore_get_mstorm_eth_vf_prods_offset(struct ecore_hwfn *p_hwfn, u8 vf_id, u8 vf_queue_id, u16 vf_zone_size_mode)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
1536
static u8 cdu_crc8_table[CRC8_TABLE_SIZE];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
1539
static u8 ecore_calc_cdu_validation_byte(struct ecore_hwfn * p_hwfn, u8 conn_type,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
1540
u8 region, u32 cid)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
1542
const u8 validation_cfg = CDU_VALIDATION_DEFAULT_CFG;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
1544
static u8 crc8_table_valid; /*automatically initialized to 0*/
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
1545
u8 crc, validation_byte = 0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
1571
crc = OSAL_CRC8(cdu_crc8_table, (u8 *)&data_to_crc, sizeof(data_to_crc), CRC8_INIT_VALUE);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
1595
u16 ctx_size, u8 ctx_type, u32 cid)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
1597
u8 *x_val_ptr, *t_val_ptr, *u_val_ptr, *p_ctx;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
1599
p_ctx = (u8* const)p_ctx_mem;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
1613
u16 ctx_size, u8 ctx_type, u32 tid)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
1615
u8 *p_ctx, *region1_val_ptr;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
1617
p_ctx = (u8* const)p_ctx_mem;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
1627
void ecore_memset_session_ctx(void *p_ctx_mem, u32 ctx_size, u8 ctx_type)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
1629
u8 *x_val_ptr, *t_val_ptr, *u_val_ptr, *p_ctx;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
1630
u8 x_val, t_val, u_val;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
1632
p_ctx = (u8* const)p_ctx_mem;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
1649
void ecore_memset_task_ctx(void *p_ctx_mem, u32 ctx_size, u8 ctx_type)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
1651
u8 *p_ctx, *region1_val_ptr;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
1652
u8 region1_val;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
1654
p_ctx = (u8* const)p_ctx_mem;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
230
u8 voq,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
244
u8 max_ports_per_engine,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
245
u8 max_phys_tcs_per_port,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
248
u8 tc, voq, port_id, num_tcs_in_port;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
303
u8 max_ports_per_engine,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
304
u8 max_phys_tcs_per_port,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
308
u8 tc, voq, port_id, num_tcs_in_port;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
345
u8 port_id,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
346
u8 pf_id,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
347
u8 max_phys_tcs_per_port,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
354
u8 start_vport,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
387
u8 voq, vport_id_in_pf;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
444
u8 port_id,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
445
u8 pf_id,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
478
u8 port_id,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
479
u8 pf_id,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
481
u8 max_phys_tcs_per_port,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
486
u8 voq;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
512
u8 pf_id,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
534
u8 num_vports,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
539
u8 tc, i;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
569
u8 start_vport,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
570
u8 num_vports,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
573
u8 i, vport_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
637
u32 ecore_qm_pf_mem_size(u8 pf_id,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
650
u8 max_ports_per_engine,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
651
u8 max_phys_tcs_per_port,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
694
u8 port_id,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
695
u8 pf_id,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
696
u8 max_phys_tcs_per_port,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
704
u8 start_vport,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
705
u8 num_vports,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
712
u8 tc, i;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
752
u8 pf_id,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
770
u8 pf_id,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
794
u8 tc;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
814
u8 vport_id,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
908
u8 sp_tc_map = 0, wfq_tc_map = 0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
909
u8 tc, num_tc, tc_client_offset;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
969
u8 tc;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.h
123
u8 port_id,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.h
124
u8 pf_id,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.h
125
u8 max_phys_tcs_per_port,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.h
133
u8 start_vport,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.h
134
u8 num_vports,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.h
152
u8 pf_id,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.h
167
u8 pf_id,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.h
200
u8 vport_id,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.h
474
u8 vf_id,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.h
475
u8 vf_queue_id,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.h
500
u8 ctx_type,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.h
516
u8 ctx_type,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.h
530
u8 ctx_type);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.h
542
u8 ctx_type);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.h
57
u32 ecore_qm_pf_mem_size(u8 pf_id,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.h
81
u8 max_ports_per_engine,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.h
82
u8 max_phys_tcs_per_port,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_ops.c
262
(u8 *)&array_data[offset],
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_ops.c
263
max_size, (u8 *)p_hwfn->unzip_buf);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_ops.c
437
static u8 ecore_init_cmd_mode_match(struct ecore_hwfn *p_hwfn,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_ops.c
441
const u8 *modes_tree_buf;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_ops.c
442
u8 arg1, arg2, tree_val;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_ops.c
606
const u8 *data)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_ops.c
631
fw->modes_tree_buf = (u8 *)(data + offset);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_ops.c
637
fw->modes_tree_buf = (u8 *)modes_tree_buf;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_values.h
51493
ARRAY_DECL u8 modes_tree_buf[] = {
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_values_zipped.h
24485
ARRAY_DECL u8 modes_tree_buf[] = {
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
1000
num = (u8)OSAL_FIND_FIRST_BIT(&bitmask,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
1039
(u8 OSAL_IOMEM*)p_hwfn->regview +
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
1341
u8 pf_id, u16 vf_number, u8 vf_valid)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
1345
u8 timer_res;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
1390
u8 timeset)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
1423
u8 timeset)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
1432
u16 vf_number, u8 vf_valid)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
1465
u8 num_tc = p_hwfn->hw_info.num_hw_tc;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
1467
u8 timeset, timer_res;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
1468
u8 i;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
1477
timeset = (u8)(p_hwfn->p_dev->rx_coalesce_usecs >> timer_res);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
1488
timeset = (u8)(p_hwfn->p_dev->tx_coalesce_usecs >> timer_res);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
1621
sb_info->igu_addr = (u8 OSAL_IOMEM*)p_hwfn->regview +
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
1627
(u8 OSAL_IOMEM*)p_hwfn->regview +
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
1731
u8 *sb_idx,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
1736
u8 pi;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
1755
u8 pi)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
186
(u8)((data & ECORE_PSWHST_ATTENTION_DISABLED_PF_MASK) >>
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
188
(u8)((data & ECORE_PSWHST_ATTENTION_DISABLED_VF_MASK) >>
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
1886
u8 type = 0; /* FIXME MichalS type??? */
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
190
(u8)((data & ECORE_PSWHST_ATTENTION_DISABLED_VALID_MASK) >>
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
192
(u8)((data & ECORE_PSWHST_ATTENTION_DISABLED_CLIENT_MASK) >>
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
194
(u8)((data & ECORE_PSWHST_ATTENTION_DISABLED_WRITE_MASK) >>
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
213
(u8)((data & ECORE_PSWHST_ATTENTION_INCORRECT_ACCESS_PF_ID_MASK) >>
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
215
(u8)((data & ECORE_PSWHST_ATTENTION_INCORRECT_ACCESS_VF_ID_MASK) >>
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
217
(u8)((data & ECORE_PSWHST_ATTENTION_INCORRECT_ACCESS_VF_VALID_MASK) >>
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
219
(u8)((data & ECORE_PSWHST_ATTENTION_INCORRECT_ACCESS_CLIENT_MASK) >>
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
221
(u8)((data & ECORE_PSWHST_ATTENTION_INCORRECT_ACCESS_WR_MASK) >>
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
223
(u8)((data & ECORE_PSWHST_ATTENTION_INCORRECT_ACCESS_BYTE_EN_MASK) >>
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
2361
p_block->function_id = (u8)vf_num;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
245
static const char* grc_timeout_attn_master_to_str(u8 master)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
2536
u8 timer_res, u16 sb_id, bool tx)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
333
(u8)((details & ECORE_PGLUE_ATTENTION_DETAILS_PFID_MASK) >> ECORE_PGLUE_ATTENTION_DETAILS_PFID_SHIFT),
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
334
(u8)((details & ECORE_PGLUE_ATTENTION_DETAILS_VFID_MASK) >> ECORE_PGLUE_ATTENTION_DETAILS_VFID_SHIFT),
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
335
(u8)((details & ECORE_PGLUE_ATTENTION_DETAILS_VF_VALID) ? 1 : 0),
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
337
(u8)((tmp & ECORE_PGLUE_ATTENTION_DETAILS2_WAS_ERR) ? 1 : 0),
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
338
(u8)((tmp & ECORE_PGLUE_ATTENTION_DETAILS2_BME) ? 1 : 0),
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
339
(u8)((tmp & ECORE_PGLUE_ATTENTION_DETAILS2_FID_EN) ? 1 : 0));
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
356
(u8)((details & ECORE_PGLUE_ATTENTION_DETAILS_PFID_MASK) >> ECORE_PGLUE_ATTENTION_DETAILS_PFID_SHIFT),
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
357
(u8)((details & ECORE_PGLUE_ATTENTION_DETAILS_VFID_MASK) >> ECORE_PGLUE_ATTENTION_DETAILS_VFID_SHIFT),
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
358
(u8)((details & ECORE_PGLUE_ATTENTION_DETAILS_VF_VALID) ? 1 : 0),
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
360
(u8)((tmp & ECORE_PGLUE_ATTENTION_DETAILS2_WAS_ERR) ? 1 : 0),
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
361
(u8)((tmp & ECORE_PGLUE_ATTENTION_DETAILS2_BME) ? 1 : 0),
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
362
(u8)((tmp & ECORE_PGLUE_ATTENTION_DETAILS2_FID_EN) ? 1 : 0));
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
754
(u8 OSAL_IOMEM*)p_hwfn->regview +
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
865
u32 aeu_en_reg, u8 bit_index)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
908
u8 i, j, k, bit_idx;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
975
u8 bit, bit_len;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
998
u8 num;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.h
171
u8 *sb_idx,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.h
185
u8 pi);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.h
228
u8 vf_valid);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.h
280
struct cau_sb_entry *p_sb_entry, u8 pf_id,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.h
281
u16 vf_number, u8 vf_valid);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.h
285
u8 timer_res, u16 sb_id, bool tx);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.h
55
u8 status;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.h
61
u8 vector_number;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.h
62
u8 function_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.h
63
u8 is_pf;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int_api.h
121
enum igu_int_cmd int_cmd, u8 upd_flg)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int_api.h
202
u8 timeset);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int_api.h
61
u8 flags;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iov_api.h
104
u8 forced_mac[ETH_ALEN];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iov_api.h
124
u8 vport_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iov_api.h
127
u8 rss_eng_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iov_api.h
180
u8 link; /* Function Dependency Link */
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iov_api.h
195
u8 to_disable);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iov_api.h
207
u8 to_disable);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iov_api.h
394
u8 *mac, int vfid);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iov_api.h
405
u8 *mac, int vfid);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iov_api.h
514
u8 ecore_iov_vf_chains_per_pf(struct ecore_hwfn *p_hwfn);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iov_api.h
567
u8 *ecore_iov_bulletin_get_forced_mac(struct ecore_hwfn *p_hwfn,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iov_api.h
617
u8 ecore_iov_get_vf_num_rxqs(struct ecore_hwfn *p_hwfn,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iov_api.h
628
u8 ecore_iov_get_vf_num_active_rxqs(struct ecore_hwfn *p_hwfn,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iov_api.h
650
u8 ecore_iov_get_vf_num_sbs(struct ecore_hwfn *p_hwfn,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iov_api.h
752
static OSAL_INLINE void ecore_iov_set_vfs_to_disable(struct ecore_dev *p_dev, u8 to_disable) {}
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iov_api.h
753
static OSAL_INLINE void ecore_iov_set_vf_to_disable(struct ecore_dev *p_dev, u16 rel_vf_id, u8 to_disable) {}
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iov_api.h
765
static OSAL_INLINE void ecore_iov_pf_add_pending_events(struct ecore_hwfn *p_hwfn, u8 vfid) {}
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iov_api.h
768
static OSAL_INLINE void ecore_iov_bulletin_set_forced_mac(struct ecore_hwfn *p_hwfn, u8 *mac, int vfid) {}
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iov_api.h
769
static OSAL_INLINE enum _ecore_status_t ecore_iov_bulletin_set_mac(struct ecore_hwfn *p_hwfn, u8 *mac, int vfid) {return ECORE_INVAL;}
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iov_api.h
780
static OSAL_INLINE u8 ecore_iov_vf_chains_per_pf(struct ecore_hwfn *p_hwfn) {return 0;}
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iov_api.h
785
static OSAL_INLINE u8 *ecore_iov_bulletin_get_forced_mac(struct ecore_hwfn *p_hwfn, u16 rel_vf_id) {return OSAL_NULL;}
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iov_api.h
790
static OSAL_INLINE u8 ecore_iov_get_vf_num_rxqs(struct ecore_hwfn *p_hwfn, u16 rel_vf_id) {return 0;}
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iov_api.h
791
static OSAL_INLINE u8 ecore_iov_get_vf_num_active_rxqs(struct ecore_hwfn *p_hwfn, u16 rel_vf_id) {return 0;}
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iov_api.h
793
static OSAL_INLINE u8 ecore_iov_get_vf_num_sbs(struct ecore_hwfn *p_hwfn, u16 rel_vf_id) {return 0;}
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iov_api.h
97
u8 os_type;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iscsi_api.h
103
u8 ttl;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iscsi_api.h
104
u8 tos_or_tc;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iscsi_api.h
108
u8 snd_wnd_scale;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iscsi_api.h
109
u8 rcv_wnd_scale;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iscsi_api.h
111
u8 ack_frequency;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iscsi_api.h
113
u8 update_flag;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iscsi_api.h
119
u8 default_cq;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iscsi_api.h
128
u8 abortive_dsconnect;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iscsi_api.h
177
u8 relative_q_id);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iscsi_api.h
180
u8 bdq_id);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iscsi_api.h
183
u8 bdq_id);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iscsi_api.h
41
u8 fw_event_code,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iscsi_api.h
53
u8 layer_code;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iscsi_api.h
54
u8 offl_flags;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iscsi_api.h
55
u8 connect_mode;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iscsi_api.h
69
u8 local_mac[6];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iscsi_api.h
70
u8 remote_mac[6];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iscsi_api.h
72
u8 tcp_flags;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iscsi_api.h
73
u8 ip_version;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iscsi_api.h
76
u8 ka_max_probe_cnt;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iscsi_api.h
77
u8 dup_ack_theshold;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iscsi_api.h
94
u8 dup_ack_cnt;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iscsi_api.h
95
u8 snd_wnd_probe_cnt;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iscsi_api.h
96
u8 ka_probe_cnt;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iscsi_api.h
97
u8 rt_cnt;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.c
1039
u8 num_rxqs,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.c
1040
u8 complete_cqe_flg,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.c
1041
u8 complete_event_flg,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.c
1050
u8 i;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.c
1196
u8 tc,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.c
1210
*pp_doorbell = (u8 OSAL_IOMEM *)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.c
1220
u8 tc,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.c
1316
u8 vport_to_add_to = 0, vport_to_remove_from = 0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.c
1403
(u8 *)p_filter_cmd->mac);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.c
1515
static u32 ecore_calc_crc32c(u8 *crc32_packet,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.c
1518
u8 complement)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.c
1521
u8 msb = 0, current_byte = 0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.c
1532
msb = (u8)(crc32_result >> 31);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.c
1544
static u32 ecore_crc32c_le(u32 seed, u8 *mac, u32 len)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.c
1548
OSAL_MEMCPY((u8 *)(&packet_buf[0]), &mac[0], 6);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.c
1549
return ecore_calc_crc32c((u8 *)packet_buf, 8, seed, 0);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.c
1552
u8 ecore_mcast_bin_from_mac(u8 *mac)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.c
1571
u8 abs_vport_id = 0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.c
162
u8 first;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.c
174
first = (u8)OSAL_FIND_FIRST_ZERO_BIT(p_l2_info->pp_qid_usage[queue_id],
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.c
1987
u8 fw_vport = 0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.c
2111
u16 qid, u8 vport_id,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.c
2118
u8 abs_vport_id = 0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.c
320
u8 vfid = ECORE_CXT_PF_CID;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.c
372
u8 abs_vport_id = 0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.c
612
u8 accept_filter = accept_flags.rx_accept_filter;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.c
641
u8 accept_filter = accept_flags.tx_accept_filter;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.c
727
u8 abs_vport_id = 0, val;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.c
814
u8 vport_id)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.c
819
u8 abs_vport_id = 0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.c
84
u8 rx = 0, tx = 0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.c
861
u8 vport,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.c
863
u8 update_accept_any_vlan,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.c
864
u8 accept_any_vlan,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.c
89
p_l2_info->queues = (u32)OSAL_MAX_T(u8, rx, tx);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.c
981
*pp_prod = (u8 OSAL_IOMEM*)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.h
100
u8 vf_qid;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.h
106
u8 qid_usage_idx;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.h
109
u8 vf_legacy;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.h
169
u8 ecore_mcast_bin_from_mac(u8 *mac);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.h
196
u16 qid, u8 vport_id,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.h
52
u8 vport_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.h
54
u8 stats_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.h
62
u8 vfid;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.h
67
u8 vf_qid;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.h
73
u8 vf_legacy;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.h
79
u8 qid_usage_idx;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.h
89
u8 sb_idx;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.h
99
u8 vfid;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2_api.h
100
u8 rss_table_size_log; /* The table size is 2 ^ rss_table_size_log */
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2_api.h
108
u8 max_buffers_per_cqe;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2_api.h
110
u8 update_tpa_en_flg;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2_api.h
111
u8 tpa_ipv4_en_flg;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2_api.h
112
u8 tpa_ipv6_en_flg;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2_api.h
113
u8 tpa_ipv4_tunn_en_flg;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2_api.h
114
u8 tpa_ipv6_tunn_en_flg;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2_api.h
116
u8 update_tpa_param_flg;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2_api.h
117
u8 tpa_pkt_split_flg;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2_api.h
118
u8 tpa_hdr_data_split_flg;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2_api.h
119
u8 tpa_gro_consistent_flg;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2_api.h
120
u8 tpa_max_aggs_num;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2_api.h
149
u8 is_rx_filter;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2_api.h
150
u8 is_tx_filter;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2_api.h
151
u8 vport_to_add_to;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2_api.h
152
u8 vport_to_remove_from;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2_api.h
154
u8 assert_on_error;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2_api.h
162
u8 vport_to_add_to;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2_api.h
163
u8 vport_to_remove_from;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2_api.h
164
u8 num_mc_addrs;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2_api.h
170
u8 update_rx_mode_config;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2_api.h
171
u8 update_tx_mode_config;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2_api.h
172
u8 rx_accept_filter;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2_api.h
173
u8 tx_accept_filter;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2_api.h
214
u8 vport,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2_api.h
216
u8 update_accept_any_vlan,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2_api.h
217
u8 accept_any_vlan,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2_api.h
288
u8 tc,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2_api.h
318
u8 max_buffers_per_cqe;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2_api.h
321
u8 vport_id; /* VPORT ID */
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2_api.h
354
u8 vport_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2_api.h
355
u8 update_vport_active_rx_flg;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2_api.h
356
u8 vport_active_rx_flg;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2_api.h
357
u8 update_vport_active_tx_flg;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2_api.h
358
u8 vport_active_tx_flg;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2_api.h
359
u8 update_inner_vlan_removal_flg;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2_api.h
360
u8 inner_vlan_removal_flg;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2_api.h
361
u8 silent_vlan_removal_flg;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2_api.h
362
u8 update_default_vlan_enable_flg;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2_api.h
363
u8 default_vlan_enable_flg;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2_api.h
364
u8 update_default_vlan_flg;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2_api.h
366
u8 update_tx_switching_flg;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2_api.h
367
u8 tx_switching_flg;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2_api.h
368
u8 update_approx_mcast_flg;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2_api.h
369
u8 update_anti_spoofing_en_flg;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2_api.h
370
u8 anti_spoofing_en;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2_api.h
371
u8 update_accept_any_vlan_flg;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2_api.h
372
u8 accept_any_vlan;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2_api.h
412
u8 vport_id);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2_api.h
443
u8 num_rxqs,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2_api.h
444
u8 complete_cqe_flg,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2_api.h
445
u8 complete_event_flg,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2_api.h
71
u8 vport_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2_api.h
75
u8 stats_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2_api.h
78
u8 sb_idx;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2_api.h
93
u8 update_rss_config;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2_api.h
94
u8 rss_enable;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2_api.h
95
u8 rss_eng_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2_api.h
96
u8 update_rss_capabilities;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2_api.h
97
u8 update_rss_ind_table;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2_api.h
98
u8 update_rss_key;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2_api.h
99
u8 rss_caps;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ll2.h
100
u8 tx_sb_index;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ll2.h
121
u8 my_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ll2.h
122
u8 queue_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ll2.h
123
u8 tx_stats_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ll2.h
126
u8 rx_drop_ttl0_flg;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ll2.h
127
u8 rx_vlan_removal_en;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ll2.h
128
u8 tx_tc;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ll2.h
129
u8 tx_max_bds_per_packet;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ll2.h
133
u8 gsi_enable;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ll2.h
134
u8 tx_stats_en;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ll2.h
135
u8 main_func_queue;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ll2.h
181
u8 connection_handle,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ll2.h
49
static OSAL_INLINE u8 ecore_ll2_handle_to_queue_id(struct ecore_hwfn *p_hwfn,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ll2.h
50
u8 handle)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ll2.h
62
u8 placement_offset;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ll2.h
87
u8 rx_sb_index;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ll2_api.h
100
u8 connection_handle;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ll2_api.h
109
u8 placement_offset;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ll2_api.h
110
u8 data_length_error;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ll2_api.h
131
u8 connection_handle,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ll2_api.h
138
u8 connection_handle,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ll2_api.h
146
u8 connection_handle,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ll2_api.h
154
u8 connection_handle,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ll2_api.h
174
u8 rx_drop_ttl0_flg;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ll2_api.h
177
u8 rx_vlan_removal_en;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ll2_api.h
179
u8 tx_max_bds_per_packet;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ll2_api.h
180
u8 tx_tc;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ll2_api.h
184
u8 secondary_queue;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ll2_api.h
185
u8 gsi_enable;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ll2_api.h
188
u8 *p_connection_handle;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ll2_api.h
220
u8 connection_handle);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ll2_api.h
238
u8 connection_handle,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ll2_api.h
242
u8 notify_fw);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ll2_api.h
246
u8 num_of_bds;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ll2_api.h
248
u8 bd_flags;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ll2_api.h
274
u8 connection_handle,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ll2_api.h
288
u8 connection_handle);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ll2_api.h
307
u8 connection_handle,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ll2_api.h
323
u8 connection_handle);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ll2_api.h
338
u8 connection_handle,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
1032
u8 *p_mac = p_hwfn->p_dev->wol_mac;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
1172
u8 max_bw, min_bw;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
1539
u8 *p_pf)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
1555
*p_pf = (u8)i;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
1635
u8 data_src_size;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
1637
u8 data_dst_size;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
2197
info->mac[0] = (u8)(shmem_info.mac_upper >> 8);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
2198
info->mac[1] = (u8)(shmem_info.mac_upper);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
2199
info->mac[2] = (u8)(shmem_info.mac_lower >> 24);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
2200
info->mac[3] = (u8)(shmem_info.mac_lower >> 16);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
2201
info->mac[4] = (u8)(shmem_info.mac_lower >> 8);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
2202
info->mac[5] = (u8)(shmem_info.mac_lower);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
2234
p_hwfn->p_dev->wol_config = (u8)ECORE_OV_WOL_DEFAULT;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
2243
(u8)p_hwfn->hw_info.b_wol_support);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
2418
u8 vf_id, u8 num)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
2452
u8 num)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
2474
u8 vf_id, u8 num)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
2651
u8 *p_buf = OSAL_NULL;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
2716
u8 *mac)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
2736
mb_params.p_data_src = (u8 *)mfw_mac;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
2783
p_hwfn->p_dev->wol_config = (u8)wol;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
2870
u8 *p_buf, u32 len)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
2921
u32 addr, u8 *p_buf, u32 len)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
2950
enum _ecore_status_t ecore_mcp_nvm_resp(struct ecore_dev *p_dev, u8 *p_buf)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
3015
u32 addr, u8 *p_buf, u32 len)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
3078
u32 addr, u8 *p_buf, u32 len)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
3132
u32 len, u8 *p_buf)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
3177
u32 len, u8 *p_buf)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
3437
u8 *p_buffer, u32 buffer_len)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
3480
u8 i;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
3765
u8 lldp_mac_addr[ETH_ALEN])
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
3799
u8 lldp_mac_addr[ETH_ALEN])
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
3851
u8 opcode = ECORE_MFW_GET_FIELD(param, RESOURCE_CMD_REQ_OPCODE);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
3867
u8 opcode;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
3961
u8 opcode;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
4026
struct ecore_ptt *p_ptt, u8 *wwn)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
537
mb_params.data_src_size = (u8) i_txn_size;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
558
u8 raw_data[MCP_DRV_NVM_BUF_LEN];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
612
ecore_mcp_can_force_load(u8 drv_role, u8 exist_drv_role,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
688
u8 hsi_ver;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
694
u8 drv_role;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
695
u8 timeout_val;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
696
u8 force_cmd;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
705
u8 exist_drv_role;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
706
u8 mfw_hsi_ver;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
805
u8 *p_mfw_drv_role)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
832
u8 *p_mfw_force_cmd)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
858
u8 mfw_drv_role, mfw_force_cmd;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.h
106
u8 data_src_size;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.h
108
u8 data_dst_size;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.h
120
u8 tlv_type; /* According to the enum below */
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.h
121
u8 tlv_length; /* In dwords - not including this header */
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.h
122
u8 tlv_reserved;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.h
124
u8 tlv_flags;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.h
198
u8 timeout_val; /* 1..254, '0' - default value, '255' - no timeout */
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.h
356
u8 vf_id, u8 num);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.h
382
u8 max_bw);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.h
386
u8 min_bw);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.h
393
u8 *p_pf);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.h
525
u8 resource;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.h
528
u8 timeout;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.h
533
u8 retry_num;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.h
547
u8 owner;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.h
565
u8 resource;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.h
93
u8 *mfw_mb_cur;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.h
94
u8 *mfw_mb_shadow;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
1006
u32 addr, u8 *p_buf, u32 len);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
1019
u8 *p_buf, u32 len);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
1055
u8 *p_buffer, u32 buffer_len);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
1073
u32 len, u8 *p_buf);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
1091
u32 len, u8 *p_buf);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
116
u8 partner_adv_pause;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
121
u8 eee_adv_caps;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
122
u8 eee_lp_adv_caps;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
126
u8 pause_on_host;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
1276
u8 lldp_mac_addr[ETH_ALEN]);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
1289
u8 lldp_mac_addr[ETH_ALEN]);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
130
u8 bandwidth_min;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
131
u8 bandwidth_max;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
1327
struct ecore_ptt *p_ptt, u8 *wwn);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
133
u8 mac[ETH_ALEN];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
165
u8 type;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
185
u8 name[MCP_DRV_VER_STR_SIZE - 4];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
256
u8 wwpn[ECORE_MAX_NPIV_ENTRIES][ECORE_WWN_SIZE];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
257
u8 wwnn[ECORE_MAX_NPIV_ENTRIES][ECORE_WWN_SIZE];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
268
u8 sensor_location;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
269
u8 threshold_high;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
270
u8 critical;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
271
u8 current_temp;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
306
u8 ipv4_csum_offload;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
307
u8 lso_supported;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
313
u8 mac[ECORE_MFW_TLV_MAC_COUNT][6];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
332
u8 prom_mode;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
348
u8 iov_offload;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
354
u8 txqs_empty;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
356
u8 rxqs_empty;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
358
u8 num_txqs_full;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
360
u8 num_rxqs_full;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
366
u8 month;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
367
u8 day;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
368
u8 hour;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
369
u8 min;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
375
u8 scsi_timeout;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
385
u8 boot_type;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
387
u8 npiv_state;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
391
u8 switch_name[8];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
395
u8 switch_portid[3];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
397
u8 vendor_name[8];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
399
u8 switch_model[8];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
401
u8 switch_fw_version[8];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
403
u8 qos_pri;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
405
u8 port_alias[3];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
407
u8 port_state;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
419
u8 fcoe_boot_progress;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
463
u8 fdisc_acc;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
465
u8 fdisc_rjt;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
467
u8 plogi;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
469
u8 plogi_acc;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
471
u8 plogi_rjt;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
479
u8 tx_plogos;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
481
u8 plogo_acc;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
483
u8 plogo_rjt;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
488
u8 rx_logos;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
490
u8 tx_accs;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
492
u8 tx_prlis;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
494
u8 rx_accs;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
496
u8 tx_abts;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
498
u8 rx_abts_acc;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
500
u8 rx_abts_rjt;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
505
u8 rx_rscn;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
509
u8 tx_lun_rst;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
511
u8 abort_task_sets;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
513
u8 tx_tprlos;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
515
u8 tx_nos;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
517
u8 rx_nos;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
519
u8 ols;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
521
u8 lr;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
523
u8 lrr;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
525
u8 tx_lip;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
527
u8 rx_lip;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
529
u8 eofa;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
531
u8 eofni;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
533
u8 scsi_chks;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
535
u8 scsi_cond_met;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
537
u8 scsi_busy;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
539
u8 scsi_inter;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
541
u8 scsi_inter_cond_met;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
543
u8 scsi_rsv_conflicts;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
545
u8 scsi_tsk_full;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
547
u8 scsi_aca_active;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
549
u8 scsi_tsk_abort;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
557
u8 target_llmnr;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
559
u8 header_digest;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
561
u8 data_digest;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
563
u8 auth_method;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
576
u8 boot_progress;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
65
u8 adv_caps;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
66
u8 lp_adv_caps;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
895
u8 *mac);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
946
u32 addr, u8 *p_buf, u32 len);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
960
u32 addr, u8 *p_buf, u32 len);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
992
enum _ecore_status_t ecore_mcp_nvm_resp(struct ecore_dev *p_dev, u8 *p_buf);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ooo.h
115
u8 on_tail);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ooo.h
124
u8 drop_isle,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ooo.h
125
u8 drop_size);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ooo.h
130
u8 ooo_isle,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ooo.h
136
u8 ooo_isle,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ooo.h
138
u8 buffer_side);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ooo.h
143
u8 left_isle);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ooo.h
55
u8 placement_offset;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_phy.c
105
u8 buf64[8] = {0};
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_phy.c
106
u8 data_hi[4];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_phy.c
1066
u8 buf[32];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_phy.c
107
u8 data_lo[4];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_phy.c
1273
u8 buf[4];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_phy.c
1357
u8 buf[4];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_phy.c
1404
u32 port, u8 txdisable,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_phy.c
1409
u8 buf[4];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_phy.c
1511
u8 buf[4];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_phy.c
1564
u8 buf[4];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_phy.c
1616
u8 buf[4];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_phy.c
168
u8 buf64[8] = {0};
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_phy.c
169
u8 data_hi[4];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_phy.c
170
u8 data_lo[4];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_phy.c
221
u8 buf64[8] = {0};
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_phy.c
222
u8 data_hi[4];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_phy.c
223
u8 data_lo[4];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_phy.c
225
u8 is_bb = ((ecore_rd(p_hwfn, p_ptt, MISCS_REG_CHIP_NUM) & 0x8070)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_phy.c
54
u32 addr, u32 cmd, u8 *buf)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_phy.c
586
u8 buf64[8] = {0}, data_hi[4], data_lo[4];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_phy.c
65
u8 buf64[8] = {0};
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_phy.c
780
offset, size, (u8 *)&val);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_phy.c
806
u8 buf[MAX_I2C_TRANSCEIVER_PAGE_SIZE];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_phy.c
841
u8 buf[32];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_phy.h
42
u32 port, u32 lane, u32 addr, u32 cmd, u8 *buf);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_phy_api.h
217
u32 port, u8 txdisable,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_proto_if.h
120
u8 num_sq_pages_in_ring;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_proto_if.h
121
u8 num_r2tq_pages_in_ring;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_proto_if.h
122
u8 num_uhq_pages_in_ring;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_proto_if.h
123
u8 num_queues;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_proto_if.h
124
u8 log_page_size;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_proto_if.h
125
u8 rqe_log_size;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_proto_if.h
126
u8 max_fin_rt;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_proto_if.h
127
u8 gl_rq_pi;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_proto_if.h
128
u8 gl_cmd_pi;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_proto_if.h
129
u8 debug_mode;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_proto_if.h
130
u8 ll2_ooo_queue_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_proto_if.h
131
u8 ooo_enable;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_proto_if.h
133
u8 is_target;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_proto_if.h
134
u8 bdq_pbl_num_entries[2];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_proto_if.h
151
u8 roce_edpm_mode; /* see QED_ROCE_EDPM_MODE_ENABLE */
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_proto_if.h
152
u8 gl_pi; /* protocol index */
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_proto_if.h
155
u8 enable_dcqcn;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_proto_if.h
53
u8 num_vf_cons;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_proto_if.h
87
u8 num_cqs; /* num of global CQs */
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_proto_if.h
88
u8 log_page_size;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_proto_if.h
89
u8 gl_rq_pi;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_proto_if.h
90
u8 gl_cmd_pi;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_proto_if.h
91
u8 debug_mode;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_proto_if.h
92
u8 is_target;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_proto_if.h
93
u8 bdq_pbl_num_entries[2];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce.h
131
u8 placement_offset;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce.h
142
u8 pkt_hdr_size;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce.h
162
u8 mac_addr[ETH_ALEN];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce.h
163
u8 crc_needed;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce.h
164
u8 tcp_flags;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce.h
165
u8 ll2_syn_handle;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce.h
166
u8 ll2_ooo_handle;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce.h
167
u8 ll2_mpa_handle;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce.h
168
u8 peer2peer;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce.h
169
u8 _pad;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce.h
174
u8 *mpa_intermediate_buf;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce.h
188
u8 dcqcn_enabled;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce.h
189
u8 dcqcn_reaction_point;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce.h
208
u8 num_cnqs;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce.h
258
u8 traffic_class_tos; /* IPv6/GRH traffic class; IPv4 TOS */
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce.h
259
u8 hop_limit_ttl; /* IPv6/GRH hop limit; IPv4 TTL */
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce.h
264
u8 retry_cnt;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce.h
265
u8 rnr_retry_cnt;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce.h
266
u8 min_rnr_nak_timer;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce.h
272
u8 stats_queue;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce.h
275
u8 max_rd_atomic_req;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce.h
282
u8 orq_num_pages;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce.h
286
u8 max_rd_atomic_resp;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce.h
293
u8 irq_num_pages;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce.h
297
u8 remote_mac_addr[6];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce.h
298
u8 local_mac_addr[6];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce.h
351
u8 remote_mac_addr[6];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce.h
352
u8 local_mac_addr[6];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce.h
379
u8 ip_version;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce.h
386
u8 fw_event_code,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce.h
388
u8 fw_return_code);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce.h
393
u8 fw_event_code,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
108
u8 max_cnq;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
109
u8 max_sge; /* The maximum number of scatter/gather entries
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
112
u8 max_srq_sge; /* The maximum number of scatter/gather entries
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
122
u8 max_qp_resp_rd_atomic_resc; /* The maximum number of RDMA Reads
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
127
u8 max_qp_req_rd_atomic_resc; /* The maximum depth per QP for
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
146
u8 max_pkey;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
148
u8 max_stats_queues; /* Maximum number of statistics queues */
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
204
u8 dev_ack_delay;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
224
u8 source_gid_table_len;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
226
u8 pkey_table_len;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
234
u8 num_pbl_pages; /* Number of pages in the PBL allocated
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
249
u8 notification_point;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
250
u8 reaction_point;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
282
u8 flags;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
283
u8 crc_needed;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
285
u8 mpa_rtr;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
286
u8 mpa_peer2peer;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
294
u8 ll2_handle; /* required for UD QPs */
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
300
u8 desired_cnq;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
302
u8 mac_addr[ETH_ALEN];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
328
u8 pbl_page_size_log; /* for the pages that contain the
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
331
u8 cnq_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
345
u8 pbl_page_size_log; /* for the pages that contain the
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
374
u8 max_sq_sges;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
379
u8 stats_queue;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
408
u8 bytes[16];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
457
u8 traffic_class_tos; /* IPv6/GRH tc; IPv4 TOS */
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
458
u8 hop_limit_ttl; /* IPv6/GRH hop limit; IPv4 TTL */
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
468
u8 max_rd_atomic_resp;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
469
u8 max_rd_atomic_req;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
471
u8 retry_cnt;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
472
u8 rnr_retry_cnt;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
473
u8 min_rnr_nak_timer;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
475
u8 remote_mac_addr[6];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
476
u8 local_mac_addr[6];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
496
u8 hop_limit_ttl; /* IPv6/GRH hop limit; IPv4 TTL */
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
497
u8 traffic_class_tos; /* IPv6/GRH tc; IPv4 TOS */
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
499
u8 rnr_retry;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
500
u8 retry_cnt;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
501
u8 min_rnr_nak_timer;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
503
u8 max_rd_atomic;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
504
u8 max_dest_rd_atomic;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
512
u8 key;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
522
u8 pbl_page_size_log; /* for the pages that contain the pointers
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
525
u8 page_size_log; /* for the MR pages */
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
706
ecore_rdma_query_stats(void *rdma_cxt, u8 stats_queue,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
717
void ecore_rdma_cnq_prod_update(void *rdma_cxt, u8 cnq_index, u16 prod);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
762
u8 ord;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
763
u8 ird;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
790
u8 remote_mac_addr[6];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
791
u8 local_mac_addr[6];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
830
u8 ord;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
831
u8 ird;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
85
u8 fw_event_code,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
90
u8 event_code);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_selftest.c
127
u8 *buf = OSAL_NULL;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_sp_api.h
55
u8 fw_return_code);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_sp_commands.c
119
static enum tunnel_clss ecore_tunn_clss_to_fw_clss(u8 type)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_sp_commands.c
194
__ecore_set_ramrod_tunnel_param(u8 *p_tunn_cls,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_sp_commands.c
201
ecore_set_ramrod_tunnel_param(u8 *p_tunn_cls,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_sp_commands.c
203
u8 *p_update_port, __le16 *p_port,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_sp_commands.c
329
u8 sb_index = p_hwfn->p_eq->eq_sb_index;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_sp_commands.c
333
u8 page_cnt;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_sp_commands.c
379
page_cnt = (u8)ecore_chain_get_page_cnt(&p_hwfn->p_eq->chain);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_sp_commands.c
414
p_ramrod->base_vf_id = (u8)p_iov->first_vf_in_pf;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_sp_commands.c
415
p_ramrod->num_vfs = (u8)p_iov->total_vfs;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_sp_commands.c
56
u8 cmd,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_sp_commands.c
57
u8 protocol,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_sp_commands.h
144
u8 qcn_update_param_flg;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_sp_commands.h
145
u8 dcqcn_update_param_flg;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_sp_commands.h
146
u8 rl_init_flg;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_sp_commands.h
147
u8 rl_start_flg;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_sp_commands.h
148
u8 rl_stop_flg;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_sp_commands.h
149
u8 rl_id_first;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_sp_commands.h
150
u8 rl_id_last;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_sp_commands.h
151
u8 rl_dc_qcn_flg; /* If set, RL will used for DCQCN */
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_sp_commands.h
73
u8 cmd,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_sp_commands.h
74
u8 protocol,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_spq.c
124
u8 fw_return_code)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_spq.c
139
u8 *p_fw_ret,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_spq.c
169
u8 *p_fw_ret, bool skip_quick_poll)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_spq.c
887
u8 *fw_return_code)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_spq.c
982
u8 fw_return_code,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_spq.h
130
u8 fw_return_code;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_spq.h
136
u8 flags;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_spq.h
155
u8 eq_sb_index; /* index within the SB */
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_spq.h
182
u8 comp_bitmap_idx;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_spq.h
218
u8 *fw_return_code);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_spq.h
322
u8 fw_return_code,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_sriov.h
132
u8 macs[ECORE_ETH_VF_NUM_MAC_FILTERS][ETH_ALEN];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_sriov.h
133
u8 inner_vlan_removal;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_sriov.h
142
u8 to_disable;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_sriov.h
154
u8 vport_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_sriov.h
155
u8 rss_eng_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_sriov.h
156
u8 relative_vf_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_sriov.h
157
u8 abs_vf_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_sriov.h
162
u8 vport_instance; /* Number of active vports */
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_sriov.h
163
u8 num_rxqs;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_sriov.h
164
u8 num_txqs;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_sriov.h
169
u8 num_sbs;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_sriov.h
171
u8 num_mac_filters;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_sriov.h
172
u8 num_vlan_filters;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_sriov.h
178
u8 was_malicious;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_sriov.h
179
u8 num_active_rxqs;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_sriov.h
244
u8 **offset,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_sriov.h
298
u8 opcode,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_sriov.h
341
static OSAL_INLINE void *ecore_add_tlv(struct ecore_hwfn *p_hwfn, u8 **offset, u16 type, u16 length) {return OSAL_NULL;}
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_sriov.h
347
static OSAL_INLINE enum _ecore_status_t ecore_sriov_eqe_event(struct ecore_hwfn *p_hwfn, u8 opcode, __le16 echo, union event_ring_data *data) {return ECORE_INVAL;}
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_sriov.h
348
static OSAL_INLINE u32 ecore_crc32(u32 crc, u8 *ptr, u32 length) {return 0;}
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_sriov.h
78
u8 *offset;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_sriov.h
90
u8 flags;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_user_dbg_fw_funcs.h
51
enum dbg_status ecore_dbg_user_set_bin_ptr(const u8 * const bin_ptr);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vf.h
197
u8 num_rxqs,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vf.h
198
u8 comp_cqe_flg,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vf.h
199
u8 comp_event_flg);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vf.h
268
u8 vport_id,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vf.h
270
u8 inner_vlan_removal,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vf.h
272
u8 max_buffers_per_cqe,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vf.h
273
u8 only_untagged);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vf.h
344
static OSAL_INLINE enum _ecore_status_t ecore_vf_pf_rxqs_update(struct ecore_hwfn *p_hwfn, struct ecore_queue_cid **pp_cid, u8 num_rxqs, u8 comp_cqe_flg, u8 comp_event_flg) {return ECORE_INVAL;}
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vf.h
352
static OSAL_INLINE enum _ecore_status_t ecore_vf_pf_vport_start(struct ecore_hwfn *p_hwfn, u8 vport_id, u16 mtu, u8 inner_vlan_removal, enum ecore_tpa_mode tpa_mode, u8 max_buffers_per_cqe, u8 only_untagged) {return ECORE_INVAL;}
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vf.h
58
u8 *offset;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vf_api.h
106
u8 *port_mac);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vf_api.h
115
u8 *num_vlan_filters);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vf_api.h
124
u8 *num_mac_filters);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vf_api.h
134
bool ecore_vf_check_mac(struct ecore_hwfn *p_hwfn, u8 *mac);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vf_api.h
148
bool ecore_vf_bulletin_get_forced_mac(struct ecore_hwfn *hwfn, u8 *dst_mac,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vf_api.h
149
u8 *p_is_forced);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vf_api.h
190
static OSAL_INLINE enum _ecore_status_t ecore_vf_read_bulletin(struct ecore_hwfn *p_hwfn, u8 *p_change) {return ECORE_INVAL;}
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vf_api.h
194
static OSAL_INLINE void ecore_vf_get_num_rxqs(struct ecore_hwfn *p_hwfn, u8 *num_rxqs) {}
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vf_api.h
195
static OSAL_INLINE void ecore_vf_get_num_txqs(struct ecore_hwfn *p_hwfn, u8 *num_txqs) {}
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vf_api.h
196
static OSAL_INLINE void ecore_vf_get_port_mac(struct ecore_hwfn *p_hwfn, u8 *port_mac) {}
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vf_api.h
197
static OSAL_INLINE void ecore_vf_get_num_vlan_filters(struct ecore_hwfn *p_hwfn, u8 *num_vlan_filters) {}
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vf_api.h
198
static OSAL_INLINE void ecore_vf_get_num_mac_filters(struct ecore_hwfn *p_hwfn, u8 *num_mac_filters) {}
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vf_api.h
199
static OSAL_INLINE bool ecore_vf_check_mac(struct ecore_hwfn *p_hwfn, u8 *mac) {return false;}
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vf_api.h
201
static OSAL_INLINE bool ecore_vf_bulletin_get_forced_mac(struct ecore_hwfn *hwfn, u8 *dst_mac, u8 *p_is_forced) {return false;}
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vf_api.h
52
u8 *p_change);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vf_api.h
88
u8 *num_rxqs);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vf_api.h
97
u8 *num_txqs);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
107
u8 padding[4];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
133
u8 fw_major;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
134
u8 fw_minor;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
135
u8 fw_revision;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
136
u8 fw_engineering;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
139
u8 os_type; /* VFPF_ACQUIRE_OS_* value */
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
140
u8 eth_fp_hsi_major;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
141
u8 eth_fp_hsi_minor;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
142
u8 padding[3];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
156
u8 update_rss_flags;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
162
u8 rss_enable;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
163
u8 rss_caps;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
164
u8 rss_table_size_log; /* The table size is 2 ^ rss_table_size_log */
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
214
u8 indices_per_sb;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
215
u8 os_type;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
219
u8 dev_type;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
221
u8 padding;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
225
u8 port_mac[ETH_ALEN];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
232
u8 major_fp_hsi;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
233
u8 minor_fp_hsi;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
244
u8 hw_qid[PFVF_MAX_QUEUES_PER_VF];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
245
u8 cid[PFVF_MAX_QUEUES_PER_VF];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
247
u8 num_rxqs;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
248
u8 num_txqs;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
249
u8 num_sbs;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
250
u8 num_mac_filters;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
251
u8 num_vlan_filters;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
252
u8 num_mc_filters;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
253
u8 num_cids;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
254
u8 padding;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
264
u8 padding[4];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
273
u8 qid;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
274
u8 padding[3];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
293
u8 sb_index;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
294
u8 padding[3];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
310
u8 sb_index;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
311
u8 padding[3];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
326
u8 num_rxqs;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
328
u8 cqe_completion;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
329
u8 padding[4];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
344
u8 num_txqs;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
345
u8 padding[5];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
354
u8 num_rxqs;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
355
u8 flags;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
360
u8 padding[4];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
370
u8 mac[ETH_ALEN];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
373
u8 padding[4];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
386
u8 vport_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
387
u8 inner_vlan_removal;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
389
u8 only_untagged;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
390
u8 max_buffers_per_cqe;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
392
u8 padding[4];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
398
u8 update_rx;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
399
u8 update_tx;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
400
u8 active_rx;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
401
u8 active_tx;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
406
u8 tx_switching;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
407
u8 padding[3];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
412
u8 remove_vlan;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
413
u8 padding[3];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
418
u8 padding[4];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
425
u8 update_rx_mode;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
426
u8 update_tx_mode;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
427
u8 rx_accept_filter;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
428
u8 tx_accept_filter;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
433
u8 update_accept_any_vlan_flg;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
434
u8 accept_any_vlan;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
436
u8 padding[2];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
449
u8 update_sge_tpa_flags;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
454
u8 max_buffers_per_cqe;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
461
u8 tpa_max_aggs_num;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
462
u8 padding[7];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
476
u8 opcode;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
477
u8 type;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
479
u8 mac[ETH_ALEN];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
489
u8 tun_mode_update_mask;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
490
u8 tunn_mode;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
491
u8 update_tun_cls;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
492
u8 vxlan_clss;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
493
u8 l2gre_clss;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
494
u8 ipgre_clss;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
495
u8 l2geneve_clss;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
496
u8 ipgeneve_clss;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
497
u8 update_geneve_port;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
498
u8 update_vxlan_port;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
501
u8 padding[2];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
508
u8 vxlan_mode;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
509
u8 l2geneve_mode;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
51
u8 num_rxqs;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
510
u8 ipgeneve_mode;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
511
u8 l2gre_mode;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
512
u8 ipgre_mode;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
513
u8 vxlan_clss;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
514
u8 l2gre_clss;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
515
u8 ipgre_clss;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
516
u8 l2geneve_clss;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
517
u8 ipgeneve_clss;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
52
u8 num_txqs;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
523
u8 tlv_buffer[TLV_BUFFER_SIZE];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
53
u8 num_sbs;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
531
u8 padding[2];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
54
u8 num_mac_filters;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
55
u8 num_vlan_filters;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
56
u8 num_mc_filters; /* No limit so superfluous */
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
57
u8 num_cids;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
58
u8 padding;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
593
u8 mac[ETH_ALEN];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
596
u8 default_only_untagged;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
597
u8 padding;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
604
u8 req_autoneg;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
605
u8 req_autoneg_pause;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
606
u8 req_forced_rx;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
607
u8 req_forced_tx;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
608
u8 padding2[4];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
615
u8 link_up;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
616
u8 full_duplex;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
617
u8 autoneg;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
618
u8 autoneg_complete;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
619
u8 parallel_detection;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
620
u8 pfc_enabled;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
621
u8 partner_tx_flow_ctrl_en;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
622
u8 partner_rx_flow_ctrl_en;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
624
u8 partner_adv_pause;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
625
u8 sfp_tx_fault;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
628
u8 padding4[2];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
63
u8 sb_qid; /* used to update DHC for sb */
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
64
u8 padding[5];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
95
u8 status;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
96
u8 padding[3];
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/common_hsi.h
1344
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/common_hsi.h
1359
u8 partialDifData[7];
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/common_hsi.h
1466
u8 reserved1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/common_hsi.h
1467
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/common_hsi.h
1527
u8 partialDifDataA[8];
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/common_hsi.h
1528
u8 partialDifDataB[8];
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/common_hsi.h
659
u8 error_code /* error code - relevant only if the opcode indicates its an error */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/common_hsi.h
660
u8 fw_debug_param /* internal fw debug parameter */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/common_hsi.h
669
u8 value;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/common_hsi.h
712
u8 error_code /* error code - relevant only if the opcode indicates its an error */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/common_hsi.h
713
u8 error_pdu_opcode_reserved;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/common_hsi.h
728
u8 reserved[4];
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/common_hsi.h
745
u8 vfId /* Malicious VF ID */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/common_hsi.h
746
u8 errId /* Malicious VF error */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/common_hsi.h
755
u8 vfId /* VF ID */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/common_hsi.h
756
u8 reserved[7];
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/common_hsi.h
764
u8 bytes[8] /* Byte Array */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/common_hsi.h
778
u8 protocol_id /* Event Protocol ID */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/common_hsi.h
779
u8 opcode /* Event Opcode */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/common_hsi.h
782
u8 fw_return_code /* FW return code for SP ramrods */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/common_hsi.h
783
u8 flags;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/common_hsi.h
834
u8 reserved[3];
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/common_hsi.h
900
u8 params;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/common_hsi.h
911
u8 agg_flags /* bit for every DQ counter flags in CM context that DQ can increment */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1036
u8 add_sub_cnst /* Add (1) or subtract (0) constant term */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1037
u8 reserved0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1106
u8 minor_ver_arr[2] /* Minor Version of hsi loading pf */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1107
u8 major_ver_arr[2] /* Major Version of driver loading pf */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
111
u8 reserved0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
112
u8 core_state /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
113
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1208
u8 set_vxlan_udp_port_flg /* Set VXLAN tunnel UDP destination port to vxlan_udp_port. If not set - FW will use a default port */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1209
u8 set_geneve_udp_port_flg /* Set GENEVE tunnel UDP destination port to geneve_udp_port. If not set - FW will use a default port */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1210
u8 tunnel_clss_vxlan /* Rx classification scheme for VXLAN tunnel. */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1211
u8 tunnel_clss_l2geneve /* Rx classification scheme for l2 GENEVE tunnel. */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1212
u8 tunnel_clss_ipgeneve /* Rx classification scheme for ip GENEVE tunnel. */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1213
u8 tunnel_clss_l2gre /* Rx classification scheme for l2 GRE tunnel. */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1214
u8 tunnel_clss_ipgre /* Rx classification scheme for ip GRE tunnel. */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1215
u8 reserved;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1230
u8 base_vf_id /* All VfIds owned by Pf will be from baseVfId till baseVfId+numVfs */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1231
u8 num_vfs /* Amount of vfs owned by PF */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1232
u8 event_ring_num_pages /* Number of PBL pages in event ring */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1233
u8 event_ring_sb_index /* Status block index */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1234
u8 path_id /* HW path ID (engine ID) */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1235
u8 warning_as_error /* In FW asserts, treat warning as error */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1236
u8 dont_log_ramrods /* If not set - throw a warning for each ramrod (for debug) */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1237
u8 personality /* define what type of personality is new PF */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1239
u8 mf_mode /* Multi function mode */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1240
u8 integ_phase /* Integration phase */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1241
u8 allow_npar_tx_switching /* If set, inter-pf tx switching is allowed in Switch Independent function mode */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1242
u8 inner_to_outer_pri_map[8] /* Map from inner to outer priority. Set pri_map_valid when init map */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1243
u8 pri_map_valid /* If inner_to_outer_pri_map is initialize then set pri_map_valid */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1255
u8 dcb_enable_flag /* dcbEnable flag value */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1256
u8 dscp_enable_flag /* If set use dscp value */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1257
u8 dcb_priority /* dcbPri flag value */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1258
u8 dcb_tc /* dcb TC value */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1259
u8 dscp_val /* dscp value to write if dscp_enable_flag is set */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1260
u8 reserved0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1268
u8 update_rx_pf_clss /* Update RX per PF tunnel classification scheme. */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1269
u8 update_rx_def_ucast_clss /* Update per PORT default tunnel RX classification scheme for traffic with unknown unicast outer MAC in NPAR mode. */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1270
u8 update_rx_def_non_ucast_clss /* Update per PORT default tunnel RX classification scheme for traffic with non unicast outer MAC in NPAR mode. */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1271
u8 set_vxlan_udp_port_flg /* Update VXLAN tunnel UDP destination port. */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1272
u8 set_geneve_udp_port_flg /* Update GENEVE tunnel UDP destination port. */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1273
u8 tunnel_clss_vxlan /* Classification scheme for VXLAN tunnel. */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1274
u8 tunnel_clss_l2geneve /* Classification scheme for l2 GENEVE tunnel. */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1275
u8 tunnel_clss_ipgeneve /* Classification scheme for ip GENEVE tunnel. */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1276
u8 tunnel_clss_l2gre /* Classification scheme for l2 GRE tunnel. */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1277
u8 tunnel_clss_ipgre /* Classification scheme for ip GRE tunnel. */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1288
u8 pf_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1289
u8 update_eth_dcb_data_mode /* Update Eth DCB data indication */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1290
u8 update_fcoe_dcb_data_mode /* Update FCOE DCB data indication */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1291
u8 update_iscsi_dcb_data_mode /* Update iSCSI DCB data indication */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1292
u8 update_roce_dcb_data_mode /* Update ROCE DCB data indication */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1293
u8 update_rroce_dcb_data_mode /* Update RROCE (RoceV2) DCB data indication */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1294
u8 update_iwarp_dcb_data_mode /* Update IWARP DCB data indication */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1295
u8 update_mf_vlan_flag /* Update MF outer vlan Id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
130
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1371
u8 cmd_id /* Ramrod Cmd (Per Protocol Type) */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1372
u8 protocol_id /* Ramrod Protocol ID */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1393
u8 qcn_update_param_flg /* Update QCN global params: timeout. */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1394
u8 dcqcn_update_param_flg /* Update DCQCN global params: timeout, g, k. */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1395
u8 rl_init_flg /* Init RL parameters, when RL disabled. */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1396
u8 rl_start_flg /* Start RL in IDLE state. Set rate to maximum. */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1397
u8 rl_stop_flg /* Stop RL. */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1398
u8 rl_id_first /* ID of first or single RL, that will be updated. */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1399
u8 rl_id_last /* ID of last RL, that will be updated. If clear, single RL will updated. */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1400
u8 rl_dc_qcn_flg /* If set, RL will used for DCQCN. */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
147
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1492
u8 vf_pf_msg_valid /* VF-PF message valid flag */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1493
u8 reserved[7];
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1513
u8 valid /* 0: VF-PF Channel is invalid because of malicious VF. 1: VF-PF Channel is valid. */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1514
u8 reserved0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1524
u8 vf_id /* VF ID */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1525
u8 enable_flr_ack /* If set, initial cleanup ack will be sent to parent PF SP event queue */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1527
u8 personality /* define what type of personality is new VF */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1528
u8 reserved[7];
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1538
u8 vf_id /* VF ID */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1539
u8 reserved0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
156
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
165
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1712
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1713
u8 byte1 /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1714
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1725
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
174
u8 flags5;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1754
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1755
u8 byte1 /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1756
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1767
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1784
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1785
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1800
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1801
u8 byte1 /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1802
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1813
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
183
u8 flags6;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1839
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1840
u8 byte1 /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1841
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1856
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1865
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1874
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1887
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1904
u8 flags5;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
192
u8 flags7;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1921
u8 flags6;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1936
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1947
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1948
u8 byte4 /* byte4 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1949
u8 byte5 /* byte5 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1950
u8 e4_reserved8 /* byte6 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1961
u8 reserved /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1962
u8 byte1 /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1963
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1974
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
1983
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
2000
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
2017
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
203
u8 flags8;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
2030
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
2044
u8 reserved0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
2045
u8 state_and_core_id /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
2046
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
2063
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
2080
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
2089
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
2098
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
2107
u8 flags5;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
2116
u8 flags6;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
2125
u8 flags7;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
2136
u8 flags8;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
2153
u8 flags9;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
2170
u8 flags10;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
2187
u8 flags11;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
220
u8 flags9;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
2204
u8 flags12;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
2221
u8 flags13;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
2238
u8 flags14;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
2253
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
2261
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
2262
u8 byte4 /* byte4 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
2263
u8 byte5 /* byte5 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
2264
u8 byte6 /* byte6 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
2272
u8 flags15;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
2287
u8 byte7 /* byte7 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
2296
u8 byte8 /* byte8 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
2297
u8 byte9 /* byte9 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
2298
u8 byte10 /* byte10 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
2299
u8 byte11 /* byte11 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
2300
u8 byte12 /* byte12 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
2301
u8 byte13 /* byte13 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
2302
u8 byte14 /* byte14 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
2303
u8 byte15 /* byte15 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
2323
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
2324
u8 byte1 /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
2325
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
2336
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
2353
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
2354
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
237
u8 flags10;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
2456
u8 flags;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
2489
u8 flags;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
254
u8 flags11;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
271
u8 flags12;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
288
u8 flags13;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
305
u8 flags14;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
320
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
328
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
329
u8 byte4 /* byte4 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
330
u8 byte5 /* byte5 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
331
u8 byte6 /* byte6 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
346
u8 byte7 /* byte7 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
347
u8 byte8 /* byte8 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
348
u8 byte9 /* byte9 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
349
u8 byte10 /* byte10 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
350
u8 byte11 /* byte11 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
351
u8 byte12 /* byte12 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
352
u8 byte13 /* byte13 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
353
u8 byte14 /* byte14 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
354
u8 byte15 /* byte15 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
355
u8 e5_reserved /* e5_reserved */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
375
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
376
u8 byte1 /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
377
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
392
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
401
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
410
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
423
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
440
u8 flags5;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
466
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
467
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
469
u8 byte4 /* byte4 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
470
u8 byte5 /* byte5 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
480
u8 reserved /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
481
u8 byte1 /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
482
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
493
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
502
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
519
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
536
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
537
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
706
u8 error_type;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
774
u8 type /* CQE type */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
775
u8 placement_offset /* Offset (in bytes) of the packet from start of the buffer */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
790
u8 type /* CQE type */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
791
u8 data_length_error /* set if gsi data is bigger than buff */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
806
u8 type /* CQE type */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
807
u8 ramrod_cmd_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
836
u8 sb_index /* index of the protocol index */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
837
u8 complete_cqe_flg /* post completion to the CQE ring if set */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
838
u8 complete_event_flg /* post completion to the event ring if set */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
839
u8 drop_ttl0_flg /* drop packet with ttl0 if set */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
841
u8 inner_vlan_removal_en /* if set, 802.1q tags will be removed and copied to CQE */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
842
u8 queue_id /* Light L2 RX Queue ID */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
843
u8 main_func_queue /* Is this the main queue for the PF */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
844
u8 mf_si_bcast_accept_all /* Duplicate broadcast packets to LL2 main queue in mf_si mode. Valid if main_func_queue is set. */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
845
u8 mf_si_mcast_accept_all /* Duplicate multicast packets to LL2 main queue in mf_si mode. Valid if main_func_queue is set. */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
847
u8 gsi_offload_flag /* set when in GSI offload mode on ROCE connection */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
848
u8 reserved[7];
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
857
u8 complete_cqe_flg /* post completion to the CQE ring if set */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
858
u8 complete_event_flg /* post completion to the event ring if set */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
859
u8 queue_id /* Light L2 RX Queue ID */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
860
u8 reserved1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
936
u8 sb_index /* Status block protocol index */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
937
u8 stats_en /* Statistics Enable */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
938
u8 stats_id /* Statistics Counter ID */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
939
u8 conn_type /* connection type that loaded ll2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
942
u8 gsi_offload_flag /* set when in GSI offload mode on ROCE connection */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_common.h
943
u8 resrved[3];
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_debug_tools.h
1043
u8 buf_size_set /* Indicates if the idle check buffer size was set (0/1) */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_debug_tools.h
1044
u8 reserved1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_debug_tools.h
1056
u8 mode_enable[40] /* Indicates if a mode is enabled (0/1) */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_debug_tools.h
1057
u8 block_in_reset[88] /* Indicates if a block is in reset state (0/1) */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_debug_tools.h
1058
u8 chip_id /* Chip ID (from enum chip_ids) */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_debug_tools.h
1059
u8 platform_id /* Platform ID */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_debug_tools.h
1060
u8 initialized /* Indicates if the data was initialized */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_debug_tools.h
1061
u8 reserved;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_debug_tools.h
274
u8 num_regs /* Number of attention registers in this block */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_debug_tools.h
275
u8 reserved2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_debug_tools.h
309
u8 block_id /* Registers block ID */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_debug_tools.h
310
u8 data;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_debug_tools.h
367
u8 num_of_lines /* Number of debug lines in this block (excluding signature and latency events). */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_debug_tools.h
368
u8 has_latency_events /* Indicates if this block has a latency events debug line (0/1). */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_debug_tools.h
378
u8 num_of_lines /* Number of debug lines in this block (excluding signature and latency events). */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_debug_tools.h
379
u8 has_latency_events /* Indicates if this block has a latency events debug line (0/1). */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_debug_tools.h
389
u8 data;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_debug_tools.h
396
u8 group_sizes /* Four 2-bit values, indicating the size of each group minus 1 (i.e. value=0 means size=1, value=1 means size=2, etc), starting from lsb. The sizes are in dwords (if is_256b=0) or in qwords (if is_256b=1). */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_debug_tools.h
406
u8 block_id /* block ID */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_debug_tools.h
407
u8 data_size /* size in dwords of the data following this header */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_debug_tools.h
482
u8 entry_size /* size of registers entry (in dwords) */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_debug_tools.h
483
u8 start_entry /* index of the first entry to check */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_debug_tools.h
521
u8 num_dumped_cond_regs /* number of dumped condition registers */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_debug_tools.h
522
u8 num_dumped_info_regs /* number of dumped condition registers */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_debug_tools.h
523
u8 severity /* from dbg_idle_chk_severity_types enum */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_debug_tools.h
524
u8 reserved;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_debug_tools.h
533
u8 data;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_debug_tools.h
538
u8 start_entry /* index of the first checked entry */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_debug_tools.h
549
u8 severity /* value from dbg_idle_chk_severity_types enum */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_debug_tools.h
550
u8 cond_id /* Condition ID */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_debug_tools.h
551
u8 num_cond_regs /* number of condition registers */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_debug_tools.h
552
u8 num_info_regs /* number of info registers */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_debug_tools.h
553
u8 num_imms /* number of immediates in the condition */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_debug_tools.h
554
u8 reserved1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_debug_tools.h
600
u8 line_num /* Debug line number to select */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_debug_tools.h
601
u8 hw_id /* HW ID associated with the block */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_debug_tools.h
657
u8 data;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_debug_tools.h
688
u8 min /* Minimal event ID to filter on */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_debug_tools.h
689
u8 max /* Maximal event ID to filter on */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_debug_tools.h
697
u8 val /* Event ID value */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_debug_tools.h
698
u8 mask /* Event ID mask. 1s in the mask = dont care bits. */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_debug_tools.h
715
u8 enabled /* indicates if the Storm is enabled for recording */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_debug_tools.h
716
u8 mode /* Storm debug mode, valid only if the Storm is enabled */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_debug_tools.h
717
u8 hw_id /* HW ID associated with the Storm */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_debug_tools.h
718
u8 eid_filter_en /* Indicates if EID filtering is performed (0/1) */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_debug_tools.h
719
u8 eid_range_not_mask /* 1 = EID range filter, 0 = EID mask filter. Valid only if eid_filter_en is set, */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_debug_tools.h
720
u8 cid_filter_en /* Indicates if CID filtering is performed (0/1) */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_debug_tools.h
731
u8 state /* The current debug bus state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_debug_tools.h
732
u8 hw_dwords /* HW dwords per cycle */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_debug_tools.h
734
u8 num_enabled_blocks /* Number of blocks enabled for recording */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_debug_tools.h
735
u8 num_enabled_storms /* Number of Storms enabled for recording */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_debug_tools.h
736
u8 target /* Output target */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_debug_tools.h
737
u8 one_shot_en /* Indicates if one-shot mode is enabled (0/1) */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_debug_tools.h
738
u8 grc_input_en /* Indicates if GRC recording is enabled (0/1) */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_debug_tools.h
739
u8 timestamp_input_en /* Indicates if timestamp recording is enabled (0/1) */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_debug_tools.h
740
u8 filter_en /* Indicates if the recording filter is enabled (0/1) */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_debug_tools.h
741
u8 adding_filter /* If true, the next added constraint belong to the filter. Otherwise, it belongs to the last added trigger state. Valid only if either filter or triggers are enabled. */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_debug_tools.h
742
u8 filter_pre_trigger /* Indicates if the recording filter should be applied before the trigger. Valid only if both filter and trigger are enabled (0/1) */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_debug_tools.h
743
u8 filter_post_trigger /* Indicates if the recording filter should be applied after the trigger. Valid only if both filter and trigger are enabled (0/1) */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_debug_tools.h
745
u8 trigger_en /* Indicates if the recording trigger is enabled (0/1) */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_debug_tools.h
747
u8 next_trigger_state /* ID of next trigger state to be added */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_debug_tools.h
748
u8 next_constraint_id /* ID of next filter/trigger constraint to be added */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_debug_tools.h
749
u8 unify_inputs /* If true, all inputs are associated with HW ID 0. Otherwise, each input is assigned a different HW ID (0/1) */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_debug_tools.h
750
u8 rcv_from_other_engine /* Indicates if the other engine sends it NW recording to this engine (0/1) */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_debug_tools.h
885
u8 params_initialized /* Indicates if the GRC parameters were initialized */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_debug_tools.h
886
u8 reserved1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1007
u8 sb_index /* index of the protocol index */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1008
u8 vport_id /* ID of virtual port */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1009
u8 default_rss_queue_flg /* set queue as default rss queue if set */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1010
u8 complete_cqe_flg /* post completion to the CQE ring if set */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1011
u8 complete_event_flg /* post completion to the event ring if set */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1012
u8 stats_counter_id /* Statistics counter ID */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1013
u8 pin_context /* Pin context in CCFC to improve performance */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1014
u8 pxp_tph_valid_bd /* PXP command TPH Valid - for BD/SGE fetch */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1015
u8 pxp_tph_valid_pkt /* PXP command TPH Valid - for packet placement */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1016
u8 pxp_st_hint /* PXP command Steering tag hint. Use enum pxp_tph_st_hint */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1018
u8 pmd_mode /* Indicates that current queue belongs to poll-mode driver */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1019
u8 notify_en /* Indicates that the current queue is using the TX notification queue mechanism - should be set only for PMD queue */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1020
u8 toggle_val /* Initial value for the toggle valid bit - used in PMD mode */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1021
u8 vf_rx_prod_index /* Index of RX producers in VF zone. Used for VF only. */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1022
u8 vf_rx_prod_use_zone_a /* Backward compatibility mode. If set, unprotected mStorm queue zone will used for VF RX producers instead of VF zone. */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1023
u8 reserved[5];
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1037
u8 complete_cqe_flg /* post completion to the CQE ring if set */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1038
u8 complete_event_flg /* post completion to the event ring if set */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1039
u8 vport_id /* ID of virtual port */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1040
u8 reserved[3];
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
105
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1050
u8 complete_cqe_flg /* post completion to the CQE ring if set */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1051
u8 complete_event_flg /* post completion to the event ring if set */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1052
u8 vport_id /* ID of virtual port */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1053
u8 reserved[4];
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1054
u8 reserved1 /* FW reserved. */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1055
u8 reserved2 /* FW reserved. */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1056
u8 reserved3 /* FW reserved. */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1070
u8 ip_type /* Searcher String - IP Type */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1071
u8 tenant_id_exists /* Searcher String - Tenant ID Exists */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1089
u8 vport_id /* Field is used if is_rfs flag is set: vport Id of which to associate filter with */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1090
u8 filter_type /* Use enum to set type of flow using gft HW logic blocks */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1091
u8 filter_action /* Use to set type of action on filter */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1092
u8 assert_on_error /* 0 - dont assert in case of error. Just return an error code. 1 - assert in case of error. */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1103
u8 sb_index /* Status block protocol index */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1104
u8 vport_id /* VPort ID */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1105
u8 reserved0 /* FW reserved. (qcn_rl_en) */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1106
u8 stats_counter_id /* Statistics counter ID to use */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1108
u8 flags;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1123
u8 pxp_st_hint /* PXP command Steering tag hint */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1124
u8 pxp_tph_valid_bd /* PXP command TPH Valid - for BD fetch */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1125
u8 pxp_tph_valid_pkt /* PXP command TPH Valid - for packet fetch */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
114
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1164
u8 vport_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1165
u8 sw_fid;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1167
u8 drop_ttl0_en /* if set, drop packet with ttl=0 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1168
u8 inner_vlan_removal_en;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1173
u8 tx_switching_en /* Tx switching is enabled for current Vport */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1174
u8 anti_spoofing_en /* Anti-spoofing verification is set for current Vport */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1175
u8 default_vlan_en /* If set, the default Vlan value is forced by the FW */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1176
u8 handle_ptp_pkts /* If set, the vport handles PTP Timesync Packets */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1177
u8 silent_vlan_removal_en /* If enable then innerVlan will be striped and not written to cqe */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1178
u8 untagged /* If set untagged filter (vlan0) is added to current Vport, otherwise port is marked as any-vlan */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1180
u8 zero_placement_offset /* If set, ETH header padding will not inserted. placement_offset will be zero. */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1181
u8 ctl_frame_mac_check_en /* If set, Contorl frames will be filtered according to MAC check. */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1182
u8 ctl_frame_ethtype_check_en /* If set, Contorl frames will be filtered according to ethtype check. */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1183
u8 reserved[5];
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1192
u8 vport_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1193
u8 reserved[7];
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1202
u8 vport_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1203
u8 update_rx_active_flg /* set if rx active flag should be handled */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1204
u8 rx_active_flg /* rx active flag value */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1205
u8 update_tx_active_flg /* set if tx active flag should be handled */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1206
u8 tx_active_flg /* tx active flag value */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1207
u8 update_rx_mode_flg /* set if rx state data should be handled */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1208
u8 update_tx_mode_flg /* set if tx state data should be handled */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1209
u8 update_approx_mcast_flg /* set if approx. mcast data should be handled */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1210
u8 update_rss_flg /* set if rss data should be handled */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1211
u8 update_inner_vlan_removal_en_flg /* set if inner_vlan_removal_en should be handled */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1212
u8 inner_vlan_removal_en;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1213
u8 update_tpa_param_flg /* set if tpa parameters should be handled, TPA must be disable before */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1214
u8 update_tpa_en_flg /* set if tpa enable changes */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1215
u8 update_tx_switching_en_flg /* set if tx switching en flag should be handled */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1216
u8 tx_switching_en /* tx switching en value */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1217
u8 update_anti_spoofing_en_flg /* set if anti spoofing flag should be handled */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1218
u8 anti_spoofing_en /* Anti-spoofing verification en value */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1219
u8 update_handle_ptp_pkts /* set if handle_ptp_pkts should be handled. */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1220
u8 handle_ptp_pkts /* If set, the vport handles PTP Timesync Packets */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1221
u8 update_default_vlan_en_flg /* If set, the default Vlan enable flag is updated */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1222
u8 default_vlan_en /* If set, the default Vlan value is forced by the FW */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1223
u8 update_default_vlan_flg /* If set, the default Vlan value is updated */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1225
u8 update_accept_any_vlan_flg /* set if accept_any_vlan should be handled */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1226
u8 accept_any_vlan /* accept_any_vlan updated value */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1227
u8 silent_vlan_removal_en /* Set to remove vlan silently, update_inner_vlan_removal_en_flg must be enabled as well. If Rx is in noSgl mode send rx_queue_update_ramrod_data */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1228
u8 update_mtu_flg /* If set, MTU will be updated. Vport must be not active. */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
123
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1230
u8 update_ctl_frame_checks_en_flg /* If set, ctl_frame_mac_check_en and ctl_frame_ethtype_check_en will be updated */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1231
u8 ctl_frame_mac_check_en /* If set, Contorl frames will be filtered according to MAC check. */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1232
u8 ctl_frame_ethtype_check_en /* If set, Contorl frames will be filtered according to ethtype check. */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1233
u8 reserved[15];
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1261
u8 reserved0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1262
u8 eth_state /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1263
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1280
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1297
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1306
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1315
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
132
u8 flags5;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1324
u8 flags5;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1333
u8 flags6;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1342
u8 flags7;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1353
u8 flags8;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1370
u8 flags9;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1387
u8 flags10;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1404
u8 flags11;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
141
u8 flags6;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1421
u8 flags12;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1438
u8 flags13;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1455
u8 flags14;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1470
u8 edpm_event_id /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1478
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1479
u8 byte4 /* byte4 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1480
u8 byte5 /* byte5 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1481
u8 byte6 /* byte6 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1492
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1493
u8 byte1 /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1494
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
150
u8 flags7;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1505
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1534
u8 reserved0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1535
u8 eth_state /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1536
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1553
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1570
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1579
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1588
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1597
u8 flags5;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1606
u8 flags6;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
161
u8 flags8;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1615
u8 flags7;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1626
u8 flags8;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1643
u8 flags9;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1660
u8 flags10;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1677
u8 flags11;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1694
u8 flags12;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1711
u8 flags13;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1728
u8 flags14;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1743
u8 edpm_event_id /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1757
u8 reserved0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1758
u8 state_and_core_id /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1759
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1776
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
178
u8 flags9;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1793
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1802
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1811
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1820
u8 flags5;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1829
u8 flags6;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1838
u8 flags7;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1849
u8 flags8;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1866
u8 flags9;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1883
u8 flags10;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1900
u8 flags11;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1917
u8 flags12;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1934
u8 flags13;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
195
u8 flags10;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1951
u8 flags14;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1966
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1974
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1975
u8 byte4 /* byte4 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1976
u8 byte5 /* byte5 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1977
u8 byte6 /* byte6 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1988
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1989
u8 byte1 /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
1990
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
2001
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
2027
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
2028
u8 byte1 /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
2029
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
2044
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
2053
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
2062
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
2075
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
2092
u8 flags5;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
2109
u8 flags6;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
212
u8 flags11;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
2124
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
2135
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
2136
u8 byte4 /* byte4 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
2137
u8 byte5 /* byte5 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
2138
u8 e4_reserved8 /* byte6 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
2149
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
2150
u8 byte1 /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
2151
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
2162
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
2171
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
2188
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
2205
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
2218
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
2232
u8 reserved0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
2233
u8 state_and_core_id /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
2234
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
2251
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
2268
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
2277
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
2286
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
229
u8 flags12;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
2295
u8 flags5;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
2304
u8 flags6;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
2313
u8 flags7;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
2324
u8 flags8;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
2341
u8 flags9;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
2358
u8 flags10;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
2375
u8 flags11;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
2392
u8 flags12;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
2409
u8 flags13;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
2426
u8 flags14;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
2441
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
2449
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
2450
u8 byte4 /* byte4 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
2451
u8 byte5 /* byte5 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
2452
u8 byte6 /* byte6 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
246
u8 flags13;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
2460
u8 flags15;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
2475
u8 byte7 /* byte7 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
2484
u8 byte8 /* byte8 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
2485
u8 byte9 /* byte9 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
2486
u8 byte10 /* byte10 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
2487
u8 byte11 /* byte11 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
2488
u8 byte12 /* byte12 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
2489
u8 byte13 /* byte13 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
2490
u8 byte14 /* byte14 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
2491
u8 byte15 /* byte15 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
2511
u8 reserved0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
2512
u8 state_and_core_id /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
2513
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
2530
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
2547
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
2556
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
2565
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
2574
u8 flags5;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
2583
u8 flags6;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
2592
u8 flags7;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
2603
u8 flags8;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
2620
u8 flags9;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
263
u8 flags14;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
2637
u8 flags10;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
2654
u8 flags11;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
2671
u8 flags12;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
2688
u8 flags13;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
2705
u8 flags14;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
2720
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
2733
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
2734
u8 state_and_core_id /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
2735
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
2746
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
2763
u8 tx_q0_int_coallecing_timeset /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
2764
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
278
u8 edpm_event_id /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
286
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
287
u8 byte4 /* byte4 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
288
u8 byte5 /* byte5 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
289
u8 byte6 /* byte6 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
304
u8 byte7 /* byte7 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
305
u8 byte8 /* byte8 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
306
u8 byte9 /* byte9 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
307
u8 byte10 /* byte10 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
308
u8 byte11 /* byte11 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
309
u8 byte12 /* byte12 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
310
u8 byte13 /* byte13 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
311
u8 byte14 /* byte14 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
312
u8 byte15 /* byte15 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
313
u8 e5_reserved /* e5_reserved */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
341
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
342
u8 state /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
343
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
354
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
371
u8 tx_q0_int_coallecing_timeset /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
372
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
386
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
387
u8 byte1 /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
388
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
403
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
412
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
421
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
434
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
451
u8 flags5;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
477
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
478
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
480
u8 byte4 /* byte4 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
481
u8 byte5 /* byte5 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
491
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
492
u8 byte1 /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
493
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
504
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
513
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
530
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
547
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
548
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
669
u8 type /* Filter Type (MAC/VLAN/Pair/VNI) */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
670
u8 vport_id /* the vport id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
671
u8 action /* filter command action: add/remove/replace */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
672
u8 reserved0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
686
u8 rx /* If set, apply these commands to the RX path */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
687
u8 tx /* If set, apply these commands to the TX path */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
688
u8 cmd_cnt /* Number of filter commands */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
689
u8 assert_on_error /* 0 - dont assert in case of filter configuration error. Just return an error code. 1 - assert in case of filter configuration error. */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
69
u8 reserved0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
690
u8 reserved1[4];
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
70
u8 eth_state /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
71
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
767
u8 value;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
835
u8 rss_id /* The RSS engine ID. Must be allocated to each vport with RSS enabled. Total number of RSS engines is ETH_RSS_ENGINE_NUM_ , according to chip type. */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
836
u8 rss_mode /* The RSS mode for this function */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
837
u8 update_rss_key /* if set update the rss key */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
838
u8 update_rss_ind_table /* if set update the indirection table values */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
839
u8 update_rss_capabilities /* if set update the capabilities and indirection table size. */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
840
u8 tbl_size /* rss mask (Tbl size) */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
88
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
888
u8 tpa_ipv4_en_flg /* Enable TPA for IPv4 packets */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
889
u8 tpa_ipv6_en_flg /* Enable TPA for IPv6 packets */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
890
u8 tpa_ipv4_tunn_en_flg /* Enable TPA for IPv4 over tunnel */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
891
u8 tpa_ipv6_tunn_en_flg /* Enable TPA for IPv6 over tunnel */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
892
u8 tpa_pkt_split_flg /* If set, start each tpa segment on new SGE (GRO mode). One SGE per segment allowed */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
893
u8 tpa_hdr_data_split_flg /* If set, put header of first TPA segment on bd and data on SGE */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
894
u8 tpa_gro_consistent_flg /* If set, GRO data consistent will checked for TPA continue */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
895
u8 tpa_max_aggs_num /* maximum number of opened aggregations per v-port */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
899
u8 max_buff_num /* maximal number of buffers that can be used for one aggregation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
900
u8 reserved;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
956
u8 priority /* Searcher String - Packet priority */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
957
u8 reserved0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
967
u8 ipv4_dscp /* Searcher String - IPv4 6 MSBs of the TOS Field */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
968
u8 ipv4_frag_type /* Searcher String - IPv4 Fragmentation Type */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
969
u8 ipv4_over_ip /* Searcher String - IPv4 Over IP Type */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
970
u8 tenant_id_exists /* Searcher String - Tenant ID Exists */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
983
u8 vport_id /* Vport Id of GFT Action */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
984
u8 reserved[7];
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
993
u8 vport_id /* ID of RX queue */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_eth.h
994
u8 reserved[7];
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
1006
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
1023
u8 flags5;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
1040
u8 flags6;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
1055
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
1063
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
1064
u8 byte1 /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
1065
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
1076
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
1085
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
1102
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
1119
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
1132
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
1146
u8 reserved0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
1147
u8 state_and_core_id /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
1148
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
1165
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
1182
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
1191
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
1200
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
1209
u8 flags5;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
1218
u8 flags6;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
1227
u8 flags7;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
1238
u8 flags8;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
124
u8 remote_addr_3 /* Remote Mac Address, used in PBF Header Builder Command */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
125
u8 remote_addr_2 /* Remote Mac Address, used in PBF Header Builder Command */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
1255
u8 flags9;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
126
u8 remote_addr_1 /* Remote Mac Address, used in PBF Header Builder Command */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
127
u8 remote_addr_0 /* Remote Mac Address, used in PBF Header Builder Command */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
1272
u8 flags10;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
128
u8 local_addr_1 /* Local Mac Address, used in PBF Header Builder Command */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
1289
u8 flags11;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
129
u8 local_addr_0 /* Local Mac Address, used in PBF Header Builder Command */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
130
u8 remote_addr_5 /* Remote Mac Address, used in PBF Header Builder Command */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
1306
u8 flags12;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
131
u8 remote_addr_4 /* Remote Mac Address, used in PBF Header Builder Command */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
132
u8 local_addr_5 /* Local Mac Address, used in PBF Header Builder Command */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
1323
u8 flags13;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
133
u8 local_addr_4 /* Loca lMac Address, used in PBF Header Builder Command */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
134
u8 local_addr_3 /* Local Mac Address, used in PBF Header Builder Command */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
1340
u8 flags14;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
135
u8 local_addr_2 /* Local Mac Address, used in PBF Header Builder Command */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
1355
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
1363
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
1364
u8 byte4 /* byte4 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
1365
u8 byte5 /* byte5 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
1366
u8 byte6 /* byte6 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
1374
u8 flags15;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
1389
u8 byte7 /* byte7 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
1401
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
1402
u8 byte1 /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
1403
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
1414
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
1431
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
1432
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
147
u8 func_mode /* Function mode */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
148
u8 cos /* Transmission cos */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
149
u8 conf_version /* Is dcb_version or vntag_version changed */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
150
u8 rsrv;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
155
u8 sid_2 /* SID FC address - Third byte that is sent to NW via PBF For example is SID is 01:02:03 then sid_2 is 0x03 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
156
u8 sid_1 /* SID FC address - Second byte that is sent to NW via PBF */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
157
u8 sid_0 /* SID FC address - First byte that is sent to NW via PBF */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
158
u8 flags;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
169
u8 did_2 /* DID FC address - Third byte that is sent to NW via PBF */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
170
u8 did_1 /* DID FC address - Second byte that is sent to NW via PBF */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
171
u8 did_0 /* DID FC address - First byte that is sent to NW via PBF */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
172
u8 src_mac_index;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
174
u8 q_relative_offset /* CQ, RQ (and CMDQ) relative offset for connection */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
175
u8 reserved1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
183
u8 func_mode /* Function mode */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
184
u8 src_mac_index /* Index to the src_mac arr held in the xStorm RAM. Provided at the xStorm offload connection handler */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
185
u8 conf_version /* Advance if vntag/dcb version advance */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
186
u8 cached_wqes_avail /* Number of cached wqes available */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
188
u8 flags;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
199
u8 cached_wqes_offset /* Offset of first valid cached wqe */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
200
u8 reserved2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
201
u8 eth_hdr_size /* Ethernet header size */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
202
u8 seq_id /* Sequence id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
203
u8 max_conc_seqs /* Max concurrent sequence id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
221
u8 fcp_cmd_byte_credit /* Pre-calculated byte credit that single FCP command can consume */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
222
u8 fcp_rsp_byte_credit /* Pre-calculated byte credit that single FCP RSP can consume. */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
238
u8 mid_seq /* Equals 1 for Middle sequence indication, otherwise 0 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
239
u8 fcp_xfer_byte_credit /* Pre-calculated byte credit that single FCP command can consume */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
240
u8 reserved1[2];
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
246
u8 reserved0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
247
u8 fcoe_state /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
248
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
265
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
282
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
291
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
300
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
309
u8 flags5;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
318
u8 flags6;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
327
u8 flags7;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
338
u8 flags8;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
355
u8 flags9;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
372
u8 flags10;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
389
u8 flags11;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
406
u8 flags12;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
423
u8 flags13;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
440
u8 flags14;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
455
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
463
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
464
u8 byte4 /* byte4 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
465
u8 byte5 /* byte5 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
466
u8 byte6 /* byte6 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
489
u8 ptu_log_page_size /* 0-4K, 1-8K, 2-16K, 3-32K... */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
490
u8 log_page_size;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
492
u8 reserved[2];
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
497
u8 reserved0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
498
u8 fcoe_state /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
499
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
514
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
523
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
532
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
54
u8 func_mode /* Function mode */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
545
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
55
u8 cos /* Transmission cos */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
56
u8 conf_version /* Is dcb_version or vntag_version changed */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
562
u8 flags5;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
57
u8 eth_hdr_size /* Ethernet header size */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
585
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
586
u8 byte1 /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
587
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
598
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
607
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
62
u8 fcp_cmd_size /* FCP cmd size. for performance reasons */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
624
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
63
u8 fcp_rsp_size /* FCP RSP size. for performance reasons */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
641
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
642
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
661
u8 flags;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
668
u8 timers_cleanup_invocation_cnt /* This variable is incremented each time the tStorm handler for timers cleanup is invoked within the same timers cleanup flow */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
67
u8 protection_info_flags;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
673
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
678
u8 q_relative_offset /* CQ, RQ and CMDQ relative offset for connection */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
679
u8 bdq_resource_id /* The BDQ resource ID to which this function is mapped */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
680
u8 reserved0[5] /* Alignment to 128b */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
685
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
686
u8 byte1 /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
687
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
698
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
728
u8 protection_info;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
735
u8 q_relative_offset /* CQ, RQ and CMDQ relative offset for connection */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
736
u8 reserved2[2];
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
74
u8 dst_protection_per_mss /* Destination Protection data per mss (if we are not in perf mode it will be worse case). Destination is the data add/remove from the transmitted packet (as opposed to src which is data validate by the nic they might not be identical) */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
747
u8 ptu_log_page_size /* 0-4K, 1-8K, 2-16K, 3-32K... */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
748
u8 log_page_size;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
75
u8 src_protection_per_mss /* Source Protection data per mss (if we are not in perf mode it will be worse case). Source is the data validated by the nic (as opposed to destination which is data add/remove from the transmitted packet they might not be identical) */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
751
u8 bdq_resource_id /* BDQ Resource ID */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
752
u8 reserved0[3] /* Padding bytes for 2nd RegPair */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
76
u8 ptu_log_page_size /* 0-4K, 1-8K, 2-16K, 3-32K... */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
77
u8 flags;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
84
u8 fcp_xfer_size /* FCP xfer size. for performance reasons */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
873
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
874
u8 byte1 /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
875
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
886
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
903
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
904
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
919
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
920
u8 byte1 /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
921
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
932
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
958
u8 reserved0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
959
u8 state_and_core_id /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
960
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
975
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
984
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_fcoe.h
993
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_init_func.h
101
u8 tc_id /* the mapped TC ID */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_init_func.h
102
u8 valid /* indicates if the mapping entry is valid */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_init_func.h
120
u8 active /* Indicates if this port is active */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_init_func.h
121
u8 active_phys_tcs /* Vector of valid bits for active TCs used by this port */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_init_func.h
133
u8 vport_id /* VPORT ID */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_init_func.h
134
u8 tc_id /* TC ID */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_init_func.h
135
u8 wrr_group /* WRR group */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_init_func.h
136
u8 rl_valid /* Indicates if a rate limiter should be allocated for the PQ (0/1) */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_init_func.h
59
u8 num_active_tcs[MAX_NUM_PORTS] /* number of active TCs per port */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_init_func.h
68
u8 use_sp /* if set, this TC participates in the arbitration with a strict priority (the priority is equal to the TC ID) */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_init_func.h
69
u8 use_wfq /* if set, this TC participates in the arbitration with a WFQ weight (indicated by the weight field) */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_init_tool.h
66
u8 list_dword_offset /* The offset of the asserts list within the section in dwords */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_init_tool.h
67
u8 list_element_dword_size /* The size of an assert list element in dwords */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_init_tool.h
68
u8 list_num_elements /* The number of elements in the asserts list */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_init_tool.h
69
u8 list_next_index_dword_offset /* The offset of the next list index field within the section in dwords */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_init_tool.h
75
u8 major /* Firmware major version number */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_init_tool.h
76
u8 minor /* Firmware minor version number */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_init_tool.h
77
u8 rev /* Firmware revision version number */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_init_tool.h
78
u8 eng /* Firmware engineering version number (for bootleg versions) */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_init_tool.h
84
u8 image_id /* FW image ID (e.g. main, l2b, kuku) */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_init_tool.h
85
u8 reserved1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
1002
u8 flags9;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
1019
u8 flags10;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
1036
u8 flags11;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
1053
u8 flags12;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
1070
u8 flags13;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
1087
u8 flags14;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
1102
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
1110
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
1111
u8 byte4 /* byte4 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
1112
u8 byte5 /* byte5 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
1113
u8 byte6 /* byte6 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
1121
u8 flags15;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
113
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
1136
u8 byte7 /* byte7 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
1145
u8 byte8 /* byte8 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
1146
u8 byte9 /* byte9 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
1147
u8 byte10 /* byte10 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
1148
u8 byte11 /* byte11 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
1149
u8 byte12 /* byte12 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
1150
u8 byte13 /* byte13 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
1151
u8 byte14 /* byte14 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
1152
u8 byte15 /* byte15 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
1166
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
1167
u8 byte1 /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
1168
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
1179
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
1196
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
1197
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
122
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
131
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
140
u8 flags5;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
149
u8 flags6;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
158
u8 flags7;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
169
u8 flags8;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
186
u8 flags9;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
203
u8 flags10;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
220
u8 flags11;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
237
u8 flags12;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
254
u8 flags13;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
271
u8 flags14;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
286
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
294
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
295
u8 byte4 /* byte4 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
296
u8 byte5 /* byte5 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
297
u8 byte6 /* byte6 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
312
u8 byte7 /* byte7 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
313
u8 byte8 /* byte8 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
314
u8 byte9 /* byte9 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
315
u8 byte10 /* byte10 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
316
u8 byte11 /* byte11 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
317
u8 byte12 /* byte12 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
318
u8 byte13 /* byte13 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
319
u8 byte14 /* byte14 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
320
u8 byte15 /* byte15 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
321
u8 e5_reserved /* e5_reserved */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
335
u8 reserved0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
336
u8 state /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
337
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
352
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
361
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
370
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
383
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
400
u8 flags5;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
426
u8 cid_offload_cnt /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
427
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
433
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
434
u8 byte1 /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
435
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
446
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
455
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
472
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
489
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
490
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
511
u8 reserved /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
512
u8 state /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
513
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
524
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
612
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
613
u8 byte1 /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
614
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
625
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
642
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
643
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
658
u8 reserved /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
659
u8 state_and_core_id /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
660
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
671
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
697
u8 reserved0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
698
u8 state_and_core_id /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
699
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
714
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
723
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
732
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
745
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
762
u8 flags5;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
77
u8 cdu_validation /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
779
u8 flags6;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
78
u8 state /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
79
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
794
u8 cid_offload_cnt /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
810
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
811
u8 byte1 /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
812
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
823
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
832
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
849
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
866
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
879
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
893
u8 cdu_validation /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
894
u8 state_and_core_id /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
895
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
912
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
929
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
938
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
947
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
956
u8 flags5;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
96
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
965
u8 flags6;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
974
u8 flags7;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iscsi.h
985
u8 flags8;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
1006
u8 reserved /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
1007
u8 state_and_core_id /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
1008
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
1019
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
1045
u8 reserved0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
1046
u8 state_and_core_id /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
1047
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
1062
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
1071
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
1080
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
1093
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
1110
u8 flags5;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
1127
u8 flags6;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
114
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
1142
u8 orq_cache_idx /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
1153
u8 hq_prod /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
1154
u8 orq_prod /* byte4 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
1155
u8 irq_cons /* byte5 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
1156
u8 e4_reserved8 /* byte6 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
1167
u8 reserved /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
1168
u8 byte1 /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
1169
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
1180
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
1189
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
1206
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
1223
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
123
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
1236
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
1250
u8 reserved0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
1251
u8 state_and_core_id /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
1252
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
1269
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
1286
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
1295
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
1304
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
1313
u8 flags5;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
132
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
1322
u8 flags6;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
1331
u8 flags7;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
1342
u8 flags8;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
1359
u8 flags9;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
1376
u8 flags10;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
1393
u8 flags11;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
141
u8 flags5;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
1410
u8 flags12;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
1427
u8 flags13;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
1444
u8 flags14;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
1457
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
1465
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
1466
u8 byte4 /* byte4 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
1467
u8 byte5 /* byte5 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
1468
u8 byte6 /* byte6 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
1476
u8 flags15;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
1491
u8 byte7 /* byte7 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
150
u8 flags6;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
1500
u8 max_ord /* byte8 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
1501
u8 wqe_data_pad_bytes /* byte9 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
1502
u8 former_hq_prod /* byte10 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
1503
u8 irq_prod_via_msem /* byte11 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
1504
u8 byte12 /* byte12 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
1505
u8 max_pkt_pdu_size_lo /* byte13 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
1506
u8 max_pkt_pdu_size_hi /* byte14 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
1507
u8 byte15 /* byte15 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
1521
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
1522
u8 byte1 /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
1523
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
1534
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
1551
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
1552
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
159
u8 flags7;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
170
u8 flags8;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
187
u8 flags9;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
204
u8 flags10;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
221
u8 flags11;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
238
u8 flags12;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
255
u8 flags13;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
272
u8 flags14;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
287
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
295
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
296
u8 byte4 /* byte4 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
297
u8 byte5 /* byte5 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
298
u8 byte6 /* byte6 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
313
u8 byte7 /* byte7 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
314
u8 max_ord /* byte8 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
315
u8 wqe_data_pad_bytes /* byte9 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
316
u8 former_hq_prod /* byte10 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
317
u8 irq_prod_via_msem /* byte11 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
318
u8 byte12 /* byte12 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
319
u8 max_pkt_pdu_size_lo /* byte13 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
320
u8 max_pkt_pdu_size_hi /* byte14 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
321
u8 byte15 /* byte15 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
322
u8 e5_reserved /* e5_reserved */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
336
u8 reserved0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
337
u8 state /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
338
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
353
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
362
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
371
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
384
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
401
u8 flags5;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
427
u8 orq_cache_idx /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
428
u8 hq_prod /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
430
u8 orq_prod /* byte4 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
431
u8 irq_cons /* byte5 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
490
u8 flags;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
505
u8 reserved1 /* Basic/Enhanced */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
517
u8 reserved2[6];
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
540
u8 reserved[6];
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
547
u8 mpa_handshake_mode /* Negotiation type Basic/Enhanced */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
548
u8 reserved[5];
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
609
u8 ll2_ooo_q_index /* LL2 OOO queue id. The unaligned queue id will be + 1 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
610
u8 reserved1[7];
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
684
u8 crc_needed;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
685
u8 reject /* Valid only for passive side. */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
686
u8 reserved[6];
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
698
u8 mode /* Basic/Enhanced */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
699
u8 tcp_connect_side /* Passive/Active. use enum tcp_connect_mode */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
700
u8 rtr_pref;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
705
u8 reserved2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
710
u8 stats_counter_id /* Statistics counter ID to use */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
711
u8 reserved3[15];
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
725
u8 stats_counter_id /* Statistics counter ID to use */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
726
u8 mpa_mode /* Basic/Enahnced. Used for a verification for incoming MPA request */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
727
u8 reserved[10];
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
741
u8 reserved1[4] /* 64 bit alignment */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
78
u8 reserved0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
79
u8 state /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
80
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
831
u8 tcp_payload_offset /* offset of first the byte that comes after the last byte of the TCP Hdr */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
832
u8 flags;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
848
u8 reserved /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
849
u8 state /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
850
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
861
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
888
u8 reserved /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
889
u8 byte1 /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
890
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
901
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
910
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
927
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
944
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
945
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
960
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
961
u8 byte1 /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
962
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
97
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
973
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
990
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_iwarp.h
991
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1002
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1005
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1006
u8 byte4 /* byte4 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1017
u8 reserved /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1018
u8 byte1 /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1019
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1030
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1039
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1056
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1073
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1074
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1089
u8 reserved0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1090
u8 state /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1091
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1108
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1125
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1134
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1143
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1152
u8 flags5;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1161
u8 flags6;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1170
u8 flags7;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1181
u8 flags8;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1198
u8 flags9;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1215
u8 flags10;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1232
u8 flags11;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1249
u8 flags12;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1266
u8 flags13;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1283
u8 flags14;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1296
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1304
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1305
u8 byte4 /* byte4 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1306
u8 byte5 /* byte5 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1307
u8 byte6 /* byte6 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1320
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1321
u8 byte1 /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1322
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1333
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1350
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1351
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1367
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1368
u8 byte1 /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1369
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1380
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1406
u8 reserved /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1407
u8 byte1 /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1409
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1420
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1431
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1448
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1462
u8 key /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1463
u8 ref_cnt_seq /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1464
u8 ctx_upd_seq /* byte4 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1465
u8 e4_reserved7 /* byte5 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1478
u8 reserved0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1479
u8 byte1 /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1480
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1495
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1504
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1513
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1526
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1543
u8 flags5;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1560
u8 flags6;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1575
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1586
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1587
u8 byte4 /* byte4 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1588
u8 byte5 /* byte5 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1589
u8 e4_reserved8 /* byte6 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1600
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1601
u8 byte1 /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1603
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1614
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1625
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1634
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1649
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1666
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1669
u8 byte3 /* regpair0 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1670
u8 byte4 /* byte4 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
168
u8 cnq_start_offset /* First RDMA CNQ */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1681
u8 reserved /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1682
u8 byte1 /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1683
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
169
u8 num_cnqs /* Number of CNQs */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1694
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
170
u8 cq_ring_mode /* 0 for 32 bit cq producer and consumer counters and 1 for 16 bit */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1703
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
171
u8 vf_id /* This field should be assigned to Virtual Function ID if vf_valid == 1. Otherwise its dont care */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
172
u8 vf_valid;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1720
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
173
u8 reserved[3];
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1737
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1750
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1764
u8 reserved /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1765
u8 byte1 /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1767
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1776
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1785
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1802
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1819
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1828
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1829
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1830
u8 e4_reserved8 /* byte4 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1841
u8 reserved0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1842
u8 state_and_core_id /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1843
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1860
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1877
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1886
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1895
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1904
u8 flags5;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1913
u8 flags6;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1922
u8 flags7;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1933
u8 flags8;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1950
u8 flags9;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1967
u8 flags10;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
1984
u8 flags11;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
2001
u8 flags12;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
2018
u8 flags13;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
2035
u8 flags14;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
2048
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
2056
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
2057
u8 byte4 /* byte4 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
2058
u8 byte5 /* byte5 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
2059
u8 byte6 /* byte6 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
2072
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
2073
u8 byte1 /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
2074
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
2085
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
2102
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
2103
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
2118
u8 reserved /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
2119
u8 byte1 /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
2121
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
2132
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
2143
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
2160
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
2174
u8 key /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
2175
u8 ref_cnt_seq /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
2176
u8 ctx_upd_seq /* byte4 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
2177
u8 e4_reserved7 /* byte5 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
235
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
240
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
247
u8 key;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
248
u8 length_hi;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
249
u8 vf_id /* This field should be assigned to Virtual Function ID if vf_valid == 1. Otherwise its dont care */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
250
u8 vf_valid;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
278
u8 flags;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
285
u8 pbl_log_page_size;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
348
u8 reserved /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
349
u8 byte1 /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
351
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
362
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
373
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
390
u8 key /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
392
u8 ref_cnt_seq /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
393
u8 ctx_upd_seq /* byte4 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
405
u8 reserved /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
406
u8 byte1 /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
408
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
419
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
430
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
447
u8 key /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
449
u8 ref_cnt_seq /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
450
u8 ctx_upd_seq /* byte4 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
470
u8 reserved /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
471
u8 byte1 /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
473
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
482
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
491
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
508
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
561
u8 reserved0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
562
u8 state /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
563
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
57
u8 cnq_start_offset;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
58
u8 num_cnqs;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
580
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
59
u8 vf_id /* This field should be assigned to Virtual Function ID if vf_valid == 1. Otherwise its dont care */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
597
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
60
u8 vf_valid;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
606
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
61
u8 reserved[4];
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
615
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
624
u8 flags5;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
633
u8 flags6;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
642
u8 flags7;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
653
u8 flags8;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
670
u8 flags9;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
687
u8 flags10;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
704
u8 flags11;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
71
u8 sb_index /* Status block index used by the queue */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
72
u8 num_pbl_pages /* Number of pages in the PBL allocated for this queue */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
721
u8 flags12;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
738
u8 flags13;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
755
u8 flags14;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
76
u8 reserved1[6];
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
768
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
776
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
777
u8 byte4 /* byte4 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
778
u8 byte5 /* byte5 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
779
u8 byte6 /* byte6 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
790
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
791
u8 byte1 /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
792
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
803
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
830
u8 reserved0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
831
u8 byte1 /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
832
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
847
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
856
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
865
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
878
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
895
u8 flags5;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
90
u8 is_two_level_pbl;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
91
u8 cnq_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
92
u8 pbl_log_page_size;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
921
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
922
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
924
u8 byte4 /* byte4 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
925
u8 byte5 /* byte5 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
93
u8 toggle_bit;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
936
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
937
u8 byte1 /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
939
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
950
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
961
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
970
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
985
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1001
u8 flags8;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1018
u8 flags9;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1035
u8 flags10;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1052
u8 flags11;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1069
u8 flags12;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1086
u8 flags13;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1103
u8 flags14;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1116
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1124
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1125
u8 byte4 /* byte4 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1126
u8 byte5 /* byte5 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1127
u8 byte6 /* byte6 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1140
u8 reserved0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1141
u8 state /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1142
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1159
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1176
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1185
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1194
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1203
u8 flags5;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1212
u8 flags6;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1221
u8 flags7;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1232
u8 flags8;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1249
u8 flags9;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1266
u8 flags10;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1283
u8 flags11;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1300
u8 flags12;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1317
u8 flags13;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1334
u8 flags14;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1349
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1357
u8 rxmit_opcode /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1358
u8 byte4 /* byte4 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1359
u8 byte5 /* byte5 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1360
u8 byte6 /* byte6 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1373
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1374
u8 byte1 /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1375
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
138
u8 max_ord;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1386
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
139
u8 traffic_class /* In case of RRoCE on IPv4 will be used as TOS */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
140
u8 hop_limit /* In case of RRoCE on IPv4 will be used as TTL */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1403
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1404
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
141
u8 orq_num_pages;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1419
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1420
u8 byte1 /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1421
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1432
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1449
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1450
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1465
u8 reserved0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1466
u8 state_and_core_id /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1467
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1484
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1501
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1510
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1519
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1528
u8 flags5;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1537
u8 flags6;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1546
u8 flags7;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1557
u8 flags8;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1574
u8 flags9;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1591
u8 flags10;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1608
u8 flags11;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
161
u8 stats_counter_id /* Statistics counter ID to use */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
162
u8 reserved3[7];
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1625
u8 flags12;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1642
u8 flags13;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1659
u8 flags14;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1672
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1680
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1681
u8 byte4 /* byte4 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1682
u8 byte5 /* byte5 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1683
u8 byte6 /* byte6 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1691
u8 flags15;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1706
u8 byte7 /* byte7 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1715
u8 byte8 /* byte8 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1716
u8 byte9 /* byte9 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1717
u8 byte10 /* byte10 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1718
u8 byte11 /* byte11 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1719
u8 byte12 /* byte12 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1720
u8 byte13 /* byte13 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1721
u8 byte14 /* byte14 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1722
u8 byte15 /* byte15 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1732
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1733
u8 byte1 /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1734
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1745
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1771
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1772
u8 byte1 /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1773
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1784
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1810
u8 reserved0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1811
u8 state_and_core_id /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1812
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1827
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1836
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1845
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1858
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1875
u8 flags5;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1892
u8 flags6;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1907
u8 tx_cqe_error_type /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1918
u8 orq_cache_idx /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1919
u8 byte4 /* byte4 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1920
u8 byte5 /* byte5 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1921
u8 e4_reserved8 /* byte6 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
193
u8 max_ird;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1932
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1933
u8 state_and_core_id /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1934
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
194
u8 traffic_class /* In case of RRoCE on IPv4 will be used as TOS */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1949
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
195
u8 hop_limit /* In case of RRoCE on IPv4 will be used as TTL */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1958
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
196
u8 irq_num_pages;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1967
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1980
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
1997
u8 flags5;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
200
u8 stats_counter_id /* Statistics counter ID to use */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
201
u8 reserved1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
2014
u8 flags6;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
2029
u8 tx_async_error_type /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
2040
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
2041
u8 byte4 /* byte4 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
2042
u8 byte5 /* byte5 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
2043
u8 e4_reserved8 /* byte6 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
2054
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
2055
u8 byte1 /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
2056
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
2067
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
2076
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
2093
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
2110
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
2123
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
2137
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
2138
u8 byte1 /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
2139
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
2150
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
2159
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
2176
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
218
u8 reserved2[6];
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
2193
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
2206
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
2220
u8 reserved0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
2221
u8 state_and_core_id /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
2222
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
2239
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
2256
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
2265
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
2274
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
2283
u8 flags5;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
2292
u8 flags6;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
2301
u8 flags7;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
2312
u8 flags8;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
2329
u8 flags9;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
2346
u8 flags10;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
2363
u8 flags11;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
2380
u8 flags12;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
2397
u8 flags13;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
2414
u8 flags14;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
2427
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
2435
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
2436
u8 byte4 /* byte4 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
2437
u8 byte5 /* byte5 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
2438
u8 byte6 /* byte6 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
2451
u8 reserved0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
2452
u8 state_and_core_id /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
2453
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
2470
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
2487
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
2496
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
2505
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
2514
u8 flags5;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
2523
u8 flags6;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
2532
u8 flags7;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
2543
u8 flags8;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
2560
u8 flags9;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
2577
u8 flags10;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
2594
u8 flags11;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
2611
u8 flags12;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
2628
u8 flags13;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
2645
u8 flags14;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
2660
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
2668
u8 rxmit_opcode /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
2669
u8 byte4 /* byte4 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
2670
u8 byte5 /* byte5 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
2671
u8 byte6 /* byte6 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
2684
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
2685
u8 byte1 /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
2686
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
2697
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
2714
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
2715
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
2730
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
2731
u8 byte1 /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
2732
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
2743
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
2760
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
2761
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
296
u8 ll2_queue_id /* This ll2 queue ID is used for Unreliable Datagram QP */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
297
u8 cnp_vlan_priority /* VLAN priority of DCQCN CNP packet */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
298
u8 cnp_dscp /* The value of DSCP field in IP header for CNP packets */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
299
u8 reserved;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
344
u8 fields;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
349
u8 max_ord;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
350
u8 traffic_class;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
351
u8 hop_limit;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
391
u8 fields;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
396
u8 max_ird;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
397
u8 traffic_class;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
398
u8 hop_limit;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
477
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
478
u8 byte1 /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
479
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
490
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
516
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
517
u8 byte1 /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
518
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
529
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
555
u8 reserved0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
556
u8 state /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
557
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
572
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
581
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
590
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
603
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
620
u8 flags5;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
646
u8 tx_cqe_error_type /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
647
u8 orq_cache_idx /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
649
u8 byte4 /* byte4 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
650
u8 byte5 /* byte5 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
661
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
662
u8 state /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
663
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
678
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
687
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
696
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
709
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
726
u8 flags5;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
752
u8 tx_async_error_type /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
753
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
755
u8 byte4 /* byte4 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
756
u8 byte5 /* byte5 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
767
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
768
u8 byte1 /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
769
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
780
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
789
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
806
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
823
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
824
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
838
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
839
u8 byte1 /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
840
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
851
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
860
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
877
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
894
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
895
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
909
u8 reserved0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
910
u8 state /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
911
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
928
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
945
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
954
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
963
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
972
u8 flags5;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
981
u8 flags6;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
990
u8 flags7;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
1012
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
1013
u8 byte1 /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
1014
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
1025
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
1051
u8 reserved0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
1052
u8 byte1 /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
1053
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
106
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
1068
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
1077
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
1086
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
1099
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
1116
u8 flags5;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
1133
u8 flags6;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
1148
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
1164
u8 reserved /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
1165
u8 byte1 /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
1166
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
1177
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
1186
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
1203
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
1220
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
123
u8 completion_opcode /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
1233
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
124
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
1247
u8 reserved0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
1248
u8 state_and_core_id /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
1249
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
1266
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
1283
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
1292
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
1301
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
1310
u8 flags5;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
1319
u8 flags6;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
1328
u8 flags7;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
1339
u8 flags8;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
1356
u8 flags9;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
1373
u8 flags10;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
138
u8 reserved0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
139
u8 state /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
1390
u8 flags11;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
140
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
1407
u8 flags12;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
1424
u8 flags13;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
1441
u8 flags14;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
1456
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
1464
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
1465
u8 byte4 /* byte4 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
1466
u8 byte5 /* byte5 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
1467
u8 byte6 /* byte6 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
1475
u8 flags15;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
1490
u8 byte7 /* byte7 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
1499
u8 byte8 /* byte8 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
1500
u8 byte9 /* byte9 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
1501
u8 byte10 /* byte10 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
1502
u8 byte11 /* byte11 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
1503
u8 byte12 /* byte12 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
1504
u8 byte13 /* byte13 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
1505
u8 byte14 /* byte14 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
1506
u8 byte15 /* byte15 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
1520
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
1521
u8 byte1 /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
1522
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
1533
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
1550
u8 completion_opcode /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
1551
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
1569
u8 params;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
157
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
1580
u8 agg_flags /* bit for every DQ counter flags in CM context that DQ can increment */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
174
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
183
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
192
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
201
u8 flags5;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
210
u8 flags6;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
219
u8 flags7;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
230
u8 flags8;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
247
u8 flags9;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
264
u8 flags10;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
281
u8 flags11;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
298
u8 flags12;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
315
u8 flags13;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
332
u8 flags14;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
347
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
355
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
356
u8 byte4 /* byte4 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
357
u8 byte5 /* byte5 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
358
u8 byte6 /* byte6 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
373
u8 byte7 /* byte7 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
374
u8 byte8 /* byte8 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
375
u8 byte9 /* byte9 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
376
u8 byte10 /* byte10 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
377
u8 byte11 /* byte11 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
378
u8 byte12 /* byte12 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
379
u8 byte13 /* byte13 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
380
u8 byte14 /* byte14 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
381
u8 byte15 /* byte15 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
382
u8 e5_reserved /* e5_reserved */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
396
u8 reserved0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
397
u8 byte1 /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
398
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
413
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
422
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
431
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
444
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
461
u8 flags5;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
487
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
488
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
494
u8 reserved /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
495
u8 byte1 /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
496
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
507
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
516
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
533
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
550
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
551
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
605
u8 first_rss /* First rss in PF */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
606
u8 num_rss /* Num of rss ids in PF */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
607
u8 reserved[6];
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
618
u8 grq_sb_index /* GRQ status block index */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
619
u8 max_seg_retransmit /* Maximum number of retransmits for one segment */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
620
u8 doubt_reachability /* Doubt reachability threshold */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
621
u8 ll2_rx_queue_id /* Queue ID of the Light-L2 Rx Queue */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
623
u8 reserved1[2];
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
634
u8 reserved0 /* Status block id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
635
u8 status_block_index /* Status block index */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
647
u8 reserved0 /* Status block id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
648
u8 status_block_index /* Status block index */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
679
u8 rss_tss_id /* RSS/TSS absolute id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
680
u8 ignore_grq_push;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
790
u8 isle_num;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
791
u8 reserved0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
820
u8 completion_opcode;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
821
u8 reserved0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
913
u8 opcode /* Completion opcode */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
914
u8 reserved;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
93
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
94
u8 byte1 /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
95
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
969
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
970
u8 byte1 /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
971
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_toe.h
982
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/eth_common.h
138
u8 bitfields;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/eth_common.h
163
u8 nbds /* Number of BDs in packet. Should be at least 1 in non-LSO packet and at least 3 in LSO (or Tunnel with IPv6+ext) packet. */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/eth_common.h
233
u8 flags;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/eth_common.h
253
u8 flags;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/eth_common.h
267
u8 type /* CQE type */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/eth_common.h
268
u8 bitfields;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/eth_common.h
280
u8 placement_offset /* Offset of placement from BD start */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/eth_common.h
282
u8 bd_num /* Number of BDs, used for packet */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/eth_common.h
283
u8 reserved[9];
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/eth_common.h
285
u8 reserved1[3];
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/eth_common.h
295
u8 type /* CQE type */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/eth_common.h
296
u8 tpa_agg_index /* TPA aggregation index */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/eth_common.h
298
u8 reserved;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/eth_common.h
299
u8 reserved1 /* FW reserved. */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/eth_common.h
301
u8 reserved3[3];
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/eth_common.h
311
u8 type /* CQE type */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/eth_common.h
312
u8 tpa_agg_index /* TPA aggregation index */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/eth_common.h
314
u8 num_of_bds /* Total number of BDs comprising the packet */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/eth_common.h
315
u8 end_reason /* Aggregation end reason. Use enum eth_tpa_end_reason */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/eth_common.h
321
u8 reserved2 /* FW reserved. */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/eth_common.h
331
u8 type /* CQE type */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/eth_common.h
332
u8 bitfields;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/eth_common.h
344
u8 placement_offset /* Offset of placement from BD start */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/eth_common.h
346
u8 tpa_agg_index /* TPA aggregation index */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/eth_common.h
347
u8 header_len /* Packet L2+L3+L4 header length */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/eth_common.h
350
u8 reserved;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/eth_common.h
378
u8 type /* CQE type */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/eth_common.h
379
u8 ramrod_cmd_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/eth_common.h
380
u8 error_flag;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/eth_common.h
381
u8 reserved[25];
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/eth_common.h
383
u8 reserved1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/eth_common.h
421
u8 reserved[ETH_RX_CQE_GAP];
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/eth_common.h
495
u8 tunn_l4_hdr_start_offset_w /* For tunnel with IPv6+ext - Pointer to the tunnel L4 Header (in 2-byte WORDs) */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/eth_common.h
496
u8 tunn_hdr_size_w /* For tunnel with IPv6+ext - Total size of the Tunnel Header (in 2-byte WORDs) */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/eth_common.h
569
u8 reserved[7];
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/eth_common.h
578
u8 params;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/eth_common.h
589
u8 agg_flags /* bit for every DQ counter flags in CM context that DQ can increment */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
1001
u8 cleanup_state /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
1004
u8 byte3 /* regpair0 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
1005
u8 byte4 /* byte4 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
1016
u8 reserved /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
1017
u8 byte1 /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
1019
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
1028
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
1037
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
1054
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
1071
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
108
u8 addr_lo /* First byte of the SID/DID address that comes/goes from/to the NW (for example if SID is 11:22:33 - this is 0x11) */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
1080
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
1081
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
1082
u8 e4_reserved8 /* byte4 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
109
u8 addr_mid;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
1093
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
1094
u8 byte1 /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
1096
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
110
u8 addr_hi;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
1107
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
1118
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
1135
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
1149
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
1150
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
1151
u8 byte4 /* byte4 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
1152
u8 e4_reserved7 /* byte5 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
1168
u8 params;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
1179
u8 agg_flags /* bit for every DQ counter flags in CM context that DQ can increment */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
146
u8 max_conc_seqs_c3 /* Maximum concurrent Sequences for Class 3 supported by target, received during PLOGI */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
148
u8 flags;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
162
u8 def_q_idx /* Default queue number to be used for unsolicited traffic */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
163
u8 reserved[5];
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
309
u8 dix_block_size /* Source protection data size */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
310
u8 dst_size /* Destination protection data size */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
347
u8 flags;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
356
u8 dif_residual /* Residual from protection interval */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
370
u8 r_ctl;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
371
u8 type;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
372
u8 cs_ctl;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
373
u8 df_ctl;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
403
u8 task_type /* Task type. use enum fcoe_task_type */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
404
u8 sgl_mode;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
409
u8 cached_dix_sge /* Dix sge is cached on task context */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
410
u8 expect_first_xfer /* Will let Ystorm know when it should initialize fcp_cmd_payload_params_union.params */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
415
u8 reserved1[12];
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
422
u8 reserved2[8];
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
427
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
428
u8 byte1 /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
430
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
441
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
452
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
469
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
471
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
472
u8 byte4 /* byte4 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
484
u8 reserved /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
485
u8 byte1 /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
487
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
498
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
509
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
518
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
533
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
55
u8 abts_rsp_rctl /* Abts flow: rctl parameter of the abts packet */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
550
u8 cleanup_state /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
553
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
554
u8 byte4 /* byte4 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
56
u8 reserved2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
586
u8 seq_id /* Sequence id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
587
u8 ooo_rx_seq_id /* The last out of order received SEQ_ID */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
600
u8 task_type /* Task type. use enum fcoe_task_type */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
601
u8 dev_type /* Device type (disk or tape). use enum fcoe_device_type */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
602
u8 conf_supported /* Confirmation supported indication */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
603
u8 glbl_q_num /* Global RQ/CQ num to be used for sense data placement/completion */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
620
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
621
u8 byte1 /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
623
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
634
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
645
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
662
u8 cleanup_state /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
664
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
665
u8 glbl_q_num /* byte4 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
712
u8 reserved /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
713
u8 byte1 /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
715
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
724
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
733
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
750
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
844
u8 flags;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
863
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
864
u8 byte1 /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
866
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
877
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
888
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
905
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
919
u8 cleanup_state /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
920
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
921
u8 glbl_q_num /* byte4 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
922
u8 e4_reserved7 /* byte5 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
935
u8 reserved /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
936
u8 byte1 /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
938
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
949
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
960
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
969
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/fcoe_common.h
984
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1047
u8 reserved0[2];
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1085
u8 abortive /* Mark termination as abort(reset) flow */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1086
u8 reserved0[7];
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1110
u8 num_sq_pages_in_ring /* Number of entries in the SQ PBL. Provided by driver at function init spe */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1111
u8 num_r2tq_pages_in_ring /* Number of entries in the R2TQ PBL. Provided by driver at function init spe */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1112
u8 num_uhq_pages_in_ring /* Number of entries in the uHQ PBL (xHQ entries is X2). Provided by driver at function init spe */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1113
u8 ll2_rx_queue_id /* Queue ID of the Light-L2 Rx Queue */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1114
u8 ooo_enable /* Enable Out Of Order mode (enable = 1) */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1136
u8 flags;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1153
u8 scan_start_sgl_index /* Starting SGL index of next retransmit SGL scan */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1154
u8 fast_rxmit_sgl_index /* SGL index from which to continue dummy-read or start fast retransmit */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1170
u8 reserved /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1171
u8 byte1 /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1173
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
118
u8 cqe_error_status_bits;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1184
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1195
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1212
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1214
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1215
u8 byte4 /* byte4 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1221
u8 cdu_validation /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1222
u8 byte1 /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1224
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1235
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1246
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1263
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1265
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1266
u8 byte4 /* byte4 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1272
u8 reserved /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1273
u8 state /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1275
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1284
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1293
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1310
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1327
u8 next_tid_valid /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1328
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1345
u8 task_type /* Task type, (use: iscsi_task_type enum) */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1347
u8 reserved0[2] /* reserved0 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
136
u8 error_status /* all error bits as uint8 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1363
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1374
u8 task_type /* Task Type */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1375
u8 error_flags;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1384
u8 flags;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1399
u8 cq_rss_number /* Task CQ_RSS number 0.63 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1486
u8 flags;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1526
u8 total_ahs_length /* Initiator mode only: Total AHS Length. greater than zero if and only if PDU is SCSI command and CDB > 16 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1527
u8 opcode /* Type opcode for command PDU */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1528
u8 flags;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
156
u8 flags_attr;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
161
u8 opcode /* opcode */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1615
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1616
u8 byte1 /* state */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1618
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1629
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1640
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1649
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1664
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1681
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1684
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1685
u8 byte4 /* byte4 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1698
u8 cdu_validation /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1699
u8 byte1 /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1701
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1712
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1723
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
174
u8 async_vcode /* AsuncVCode */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1740
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
175
u8 async_event /* AsyncEvent */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1754
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1755
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1756
u8 byte4 /* byte4 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1757
u8 e4_reserved7 /* byte5 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1763
u8 byte0 /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1764
u8 byte1 /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1766
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1777
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1788
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1797
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1812
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1829
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1832
u8 byte3 /* regpair0 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1833
u8 byte4 /* byte4 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1844
u8 reserved /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1845
u8 state_and_core_id /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1847
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1856
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1865
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
188
u8 flags_attr;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1882
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1899
u8 flags4;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1908
u8 next_tid_valid /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1909
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1910
u8 e4_reserved8 /* byte4 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1926
u8 reserved /* cdu_validation */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1927
u8 byte1 /* state_and_core_id */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1929
u8 flags0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1940
u8 flags1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1951
u8 flags2;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1968
u8 flags3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1982
u8 byte2 /* byte2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1983
u8 byte3 /* byte3 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1984
u8 byte4 /* byte4 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1985
u8 e4_reserved7 /* byte5 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
199
u8 hdr_first_byte;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
1994
u8 params;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
2005
u8 agg_flags /* bit for every DQ counter flags in CM context that DQ can increment */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
225
u8 hdr_status /* Status field of ISCSI header */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
226
u8 hdr_response /* Response field of ISCSI header for Responses / Reserved for Data-In */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
227
u8 hdr_flags /* Flags field of ISCSI header */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
228
u8 hdr_first_byte;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
262
u8 flags;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
271
u8 pbl_page_size_log /* Page size with PBEs log; Page Size = 2^(page_size_log+12) */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
272
u8 pbe_page_size_log /* PBE page size with log; Page Size = 2^(page_size_log+12) */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
273
u8 default_cq /* Default CQ used to write unsolicited data */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
283
u8 op_code /* iscsi bus-drv message opcode */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
284
u8 flags;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
301
u8 flags;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
316
u8 reserved0[3];
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
331
u8 flags_attr;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
342
u8 opcode /* opcode. [constant, initialized] */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
361
u8 version_min /* Version-min */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
362
u8 version_max /* Version-max */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
363
u8 flags_attr;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
374
u8 opcode /* opcode. [constant, initialized] */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
397
u8 reason_code /* Reason Code */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
398
u8 opcode /* opcode. [constant, initialized] */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
415
u8 flags_attr;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
420
u8 opcode /* opcode */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
438
u8 status_rsvd /* Status or reserved */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
439
u8 reserved1 /* reserved */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
440
u8 flags;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
453
u8 opcode /* opcode */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
471
u8 reserved0[3] /* reserved */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
472
u8 opcode /* opcode */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
491
u8 flags_attr;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
496
u8 opcode /* opcode */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
515
u8 flags_attr;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
520
u8 opcode /* opcode */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
542
u8 version_active /* Version-active */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
543
u8 version_max /* Version-max */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
544
u8 flags_attr;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
555
u8 opcode /* opcode. [constant, initialized] */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
570
u8 status_detail /* status_detail */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
571
u8 status_class /* status_class */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
580
u8 reserved1 /* reserved */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
581
u8 response /* response */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
582
u8 flags /* flags and attributes */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
583
u8 opcode /* opcode. [constant, initialized] */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
607
u8 flags_attr;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
614
u8 opcode /* opcode. [constant, initialized] */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
634
u8 flags;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
641
u8 opcode /* opcode. [constant, initialized] */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
662
u8 function /* function */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
663
u8 opcode /* opcode. [constant, initialized] */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
681
u8 reserved2 /* reserved2 */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
682
u8 hdr_response /* Response field of ISCSI header for Responses / Reserved for Data-In */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
683
u8 hdr_flags /* Flags field of ISCSI header */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
684
u8 opcode /* opcode. [constant, initialized] */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
704
u8 hdr_status /* Status field of ISCSI header */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
705
u8 hdr_response /* Response field of ISCSI header for Responses / Reserved for Data-In */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
706
u8 hdr_flags /* Flags field of ISCSI header */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
707
u8 opcode /* opcode. [constant, initialized] */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
729
u8 reserved4 /* Reserved */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
730
u8 hdr_reason /* The reject reason */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
731
u8 hdr_flags /* Flags field of ISCSI header */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
732
u8 opcode /* opcode. [constant, initialized] */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
781
u8 cqe_type /* Indicates CQE type */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
793
u8 cqe_type /* Indicates CQE type */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
796
u8 task_type /* Task type */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
797
u8 fw_dbg_field /* FW debug params */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
798
u8 caused_conn_err /* Equals 1 if this TID caused the connection error, otherwise equals 0. */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
799
u8 reserved0[3];
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
810
u8 cqe_type /* Indicates CQE type */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
813
u8 reserved1 /* Reserved */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
814
u8 unsol_cqe_type /* Represent this unsolicited CQE position in a sequence of packets belonging to the same unsolicited PDU */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
868
u8 flags;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/iscsi_common.h
893
u8 flags;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qed_hsi_rdma.h
100
u8 flags;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qed_hsi_rdma.h
107
u8 status;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qed_hsi_rdma.h
204
u8 flags;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qed_hsi_rdma.h
215
u8 reserved1[55] /* Pad to 64 bytes to ensure efficient word line writing. */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qed_hsi_rdma.h
270
u8 req_type /* Type of WQE */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qed_hsi_rdma.h
271
u8 flags;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qed_hsi_rdma.h
286
u8 wqe_size /* Size of WQE in 16B chunks including SGE */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qed_hsi_rdma.h
287
u8 prev_wqe_size /* Previous WQE size in 16B chunks */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qed_hsi_rdma.h
304
u8 req_type /* Type of WQE */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qed_hsi_rdma.h
305
u8 flags;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qed_hsi_rdma.h
318
u8 wqe_size /* Size of WQE in 16B chunks including all SGEs. Set to number of SGEs + 1. */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qed_hsi_rdma.h
319
u8 prev_wqe_size /* Previous WQE size in 16B chunks */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qed_hsi_rdma.h
348
u8 req_type /* Type of WQE */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qed_hsi_rdma.h
349
u8 flags;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qed_hsi_rdma.h
362
u8 wqe_size /* Size of WQE in 16B chunks */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qed_hsi_rdma.h
363
u8 prev_wqe_size /* Previous WQE size in 16B chunks */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qed_hsi_rdma.h
364
u8 bind_ctrl;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qed_hsi_rdma.h
371
u8 access_ctrl;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qed_hsi_rdma.h
384
u8 reserved3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qed_hsi_rdma.h
385
u8 length_hi /* upper 8 bits of the registered MW length */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qed_hsi_rdma.h
399
u8 req_type /* Type of WQE */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qed_hsi_rdma.h
400
u8 flags;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qed_hsi_rdma.h
413
u8 wqe_size /* Size of WQE in 16B chunks */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qed_hsi_rdma.h
414
u8 prev_wqe_size /* Previous WQE size in 16B chunks */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qed_hsi_rdma.h
423
u8 bind_ctrl;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qed_hsi_rdma.h
430
u8 access_ctrl;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qed_hsi_rdma.h
443
u8 reserved3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qed_hsi_rdma.h
444
u8 length_hi /* upper 8 bits of the registered MW length */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qed_hsi_rdma.h
457
u8 req_type /* Type of WQE */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qed_hsi_rdma.h
458
u8 flags;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qed_hsi_rdma.h
471
u8 wqe_size /* Size of WQE in 16B chunks including all SGEs or inline data. In case there are SGEs: set to number of SGEs + 1. In case of inline data: set to the whole number of 16B which contain the inline data + 1. */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qed_hsi_rdma.h
472
u8 prev_wqe_size /* Previous WQE size in 16B chunks */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qed_hsi_rdma.h
480
u8 req_type /* Type of WQE */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qed_hsi_rdma.h
481
u8 flags;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qed_hsi_rdma.h
496
u8 wqe_size /* Size of WQE in 16B chunks */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qed_hsi_rdma.h
497
u8 prev_wqe_size /* Previous WQE size in 16B chunks */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qed_hsi_rdma.h
498
u8 fmr_ctrl;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qed_hsi_rdma.h
507
u8 access_ctrl;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qed_hsi_rdma.h
520
u8 reserved3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qed_hsi_rdma.h
521
u8 length_hi /* upper 8 bits of the registered MR length */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qed_hsi_rdma.h
558
u8 req_type /* Type of WQE */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qed_hsi_rdma.h
559
u8 flags;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qed_hsi_rdma.h
574
u8 wqe_size /* Size of WQE in 16B chunks */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qed_hsi_rdma.h
575
u8 prev_wqe_size /* Previous WQE size in 16B chunks */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qed_hsi_rdma.h
584
u8 fmr_ctrl;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qed_hsi_rdma.h
593
u8 access_ctrl;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qed_hsi_rdma.h
60
u8 flags;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qed_hsi_rdma.h
606
u8 reserved3;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qed_hsi_rdma.h
607
u8 length_hi /* upper 8 bits of the registered MR length */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qed_hsi_rdma.h
647
u8 req_type /* Type of WQE */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qed_hsi_rdma.h
648
u8 flags;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qed_hsi_rdma.h
663
u8 wqe_size /* Size of WQE in 16B chunks */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qed_hsi_rdma.h
664
u8 prev_wqe_size /* Previous WQE size in 16B chunks */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qed_hsi_rdma.h
673
u8 req_type /* Type of WQE */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qed_hsi_rdma.h
674
u8 flags;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qed_hsi_rdma.h
691
u8 wqe_size /* Size of WQE in 16B chunks including all SGEs or inline data. In case there are SGEs: set to number of SGEs + 1. In case of inline data: set to the whole number of 16B which contain the inline data + 1. */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qed_hsi_rdma.h
692
u8 prev_wqe_size /* Previous WQE size in 16B chunks */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qed_hsi_rdma.h
695
u8 dif_flags;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qed_hsi_rdma.h
704
u8 reserved2[3];
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qed_hsi_rdma.h
716
u8 req_type /* Type of WQE */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qed_hsi_rdma.h
717
u8 flags;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qed_hsi_rdma.h
73
u8 status;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qed_hsi_rdma.h
734
u8 wqe_size /* Size of WQE in 16B chunks including all SGEs or inline data. In case there are SGEs: set to number of SGEs + 1. In case of inline data: set to the whole number of 16B which contain the inline data + 1. */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qed_hsi_rdma.h
735
u8 prev_wqe_size /* Previous WQE size in 16B chunks */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qed_hsi_rdma.h
746
u8 dif_flags;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qed_hsi_rdma.h
755
u8 reserved2[3];
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qed_hsi_rdma.h
785
u8 req_type /* Type of WQE */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qed_hsi_rdma.h
786
u8 flags;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qed_hsi_rdma.h
801
u8 wqe_size /* Size of WQE in 16B chunks including all SGEs or inline data. In case there are SGEs: set to number of SGEs + 1. In case of inline data: set to the whole number of 16B which contain the inline data + 1. */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qed_hsi_rdma.h
802
u8 prev_wqe_size /* Previous WQE size in 16B chunks */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qed_hsi_rdma.h
812
u8 req_type /* Type of WQE */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qed_hsi_rdma.h
813
u8 flags;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qed_hsi_rdma.h
826
u8 wqe_size /* Size of WQE in 16B chunks including all SGEs or inline data. In case there are SGEs: set to number of SGEs + 1. In case of inline data: set to the whole number of 16B which contain the inline data + 1. */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qed_hsi_rdma.h
827
u8 prev_wqe_size /* Previous WQE size in 16B chunks */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qed_hsi_rdma.h
848
u8 num_sges /* number of SGEs in WQE */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qed_hsi_rdma.h
849
u8 reserved2[7];
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qed_hsi_rdma.h
85
u8 flags;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qed_hsi_rdma.h
877
u8 agg_flags /* aggregative flags */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qed_hsi_rdma.h
878
u8 reserved;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qed_hsi_rdma.h
905
u8 agg_flags /* bit for every DQ counter flags in CM context that DQ can increment */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qed_hsi_rdma.h
906
u8 params;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qed_hsi_rdma.h
92
u8 status;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qedf_hsi.h
104
u8 fc_header[24];
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qedf_hsi.h
115
u8 flags;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qedf_hsi.h
136
u8 scsi_status_code;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qedf_hsi.h
142
u8 fw_error_flags;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qedf_hsi.h
147
u8 reserved;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qedf_hsi.h
194
u8 reserved1[4];
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qedf_hsi.h
64
u8 r_ctl /* R_CTL in the ABTS response frame */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qedf_hsi.h
65
u8 reserved0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qedf_hsi.h
89
u8 num_additional_cmdqes;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qedf_hsi.h
90
u8 cmdType;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qedf_hsi.h
95
u8 reserved2[4];
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qedi_hsi.h
70
u8 cmdqe_opcode /* indicates the iscsi cmdqe type */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/qedi_hsi.h
71
u8 error_bit_map;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/storage_common.h
115
u8 log_page_size /* log of page size value */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/storage_common.h
116
u8 debug_mode /* Use iscsi_debug_mode enum */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/storage_common.h
117
u8 reserved2[12];
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/storage_common.h
130
u8 bdq_resource_id /* Each function-init Ramrod maps its funciton ID to a BDQ function ID, each BDQ function ID contains per-BDQ-ID BDQs */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/storage_common.h
131
u8 q_validity;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/storage_common.h
140
u8 num_queues /* Number of continuous global queues used */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/storage_common.h
141
u8 queue_relative_offset /* offset of continuous global queues used */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/storage_common.h
142
u8 cq_sb_pi /* Protocol Index of CQ in status block (CQ consumer) */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/storage_common.h
143
u8 cmdq_sb_pi /* Protocol Index of CMDQ in status block (CMDQ consumer) */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/storage_common.h
146
u8 bdq_pbl_num_entries[BDQ_NUM_IDS] /* Per BDQ ID, the PBL page size (number of entries in PBL) */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/storage_common.h
186
u8 sgl_index /* SGL index */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/storage_common.h
187
u8 reserved;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/storage_common.h
198
u8 reserved[4];
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/tcp_common.h
104
u8 flags;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/tcp_common.h
121
u8 ip_version;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/tcp_common.h
125
u8 ttl;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/tcp_common.h
126
u8 tos_or_tc;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/tcp_common.h
130
u8 rcv_wnd_scale;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/tcp_common.h
131
u8 connect_mode /* TCP connect mode: use enum tcp_connect_mode */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/tcp_common.h
136
u8 ka_max_probe_cnt;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/tcp_common.h
137
u8 dup_ack_theshold;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/tcp_common.h
150
u8 dup_ack_cnt /* The number of ACKs that have been accepted for the same sequence number */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/tcp_common.h
151
u8 snd_wnd_probe_cnt /* The current send window probe round */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/tcp_common.h
152
u8 ka_probe_cnt /* the number of keepalive probes that have been sent that have not received a response */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/tcp_common.h
153
u8 rt_cnt /* The number of retransmits that have been sent */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/tcp_common.h
160
u8 snd_wnd_scale;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/tcp_common.h
161
u8 ack_frequency /* delayed ack counter threshold */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/tcp_common.h
179
u8 flags;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/tcp_common.h
188
u8 ip_version;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/tcp_common.h
192
u8 ttl;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/tcp_common.h
193
u8 tos_or_tc;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/tcp_common.h
197
u8 rcv_wnd_scale;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/tcp_common.h
198
u8 connect_mode /* TCP connect mode: use enum tcp_connect_mode */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/tcp_common.h
264
u8 ttl;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/tcp_common.h
265
u8 tos_or_tc;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/tcp_common.h
271
u8 ka_max_probe_cnt;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/tcp_common.h
272
u8 reserved1[7];
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/tcp_common.h
298
u8 dup_ack_cnt /* The number of ACKs that have been accepted for the same sequence number */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/tcp_common.h
299
u8 snd_wnd_probe_cnt /* The current send window probe round */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/tcp_common.h
300
u8 ka_probe_cnt /* the number of keepalive probes that have been sent that have not received a response */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/tcp_common.h
301
u8 rt_cnt /* The number of retransmits that have been sent */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/tcp_common.h
51
u8 drop_isle /* isle number of the first isle to drop */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/tcp_common.h
52
u8 drop_size /* number of isles to drop */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/tcp_common.h
53
u8 ooo_opcode /* (use enum tcp_seg_placement_event) */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/tcp_common.h
54
u8 ooo_isle /* OOO isle number to add the packet to */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/tcp_common.h
76
u8 max_fin_rt /* Minimum Fin RT */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/tcp_common.h
77
u8 reserved[9];
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/testing.h
108
u8 requestType;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/testing.h
109
u8 unused8;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/testing.h
201
u8 testType;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/testing.h
202
u8 status /* user should set to idle, and then keep checking as long as status remains busy */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/testing.h
234
u8 opcode;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/testing.h
235
u8 enable;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/testing.h
236
u8 reserved[6];
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/testing.h
248
u8 pfId /* PF id. Will be set by first PF to load */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/testing.h
249
u8 done /* Bit indicating measurement is done */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/testing.h
250
u8 error /* Bit indicating there was an error during the measurement */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/testing.h
251
u8 reserved;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/testing.h
259
u8 reserved1[104];
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/testing.h
267
u8 reserved1[104];
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/testing.h
272
u8 pause;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/testing.h
273
u8 portId;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/testing.h
274
u8 tcPauseBitmap;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/testing.h
275
u8 reserved0[5];
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/testing.h
276
u8 reserved1[104];
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/testing.h
286
u8 reserved[96];
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/testing.h
291
u8 header[32];
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/testing.h
292
u8 headerSize;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/testing.h
293
u8 sendFactor;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/testing.h
294
u8 reserved[6];
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/testing.h
295
u8 reserved1[72];
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/testing.h
300
u8 releaseExistInQm;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/testing.h
301
u8 existInQmReleased;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/testing.h
302
u8 setXoffState;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/testing.h
303
u8 setXonState;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/testing.h
304
u8 reserved[4];
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/testing.h
305
u8 reserved1[104];
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/testing.h
316
u8 reserved[88];
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/testing.h
321
u8 sdmUnmaskIntIndex /* SDM aggregative interrupt index to unmask */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/testing.h
322
u8 reserved[111];
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/testing.h
329
u8 rl_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/testing.h
330
u8 cmd;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/testing.h
41
u8 testType;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/testing.h
42
u8 errorBits;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/testing.h
47
u8 reserved3[96];
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/testing.h
89
u8 immediateCount /* user should ensure that rest of the paramters agree (if needed) with the number of immediate dwords specified here */;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/testing.h
90
u8 unusedPad8;
usr/src/uts/common/io/qede/579xx/hsi/common_nvm.h
101
u8 Signature[4]; /* PCIR */
usr/src/uts/common/io/qede/579xx/hsi/common_nvm.h
106
u8 StructRev; /* PCI30 or not */
usr/src/uts/common/io/qede/579xx/hsi/common_nvm.h
107
u8 BaseClass;
usr/src/uts/common/io/qede/579xx/hsi/common_nvm.h
108
u8 SubClass;
usr/src/uts/common/io/qede/579xx/hsi/common_nvm.h
109
u8 Interface;
usr/src/uts/common/io/qede/579xx/hsi/common_nvm.h
112
u8 CodeType;
usr/src/uts/common/io/qede/579xx/hsi/common_nvm.h
113
u8 Indicator;
usr/src/uts/common/io/qede/579xx/hsi/common_nvm.h
88
u8 Size;
usr/src/uts/common/io/qede/579xx/hsi/common_nvm.h
89
u8 Entry[4];
usr/src/uts/common/io/qede/579xx/hsi/common_nvm.h
90
u8 Cksum;
usr/src/uts/common/io/qede/579xx/hsi/common_nvm.h
92
u8 reserved1[12];
usr/src/uts/common/io/qede/579xx/hsi/common_nvm.h
96
u8 reserved2[4];
usr/src/uts/common/io/qede/579xx/hsi/hw/init_tool_hsi.h
381
u8 major /* Firmware major version number */;
usr/src/uts/common/io/qede/579xx/hsi/hw/init_tool_hsi.h
382
u8 minor /* Firmware minor version number */;
usr/src/uts/common/io/qede/579xx/hsi/hw/init_tool_hsi.h
383
u8 rev /* Firmware revision version number */;
usr/src/uts/common/io/qede/579xx/hsi/hw/init_tool_hsi.h
384
u8 eng /* Firmware engineering version number (for bootleg verisons) */;
usr/src/uts/common/io/qede/579xx/hsi/hw/init_tool_hsi.h
390
u8 image_id /* Firmware image ID */;
usr/src/uts/common/io/qede/579xx/hsi/hw/init_tool_hsi.h
391
u8 storm_id /* Storm ID */;
usr/src/uts/common/io/qede/579xx/hsi/hw/init_tool_hsi.h
392
u8 chip_ver /* Chip version number */;
usr/src/uts/common/io/qede/579xx/hsi/hw/init_tool_hsi.h
393
u8 reserved;
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
100
u8 len;
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
101
u8 str[ENCLOSURE_ID_LENGTH];
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
102
u8 res[3];
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
106
u8 reset_2_factory;
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
107
u8 res[3];
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
111
u8 one_view_config;
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
112
u8 res[3];
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
121
u8 optional_bitmap;
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
149
u8 data[NUMBER_OF_SEGMENTS][CODEC_SEGMENT_SIZE];
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
154
u8 enable_port;
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
155
u8 enable_diag;
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
156
u8 num_pfs_min_bw;
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
157
u8 num_pfs_max_bw;
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
158
u8 min_bw[MCP_GLOB_FUNC_MAX];
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
159
u8 max_bw[MCP_GLOB_FUNC_MAX];
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
181
u8 num_pfs;
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
182
u8 num_vf_per_pf[MCP_GLOB_FUNC_MAX];
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
187
u8 port_reset;
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
188
u8 local_loopback;
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
189
u8 remote_loopback;
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
190
u8 rsrv[1];
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
203
u8 connection_id[CONNECTION_ID_LEN];
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
204
u8 fnic_enabled;
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
205
u8 rsrv[3];
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
214
u8 mac_addr[6];
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
215
u8 func_type;
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
216
u8 boot_mode;
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
217
u8 c_2_s_pcp_map[9]; /* Maps O/S C-VLAN PCP value to S-VLAN PCP value for TX
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
226
u8 rsrv[1];
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
231
u8 enable_wol;
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
232
u8 rsrv[3];
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
244
u8 npiv_wwpn[FC_NPIV_WWPN_SIZE];
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
245
u8 npiv_wwnn[FC_NPIV_WWNN_SIZE];
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
270
u8 name[232];
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
271
u8 ip_add[16];
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
272
u8 netmask[16];
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
273
u8 route[16];
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
274
u8 primary_dns[16];
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
275
u8 secondary_dns[16];
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
283
u8 name[232];
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
285
u8 ip_addr[16];
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
287
u8 ip_addr_2[16];
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
300
u8 username[232];
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
301
u8 secret[16];
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
303
u8 mutual_username[232];
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
304
u8 mutual_secret[16];
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
324
u8 dhcp_vendor_id[32];
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
344
u8 wwpn[FCOE_TARGETS_WWPN_SIZE];
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
345
u8 lun_id[FCOE_TARGETS_LUN_SIZE];
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
355
u8 base_wwnn[FCOE_TARGETS_WWPN_SIZE]; /* Host World wide name*/
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
356
u8 wwpn[FCOE_TARGETS_WWPN_SIZE]; /* base wwpn */
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
389
u8 type;
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
390
u8 inst;
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
397
u8 num_of_cct;
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
398
u8 res[3];
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
422
u8 rsrv[0x9000];
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
545
u8 min_bw[BDN_SIZE_OF_PF_PER_PORT];
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
546
u8 max_bw[BDN_SIZE_OF_PF_PER_PORT];
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
575
u8 num_vfs[BDN_SIZE_OF_PF_PER_PORT];
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
606
u8 connection_id[BDN_SIZE_OF_CONNECTION_ID];
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
619
u8 fc_wwnn[BDN_SIZE_OF_WWN];
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
620
u8 fc_wwpn[BDN_SIZE_OF_WWN];
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
634
u8 mac_addr[BDN_SIZE_OF_MAC];
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
635
u8 c_2_s_pcp_map[BDN_SIZE_OF_C2SPCP_MAP];
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
644
u8 func_type;
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
67
u8 len;
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
68
u8 str[SERVER_DESCRIPTION_MAX_LENGTH];
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
697
u8 ip_add[BDN_SIZE_OF_IPV6];
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
698
u8 netmask[BDN_SIZE_OF_IPV6];
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
699
u8 route[BDN_SIZE_OF_IPV6];
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
700
u8 primary_dns[BDN_SIZE_OF_IPV6];
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
701
u8 secondary_dns[BDN_SIZE_OF_IPV6];
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
702
u8 name[BDN_SIZE_OF_ISCSI_NAME];
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
720
u8 ip[BDN_SIZE_OF_IPV6];
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
721
u8 ip2[BDN_SIZE_OF_IPV6];
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
722
u8 name[BDN_SIZE_OF_ISCSI_NAME];
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
73
u8 len;
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
735
u8 chap_username[BDN_SIZE_OF_ISCSI_NAME];
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
736
u8 chap_secret[BDN_SIZE_OF_ISCSI_SEC];
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
737
u8 mutual_username[BDN_SIZE_OF_ISCSI_NAME];
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
738
u8 mutual_secret[BDN_SIZE_OF_ISCSI_SEC];
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
74
u8 str[SERVER_UUID_LENGTH];
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
762
u8 dhcp_vendor_id[BDN_SIZE_OF_DHCP_VENDOR_ID];
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
779
u8 wwpn[BDN_SIZE_OF_WWN];
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
780
u8 lunid[BDN_SIZE_OF_FCOE_LUN_ID];
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
79
u8 len;
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
80
u8 time_str[GENERALIZED_TIME_MAX_SIZE];
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
826
u8 serv_desc_size;
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
827
u8 serv_uuid_size;
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
828
u8 slot_info_size;
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
829
u8 timestamp_size;
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
830
u8 enclosure_size;
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
831
u8 ilo_addr_num;
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
832
u8 ilo_addr_size[BDN_NUM_OF_ILO_ADDR];
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
833
u8 crc8; /* the crc8 from last put command */
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
835
u8 serv_desc[BDN_SIZE_OF_SERV_DESC];
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
836
u8 serv_uuid[BDN_SIZE_OF_SERV_UUID];
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
837
u8 slot_info[BDN_SIZE_OF_SERV_SLOT];
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
838
u8 ilo_addr[BDN_NUM_OF_ILO_ADDR][BDN_SIZE_OF_ILO_ADDR];
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
839
u8 timestamp[BDN_SIZE_OF_SERV_TIME];
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
840
u8 enclosure[BDN_SIZE_OF_ENCLOSURE_ID];
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
845
u8 object;
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
846
u8 index; /* the index from zero */
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
86
u8 len;
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
87
u8 str[SLOT_TYPE_NUM_MAX_LENGTH];
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
93
u8 num_of_add;
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
94
u8 len_of_add[ILO_MGMT_MAX_NUM_OF_ADDR];
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
95
u8 str[ILO_MGMT_MAX_NUM_OF_ADDR][ILO_MGMT_ADDR_MAX_LENGTH];
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_private.h
197
u8 *value_p;
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_private.h
200
typedef u16(*lldp_prepare_tlv_func)(u8 port, lldp_agent_e lldp_agent, u8 *buffer);
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_private.h
207
typedef u8(*lldp_process_func)(u8 port, u8 num, u8 **tlvs);
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_private.h
211
u8 valid;
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_private.h
212
u8 oui[3];
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_private.h
213
u8 subtype_list[MAX_NUM_SUBTYPES];
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_private.h
214
u8 num_subtypes;
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_private.h
225
u8 header[MAX_ETH_HEADER];
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_private.h
231
u8 lldp_cur_credit;
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_private.h
237
u8 first_lldp;
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_private.h
243
u8 current_received_tlv_index;
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_private.h
244
u8 *received_tlvs[MAX_TLVS];
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_private.h
269
u8 tc_map[8];
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_private.h
270
u8 num_used_tcs;
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_private.h
308
u8 current_core_tlv_num[LLDP_MAX_LLDP_AGENTS];
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_private.h
350
u8 config;
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_private.h
358
u8 drv_state;
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_private.h
360
u8 fcoe_fabric_name[8];
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_private.h
75
u8 pci_bus_num;
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_private.h
76
u8 boot_progress;
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_private.h
83
u8 flags;
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_private.h
88
u8 pf_num;
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_private.h
93
u8 sb_for_pf_size;
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_private.h
94
u8 sb_for_pf_offset;
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_private.h
95
u8 sb_for_vf_size;
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_private.h
96
u8 sb_for_vf_offset;
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_public.h
1116
u8 raw_data[MCP_DRV_NVM_BUF_LEN];
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_public.h
1691
#define DRV_ACK_MSG(msg_p, msg_id) (u8)((u8*)msg_p)[msg_id]++;
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_public.h
1693
#define DRV_ACK_MSG(msg_p, msg_id) (u8)((u8*)msg_p)[((msg_id & ~3) | ((~msg_id) & 3))]++;
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_public.h
1696
#define MFW_DRV_UPDATE(shmem_func, msg_id) (u8)((u8*)(MFW_MB_P(shmem_func)->msg))[msg_id]++;
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_public.h
1721
u8 name[32];
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_public.h
243
u8 port_cmt[MCP_GLOB_PORT_MAX];
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_public.h
495
u8 runtime_port_swap_map[MODE_4P];
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_public.h
560
u8 npiv_wwpn[FC_NPIV_WWPN_SIZE];
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_public.h
561
u8 npiv_wwnn[FC_NPIV_WWNN_SIZE];
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_public.h
955
u8 name[MCP_DRV_VER_STR_SIZE - 4];
usr/src/uts/common/io/qede/579xx/hsi/mcp/nvm_fcoe_cfg.h
56
u8 byte[8];
usr/src/uts/common/io/qede/579xx/hsi/mcp/nvm_fcoe_cfg.h
62
u8 byte[8];
usr/src/uts/common/io/qede/579xx/hsi/mcp/nvm_iscsi_cfg.h
123
u8 byte[NVM_ISCSI_CFG_ISCSI_NAME_MAX_PLUS_RESERVED];
usr/src/uts/common/io/qede/579xx/hsi/mcp/nvm_iscsi_cfg.h
131
u8 byte[NVM_ISCSI_CFG_CHAP_NAME_MAX_LEN];
usr/src/uts/common/io/qede/579xx/hsi/mcp/nvm_iscsi_cfg.h
139
u8 byte[NVM_ISCSI_CFG_CHAP_PWD_MAX_LEN];
usr/src/uts/common/io/qede/579xx/hsi/mcp/nvm_iscsi_cfg.h
144
u8 byte[8];
usr/src/uts/common/io/qede/579xx/hsi/mcp/nvm_iscsi_cfg.h
59
u8 byte[NVM_ISCSI_CFG_DHCP_NAME_MAX_LEN];
usr/src/uts/common/io/qede/579xx/hsi/mcp/nvm_iscsi_cfg.h
66
u8 byte[NVM_ISCSI_IPV4_ADDR_BYTE_LEN];
usr/src/uts/common/io/qede/579xx/hsi/mcp/nvm_iscsi_cfg.h
73
u8 byte[NVM_ISCSI_IPV6_ADDR_BYTE_LEN];
usr/src/uts/common/io/qede/579xx/hsi/mcp/nvm_map.h
192
u8 vpd_data[1];
usr/src/uts/common/io/qede/579xx/hsi/mcp/nvm_map.h
223
u8 page[FLASH_PAGE_SIZE];
usr/src/uts/common/io/qede/579xx/hsi/mcp/nvm_map.h
262
u8 rsrv[NVM_RSV_SIZE]; /* 0x000014 (0x00002c) */
usr/src/uts/common/io/qede/579xx/hsi/mcp/nvm_map.h
263
u8 lim_image[LIM_MAX_SIZE]; /* 0x000040 (0x001fc0) */
usr/src/uts/common/io/qede/579xx/hsi/mcp/spad_layout.h
145
u8 trace_buffer[MCP_TRACE_SIZE]; /* 0xe20030 */
usr/src/uts/common/io/qede/579xx/hsi/mcp/spad_layout.h
146
#define MCP_TRACE_BUF ((u8*)(STRUCT_OFFSET(trace_buffer)))
usr/src/uts/common/io/qede/qede.h
728
u8 *sp_dpc;
usr/src/uts/common/io/qede/qede.h
948
u8 duplex; /* In DUPLEX defs */
usr/src/uts/common/io/qede/qede.h
949
u8 port; /* In PORT defs */
usr/src/uts/common/io/qede/qede_dbg.c
198
u8 *buf = mp->b_rptr;
usr/src/uts/common/io/qede/qede_dbg.c
282
qede_debug_before_pf_start(struct ecore_dev *edev, u8 id)
usr/src/uts/common/io/qede/qede_dbg.c
287
qede_debug_after_pf_stop(void *cdev, u8 my_id)
usr/src/uts/common/io/qede/qede_dbg.c
86
ip_hdr = (ipha_t *)(void *)((u8 *)mp->b_rptr + pktinfo->mac_hlen);
usr/src/uts/common/io/qede/qede_fp.c
1088
u8 nbd = 0;
usr/src/uts/common/io/qede/qede_fp.c
491
u8 pad = cqe->placement_offset;
usr/src/uts/common/io/qede/qede_fp.c
587
u8 pad = cqe->placement_offset;
usr/src/uts/common/io/qede/qede_fp.c
867
ip_hdr = (ipha_t *)(void *)((u8 *)mp->b_rptr + pktinfo->mac_hlen);
usr/src/uts/common/io/qede/qede_fp.c
874
((u8 *)mp->b_rptr + pktinfo->mac_hlen + pktinfo->ip_hlen);
usr/src/uts/common/io/qede/qede_gld.c
114
u8 bcast_addr[] =
usr/src/uts/common/io/qede/qede_list.h
71
u8 *mac;
usr/src/uts/common/io/qede/qede_main.c
1346
qede_get_active_rss_params(qede_t *qede, u8 hwfn_id)
usr/src/uts/common/io/qede/qede_main.c
2285
u8 *vaddr;
usr/src/uts/common/io/qede/qede_main.c
462
u8 dp_module = 0;
usr/src/uts/common/io/qede/qede_osal.c
603
qede_osal_pci_read_config_byte(struct ecore_dev *edev, u32 addr, u8 *val)
usr/src/uts/common/io/qede/qede_osal.c
800
qede_osal_crc32(u32 crc, u8 *buf, u64 length)
usr/src/uts/common/io/qede/qede_osal.c
813
OSAL_CRC8_POPULATE(u8 * cdu_crc8_table, u8 polynomial)
usr/src/uts/common/io/qede/qede_osal.c
816
u8
usr/src/uts/common/io/qede/qede_osal.c
818
OSAL_CRC8(u8 * cdu_crc8_table, u8 * data_to_crc, int data_to_crc_len,
usr/src/uts/common/io/qede/qede_osal.c
819
u8 init_value)
usr/src/uts/common/io/xge/drv/xgell.c
703
xgell_rx_1b_callback(xge_hal_channel_h channelh, xge_hal_dtr_h dtr, u8 t_code,
usr/src/uts/common/io/xge/drv/xgell.c
894
xgell_xmit_compl(xge_hal_channel_h channelh, xge_hal_dtr_h dtr, u8 t_code,
usr/src/uts/common/io/xge/hal/include/xgehal-channel.h
165
u8 t_code, void *userdata);
usr/src/uts/common/io/xge/hal/include/xgehal-channel.h
401
u8 rti;
usr/src/uts/common/io/xge/hal/include/xgehal-channel.h
402
u8 tti;
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
219
u8 doff_res;
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
220
u8 ctrl;
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
227
u8 version_ihl;
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
228
u8 tos;
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
232
u8 ttl;
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
233
u8 protocol;
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
251
u8 *ll_hdr;
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
275
u8 in_use;
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
298
u8 in_use;
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
299
u8 is_tcp;
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
300
u8 is_ipv4;
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
301
u8 tgt_queue;
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
317
u8 product_name[XGE_HAL_VPD_LENGTH];
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
318
u8 serial_num[XGE_HAL_VPD_LENGTH];
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
355
u8 revision;
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
360
u8 inject_bad_tcode;
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
420
__hal_read_spdm_entry_line(xge_hal_device_t *hldev, u8 spdm_line,
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
485
xge_hal_rts_rth_itable_set(xge_hal_device_t *hldev, u8 *itable,
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
489
xge_hal_rts_rth_set(xge_hal_device_t *hldev, u8 def_q, u64 hash_type,
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
505
xge_hal_device_rts_rth_key_set(xge_hal_device_t *hldev, u8 KeySize, u8 *Key);
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
620
xge_hal_device_inject_bad_tcode(xge_hal_device_h devh, int chan_type, u8 t_code)
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
782
u8 t_code);
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
806
u8 is_tcp, u8 is_ipv4, u8 tgt_queue);
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
811
u8 is_tcp, u8 is_ipv4);
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
925
__HAL_STATIC_CHANNEL __HAL_INLINE_CHANNEL u8
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
926
__hal_header_parse_token_u8(u8 *string,u16 offset);
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
929
__hal_header_parse_token_u16(u8 *string,u16 offset);
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
932
__hal_header_parse_token_u32(u8 *string,u16 offset);
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
935
__hal_header_update_u8(u8 *string, u16 offset, u8 val);
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
938
__hal_header_update_u16(u8 *string, u16 offset, u16 val);
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
941
__hal_header_update_u32(u8 *string, u16 offset, u32 val);
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
953
__hal_lro_capable(u8 *buffer, iplro_t **ip, tcplro_t **tcp,
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
957
__hal_get_lro_session(u8 *eth_hdr, iplro_t *ip, tcplro_t *tcp, lro_t **lro,
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
978
xge_hal_lro_process_rx(int ring, u8 *eth_hdr, u8 *ip_hdr, tcplro_t **tcp,
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
984
xge_hal_accumulate_large_rx(u8 *buffer, tcplro_t **tcp, u32 *seglen,
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
995
__hal_open_lro_session (u8 *buffer, iplro_t *ip, tcplro_t *tcp, lro_t **lro,
usr/src/uts/common/io/xge/hal/include/xgehal-fifo.h
312
u8 *t_code);
usr/src/uts/common/io/xge/hal/include/xgehal-mgmt.h
62
u8 board_rev;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1019
u8 unused17_2[0x700 - 0x5F0];
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1024
u8 unused18[0x2800 - 0x2708];
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1057
u8 unused19[0x100 - 0x28];
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1081
u8 unused20[0x200 - 0x168];
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1083
u8 unused21[0x220 - 0x208];
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1091
u8 unused22[0x240 - 0x228];
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1093
u8 unused23[0x260 - 0x248];
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1095
u8 unused24[0x280 - 0x268];
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1097
u8 unused25[0x300 - 0x288];
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1099
u8 unused26_1[0x2C00 - 0x2B08];
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1101
u8 unused26_2[0x20 - 0x8];
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1103
u8 unused26_3[0x40 - 0x28];
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1105
u8 unused26_4[0x60 - 0x48];
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1107
u8 unused26_5[0x80 - 0x68];
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1109
u8 unused26_6[0xD00 - 0xC88];
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1111
u8 unused26_7[0x20 - 0x8];
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1113
u8 unused26_8[0x40 - 0x28];
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1115
u8 unused26_9[0x60 - 0x48];
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1117
u8 unused26_10[0x80 - 0x68];
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1119
u8 unused26_11[0xE00 - 0xD88];
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1121
u8 unused26_12[0x20 - 0x8];
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1123
u8 unused26_13[0x40 - 0x28];
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1126
u8 unused26_14[0x660 - 0x648];
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1129
u8 unused26_15[0x700 - 0x668];
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1132
u8 unused27[0x3000 - 0x2f08];
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1162
u8 unused28[0x100 - 0x58];
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1176
u8 unused29[0x80 - 0x48];
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1189
u8 revision; // 0x08
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1190
u8 pciClass[3]; // 0x09
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1192
u8 cache_line_size; // 0x0c
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1193
u8 latency_timer; // 0x0d
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1194
u8 header_type; // 0x0e
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1195
u8 bist; // 0x0f
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1212
u8 capabilities_pointer; // 0x34
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1213
u8 rsvd_35[3]; // 0x35
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1216
u8 interrupt_line; // 0x3c
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1217
u8 interrupt_pin; // 0x3d
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1218
u8 min_grant; // 0x3e
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1219
u8 max_latency; // 0x3f
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1221
u8 msi_cap_id; // 0x40
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1222
u8 msi_next_ptr; // 0x41
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1229
u8 vpd_cap_id; // 0x50
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1230
u8 vpd_next_cap; // 0x51
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1234
u8 rsvd_b0[8]; // 0x58
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1236
u8 pcix_cap; // 0x60
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1237
u8 pcix_next_cap; // 0x61
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1242
u8 rsvd_b1[XGE_HAL_PCI_XFRAME_CONFIG_SPACE_SIZE-0x68];
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1253
u8 pciClass[3]; // 0x09
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1254
u8 revision; // 0x08
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1256
u8 bist; // 0x0f
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1257
u8 header_type; // 0x0e
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1258
u8 latency_timer; // 0x0d
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1259
u8 cache_line_size; // 0x0c
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1276
u8 rsvd_35[3]; // 0x35
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1277
u8 capabilities_pointer; // 0x34
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1280
u8 max_latency; // 0x3f
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1281
u8 min_grant; // 0x3e
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1282
u8 interrupt_pin; // 0x3d
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1283
u8 interrupt_line; // 0x3c
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1286
u8 msi_next_ptr; // 0x41
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1287
u8 msi_cap_id; // 0x40
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
129
u8 unused0_1[0x160 - 0x128];
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1294
u8 vpd_next_cap; // 0x51
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1295
u8 vpd_cap_id; // 0x50
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1298
u8 rsvd_b0[8]; // 0x58
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1301
u8 pcix_next_cap; // 0x61
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1302
u8 pcix_cap; // 0x60
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1312
u8 revision; // 0x08
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1313
u8 pciClass[3]; // 0x09
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1315
u8 cache_line_size; // 0x0c
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1316
u8 latency_timer; // 0x0d
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1317
u8 header_type; // 0x0e
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1318
u8 bist; // 0x0f
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
133
u8 unused0_2[0x558 - 0x168];
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1335
u8 capabilities_pointer; // 0x34
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1336
u8 rsvd_35[3]; // 0x35
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1339
u8 interrupt_line; // 0x3c
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1340
u8 interrupt_pin; // 0x3d
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1341
u8 min_grant; // 0x3e
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1342
u8 max_latency; // 0x3f
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1344
u8 msi_cap_id; // 0x40
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1345
u8 msi_next_ptr; // 0x41
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1352
u8 vpd_cap_id; // 0x50
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1353
u8 vpd_next_cap; // 0x51
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1357
u8 rsvd_b0[8]; // 0x58
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1359
u8 pcix_cap; // 0x60
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1360
u8 pcix_next_cap; // 0x61
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1366
u8 rsvd_b1[XGE_HAL_PCI_XFRAME_CONFIG_SPACE_SIZE-0x68];
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
137
u8 unused0_3[0x800 - 0x560];
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
215
u8 unused5[0x8E0 - 0x8C8];
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
297
u8 unused6[0x8];
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
379
u8 unused7[0x300 - 0x250];
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
386
(u8)(spdm_bir_offset >> 61)
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
391
(u8)((spdm_overwrite >> 48) & 0xff)
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
393
(u8)((spdm_overwrite >> 40) & 0x3)
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
395
(u8)((spdm_overwrite >> 32) & 0x7)
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
407
(u8)((spdm_structure >> 40) & 0xff)
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
409
(u8)((spdm_structure >> 32) & 0xff)
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
428
u8 unused8[0x410];
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
503
u8 unused9[0x100 - 0xB8];
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
590
u8 unused10[0x1700 - 0x11B0];
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
594
u8 unused11[0x1800 - 0x1708];
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
61
u8 unused0[0x100 - 0x10];
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
659
u8 unused12[0x100 - 0x88];
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
750
u8 unused13_0[0x8];
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
756
u8 unused13[0x700 - 0x1f0];
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
760
u8 unused14[0x2000 - 0x1f08];
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
787
u8 unused15[0x100 - 0x40];
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
841
u8 unused16[0x8];
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
914
u8 unused16_1[0x308 - 0x220];
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
933
u8 unused16_2[0x380 - 0x340];
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
976
u8 unused17[0x400 - 0x3E8];
usr/src/uts/common/io/xge/hal/include/xgehal-ring.h
212
(u8)((Control_1 & BIT(18))>>45)
usr/src/uts/common/io/xge/hal/include/xgehal-ring.h
214
(u8)((Control_1 & BIT(19))>>44)
usr/src/uts/common/io/xge/hal/include/xgehal-ring.h
216
(u8)((Control_1 & vBIT(0xF,20,4))>>40)
usr/src/uts/common/io/xge/hal/include/xgehal-ring.h
229
typedef u8 xge_hal_ring_block_t[XGE_HAL_RING_RXDBLOCK_SIZE];
usr/src/uts/common/io/xge/hal/include/xgehal-ring.h
351
u8 rth_it_hit;
usr/src/uts/common/io/xge/hal/include/xgehal-ring.h
352
u8 rth_spdm_hit;
usr/src/uts/common/io/xge/hal/include/xgehal-ring.h
353
u8 rth_hash_type;
usr/src/uts/common/io/xge/hal/include/xgehal-ring.h
354
u8 reserved_pad;
usr/src/uts/common/io/xge/hal/include/xgehal-ring.h
444
u8 *t_code);
usr/src/uts/common/io/xge/hal/include/xgehal-ring.h
69
(u8)(0x3 & ((control_1 & XGE_HAL_RXD_MASK_FRAME_TYPE) >> 37))
usr/src/uts/common/io/xge/hal/include/xgehal-ring.h
71
(u8)((control_1 & XGE_HAL_RXD_MASK_FRAME_PROTO) >> 32)
usr/src/uts/common/io/xge/hal/include/xgehal-types.h
482
typedef u8 macaddr_t[XGE_HAL_ETH_ALEN];
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device-fp.c
1046
__hal_get_lro_session (u8 *eth_hdr,
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device-fp.c
1311
xge_hal_lro_process_rx(int ring, u8 *eth_hdr, u8 *ip_hdr, tcplro_t **tcp,
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device-fp.c
1358
lro->ip_hdr->check = XGE_LL_IP_FAST_CSUM(((u8 *)(lro->ip_hdr)),
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device-fp.c
1383
xge_hal_accumulate_large_rx(u8 *buffer, tcplro_t **tcp, u32 *seglen,
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device-fp.c
1424
lro->ip_hdr->check = XGE_LL_IP_FAST_CSUM(((u8 *)(lro->ip_hdr)),
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device-fp.c
350
u8 t_code;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device-fp.c
399
u8 t_code;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device-fp.c
767
u8 ch, *iph = (u8 *)ip;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device-fp.c
771
ch = ntohs(*((u8 *)(iph + i)) );
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device-fp.c
800
u8 ch;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device-fp.c
805
ch = ntohs(*((u8 *)((u8 *)tcp + i)) );
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device-fp.c
833
while (((u8 *)tcp)[off] == 0x1)
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device-fp.c
837
if (((u8 *)tcp)[off] != 0x8) {
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device-fp.c
869
off += ((u8 *)tcp)[off+1];
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device-fp.c
880
u8 byte = ((u8 *)tcp)[off+i];
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device-fp.c
912
__hal_lro_capable( u8 *buffer,
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device-fp.c
917
u8 ip_off, ip_length;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device-fp.c
928
u8 ch;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device-fp.c
933
ch = ntohs(*((u8 *)(buffer + i)) );
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device-fp.c
964
ip_length = (u8)((*ip)->version_ihl & 0x0F);
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device-fp.c
991
__hal_open_lro_session (u8 *buffer, iplro_t *ip, tcplro_t *tcp, lro_t **lro,
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
1796
u8 macaddr[6] = {0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF};
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
1924
xge_hal_ipaddr_t *dst_ip, u16 l4_sp, u16 l4_dp, u8 is_tcp,
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
1925
u8 is_ipv4, u8 tgt_queue, u32 jhash_value, u16 spdm_entry)
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
1930
u8 line_no;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
2022
u8 spdm_bar_num;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
2188
u8 val;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
2223
(u8)hldev->config.latency_timer);
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
2397
u8 dev_num, bus_num;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
2404
dev_num = (u8)((pcix_status & 0xF8) >> 3);
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
2405
bus_num = (u8)((pcix_status & 0xFF00) >> 8);
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
275
(void *) ((u8 *)bar0 + 0x2700));
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
3213
u8 t_code = hldev->inject_bad_tcode;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
4923
(*macaddr)[i] = (u8)(val64 >> ((64 - 8) - (i * 8)));
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
4928
(*macaddr)[i] = (u8)0;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
4930
(*macaddr)[1] = (u8)1;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
5018
u8 macaddr[6] = {0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF};
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
5557
u8 * vpd_data;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
5558
u8 data;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
5560
u8 vpd_addr = XGE_HAL_CARD_XENA_VPD_ADDR;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
5572
vpd_data = ( u8*) xge_os_malloc(hldev->pdev, XGE_HAL_VPD_BUFFER_SIZE + 16);
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
5577
xge_os_pci_write8(hldev->pdev, hldev->cfgh, (vpd_addr + 2), (u8)index);
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
5640
xge_hal_dtr_h dtrh, u8 t_code)
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
5888
__hal_read_spdm_entry_line(xge_hal_device_t *hldev, u8 spdm_line,
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
5983
__hal_calc_jhash(u8 *msg, u32 length, u32 golden_ratio, u32 init_value)
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
6072
u8 is_tcp, u8 is_ipv4, u8 tgt_queue)
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
6083
u8 msg[XGE_HAL_JHASH_MSG_LEN];
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
6123
msg[off] = (u8)((src_ip->ipv4.addr & mask) >> shift);
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
6125
(u8)((dst_ip->ipv4.addr & mask) >> shift);
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
6133
msg[off] = (u8)((src_ip->ipv6.addr[off/8] & mask)
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
6135
msg[off+ipaddr_len] = (u8)((dst_ip->ipv6.addr[off/8]
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
6143
msg[off] = (u8)((l4_sp & 0xff00) >> 8);
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
6144
msg[off + 1] = (u8)(l4_sp & 0xff);
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
6145
msg[off + 2] = (u8)((l4_dp & 0xff00) >> 8);
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
6146
msg[off + 3] = (u8)(l4_dp & 0xff);
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
6216
u8 is_tcp, u8 is_ipv4)
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
6225
u8 line_no;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
6226
u8 spdm_is_tcp;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
6227
u8 spdm_is_ipv4;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
6353
spdm_is_tcp = (u8)((spdm_line_arr[0] & BIT(59)) >> 4);
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
6354
spdm_is_ipv4 = (u8)(spdm_line_arr[0] & BIT(63));
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
6459
channel->rti = (u8)ring_qid;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
6485
channel->tti = (u8)fifo_qid;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
6972
xge_hal_rts_rth_set(xge_hal_device_t *hldev, u8 def_q, u64 hash_type,
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
7046
xge_hal_rts_rth_itable_set(xge_hal_device_t *hldev, u8 *itable, u32 itable_size)
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
7092
xge_hal_device_rts_rth_key_set(xge_hal_device_t *hldev, u8 KeySize, u8 *Key)
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo-fp.c
648
xge_hal_dtr_h *dtrh, u8 *t_code)
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo-fp.c
683
*t_code = (u8)XGE_HAL_GET_TXD_T_CODE(txdp->control_1);
usr/src/uts/common/io/xge/hal/xgehal/xgehal-mgmt.c
1253
u8 i = 0;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-mgmt.c
1305
u8 i = 0;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-mgmt.c
1443
u8 bist = 0;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-mgmt.c
1583
val_1 = (u8) xge_hal_mdio_read(hldev, XGE_HAL_MDIO_MMD_PMA_DEV_ADDR, 0x8067);
usr/src/uts/common/io/xge/hal/xgehal/xgehal-mgmt.c
1584
val_2 = (u8) xge_hal_mdio_read(hldev, XGE_HAL_MDIO_MMD_PMA_DEV_ADDR, 0x8068);
usr/src/uts/common/io/xge/hal/xgehal/xgehal-mgmt.c
590
xge_os_pci_read8(hldev->pdev, hldev->cfgh, offset, (u8*)value);
usr/src/uts/common/io/xge/hal/xgehal/xgehal-ring-fp.c
662
u8 *t_code)
usr/src/uts/common/io/xge/hal/xgehal/xgehal-ring-fp.c
718
*t_code = (u8)XGE_HAL_RXD_GET_T_CODE(rxdp->control_1);
usr/src/uts/common/io/xge/hal/xgehal/xgehal-ring.c
555
((u8 *)bar0 + 0x2e60)); /* mc_rldram_mrs_herc */
usr/src/uts/common/io/xge/hal/xgehal/xgehal-ring.c
558
((u8 *)bar0 + 0x2e60));
usr/src/uts/common/io/xge/hal/xgehal/xgehal-ring.c
562
((u8 *)bar0 + 0x2e40)); /* mc_rldram_ref_herc */
usr/src/uts/common/kiconv/kiconv_emea/kiconv_emea.c
1012
u8 = (u8 << 8) | ((uint32_t)*ib);
usr/src/uts/common/kiconv/kiconv_emea/kiconv_emea.c
1020
if (tbl[i].u8 == u8)
usr/src/uts/common/kiconv/kiconv_emea/kiconv_emea.c
1022
else if (tbl[i].u8 < u8)
usr/src/uts/common/kiconv/kiconv_emea/kiconv_emea.c
1028
if (tbl[i].u8 == u8) {
usr/src/uts/common/kiconv/kiconv_emea/kiconv_emea.c
1295
sz = u8_number_of_bytes[tbl[k].u8[0]];
usr/src/uts/common/kiconv/kiconv_emea/kiconv_emea.c
1327
*ob++ = tbl[k].u8[i];
usr/src/uts/common/kiconv/kiconv_emea/kiconv_emea.c
609
uint32_t u8;
usr/src/uts/common/kiconv/kiconv_emea/kiconv_emea.c
719
u8 = *ib++;
usr/src/uts/common/kiconv/kiconv_emea/kiconv_emea.c
723
if (*ib < u8_valid_min_2nd_byte[u8] ||
usr/src/uts/common/kiconv/kiconv_emea/kiconv_emea.c
724
*ib > u8_valid_max_2nd_byte[u8]) {
usr/src/uts/common/kiconv/kiconv_emea/kiconv_emea.c
737
u8 = (u8 << 8) | ((uint32_t)*ib);
usr/src/uts/common/kiconv/kiconv_emea/kiconv_emea.c
745
if (tbl[i].u8 == u8)
usr/src/uts/common/kiconv/kiconv_emea/kiconv_emea.c
747
else if (tbl[i].u8 < u8)
usr/src/uts/common/kiconv/kiconv_emea/kiconv_emea.c
753
if (tbl[i].u8 == u8) {
usr/src/uts/common/kiconv/kiconv_emea/kiconv_emea.c
853
sz = u8_number_of_bytes[tbl[k].u8[0]];
usr/src/uts/common/kiconv/kiconv_emea/kiconv_emea.c
873
*ob++ = tbl[k].u8[i];
usr/src/uts/common/kiconv/kiconv_emea/kiconv_emea.c
899
uint32_t u8;
usr/src/uts/common/kiconv/kiconv_emea/kiconv_emea.c
984
u8 = *ib++;
usr/src/uts/common/kiconv/kiconv_emea/kiconv_emea.c
988
if (*ib < u8_valid_min_2nd_byte[u8] ||
usr/src/uts/common/kiconv/kiconv_emea/kiconv_emea.c
989
*ib > u8_valid_max_2nd_byte[u8]) {
usr/src/uts/common/kiconv/kiconv_ko/kiconv_ko.c
541
uchar_t *u8;
usr/src/uts/common/kiconv/kiconv_ko/kiconv_ko.c
552
u8 = udc;
usr/src/uts/common/kiconv/kiconv_ko/kiconv_ko.c
556
u8 = table[index].u8;
usr/src/uts/common/kiconv/kiconv_ko/kiconv_ko.c
559
sz = u8_number_of_bytes[u8[0]];
usr/src/uts/common/kiconv/kiconv_ko/kiconv_ko.c
570
*ob++ = u8[index];
usr/src/uts/common/kiconv/kiconv_sc/kiconv_cck_common.c
150
u8 = *ib++;
usr/src/uts/common/kiconv/kiconv_sc/kiconv_cck_common.c
152
if (KICONV_IS_INVALID_UTF8_SECOND_BYTE(*ib, u8))
usr/src/uts/common/kiconv/kiconv_sc/kiconv_cck_common.c
154
u8 = (u8 << 8) | *ib++;
usr/src/uts/common/kiconv/kiconv_sc/kiconv_cck_common.c
165
u8 = (u8 << 8) | *ib++;
usr/src/uts/common/kiconv/kiconv_sc/kiconv_cck_common.c
169
sz = ptr_utf8tocck(u8, &ib, ibtail, ob, obtail, &ret_val);
usr/src/uts/common/kiconv/kiconv_sc/kiconv_cck_common.c
196
uint32_t u8;
usr/src/uts/common/kiconv/kiconv_sc/kiconv_cck_common.c
237
u8 = *ib++;
usr/src/uts/common/kiconv/kiconv_sc/kiconv_cck_common.c
239
if (KICONV_IS_INVALID_UTF8_SECOND_BYTE(*ib, u8))
usr/src/uts/common/kiconv/kiconv_sc/kiconv_cck_common.c
241
u8 = (u8 << 8) | *ib++;
usr/src/uts/common/kiconv/kiconv_sc/kiconv_cck_common.c
257
u8 = (u8 << 8) | *ib++;
usr/src/uts/common/kiconv/kiconv_sc/kiconv_cck_common.c
261
sz = ptr_utf8tocck(u8, &ib, ibtail, ob, obtail, &ret_val);
usr/src/uts/common/kiconv/kiconv_sc/kiconv_cck_common.c
83
uint32_t u8;
usr/src/uts/common/kiconv/kiconv_sc/kiconv_sc.c
700
uchar_t *u8;
usr/src/uts/common/kiconv/kiconv_sc/kiconv_sc.c
708
u8 = kiconv_gb2312_utf8[index];
usr/src/uts/common/kiconv/kiconv_sc/kiconv_sc.c
709
sz = u8_number_of_bytes[u8[0]];
usr/src/uts/common/kiconv/kiconv_sc/kiconv_sc.c
717
*ob++ = u8[index];
usr/src/uts/common/kiconv/kiconv_sc/kiconv_sc.c
724
u8[0] == KICONV_UTF8_REPLACEMENT_CHAR1 &&
usr/src/uts/common/kiconv/kiconv_sc/kiconv_sc.c
725
u8[1] == KICONV_UTF8_REPLACEMENT_CHAR2 &&
usr/src/uts/common/kiconv/kiconv_sc/kiconv_sc.c
726
u8[2] == KICONV_UTF8_REPLACEMENT_CHAR3)
usr/src/uts/common/kiconv/kiconv_sc/kiconv_sc.c
744
uchar_t *u8;
usr/src/uts/common/kiconv/kiconv_sc/kiconv_sc.c
765
u8 = u8array;
usr/src/uts/common/kiconv/kiconv_sc/kiconv_sc.c
770
u8 = kiconv_gbk4_utf8[index].u8;
usr/src/uts/common/kiconv/kiconv_sc/kiconv_sc.c
775
u8 = kiconv_gbk_utf8[index].u8;
usr/src/uts/common/kiconv/kiconv_sc/kiconv_sc.c
778
sz = u8_number_of_bytes[u8[0]];
usr/src/uts/common/kiconv/kiconv_sc/kiconv_sc.c
788
*ob++ = u8[index];
usr/src/uts/common/kiconv/kiconv_tc/kiconv_tc.c
655
uchar_t *u8;
usr/src/uts/common/kiconv/kiconv_tc/kiconv_tc.c
658
u8 = table[index].u8;
usr/src/uts/common/kiconv/kiconv_tc/kiconv_tc.c
659
sz = u8_number_of_bytes[u8[0]];
usr/src/uts/common/kiconv/kiconv_tc/kiconv_tc.c
670
*ob++ = u8[index];
usr/src/uts/common/kiconv/kiconv_tc/kiconv_tc.c
727
uchar_t *u8;
usr/src/uts/common/kiconv/kiconv_tc/kiconv_tc.c
733
u8 = kiconv_cns1_utf8[index].u8;
usr/src/uts/common/kiconv/kiconv_tc/kiconv_tc.c
738
u8 = kiconv_cns2_utf8[index].u8;
usr/src/uts/common/kiconv/kiconv_tc/kiconv_tc.c
743
u8 = kiconv_cns3_utf8[index].u8;
usr/src/uts/common/kiconv/kiconv_tc/kiconv_tc.c
748
u8 = kiconv_cns4_utf8[index].u8;
usr/src/uts/common/kiconv/kiconv_tc/kiconv_tc.c
753
u8 = kiconv_cns5_utf8[index].u8;
usr/src/uts/common/kiconv/kiconv_tc/kiconv_tc.c
758
u8 = kiconv_cns6_utf8[index].u8;
usr/src/uts/common/kiconv/kiconv_tc/kiconv_tc.c
763
u8 = kiconv_cns7_utf8[index].u8;
usr/src/uts/common/kiconv/kiconv_tc/kiconv_tc.c
779
u8 = udc;
usr/src/uts/common/kiconv/kiconv_tc/kiconv_tc.c
785
u8 = kiconv_cns15_utf8[index].u8;
usr/src/uts/common/kiconv/kiconv_tc/kiconv_tc.c
789
u8 = kiconv_cns1_utf8[index].u8;
usr/src/uts/common/kiconv/kiconv_tc/kiconv_tc.c
792
sz = u8_number_of_bytes[u8[0]];
usr/src/uts/common/kiconv/kiconv_tc/kiconv_tc.c
802
*ob++ = u8[index];
usr/src/uts/common/kiconv/kiconv_tc/kiconv_tc.c
818
uchar_t *u8;
usr/src/uts/common/kiconv/kiconv_tc/kiconv_tc.c
822
u8 = kiconv_hkscs_utf8[index].u8;
usr/src/uts/common/kiconv/kiconv_tc/kiconv_tc.c
828
if (u8[0] == 0xFF) {
usr/src/uts/common/kiconv/kiconv_tc/kiconv_tc.c
829
u8 = hkscs_special_sequence[u8[1]];
usr/src/uts/common/kiconv/kiconv_tc/kiconv_tc.c
832
sz = u8_number_of_bytes[u8[0]];
usr/src/uts/common/kiconv/kiconv_tc/kiconv_tc.c
844
*ob++ = u8[index];
usr/src/uts/common/os/kiconv.c
191
uint32_t u8;
usr/src/uts/common/os/kiconv.c
294
u8 = *ib++;
usr/src/uts/common/os/kiconv.c
298
if (*ib < u8_valid_min_2nd_byte[u8] ||
usr/src/uts/common/os/kiconv.c
299
*ib > u8_valid_max_2nd_byte[u8]) {
usr/src/uts/common/os/kiconv.c
312
u8 = (u8 << 8) | ((uint32_t)*ib);
usr/src/uts/common/os/kiconv.c
320
if (to_sb_tbl[id][i].u8 == u8)
usr/src/uts/common/os/kiconv.c
322
else if (to_sb_tbl[id][i].u8 < u8)
usr/src/uts/common/os/kiconv.c
328
if (to_sb_tbl[id][i].u8 == u8) {
usr/src/uts/common/os/kiconv.c
413
sz = u8_number_of_bytes[to_u8_tbl[(ulong_t)kcd][k].u8[0]];
usr/src/uts/common/os/kiconv.c
434
*ob++ = to_u8_tbl[(ulong_t)kcd][k].u8[i];
usr/src/uts/common/os/kiconv.c
459
uint32_t u8;
usr/src/uts/common/os/kiconv.c
535
u8 = *ib++;
usr/src/uts/common/os/kiconv.c
539
if (*ib < u8_valid_min_2nd_byte[u8] ||
usr/src/uts/common/os/kiconv.c
540
*ib > u8_valid_max_2nd_byte[u8]) {
usr/src/uts/common/os/kiconv.c
563
u8 = (u8 << 8) | ((uint32_t)*ib);
usr/src/uts/common/os/kiconv.c
571
if (to_sb_tbl[id][i].u8 == u8)
usr/src/uts/common/os/kiconv.c
573
else if (to_sb_tbl[id][i].u8 < u8)
usr/src/uts/common/os/kiconv.c
579
if (to_sb_tbl[id][i].u8 == u8) {
usr/src/uts/common/os/kiconv.c
667
sz = u8_number_of_bytes[to_u8_tbl[id][k].u8[0]];
usr/src/uts/common/os/kiconv.c
699
*ob++ = to_u8_tbl[id][k].u8[i];
usr/src/uts/common/os/sunddi.c
313
uint8_t u8;
usr/src/uts/common/os/sunddi.c
330
peekpoke_value.u8 = *(uint8_t *)value_p;
usr/src/uts/common/os/sunddi.c
358
*(uint8_t *)value_p = peekpoke_value.u8;
usr/src/uts/common/sys/kiconv.h
115
uchar_t u8[3];
usr/src/uts/common/sys/kiconv.h
119
uint32_t u8:24;
usr/src/uts/common/sys/kiconv_cck_common.h
107
uchar_t u8[4];
usr/src/uts/common/sys/rsm/rsm_common.h
194
uint8_t u8[8];
usr/src/uts/sun4u/io/pci/pci_tools.c
173
*value_p = (uint64_t)peek_value.u8;
usr/src/uts/sun4u/io/pci/pci_tools.c
212
poke_value.u8 = (uint8_t)value;
usr/src/uts/sun4u/io/pci/pci_tools.c
81
uint8_t u8;
usr/src/uts/sun4u/io/px/px_tools_4u.c
149
*value_p = (uint64_t)peek_value.u8;
usr/src/uts/sun4u/io/px/px_tools_4u.c
188
poke_value.u8 = (uint8_t)value;
usr/src/uts/sun4u/io/px/px_tools_4u.c
82
uint8_t u8;