usr/src/boot/efi/include/Uefi/UefiInternalFormRepresentation.h
1033
} u16;
usr/src/boot/efi/include/Uefi/UefiInternalFormRepresentation.h
678
UINT16 u16;
usr/src/boot/efi/libefi/env.c
919
UINT16 *u16 = (UINT16 *)data;
usr/src/boot/efi/libefi/env.c
923
printf(" %u", u16[i]);
usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/ipqosconf.c
3381
uint16_t u16;
usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/ipqosconf.c
3383
(void) nvpair_value_uint16(nvp, &u16);
usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/ipqosconf.c
3384
(void) fprintf(fp, "%u\n", u16);
usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/ipqosconf.c
5958
uint16_t u16;
usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/ipqosconf.c
5960
res = readuint16(valst, &u16, &tmp);
usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/ipqosconf.c
5962
res = nvlist_add_uint16(*nvlp, name, u16);
usr/src/cmd/cxgbetool/cudbg_view.c
1953
u16 *mtus;
usr/src/cmd/cxgbetool/cudbg_view.c
1959
mtus = (u16 *)dc_buff.data;
usr/src/cmd/cxgbetool/cudbg_view.c
2288
u16 *pdata = NULL;
usr/src/cmd/cxgbetool/cudbg_view.c
2296
pdata = (u16 *) dc_buff.data;
usr/src/cmd/cxgbetool/cudbg_view.c
3567
u16 (*incr)[NCCTRL_WIN];
usr/src/cmd/cxgbetool/cudbg_view.c
3676
u16 mbox_cmds;
usr/src/cmd/cxgbetool/cudbg_view.c
3683
mbox_cmds = (u16)dc_buff.size / sizeof(struct cudbg_mbox_log);
usr/src/cmd/dtrace/test/tst/common/bitfields/tst.bitfields.c
64
uint16_t u16;
usr/src/cmd/dtrace/test/tst/common/bitfields/tst.bitfields.c
82
u16 = (uint16_t)l;
usr/src/cmd/dtrace/test/tst/common/bitfields/tst.bitfields.c
89
mumble(f, (bit0_t *)&u32, (bit1_t *)&u16);
usr/src/cmd/i2cadm/i2cadm_io.c
507
uint16_t *u16;
usr/src/cmd/i2cadm/i2cadm_io.c
551
u16 = req->io_wdata;
usr/src/cmd/i2cadm/i2cadm_io.c
552
u16[i] = (uint16_t)ull;
usr/src/cmd/nvmeadm/nvmeadm_phyeye.c
653
uint16_t u16;
usr/src/cmd/nvmeadm/nvmeadm_phyeye.c
659
(void) memcpy(&u16, &desc->eld_edlen, sizeof (uint16_t));
usr/src/cmd/nvmeadm/nvmeadm_phyeye.c
660
return (u16);
usr/src/cmd/od/od.c
134
DECL_GET(u16)
usr/src/cmd/od/od.c
158
DECL_OUT(oct_w, u16, " %06ho")
usr/src/cmd/od/od.c
162
DECL_OUT(dec_w, u16, " %05hu")
usr/src/cmd/od/od.c
170
DECL_OUT(hex_w, u16, " %04hx")
usr/src/cmd/pcieadm/pcieadm_bar.c
738
uint16_t u16;
usr/src/cmd/pcieadm/pcieadm_bar.c
754
u16 = (uint8_t)value;
usr/src/cmd/pcieadm/pcieadm_bar.c
755
(void) memcpy(buf, &u16, sizeof (uint16_t));
usr/src/grub/grub-0.97/netboot/davicom.c
168
static void phy_write(int, u16);
usr/src/grub/grub-0.97/netboot/davicom.c
211
u16 phy_data;
usr/src/grub/grub-0.97/netboot/davicom.c
253
static void phy_write(int location, u16 phy_data)
usr/src/grub/grub-0.97/netboot/davicom.c
255
u16 i, phy_addr=1;
usr/src/grub/grub-0.97/netboot/eepro100.c
247
u16 count;
usr/src/grub/grub-0.97/netboot/eepro100.c
248
u16 size;
usr/src/grub/grub-0.97/netboot/eepro100.c
555
u16 intr_status;
usr/src/grub/grub-0.97/netboot/forcedeth.c
288
u16 Length;
usr/src/grub/grub-0.97/netboot/forcedeth.c
289
u16 Flags;
usr/src/grub/grub-0.97/netboot/forcedeth.c
338
u16 tx_flags;
usr/src/grub/grub-0.97/netboot/forcedeth.c
843
u16 nstype;
usr/src/grub/grub-0.97/netboot/forcedeth.c
855
nstype = htons((u16) t); /* type */
usr/src/grub/grub-0.97/netboot/natsemi.c
85
#define get_u16(ptr) (*(u16 *)(ptr))
usr/src/grub/grub-0.97/netboot/ns83820.c
398
u16 next_rx, next_empty;
usr/src/grub/grub-0.97/netboot/ns83820.c
406
u16 tx_done_idx;
usr/src/grub/grub-0.97/netboot/ns83820.c
407
u16 tx_idx;
usr/src/grub/grub-0.97/netboot/ns83820.c
408
u16 tx_intr_idx;
usr/src/grub/grub-0.97/netboot/ns83820.c
724
u16 nstype;
usr/src/grub/grub-0.97/netboot/ns83820.c
733
nstype = htons((u16) t);
usr/src/grub/grub-0.97/netboot/pcnet32.c
216
u16 mode;
usr/src/grub/grub-0.97/netboot/pcnet32.c
217
u16 tlen_rlen;
usr/src/grub/grub-0.97/netboot/pcnet32.c
219
u16 reserved;
usr/src/grub/grub-0.97/netboot/pcnet32.c
227
u16(*read_csr) (unsigned long, int);
usr/src/grub/grub-0.97/netboot/pcnet32.c
228
void (*write_csr) (unsigned long, int, u16);
usr/src/grub/grub-0.97/netboot/pcnet32.c
229
u16(*read_bcr) (unsigned long, int);
usr/src/grub/grub-0.97/netboot/pcnet32.c
230
void (*write_bcr) (unsigned long, int, u16);
usr/src/grub/grub-0.97/netboot/pcnet32.c
231
u16(*read_rap) (unsigned long);
usr/src/grub/grub-0.97/netboot/pcnet32.c
232
void (*write_rap) (unsigned long, u16);
usr/src/grub/grub-0.97/netboot/pcnet32.c
292
static u16 pcnet32_wio_read_csr(unsigned long addr, int index)
usr/src/grub/grub-0.97/netboot/pcnet32.c
298
static void pcnet32_wio_write_csr(unsigned long addr, int index, u16 val)
usr/src/grub/grub-0.97/netboot/pcnet32.c
304
static u16 pcnet32_wio_read_bcr(unsigned long addr, int index)
usr/src/grub/grub-0.97/netboot/pcnet32.c
310
static void pcnet32_wio_write_bcr(unsigned long addr, int index, u16 val)
usr/src/grub/grub-0.97/netboot/pcnet32.c
316
static u16 pcnet32_wio_read_rap(unsigned long addr)
usr/src/grub/grub-0.97/netboot/pcnet32.c
321
static void pcnet32_wio_write_rap(unsigned long addr, u16 val)
usr/src/grub/grub-0.97/netboot/pcnet32.c
347
static u16 pcnet32_dwio_read_csr(unsigned long addr, int index)
usr/src/grub/grub-0.97/netboot/pcnet32.c
353
static void pcnet32_dwio_write_csr(unsigned long addr, int index, u16 val)
usr/src/grub/grub-0.97/netboot/pcnet32.c
359
static u16 pcnet32_dwio_read_bcr(unsigned long addr, int index)
usr/src/grub/grub-0.97/netboot/pcnet32.c
365
static void pcnet32_dwio_write_bcr(unsigned long addr, int index, u16 val)
usr/src/grub/grub-0.97/netboot/pcnet32.c
371
static u16 pcnet32_dwio_read_rap(unsigned long addr)
usr/src/grub/grub-0.97/netboot/pcnet32.c
376
static void pcnet32_dwio_write_rap(unsigned long addr, u16 val)
usr/src/grub/grub-0.97/netboot/pcnet32.c
440
u16 val;
usr/src/grub/grub-0.97/netboot/pcnet32.c
589
u16 nstype;
usr/src/grub/grub-0.97/netboot/pcnet32.c
590
u16 status;
usr/src/grub/grub-0.97/netboot/pcnet32.c
600
nstype = htons((u16) t); /* type */
usr/src/grub/grub-0.97/netboot/pcnet32.c
911
u16 mii_lpa;
usr/src/grub/grub-0.97/netboot/pcnet32.c
957
u16 val_out;
usr/src/grub/grub-0.97/netboot/r8169.c
321
static const u16 rtl8169_intr_mask =
usr/src/grub/grub-0.97/netboot/r8169.c
507
u16 nstype;
usr/src/grub/grub-0.97/netboot/r8169.c
516
nstype = htons((u16) t);
usr/src/grub/grub-0.97/netboot/sis900.c
109
u16 status;
usr/src/grub/grub-0.97/netboot/sis900.c
131
static u16 sis900_read_eeprom(int location);
usr/src/grub/grub-0.97/netboot/sis900.c
134
static u16 sis900_mdio_read(int phy_id, int location);
usr/src/grub/grub-0.97/netboot/sis900.c
167
u16 signature;
usr/src/grub/grub-0.97/netboot/sis900.c
171
signature = (u16) sis900_read_eeprom( EEPROMSignature);
usr/src/grub/grub-0.97/netboot/sis900.c
179
((u16 *)(nic->node_addr))[i] = sis900_read_eeprom(i+EEPROMMACAddr);
usr/src/grub/grub-0.97/netboot/sis900.c
214
((u16 *)(nic->node_addr))[i] = sis900_read_eeprom(i+EEPROMMACAddr);
usr/src/grub/grub-0.97/netboot/sis900.c
293
*( ((u16 *)nic->node_addr) + i) = inw(ioaddr + rfdr);
usr/src/grub/grub-0.97/netboot/sis900.c
374
u16 mii_status;
usr/src/grub/grub-0.97/netboot/sis900.c
375
u16 phy_id0, phy_id1;
usr/src/grub/grub-0.97/netboot/sis900.c
445
static u16 sis900_read_eeprom(int location)
usr/src/grub/grub-0.97/netboot/sis900.c
448
u16 retval = 0;
usr/src/grub/grub-0.97/netboot/sis900.c
515
static u16 sis900_mdio_read(int phy_id, int location)
usr/src/grub/grub-0.97/netboot/sis900.c
519
u16 retval = 0;
usr/src/grub/grub-0.97/netboot/sis900.c
672
w = (u32) *((u16 *)(nic->node_addr)+i);
usr/src/grub/grub-0.97/netboot/sis900.c
72
u16 vendor_id, device_id, flags;
usr/src/grub/grub-0.97/netboot/sis900.c
759
u16 mc_filter[16] = {0}; /* 256/128 bits multicast hash table */
usr/src/grub/grub-0.97/netboot/sis900.c
845
u16 phy_id0, phy_id1;
usr/src/grub/grub-0.97/netboot/sis900.c
893
u16 status;
usr/src/grub/grub-0.97/netboot/sis900.c
91
u16 phy_id0;
usr/src/grub/grub-0.97/netboot/sis900.c
92
u16 phy_id1;
usr/src/grub/grub-0.97/netboot/sundance.c
400
u16 addr16;
usr/src/grub/grub-0.97/netboot/sundance.c
520
u16 nstype;
usr/src/grub/grub-0.97/netboot/sundance.c
528
nstype = htons((u16) t);
usr/src/grub/grub-0.97/netboot/sundance.c
589
u16 mii_ctl;
usr/src/grub/grub-0.97/netboot/sundance.c
603
((u16 *) ee_data)[i] =
usr/src/grub/grub-0.97/netboot/sundance.c
711
u16 mii_advertise, mii_lpa;
usr/src/grub/grub-0.97/netboot/sundance.c
870
u16 mc_filter[4]; /* Multicast hash filter */
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
1004
u16 sio;
usr/src/grub/grub-0.97/netboot/tlan.c
102
static int TLan_MiiReadReg(struct nic *nic __unused, u16, u16, u16 *);
usr/src/grub/grub-0.97/netboot/tlan.c
103
static void TLan_MiiSendData(u16, u32, unsigned);
usr/src/grub/grub-0.97/netboot/tlan.c
104
static void TLan_MiiSync(u16);
usr/src/grub/grub-0.97/netboot/tlan.c
105
static void TLan_MiiWriteReg(struct nic *nic __unused, u16, u16, u16);
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
1064
u16 sio;
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
1185
int TLan_MiiReadReg(struct nic *nic __unused, u16 phy, u16 reg, u16 * val)
usr/src/grub/grub-0.97/netboot/tlan.c
1188
u16 sio, tmp;
usr/src/grub/grub-0.97/netboot/tlan.c
1264
void TLan_MiiSendData(u16 base_port, u32 data, unsigned num_bits)
usr/src/grub/grub-0.97/netboot/tlan.c
1266
u16 sio;
usr/src/grub/grub-0.97/netboot/tlan.c
130
u16 addrOfs; /* Address Offset */
usr/src/grub/grub-0.97/netboot/tlan.c
1306
void TLan_MiiSync(u16 base_port)
usr/src/grub/grub-0.97/netboot/tlan.c
1309
u16 sio;
usr/src/grub/grub-0.97/netboot/tlan.c
1345
void TLan_MiiWriteReg(struct nic *nic __unused, u16 phy, u16 reg, u16 val)
usr/src/grub/grub-0.97/netboot/tlan.c
1347
u16 sio;
usr/src/grub/grub-0.97/netboot/tlan.c
1433
u16 control;
usr/src/grub/grub-0.97/netboot/tlan.c
1434
u16 hi;
usr/src/grub/grub-0.97/netboot/tlan.c
1435
u16 lo;
usr/src/grub/grub-0.97/netboot/tlan.c
1481
u16 value;
usr/src/grub/grub-0.97/netboot/tlan.c
1507
u16 value;
usr/src/grub/grub-0.97/netboot/tlan.c
1526
u16 phy;
usr/src/grub/grub-0.97/netboot/tlan.c
1527
u16 value;
usr/src/grub/grub-0.97/netboot/tlan.c
1554
u16 ability;
usr/src/grub/grub-0.97/netboot/tlan.c
1555
u16 control;
usr/src/grub/grub-0.97/netboot/tlan.c
1556
u16 data;
usr/src/grub/grub-0.97/netboot/tlan.c
1557
u16 phy;
usr/src/grub/grub-0.97/netboot/tlan.c
1558
u16 status;
usr/src/grub/grub-0.97/netboot/tlan.c
1559
u16 tctl;
usr/src/grub/grub-0.97/netboot/tlan.c
1647
u16 an_adv;
usr/src/grub/grub-0.97/netboot/tlan.c
1648
u16 an_lpa;
usr/src/grub/grub-0.97/netboot/tlan.c
1649
u16 data;
usr/src/grub/grub-0.97/netboot/tlan.c
1650
u16 mode;
usr/src/grub/grub-0.97/netboot/tlan.c
1651
u16 phy;
usr/src/grub/grub-0.97/netboot/tlan.c
1652
u16 status;
usr/src/grub/grub-0.97/netboot/tlan.c
1752
u16 phy;
usr/src/grub/grub-0.97/netboot/tlan.c
1753
u16 phy_status;
usr/src/grub/grub-0.97/netboot/tlan.c
188
u16 cStat;
usr/src/grub/grub-0.97/netboot/tlan.c
189
u16 frameSize;
usr/src/grub/grub-0.97/netboot/tlan.c
358
TLan_DioWrite32(BASE, (u16) i, 0);
usr/src/grub/grub-0.97/netboot/tlan.c
365
TLan_DioWrite16(BASE, TLAN_NET_CONFIG, (u16) data);
usr/src/grub/grub-0.97/netboot/tlan.c
402
TLan_DioWrite16(BASE, TLAN_NET_CONFIG, (u16) data);
usr/src/grub/grub-0.97/netboot/tlan.c
418
u16 status;
usr/src/grub/grub-0.97/netboot/tlan.c
419
u16 partner;
usr/src/grub/grub-0.97/netboot/tlan.c
420
u16 tlphy_ctl;
usr/src/grub/grub-0.97/netboot/tlan.c
421
u16 tlphy_par;
usr/src/grub/grub-0.97/netboot/tlan.c
422
u16 tlphy_id1, tlphy_id2;
usr/src/grub/grub-0.97/netboot/tlan.c
539
u16 tmpCStat = le32_to_cpu(rx_ring[entry].cStat);
usr/src/grub/grub-0.97/netboot/tlan.c
540
u16 host_int = inw(BASE + TLAN_HOST_INT);
usr/src/grub/grub-0.97/netboot/tlan.c
616
u16 nstype;
usr/src/grub/grub-0.97/netboot/tlan.c
624
u16 tmpCStat;
usr/src/grub/grub-0.97/netboot/tlan.c
626
u16 host_int = inw(BASE + TLAN_HOST_INT);
usr/src/grub/grub-0.97/netboot/tlan.c
656
nstype = htons((u16) t);
usr/src/grub/grub-0.97/netboot/tlan.c
684
tail_list->frameSize = (u16) s;
usr/src/grub/grub-0.97/netboot/tlan.c
79
static void TLan_EeSendStart(u16);
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
82
static int TLan_EeReadByte(u16 io_base, u8, u8 *);
usr/src/grub/grub-0.97/netboot/tlan.c
841
u16 data = 0;
usr/src/grub/grub-0.97/netboot/tlan.c
960
void TLan_EeSendStart(u16 io_base)
usr/src/grub/grub-0.97/netboot/tlan.c
962
u16 sio;
usr/src/grub/grub-0.97/netboot/tlan.h
100
u16 addrOfs;
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
406
inline u16 TLan_DioRead16(u16 base_addr, u16 internal_addr)
usr/src/grub/grub-0.97/netboot/tlan.h
416
inline u32 TLan_DioRead32(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
436
inline void TLan_DioWrite16(u16 base_addr, u16 internal_addr, u16 data)
usr/src/grub/grub-0.97/netboot/tlan.h
446
inline void TLan_DioWrite32(u16 base_addr, u16 internal_addr, u32 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
96
u16 vendorId;
usr/src/grub/grub-0.97/netboot/tlan.h
97
u16 deviceId;
usr/src/grub/grub-0.97/netboot/tulip.c
1073
u16 nstype;
usr/src/grub/grub-0.97/netboot/tulip.c
1086
nstype = htons((u16) t);
usr/src/grub/grub-0.97/netboot/tulip.c
131
#define get_u16(ptr) (*(u16 *)(ptr))
usr/src/grub/grub-0.97/netboot/tulip.c
1331
put_unaligned(le16_to_cpu(value), ((u16*)nic->node_addr) + i);
usr/src/grub/grub-0.97/netboot/tulip.c
1337
put_unaligned(inl(ioaddr + 0xA8), (u16 *)(nic->node_addr + 4));
usr/src/grub/grub-0.97/netboot/tulip.c
1346
((u16 *)ee_data)[i] =
usr/src/grub/grub-0.97/netboot/tulip.c
1396
u16 media2advert[] = { 0x20, 0x40, 0x03e0, 0x60, 0x80, 0x100, 0x200 };
usr/src/grub/grub-0.97/netboot/tulip.c
1762
u16 setup[5];
usr/src/grub/grub-0.97/netboot/tulip.c
1827
u16 *misc_info;
usr/src/grub/grub-0.97/netboot/tulip.c
1832
u16 *init_sequence = (u16*)(p+2);
usr/src/grub/grub-0.97/netboot/tulip.c
1833
u16 *reset_sequence = &((u16*)(p+3))[init_length];
usr/src/grub/grub-0.97/netboot/tulip.c
1845
misc_info = (u16*)(reset_sequence + reset_length);
usr/src/grub/grub-0.97/netboot/tulip.c
279
static u16 t21041_csr13[] = { 0xEF01, 0xEF09, 0xEF09, 0xEF01, 0xEF09, };
usr/src/grub/grub-0.97/netboot/tulip.c
280
static u16 t21041_csr14[] = { 0xFFFF, 0xF7FD, 0xF7FD, 0x7F3F, 0x7F3D, };
usr/src/grub/grub-0.97/netboot/tulip.c
281
static u16 t21041_csr15[] = { 0x0008, 0x0006, 0x000E, 0x0008, 0x0008, };
usr/src/grub/grub-0.97/netboot/tulip.c
286
static u16 t21142_csr14[] = { 0xFFFF, 0x0705, 0x0705, 0x0000, 0x7F3D, };
usr/src/grub/grub-0.97/netboot/tulip.c
326
u16 defaultmedia;
usr/src/grub/grub-0.97/netboot/tulip.c
425
u16 sym_advertise, mii_advertise; /* NWay to-advertise. */
usr/src/grub/grub-0.97/netboot/tulip.c
427
u16 lpar; /* 21143 Link partner ability. */
usr/src/grub/grub-0.97/netboot/tulip.c
428
u16 advertising[4]; /* MII advertise, from SROM table. */
usr/src/grub/grub-0.97/netboot/tulip.c
442
u16 newtable[32]; /* Max length below. */
usr/src/grub/grub-0.97/netboot/tulip.c
812
u16 media = get_u16(p);
usr/src/grub/grub-0.97/netboot/tulip.c
853
u16 *p1 = (u16 *)(p + (p[2] & 0x40 ? 9 : 3));
usr/src/grub/grub-0.97/netboot/tulip.c
994
u32 addr_high = cpu_to_le32(get_unaligned((u16 *)(nic->node_addr+4)));
usr/src/grub/grub-0.97/netboot/w89c840.c
253
u16 advertising; /* NWay media advertisement */
usr/src/grub/grub-0.97/netboot/w89c840.c
521
w840private.tx_q_bytes = (u16) s;
usr/src/grub/grub-0.97/netboot/w89c840.c
615
u16 sum = 0;
usr/src/grub/grub-0.97/stage2/jfs.h
106
typedef u16 UniChar;
usr/src/lib/libdladm/common/linkprop.c
3958
uint16_t u16;
usr/src/lib/libdladm/common/linkprop.c
3979
u16 = vdp->vd_val;
usr/src/lib/libdladm/common/linkprop.c
3980
val = &u16;
usr/src/lib/libi2c/common/libi2c_io.c
269
smbus_io_req_set_write_u16(smbus_io_req_t *req, uint8_t cmd, uint16_t u16)
usr/src/lib/libi2c/common/libi2c_io.c
275
req->sir_write = u16;
usr/src/lib/libi2c/common/libi2c_io.c
525
uint16_t u16 = htole16((uint16_t)req->sir_write);
usr/src/lib/libi2c/common/libi2c_io.c
526
(void) memcpy(smbus.smbr_wdata, &u16, sizeof (u16));
usr/src/lib/libi2c/common/libi2c_io.c
568
uint16_t u16;
usr/src/lib/libi2c/common/libi2c_io.c
569
(void) memcpy(&u16, smbus.smbr_rdata, sizeof (uint16_t));
usr/src/lib/libi2c/common/libi2c_io.c
570
*(uint16_t *)req->sir_readp = letoh16(u16);
usr/src/lib/libresolv2/common/resolv/res_init.c
772
u_int16_t u16;
usr/src/lib/libresolv2/common/resolv/res_init.c
781
u16 = getpid();
usr/src/lib/libresolv2/common/resolv/res_init.c
782
memcpy(statp->_u._ext._rnd + 12, &u16, 2);
usr/src/lib/libresolv2/common/resolv/res_init.c
789
u_int16_t u16;
usr/src/lib/libresolv2/common/resolv/res_init.c
793
u16 = (u_int16_t) (now.tv_sec ^ now.tv_usec);
usr/src/lib/libresolv2/common/resolv/res_init.c
795
memcpy(statp->_u._ext._rnd + 14, &u16, 2);
usr/src/lib/libresolv2/common/resolv/res_init.c
805
memcpy(&u16, statp->_u._ext._rnd + 14, 2);
usr/src/lib/libresolv2/common/resolv/res_init.c
806
return ((u_int) u16);
usr/src/lib/libsqlite/src/btree.c
176
u16 firstCell; /* Index in MemPage.u.aDisk[] of the first cell */
usr/src/lib/libsqlite/src/btree.c
177
u16 firstFree; /* Index in MemPage.u.aDisk[] of the first free block */
usr/src/lib/libsqlite/src/btree.c
192
u16 nKey; /* Number of bytes in the key */
usr/src/lib/libsqlite/src/btree.c
193
u16 iNext; /* Index in MemPage.u.aDisk[] of next cell in sorted order */
usr/src/lib/libsqlite/src/btree.c
196
u16 nData; /* Number of bytes of data */
usr/src/lib/libsqlite/src/btree.c
2090
u16 *pIdx;
usr/src/lib/libsqlite/src/btree.c
262
u16 iSize; /* Number of bytes in this block of free space */
usr/src/lib/libsqlite/src/btree.c
263
u16 iNext; /* Index in MemPage.u.aDisk[] of the next free block */
usr/src/lib/libsqlite/src/btree.c
3046
u16 idx;
usr/src/lib/libsqlite/src/btree.c
395
u16 swab16(u16 x){
usr/src/lib/libsqlite/src/btree.c
477
u16 *pIdx;
usr/src/lib/libsqlite/src/btree.c
526
u16 *pIdx, idx;
usr/src/lib/libsqlite/src/btree.c
546
pFBlk->iSize = swab16((u16)swab16(pNext->iSize)+iSize+size);
usr/src/lib/libsqlite/src/btree.c
700
assert( sizeof(u16)==2 );
usr/src/lib/libsqlite/src/btree.c
73
#define SWAB16(B,X) ((B)->needSwab? swab16((u16)X) : ((u16)X))
usr/src/lib/libsqlite/src/sqliteInt.h
269
u16 flags; /* Flags associated with this database */
usr/src/tools/smatch/src/validation/bswap-constant-folding.c
14
static u16 protocol;
usr/src/tools/smatch/src/validation/builtin-bswap-variable.c
5
static u16 swap16v(u16 a)
usr/src/tools/smatch/src/validation/cast-bad-00.c
11
u16 b;
usr/src/tools/smatch/src/validation/cast-bad-00.c
15
void bar(u16, u32);
usr/src/tools/smatch/src/validation/cast-bad-00.c
16
void union_to_int(u16 val);
usr/src/tools/smatch/src/validation/cast-bad-00.c
17
void struct_to_int(u16 val);
usr/src/tools/smatch/src/validation/cast-bad-00.c
20
void union_to_int(u16 val)
usr/src/tools/smatch/src/validation/cast-bad-00.c
28
void struct_to_int(u16 val)
usr/src/tools/smatch/src/validation/cast-bad-00.c
6
u16 b;
usr/src/tools/smatch/src/validation/mem2reg/short-load.c
11
u16 b;
usr/src/tools/smatch/src/validation/mem2reg/short-load.c
14
void bar(u16, union u);
usr/src/tools/smatch/src/validation/mem2reg/short-load.c
16
void foo(u16 val)
usr/src/tools/smatch/src/validation/optim/and-extend.c
8
u16 i = ((u16)x) & 0x7fffU;
usr/src/uts/common/fs/zfs/ddt.c
779
uint16_t u16[DDT_KEY_CMP_LEN];
usr/src/uts/common/fs/zfs/ddt.c
792
cmp = (int32_t)k1->u16[i] - (int32_t)k2->u16[i];
usr/src/uts/common/io/bnx/include/bcmtype.h
57
typedef u16 u16_t;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
10022
u16 val1;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
10146
u16 led_mode_bitmask = 0;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
10147
u16 gpio_pins_bitmask = 0;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
10148
u16 val;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
10207
u16 tmp1, val;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
10265
u16 tmp1, mod_abs, tmp2;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
1030
u16 *total_bw)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
10350
u16 mod_abs, rx_alarm_status;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
10437
u16 link_status = 0;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
10438
u16 rx_alarm_status, lasi_ctrl, val1;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
10619
u16 val, fw_ver2, cnt, i;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
10628
u16 fw_ver1;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
10691
u16 val, offset, i;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
10757
u16 autoneg_val, an_1000_val, an_10_100_val;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
10926
struct elink_params *params, u16 fw_cmd,
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
10927
u16 cmd_args[], int argc)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
10930
u16 val;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
10987
u16 data[PHY84833_CMDHDLR_MAX_ARGS];
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
11001
data[1] = (u16)pair_swap;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
11097
u16 cmd_args = 0;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
11120
u16 cmd_args = 1;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
11141
u16 val;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
11144
u16 cmd_args[PHY84833_CMDHDLR_MAX_ARGS];
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
11178
u16 temp;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
11313
(u16)~MDIO_84833_SUPER_ISOLATE);
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
11324
u16 val, val1, val2;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
11344
u16 legacy_status, legacy_speed;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
11375
u16 mii_ctrl;
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
11504
u16 val16;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
11530
u16 val;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
11810
u16 autoneg_val, an_1000_val, an_10_100_val, ctrl, legacy_status;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
11847
u16 temp;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
11877
u16 autoneg_val, an_1000_val, an_10_100_val, fc_val, temp;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
12096
u16 temp;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
12163
u16 val;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
12165
u16 legacy_status, legacy_speed;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
12270
u16 val;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
12325
u16 fw_ver1, fw_ver2, val;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
12367
u16 val1, val2;
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
12417
u16 val, cnt;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
12455
u16 val = 0;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
1270
u16 total_bw = 0;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
14392
u16 val;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
14733
u16 val, cnt;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
14858
u16 val;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
15250
u16 base_page, next_page, not_kr2_device, lane;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
15321
u16 phy_idx;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
15611
u16 cmd_args[PHY84833_CMDHDLR_MAX_ARGS];
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
15651
u16 val;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
1673
u16 timeout;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
1712
u16 tx_pause_en,
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
2865
u16 reg, u16 val)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
2900
u16 reg, u16 *ret_val)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
2903
u16 i;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
2922
*ret_val = (u16)(val & EMAC_MDIO_COMM_DATA);
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
2946
u16 i;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
2994
*ret_val = (u16)(val & EMAC_MDIO_COMM_DATA);
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
3010
u16 temp_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
3088
u16 temp_val;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
3259
u16 val = 0;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
3296
u16 adv = 0, lp = 0;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
3369
u16 sl_addr,
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
3460
u16 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
3469
u16 val;
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
3494
u8 devad, u16 reg, u16 val)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
3573
u16 offset, aer_val;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
3679
struct elink_params *params, u16 *ieee_fc)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
3770
u16 val;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
3825
u16 ld_pause; /* local */
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
3826
u16 lp_pause; /* link partner */
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
3827
u16 pause_result;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
3837
u16 gp_status, gp_mask;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
3934
u16 i;
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
4020
u16 lane = elink_get_warpcore_lane(phy, params);
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
4033
u16 lane, i, cl72_ctrl, an_adv = 0, val;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
4063
u16 addr = MDIO_WC_REG_SERDESDIGITAL_CONTROL1000X2;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
4187
u16 val16, i, lane;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
4255
u16 misc1_val, tap_val, tx_driver_val, lane, val;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
4319
tap_val = (u16)tx_equal;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
4324
tx_driver_val = WC_TX_DRIVER(0x03, (u16)tx_drv_brdct,
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
4369
u16 val;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
4423
u16 lane)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
4483
u16 val16, digctrl_kx1, digctrl_kx2;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
4565
u16 val;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
4583
u16 lane)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
4586
u16 i;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
4677
u16 gp2_status_reg0, lane;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
4695
u16 gp_status1 = 0, lnkup = 0, lnkup_kr = 0;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
470
if ((u16)cur_req_fc_auto_adv != params->req_fc_auto_adv) {
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
4703
u16 lane = elink_get_warpcore_lane(phy, params);
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
4746
u16 lane = elink_get_warpcore_lane(phy, params);
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
4790
u16 lane = elink_get_warpcore_lane(phy, params);
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
4901
u16 val16, lane;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
4958
u16 val16;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
5004
u16 path_swap_ovr, path_swap, i;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
5043
~((u16)((1 << i) | (1 << (4+i)))));
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
5069
u16 val16;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
5084
u16 rx_lane_swap, tx_lane_swap, val16;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
5144
u16 time;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
5173
u16 lane, val;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
5210
u16 lane, val;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
5269
u16 val, cnt;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
5511
u16 new_master_ln, ser_lane;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
5533
u16 mii_control;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
5534
u16 i;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
5581
u16 rx_lane_swap, tx_lane_swap;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
5620
u16 control2;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
5675
u16 reg_val;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
5778
u16 reg_val;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
5826
u16 val = 0;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
5844
u16 ieee_fc)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
5847
u16 val;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
5868
u16 mii_control;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
5908
u16 control1;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
5929
u16 mii_control;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
5979
u16 pd_10g, status2_1000x;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
6014
u16 ld_pause; /* local driver */
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
6015
u16 lp_pause; /* link partner */
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
6016
u16 pause_result;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
6090
u16 rx_status, ustat_val, cl37_fsm_received;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
6171
u16 is_link_up,
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
6172
u16 speed_mask,
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
6173
u16 is_duplex)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
6268
u16 gp_status, duplex = DUPLEX_HALF, link_up = 0, speed_mask;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
6307
u16 val;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
6344
u16 gp_status1, gp_speed, link_up, duplex = DUPLEX_FULL;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
6357
u16 temp_link_up;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
6378
u16 an_link;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
6386
u16 pd, gp_status4;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
6411
u16 val;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
6470
u16 lp_up2;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
6471
u16 tx_driver;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
6472
u16 bank;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
6510
u16 mode = 0;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
6556
u16 bank, i = 0;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
6671
static u16 elink_wait_reset_complete(struct elink_dev *cb,
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
6675
u16 cnt, ctrl;
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
6869
elink_null_format_ver(u32 spirom_ver, u8 *str, u16 *len)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
6881
u16 len)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
6887
u16 remain_len = len;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
6964
u16 mii_ctrl;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
6984
u16 hw_led_mode = params->hw_led_mode;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
7142
u16 gp_status = 0, phy_index = 0;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
7156
u16 link_up;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
7535
u16 ext_phy_line_speed = 0, prev_line_speed = vars->line_speed;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
7800
(u16)(spirom_ver>>16), (u16)spirom_ver, port);
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
7811
u16 fw_ver1, fw_ver2;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
7827
u16 val;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
7860
u16 pause_result;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
7861
u16 ld_pause; /* local */
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
7862
u16 lp_pause; /* link partner */
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
7887
u16 fw_ver1, fw_msgout;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
7968
u16 val;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
7993
u16 val, cnt, cnt1 ;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
8066
u16 cl37_val;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
8120
u16 val = 0, tmp1;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
8215
u16 phy_ver;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
8271
u16 val1, val2;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
8272
u16 link_status = 0;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
8273
u16 an1000_status = 0;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
8466
u16 val1, rx_sd;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
8543
u16 val;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
8578
u16 gpio_pin;
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
8624
u16 val = 0;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
8625
u16 i;
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
8719
u16 addr32;
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
8759
u16 val, i;
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
8988
u16 *edc_mode)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
9253
u16 timeout;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
9289
u16 val;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
9321
u16 edc_mode)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
9323
u16 cur_limiting_mode;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
9372
u16 edc_mode)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
9374
u16 phy_identifier;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
9375
u16 rom_ver2_val;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
9409
u16 val;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
9469
u16 gpio_pin = fault_led_gpio -
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
9565
u16 edc_mode)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
9567
u16 val = 0;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
9568
u16 mode = MDIO_WC_REG_UC_INFO_B1_FIRMWARE_MODE_DEFAULT;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
959
const u16 total_bw,
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
9606
u16 edc_mode)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
9632
u16 edc_mode;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
9728
u16 rx_tx_in_reset;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
9770
u16 alarm_status_offset,
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
9771
u16 alarm_ctrl_offset)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
9773
u16 alarm_status, val;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
9798
u16 val1, val2, rx_sd, pcs_status;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
9860
u16 cnt, val, tmp1;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
9882
u16 reg;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_common.h
70
static __inline void ecore_set_fw_mac_addr(u16 *fw_hi, u16 *fw_mid, u16 *fw_lo,
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_init.h
32
u16 start;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_init.h
33
u16 end;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_init.h
34
u16 client_num;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_init.h
35
u16 flags;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_init_ops.h
241
u16 op_start =
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_init_ops.h
244
u16 op_end =
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
1283
u16 vlan_id, struct mac_configuration_entry *cfg_entry)
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
1371
u16 vlan = elem->cmd_data.vlan_mac.u.vlan.vlan;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
1421
u16 vlan = elem->cmd_data.vlan_mac.u.vlan_mac.vlan;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
173
typedef u16 __le16;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
2602
u16 pf_id)
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
2707
u16 state;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
4623
u16 caps = 0;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
5157
u16 hc_usec;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
5492
u16 type;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
6431
mm_cpu_to_le16((u16) 0x8100);
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
1000
u16 sge_th_lo; /* valid iff ECORE_Q_FLG_TPA */
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
1001
u16 sge_th_hi; /* valid iff ECORE_Q_FLG_TPA */
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
1002
u16 pri_map;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
1011
u16 mtu;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
1022
u16 drop_flags;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
1023
u16 buf_sz;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
1028
u16 tpa_agg_sz;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
1029
u16 sge_buf_sz;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
1042
u16 silent_removal_value;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
1043
u16 silent_removal_mask;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
1053
u16 traffic_type;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
1058
u16 default_vlan;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
1237
u16 mf_mode;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
1240
u16 sd_vlan_tag;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
1260
u16 vxlan_dst_port;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
1266
u16 class_fail_ethtype;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
1273
u16 sd_vlan_eth_type;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
1281
u16 vlan;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
1282
u16 vlan_eth_type;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
1286
u16 vxlan_dst_port;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
1291
u16 vif_id;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
1292
u16 afex_default_vlan;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
1297
u16 vif_list_index;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
157
u16 vlan;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
163
u16 vlan;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
801
u16 toe_rss_bitmap;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
939
u16 hc_rate;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
946
u16 hc_rate;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
970
u16 def_vlan;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
971
u16 silent_removal_value;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
972
u16 silent_removal_mask;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
988
u16 sge_buff_sz;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
989
u16 max_agg_sz;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
991
u16 sge_pause_thr_low;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
992
u16 sge_pause_thr_high;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
996
u16 bd_th_lo;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
997
u16 bd_th_hi;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
998
u16 rcq_th_lo;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
999
u16 rcq_th_hi;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
114
u16 type;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
115
u16 length;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
219
u16 db_size;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
240
u16 pf_link_speed;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
262
u16 stats_stride;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
281
u16 hc_rate; /* desired interrupts per sec. */
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
284
u16 mtu;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
285
u16 buf_sz;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
286
u16 flags; /* VFPF_QUEUE_FLG_X flags */
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
287
u16 stat_id; /* valid iff VFPF_QUEUE_FLG_STATS */
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
290
u16 sge_buf_sz;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
291
u16 tpa_agg_sz;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
309
u16 hc_rate; /* desired interrupts per sec. */
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
312
u16 stat_id; /* valid iff VFPF_QUEUE_FLG_STATS */
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
331
u16 vlan_tag;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
376
u16 sge_buff_size;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
377
u16 max_agg_size;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
378
u16 sge_pause_thr_low;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
379
u16 sge_pause_thr_high;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
386
u16 vf_id; /* for debug */
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
393
u16 vf_id; /* for debug */
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
436
u16 version;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
437
u16 length;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
459
u16 vlan;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
462
u16 link_speed; /* Effective line speed */
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/vfpf_if.h
136
u16 db_size;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/vfpf_if.h
185
u16 padding;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/vfpf_if.h
197
u16 hc_rate; /* desired interrupts per sec. */
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/vfpf_if.h
200
u16 mtu;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/vfpf_if.h
201
u16 buf_sz;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/vfpf_if.h
202
u16 flags; /* VFPF_QUEUE_FLG_X flags */
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/vfpf_if.h
203
u16 stat_id; /* valid iff VFPF_QUEUE_FLG_STATS */
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/vfpf_if.h
206
u16 sge_buf_sz;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/vfpf_if.h
207
u16 tpa_agg_sz;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/vfpf_if.h
228
u16 hc_rate; /* desired interrupts per sec. */
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/vfpf_if.h
231
u16 stat_id; /* valid iff VFPF_QUEUE_FLG_STATS */
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/vfpf_if.h
247
u16 vlan_tag;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/vfpf_if.h
289
u16 vf_id; /* for debug */
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/vfpf_if.h
290
u16 padding;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/vfpf_if.h
296
u16 vf_id; /* for debug */
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/vfpf_if.h
297
u16 padding;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/vfpf_if.h
37
u16 opcode;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/vfpf_if.h
48
u16 opcode;
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
86
void elink_cb_reg_wb_write(struct elink_dev *cb, u32 offset, u32 *wb_write, u16 len )
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_phy.c
91
void elink_cb_reg_wb_read(struct elink_dev *cb, u32 offset, u32 *wb_write, u16 len )
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/fw/57710_init_values.c
29187
INIT_OPS_OFFSETS(pdev) = (u16 *)init_ops_offsets_e1;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/57710_init_values.c
880
static const u16 init_ops_offsets_e1[] = {
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/57711_init_values.c
1384
static const u16 init_ops_offsets_e1h[] = {
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/57711_init_values.c
30484
INIT_OPS_OFFSETS(pdev) = (u16 *)init_ops_offsets_e1h;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/57712_init_values.c
2141
static const u16 init_ops_offsets_e2[] = {
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/57712_init_values.c
58029
INIT_OPS_OFFSETS(pdev) = (u16 *)init_ops_offsets_e2;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/init_defs.h
91
u16 data_len;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/init_defs.h
92
u16 data_off;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/init_defs.h
94
u16 data_off;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/init_defs.h
95
u16 data_len;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/lm5710.h
1950
volatile u16 * done;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
2321
ttcp_st->msb_mac_address = mm_cpu_to_le16(NTOH16(*(u16 *)(&neigh->neigh_const.src_addr[0])));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
2322
ttcp_st->mid_mac_address = mm_cpu_to_le16(NTOH16(*(u16 *)(&neigh->neigh_const.src_addr[2])));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
2323
ttcp_st->lsb_mac_address = mm_cpu_to_le16(NTOH16(*(u16 *)(&neigh->neigh_const.src_addr[4])));
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
253
u16 reg;
usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/clc.h
254
u16 val;
usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/clc.h
263
u16 flags;
usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/clc.h
28
u32 *wb_write, u16 len);
usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/clc.h
284
u16 rx_preemphasis[4];
usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/clc.h
287
u16 tx_preemphasis[4];
usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/clc.h
30
u32 *wb_write, u16 len);
usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/clc.h
335
u16 req_flow_ctrl;
usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/clc.h
337
u16 req_line_speed;
usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/clc.h
34
u16 gpio_num,
usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/clc.h
341
u16 req_duplex;
usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/clc.h
342
u16 rsrv;
usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/clc.h
391
u16 req_duplex[ELINK_LINK_CONFIG_SIZE];
usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/clc.h
392
u16 req_flow_ctrl[ELINK_LINK_CONFIG_SIZE];
usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/clc.h
394
u16 req_line_speed[ELINK_LINK_CONFIG_SIZE]; /* Also determine AutoNeg */
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
42
u16 gpio_num,
usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/clc.h
459
u16 hw_led_mode; /* part of the hw_config read from the shmem */
usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/clc.h
464
u16 req_fc_auto_adv; /* Should be set to TX / BOTH when
usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/clc.h
466
u16 link_flags;
usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/clc.h
495
u16 line_speed;
usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/clc.h
496
u16 duplex;
usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/clc.h
498
u16 flow_ctrl;
usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/clc.h
499
u16 ieee_fc;
usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/clc.h
507
u16 periodic_flags;
usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/clc.h
513
u16 rsrv2;
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
541
u8 devad, u16 reg, u16 val);
usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/clc.h
550
u16 len);
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/hw_dump.h
196
u16 info;
usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/hw_dump.h
245
u16 info;
usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/hw_dump.h
253
u16 info;
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/bdn.h
72
u16 wwpn;
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/bdn.h
73
u16 lUNID;
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/bdn.h
81
u16 fcoe_boot_enable;
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/bdn.h
82
u16 fcoe_cvid;
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/bdn.h
83
u16 fcoe_wwnn;
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/bdn.h
84
u16 n_port_id[MAX_FCOE_IBOOT_PORT_ID]; //Still Not sure how big the array is
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/dev_info.h
496
u16 xgxs_config_rx[4]; /* 0x198 */
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/dev_info.h
497
u16 xgxs_config_tx[4]; /* 0x1A0 */
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/dev_info.h
709
u16 xgxs_config2_rx[4]; /* 0x296 */
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/dev_info.h
710
u16 xgxs_config2_tx[4]; /* 0x2A0 */
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/multi_thread_def.h
68
u16 path;
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/multi_thread_def.h
69
u16 port;
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/multi_thread_def.h
73
u16 pf_num;
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/multi_thread_def.h
74
u16 is_specific_phy;
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/multi_thread_def.h
79
u16 op_id;
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/multi_thread_def.h
80
u16 entry_count;
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/shmem.h
715
u16 app_id;
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/shmem.h
739
u16 app_id;
usr/src/uts/common/io/bnxe/577xx/include/bcmtype.h
75
typedef u16 u16_t;
usr/src/uts/common/io/chxge/com/ch_subr.c
761
u16 val;
usr/src/uts/common/io/chxge/com/ch_subr.c
766
(void) t1_os_pci_write_config_2(adapter, A_PCICFG_VPD_ADDR, (u16)addr);
usr/src/uts/common/io/chxge/com/cphy.h
82
u16 bmsr;
usr/src/uts/common/io/chxge/com/my3126.c
135
u16 val16;
usr/src/uts/common/io/chxge/com/my3126.c
144
val16 = (u16) val;
usr/src/uts/common/io/chxge/com/my3126.c
73
u16 val16;
usr/src/uts/common/io/chxge/com/my3126.c
74
u16 status;
usr/src/uts/common/io/chxge/com/my3126.c
85
val16 = (u16) val;
usr/src/uts/common/io/chxge/com/pm3393.c
486
(void) pmwrite(cmac, SUNI1x10GEXP_REG_RXXG_ADDRESS_FILTER_CONTROL_2, (u16)rx_mode);
usr/src/uts/common/io/chxge/com/pm3393.c
503
u16 mc_filter[4] = { 0, };
usr/src/uts/common/io/chxge/com/pm3393.c
516
(void) pmwrite(cmac, SUNI1x10GEXP_REG_RXXG_ADDRESS_FILTER_CONTROL_2, (u16)rx_mode);
usr/src/uts/common/io/chxge/com/pm3393.c
559
(mac)->stats.stat_name = (u16)val0 | (((u16)val1) << 16) \
usr/src/uts/common/io/chxge/com/pm3393.c
582
ro = (u16)val0 | (((u16)val1) << 16) | ((u64)((u16)val2) << 32)
usr/src/uts/common/io/chxge/com/pm3393.c
583
| ((u64)((u16)val3) << 48);
usr/src/uts/common/io/cxgbe/common/common.h
363
u16 mps_rplc_size;
usr/src/uts/common/io/cxgbe/common/common.h
364
u16 vfcount;
usr/src/uts/common/io/cxgbe/common/common.h
366
u16 mps_tcam_size;
usr/src/uts/common/io/cxgbe/common/common.h
492
typedef u16 fw_port_cap16_t; /* 16-bit Port Capabilities integral value */
usr/src/uts/common/io/cxgbe/common/common.h
694
int start, int n, const u16 *rspq, unsigned int nrspq);
usr/src/uts/common/io/cxgbe/common/common.h
700
int t4_read_rss(struct adapter *adapter, u16 *entries);
usr/src/uts/common/io/cxgbe/common/common.h
719
void t4_read_cimq_cfg(struct adapter *adap, u16 *base, u16 *size, u16 *thres);
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
770
void t4_read_cong_tbl(struct adapter *adap, u16 incr[NMTUS][NCCTRL_WIN]);
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
917
u16 *dbqtimers);
usr/src/uts/common/io/cxgbe/common/common.h
958
u16 vlan);
usr/src/uts/common/io/cxgbe/common/t4_hw.c
10912
void t4_read_cimq_cfg(struct adapter *adap, u16 *base, u16 *size, u16 *thres)
usr/src/uts/common/io/cxgbe/common/t4_hw.c
11598
le16_to_cpu(*(u16*)header->pcir_offset)];
usr/src/uts/common/io/cxgbe/common/t4_hw.c
11614
*(u16*) pcir_header->device_id = device_id;
usr/src/uts/common/io/cxgbe/common/t4_hw.c
11639
*(u16*) pcir_header->device_id = device_id;
usr/src/uts/common/io/cxgbe/common/t4_hw.c
11733
pcir_offset = le16_to_cpu(*(u16 *)header->pcir_offset);
usr/src/uts/common/io/cxgbe/common/t4_hw.c
11751
if (le16_to_cpu(*(u16*)header->signature) != BOOT_SIGNATURE ) {
usr/src/uts/common/io/cxgbe/common/t4_hw.c
11767
if (le16_to_cpu(*(u16*)pcir_header->vendor_id) != VENDOR_ID) {
usr/src/uts/common/io/cxgbe/common/t4_hw.c
11783
if (le16_to_cpu(*(u16*)pcir_header->device_id) != device_id) {
usr/src/uts/common/io/cxgbe/common/t4_hw.c
12378
u16 vlan)
usr/src/uts/common/io/cxgbe/common/t4_hw.c
3074
u16 val;
usr/src/uts/common/io/cxgbe/common/t4_hw.c
3136
t4_os_pci_write_cfg2(adapter, base + PCI_VPD_ADDR, (u16)addr);
usr/src/uts/common/io/cxgbe/common/t4_hw.c
3196
(u16)addr | PCI_VPD_ADDR_F);
usr/src/uts/common/io/cxgbe/common/t4_hw.c
3278
len = (u16)vpdr_len[0] + ((u16)vpdr_len[1] << 8);
usr/src/uts/common/io/cxgbe/common/t4_hw.c
442
u16 access = 0;
usr/src/uts/common/io/cxgbe/common/t4_hw.c
5550
int start, int n, const u16 *rspq, unsigned int nrspq)
usr/src/uts/common/io/cxgbe/common/t4_hw.c
5553
const u16 *rsp = rspq;
usr/src/uts/common/io/cxgbe/common/t4_hw.c
5554
const u16 *rsp_end = rspq + nrspq;
usr/src/uts/common/io/cxgbe/common/t4_hw.c
5594
u16 qbuf[3];
usr/src/uts/common/io/cxgbe/common/t4_hw.c
5595
u16 *qbp = qbuf;
usr/src/uts/common/io/cxgbe/common/t4_hw.c
5699
int t4_read_rss(struct adapter *adapter, u16 *map)
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
6220
void t4_read_cong_tbl(struct adapter *adap, u16 incr[NMTUS][NCCTRL_WIN])
usr/src/uts/common/io/cxgbe/common/t4_hw.c
6228
incr[mtu][w] = (u16)t4_read_reg(adap,
usr/src/uts/common/io/cxgbe/common/t4_hw.c
7291
u16 *dbqtimers)
usr/src/uts/common/io/cxgbe/common/t4_hw.c
7818
u16 devctl;
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
8465
u16 index = G_FW_VI_MAC_CMD_IDX(
usr/src/uts/common/io/cxgbe/common/t4_hw.c
8636
u16 index = G_FW_VI_MAC_CMD_IDX(
usr/src/uts/common/io/cxgbe/common/t4_hw.c
9797
u16 val;
usr/src/uts/common/io/cxgbe/common/t4_hw.c
9985
u16 val;
usr/src/uts/common/io/cxgbe/t4nex/adapter.h
114
u16 viid_mirror;
usr/src/uts/common/io/cxgbe/t4nex/cudbg.h
331
u16 init_struct_size;
usr/src/uts/common/io/cxgbe/t4nex/cudbg.h
350
u16 param_type;
usr/src/uts/common/io/cxgbe/t4nex/cudbg.h
351
u16 reserved;
usr/src/uts/common/io/cxgbe/t4nex/cudbg.h
360
u16 mbox_cmds;
usr/src/uts/common/io/cxgbe/t4nex/cudbg_entity.h
162
u16 size_mc0;
usr/src/uts/common/io/cxgbe/t4nex/cudbg_entity.h
163
u16 size_mc1;
usr/src/uts/common/io/cxgbe/t4nex/cudbg_entity.h
164
u16 size_edc0;
usr/src/uts/common/io/cxgbe/t4nex/cudbg_entity.h
165
u16 size_edc1;
usr/src/uts/common/io/cxgbe/t4nex/cudbg_entity.h
166
u16 mem_flag;
usr/src/uts/common/io/cxgbe/t4nex/cudbg_entity.h
167
u16 res;
usr/src/uts/common/io/cxgbe/t4nex/cudbg_entity.h
225
u16 ivlan;
usr/src/uts/common/io/cxgbe/t4nex/cudbg_entity.h
314
u16 base[CIM_NUM_IBQ + CIM_NUM_OBQ_T5];
usr/src/uts/common/io/cxgbe/t4nex/cudbg_entity.h
315
u16 size[CIM_NUM_IBQ + CIM_NUM_OBQ_T5];
usr/src/uts/common/io/cxgbe/t4nex/cudbg_entity.h
316
u16 thres[CIM_NUM_IBQ];
usr/src/uts/common/io/cxgbe/t4nex/cudbg_entity.h
799
u16 fw_major;
usr/src/uts/common/io/cxgbe/t4nex/cudbg_entity.h
800
u16 fw_minor;
usr/src/uts/common/io/cxgbe/t4nex/cudbg_entity.h
801
u16 fw_micro;
usr/src/uts/common/io/cxgbe/t4nex/cudbg_entity.h
802
u16 fw_build;
usr/src/uts/common/io/cxgbe/t4nex/cudbg_lib.c
1648
size = NMTUS * sizeof(u16);
usr/src/uts/common/io/cxgbe/t4nex/cudbg_lib.c
1654
t4_read_mtu_tbl(padap, (u16 *)scratch_buff.data, NULL);
usr/src/uts/common/io/cxgbe/t4nex/cudbg_lib.c
2619
mem_info->size_mc0 = (u16)value; /* size in MB */
usr/src/uts/common/io/cxgbe/t4nex/cudbg_lib.c
2628
mem_info->size_mc0 = (u16)value;
usr/src/uts/common/io/cxgbe/t4nex/cudbg_lib.c
2632
mem_info->size_mc1 = (u16)value;
usr/src/uts/common/io/cxgbe/t4nex/cudbg_lib.c
2643
mem_info->size_edc0 = (u16)value;
usr/src/uts/common/io/cxgbe/t4nex/cudbg_lib.c
2647
mem_info->size_edc1 = (u16)value;
usr/src/uts/common/io/cxgbe/t4nex/cudbg_lib.c
2871
size = sizeof(u16) * NMTUS * NCCTRL_WIN;
usr/src/uts/common/io/cxgbe/t4nex/cudbg_lib.c
3031
u16 mbox_cmds;
usr/src/uts/common/io/cxgbe/t4nex/cudbg_lib.c
644
size = RSS_NENTRIES * sizeof(u16);
usr/src/uts/common/io/cxgbe/t4nex/cudbg_lib.c
649
rc = t4_read_rss(padap, (u16 *)scratch_buff.data);
usr/src/uts/common/io/cxgbe/t4nex/cudbg_lib_common.h
100
u16 size;
usr/src/uts/common/io/cxgbe/t4nex/cudbg_lib_common.h
73
u16 major_ver;
usr/src/uts/common/io/cxgbe/t4nex/cudbg_lib_common.h
74
u16 minor_ver;
usr/src/uts/common/io/cxgbe/t4nex/cudbg_lib_common.h
77
u16 max_entities;
usr/src/uts/common/io/cxgbe/t4nex/cudbg_lib_common.h
99
u16 revision;
usr/src/uts/common/io/e1000api/e1000_80003es2lan.c
1046
u16 data;
usr/src/uts/common/io/e1000api/e1000_80003es2lan.c
1193
u16 reg_data;
usr/src/uts/common/io/e1000api/e1000_80003es2lan.c
1251
u16 speed;
usr/src/uts/common/io/e1000api/e1000_80003es2lan.c
1252
u16 duplex;
usr/src/uts/common/io/e1000api/e1000_80003es2lan.c
1279
static s32 e1000_cfg_kmrn_10_100_80003es2lan(struct e1000_hw *hw, u16 duplex)
usr/src/uts/common/io/e1000api/e1000_80003es2lan.c
1284
u16 reg_data, reg_data2;
usr/src/uts/common/io/e1000api/e1000_80003es2lan.c
1333
u16 reg_data, reg_data2;
usr/src/uts/common/io/e1000api/e1000_80003es2lan.c
1382
u16 *data)
usr/src/uts/common/io/e1000api/e1000_80003es2lan.c
1401
*data = (u16)kmrnctrlsta;
usr/src/uts/common/io/e1000api/e1000_80003es2lan.c
1419
u16 data)
usr/src/uts/common/io/e1000api/e1000_80003es2lan.c
144
u16 size;
usr/src/uts/common/io/e1000api/e1000_80003es2lan.c
167
size = (u16)((eecd & E1000_EECD_SIZE_EX_MASK) >>
usr/src/uts/common/io/e1000api/e1000_80003es2lan.c
297
u16 mask;
usr/src/uts/common/io/e1000api/e1000_80003es2lan.c
313
u16 mask;
usr/src/uts/common/io/e1000api/e1000_80003es2lan.c
330
u16 mask;
usr/src/uts/common/io/e1000api/e1000_80003es2lan.c
347
u16 mask;
usr/src/uts/common/io/e1000api/e1000_80003es2lan.c
402
static s32 e1000_acquire_swfw_sync_80003es2lan(struct e1000_hw *hw, u16 mask)
usr/src/uts/common/io/e1000api/e1000_80003es2lan.c
449
static void e1000_release_swfw_sync_80003es2lan(struct e1000_hw *hw, u16 mask)
usr/src/uts/common/io/e1000api/e1000_80003es2lan.c
47
u16 *data);
usr/src/uts/common/io/e1000api/e1000_80003es2lan.c
474
u32 offset, u16 *data)
usr/src/uts/common/io/e1000api/e1000_80003es2lan.c
478
u16 temp;
usr/src/uts/common/io/e1000api/e1000_80003es2lan.c
496
temp = (u16)((u16)offset >> GG82563_PAGE_SHIFT);
usr/src/uts/common/io/e1000api/e1000_80003es2lan.c
50
u16 data);
usr/src/uts/common/io/e1000api/e1000_80003es2lan.c
51
static s32 e1000_write_nvm_80003es2lan(struct e1000_hw *hw, u16 offset,
usr/src/uts/common/io/e1000api/e1000_80003es2lan.c
513
if (((u16)offset >> GG82563_PAGE_SHIFT) != temp) {
usr/src/uts/common/io/e1000api/e1000_80003es2lan.c
52
u16 words, u16 *data);
usr/src/uts/common/io/e1000api/e1000_80003es2lan.c
545
u32 offset, u16 data)
usr/src/uts/common/io/e1000api/e1000_80003es2lan.c
549
u16 temp;
usr/src/uts/common/io/e1000api/e1000_80003es2lan.c
56
static s32 e1000_get_link_up_info_80003es2lan(struct e1000_hw *hw, u16 *speed,
usr/src/uts/common/io/e1000api/e1000_80003es2lan.c
567
temp = (u16)((u16)offset >> GG82563_PAGE_SHIFT);
usr/src/uts/common/io/e1000api/e1000_80003es2lan.c
57
u16 *duplex);
usr/src/uts/common/io/e1000api/e1000_80003es2lan.c
584
if (((u16)offset >> GG82563_PAGE_SHIFT) != temp) {
usr/src/uts/common/io/e1000api/e1000_80003es2lan.c
616
static s32 e1000_write_nvm_80003es2lan(struct e1000_hw *hw, u16 offset,
usr/src/uts/common/io/e1000api/e1000_80003es2lan.c
617
u16 words, u16 *data)
usr/src/uts/common/io/e1000api/e1000_80003es2lan.c
62
static s32 e1000_acquire_swfw_sync_80003es2lan(struct e1000_hw *hw, u16 mask);
usr/src/uts/common/io/e1000api/e1000_80003es2lan.c
63
static s32 e1000_cfg_kmrn_10_100_80003es2lan(struct e1000_hw *hw, u16 duplex);
usr/src/uts/common/io/e1000api/e1000_80003es2lan.c
665
u16 phy_data;
usr/src/uts/common/io/e1000api/e1000_80003es2lan.c
67
u16 *data);
usr/src/uts/common/io/e1000api/e1000_80003es2lan.c
69
u16 data);
usr/src/uts/common/io/e1000api/e1000_80003es2lan.c
71
static void e1000_release_swfw_sync_80003es2lan(struct e1000_hw *hw, u16 mask);
usr/src/uts/common/io/e1000api/e1000_80003es2lan.c
761
u16 phy_data, index;
usr/src/uts/common/io/e1000api/e1000_80003es2lan.c
79
static const u16 e1000_gg82563_cable_length_table[] = {
usr/src/uts/common/io/e1000api/e1000_80003es2lan.c
793
static s32 e1000_get_link_up_info_80003es2lan(struct e1000_hw *hw, u16 *speed,
usr/src/uts/common/io/e1000api/e1000_80003es2lan.c
794
u16 *duplex)
usr/src/uts/common/io/e1000api/e1000_80003es2lan.c
823
u16 kum_reg_data;
usr/src/uts/common/io/e1000api/e1000_80003es2lan.c
889
u16 kum_reg_data;
usr/src/uts/common/io/e1000api/e1000_80003es2lan.c
890
u16 i;
usr/src/uts/common/io/e1000api/e1000_82540.c
333
u16 i;
usr/src/uts/common/io/e1000api/e1000_82540.c
415
u16 data;
usr/src/uts/common/io/e1000api/e1000_82540.c
502
u16 nvm_data;
usr/src/uts/common/io/e1000api/e1000_82540.c
532
u16 default_page = 0;
usr/src/uts/common/io/e1000api/e1000_82540.c
533
u16 phy_data;
usr/src/uts/common/io/e1000api/e1000_82540.c
591
u16 nvm_data;
usr/src/uts/common/io/e1000api/e1000_82540.c
694
u16 offset, nvm_data, i;
usr/src/uts/common/io/e1000api/e1000_82541.c
1049
(u16)(dev_spec->spd_default &
usr/src/uts/common/io/e1000api/e1000_82541.c
1095
u16 phy_saved_data;
usr/src/uts/common/io/e1000api/e1000_82541.c
1159
u16 fused, fine, coarse;
usr/src/uts/common/io/e1000api/e1000_82541.c
1283
u16 offset, nvm_data, i;
usr/src/uts/common/io/e1000api/e1000_82541.c
133
u16 size;
usr/src/uts/common/io/e1000api/e1000_82541.c
444
static s32 e1000_get_link_up_info_82541(struct e1000_hw *hw, u16 *speed,
usr/src/uts/common/io/e1000api/e1000_82541.c
445
u16 *duplex)
usr/src/uts/common/io/e1000api/e1000_82541.c
449
u16 data;
usr/src/uts/common/io/e1000api/e1000_82541.c
51
static s32 e1000_get_link_up_info_82541(struct e1000_hw *hw, u16 *speed,
usr/src/uts/common/io/e1000api/e1000_82541.c
52
u16 *duplex);
usr/src/uts/common/io/e1000api/e1000_82541.c
675
u16 phy_data, phy_saved_data, speed, duplex, i;
usr/src/uts/common/io/e1000api/e1000_82541.c
676
u16 ffe_idle_err_timeout = FFE_IDLE_ERR_COUNT_TIMEOUT_20;
usr/src/uts/common/io/e1000api/e1000_82541.c
677
u16 dsp_reg_array[IGP01E1000_PHY_CHANNEL_NUM] = {
usr/src/uts/common/io/e1000api/e1000_82541.c
68
static const u16 e1000_igp_cable_length_table[] = {
usr/src/uts/common/io/e1000api/e1000_82541.c
876
u16 i, data;
usr/src/uts/common/io/e1000api/e1000_82541.c
877
u16 cur_agc_value, agc_value = 0;
usr/src/uts/common/io/e1000api/e1000_82541.c
878
u16 min_agc_value = IGP01E1000_AGC_LENGTH_TABLE_SIZE;
usr/src/uts/common/io/e1000api/e1000_82541.c
879
u16 agc_reg_array[IGP01E1000_PHY_CHANNEL_NUM] = {IGP01E1000_PHY_AGC_A,
usr/src/uts/common/io/e1000api/e1000_82541.c
949
u16 data;
usr/src/uts/common/io/e1000api/e1000_82542.c
249
u16 i;
usr/src/uts/common/io/e1000api/e1000_82542.c
571
u16 offset, nvm_data, i;
usr/src/uts/common/io/e1000api/e1000_82543.c
1023
u16 data;
usr/src/uts/common/io/e1000api/e1000_82543.c
1202
u16 speed, duplex;
usr/src/uts/common/io/e1000api/e1000_82543.c
1407
u16 phy_data;
usr/src/uts/common/io/e1000api/e1000_82543.c
1572
u16 offset, nvm_data, i;
usr/src/uts/common/io/e1000api/e1000_82543.c
487
static s32 e1000_read_phy_reg_82543(struct e1000_hw *hw, u32 offset, u16 *data)
usr/src/uts/common/io/e1000api/e1000_82543.c
50
u16 *data);
usr/src/uts/common/io/e1000api/e1000_82543.c
52
u16 data);
usr/src/uts/common/io/e1000api/e1000_82543.c
543
static s32 e1000_write_phy_reg_82543(struct e1000_hw *hw, u32 offset, u16 data)
usr/src/uts/common/io/e1000api/e1000_82543.c
631
u16 count)
usr/src/uts/common/io/e1000api/e1000_82543.c
682
static u16 e1000_shift_in_mdi_bits_82543(struct e1000_hw *hw)
usr/src/uts/common/io/e1000api/e1000_82543.c
685
u16 data = 0;
usr/src/uts/common/io/e1000api/e1000_82543.c
72
static u16 e1000_shift_in_mdi_bits_82543(struct e1000_hw *hw);
usr/src/uts/common/io/e1000api/e1000_82543.c
74
u16 count);
usr/src/uts/common/io/e1000api/e1000_82543.c
770
u16 mii_status_reg;
usr/src/uts/common/io/e1000api/e1000_82543.c
771
u16 i;
usr/src/uts/common/io/e1000api/e1000_82543.c
962
u16 i;
usr/src/uts/common/io/e1000api/e1000_82571.c
1195
u16 i, rar_count = mac->rar_entry_count;
usr/src/uts/common/io/e1000api/e1000_82571.c
1455
u16 data;
usr/src/uts/common/io/e1000api/e1000_82571.c
1503
u16 status_1kbt = 0;
usr/src/uts/common/io/e1000api/e1000_82571.c
1504
u16 receive_errors = 0;
usr/src/uts/common/io/e1000api/e1000_82571.c
1811
static s32 e1000_valid_led_default_82571(struct e1000_hw *hw, u16 *data)
usr/src/uts/common/io/e1000api/e1000_82571.c
1899
u16 data;
usr/src/uts/common/io/e1000api/e1000_82571.c
209
u16 size;
usr/src/uts/common/io/e1000api/e1000_82571.c
247
size = (u16)((eecd & E1000_EECD_SIZE_EX_MASK) >>
usr/src/uts/common/io/e1000api/e1000_82571.c
468
u16 phy_id = 0;
usr/src/uts/common/io/e1000api/e1000_82571.c
55
static s32 e1000_write_nvm_82571(struct e1000_hw *hw, u16 offset,
usr/src/uts/common/io/e1000api/e1000_82571.c
56
u16 words, u16 *data);
usr/src/uts/common/io/e1000api/e1000_82571.c
71
static s32 e1000_valid_led_default_82571(struct e1000_hw *hw, u16 *data);
usr/src/uts/common/io/e1000api/e1000_82571.c
793
static s32 e1000_write_nvm_82571(struct e1000_hw *hw, u16 offset, u16 words,
usr/src/uts/common/io/e1000api/e1000_82571.c
794
u16 *data)
usr/src/uts/common/io/e1000api/e1000_82571.c
830
u16 i;
usr/src/uts/common/io/e1000api/e1000_82571.c
85
static s32 e1000_write_nvm_eewr_82571(struct e1000_hw *hw, u16 offset,
usr/src/uts/common/io/e1000api/e1000_82571.c
86
u16 words, u16 *data);
usr/src/uts/common/io/e1000api/e1000_82571.c
911
static s32 e1000_write_nvm_eewr_82571(struct e1000_hw *hw, u16 offset,
usr/src/uts/common/io/e1000api/e1000_82571.c
912
u16 words, u16 *data)
usr/src/uts/common/io/e1000api/e1000_82571.c
990
u16 data;
usr/src/uts/common/io/e1000api/e1000_82575.c
101
u16 offset);
usr/src/uts/common/io/e1000api/e1000_82575.c
1053
static s32 e1000_acquire_swfw_sync_82575(struct e1000_hw *hw, u16 mask)
usr/src/uts/common/io/e1000api/e1000_82575.c
1105
static void e1000_release_swfw_sync_82575(struct e1000_hw *hw, u16 mask)
usr/src/uts/common/io/e1000api/e1000_82575.c
1171
static s32 e1000_get_link_up_info_82575(struct e1000_hw *hw, u16 *speed,
usr/src/uts/common/io/e1000api/e1000_82575.c
1172
u16 *duplex)
usr/src/uts/common/io/e1000api/e1000_82575.c
119
static const u16 e1000_82580_rxpbs_table[] = {
usr/src/uts/common/io/e1000api/e1000_82575.c
1198
u16 speed, duplex;
usr/src/uts/common/io/e1000api/e1000_82575.c
1238
u16 data;
usr/src/uts/common/io/e1000api/e1000_82575.c
1329
u16 *speed, u16 *duplex)
usr/src/uts/common/io/e1000api/e1000_82575.c
1495
u16 i, rar_count = mac->rar_entry_count;
usr/src/uts/common/io/e1000api/e1000_82575.c
1639
u16 data;
usr/src/uts/common/io/e1000api/e1000_82575.c
1926
static s32 e1000_valid_led_default_82575(struct e1000_hw *hw, u16 *data)
usr/src/uts/common/io/e1000api/e1000_82575.c
2231
u16 pcie_devctl2;
usr/src/uts/common/io/e1000api/e1000_82575.c
2372
static s32 e1000_read_phy_reg_82580(struct e1000_hw *hw, u32 offset, u16 *data)
usr/src/uts/common/io/e1000api/e1000_82575.c
2398
static s32 e1000_write_phy_reg_82580(struct e1000_hw *hw, u32 offset, u16 data)
usr/src/uts/common/io/e1000api/e1000_82575.c
2428
u16 nvm_data = 0;
usr/src/uts/common/io/e1000api/e1000_82575.c
2466
u16 swmbsw_mask = E1000_SW_SYNCH_MB;
usr/src/uts/common/io/e1000api/e1000_82575.c
255
u16 data;
usr/src/uts/common/io/e1000api/e1000_82575.c
2562
u16 e1000_rxpbs_adjust_82580(u32 data)
usr/src/uts/common/io/e1000api/e1000_82575.c
2564
u16 ret_val = 0;
usr/src/uts/common/io/e1000api/e1000_82575.c
2581
s32 e1000_validate_nvm_checksum_with_offset(struct e1000_hw *hw, u16 offset)
usr/src/uts/common/io/e1000api/e1000_82575.c
2584
u16 checksum = 0;
usr/src/uts/common/io/e1000api/e1000_82575.c
2585
u16 i, nvm_data;
usr/src/uts/common/io/e1000api/e1000_82575.c
2598
if (checksum != (u16) NVM_SUM) {
usr/src/uts/common/io/e1000api/e1000_82575.c
2618
s32 e1000_update_nvm_checksum_with_offset(struct e1000_hw *hw, u16 offset)
usr/src/uts/common/io/e1000api/e1000_82575.c
2621
u16 checksum = 0;
usr/src/uts/common/io/e1000api/e1000_82575.c
2622
u16 i, nvm_data;
usr/src/uts/common/io/e1000api/e1000_82575.c
2634
checksum = (u16) NVM_SUM - checksum;
usr/src/uts/common/io/e1000api/e1000_82575.c
2655
u16 eeprom_regions_count = 1;
usr/src/uts/common/io/e1000api/e1000_82575.c
2656
u16 j, nvm_data;
usr/src/uts/common/io/e1000api/e1000_82575.c
2657
u16 nvm_offset;
usr/src/uts/common/io/e1000api/e1000_82575.c
2696
u16 j, nvm_data;
usr/src/uts/common/io/e1000api/e1000_82575.c
2697
u16 nvm_offset;
usr/src/uts/common/io/e1000api/e1000_82575.c
2740
u16 j;
usr/src/uts/common/io/e1000api/e1000_82575.c
2741
u16 nvm_offset;
usr/src/uts/common/io/e1000api/e1000_82575.c
2768
u16 j;
usr/src/uts/common/io/e1000api/e1000_82575.c
2769
u16 nvm_offset;
usr/src/uts/common/io/e1000api/e1000_82575.c
2791
static s32 __e1000_access_emi_reg(struct e1000_hw *hw, u16 address,
usr/src/uts/common/io/e1000api/e1000_82575.c
2792
u16 *data, bool read)
usr/src/uts/common/io/e1000api/e1000_82575.c
2816
s32 e1000_read_emi_reg(struct e1000_hw *hw, u16 addr, u16 *data)
usr/src/uts/common/io/e1000api/e1000_82575.c
3079
u16 phy_data;
usr/src/uts/common/io/e1000api/e1000_82575.c
3161
u16 phy_data;
usr/src/uts/common/io/e1000api/e1000_82575.c
3278
u16 swfw_mask = 0;
usr/src/uts/common/io/e1000api/e1000_82575.c
334
u16 size;
usr/src/uts/common/io/e1000api/e1000_82575.c
3369
u16 swfw_mask = 0;
usr/src/uts/common/io/e1000api/e1000_82575.c
338
size = (u16)((eecd & E1000_EECD_SIZE_EX_MASK) >>
usr/src/uts/common/io/e1000api/e1000_82575.c
552
u16 mask = E1000_SWFW_PHY0_SM;
usr/src/uts/common/io/e1000api/e1000_82575.c
57
static s32 e1000_get_link_up_info_82575(struct e1000_hw *hw, u16 *speed,
usr/src/uts/common/io/e1000api/e1000_82575.c
574
u16 mask = E1000_SWFW_PHY0_SM;
usr/src/uts/common/io/e1000api/e1000_82575.c
58
u16 *duplex);
usr/src/uts/common/io/e1000api/e1000_82575.c
598
u16 *data)
usr/src/uts/common/io/e1000api/e1000_82575.c
61
u16 *data);
usr/src/uts/common/io/e1000api/e1000_82575.c
631
u16 data)
usr/src/uts/common/io/e1000api/e1000_82575.c
65
u32 offset, u16 *data);
usr/src/uts/common/io/e1000api/e1000_82575.c
665
u16 phy_id;
usr/src/uts/common/io/e1000api/e1000_82575.c
67
u32 offset, u16 data);
usr/src/uts/common/io/e1000api/e1000_82575.c
78
static s32 e1000_valid_led_default_82575(struct e1000_hw *hw, u16 *data);
usr/src/uts/common/io/e1000api/e1000_82575.c
80
u32 offset, u16 data);
usr/src/uts/common/io/e1000api/e1000_82575.c
815
u16 data;
usr/src/uts/common/io/e1000api/e1000_82575.c
82
static s32 e1000_acquire_swfw_sync_82575(struct e1000_hw *hw, u16 mask);
usr/src/uts/common/io/e1000api/e1000_82575.c
84
u16 *speed, u16 *duplex);
usr/src/uts/common/io/e1000api/e1000_82575.c
86
static void e1000_release_swfw_sync_82575(struct e1000_hw *hw, u16 mask);
usr/src/uts/common/io/e1000api/e1000_82575.c
99
u16 offset);
usr/src/uts/common/io/e1000api/e1000_82575.h
493
void e1000_vfta_set_vf(struct e1000_hw *, u16, bool);
usr/src/uts/common/io/e1000api/e1000_82575.h
494
void e1000_rlpml_set_vf(struct e1000_hw *, u16);
usr/src/uts/common/io/e1000api/e1000_82575.h
496
u16 e1000_rxpbs_adjust_82580(u32 data);
usr/src/uts/common/io/e1000api/e1000_82575.h
497
s32 e1000_read_emi_reg(struct e1000_hw *hw, u16 addr, u16 *data);
usr/src/uts/common/io/e1000api/e1000_api.c
1055
s32 e1000_read_phy_reg(struct e1000_hw *hw, u32 offset, u16 *data)
usr/src/uts/common/io/e1000api/e1000_api.c
1072
s32 e1000_write_phy_reg(struct e1000_hw *hw, u32 offset, u16 data)
usr/src/uts/common/io/e1000api/e1000_api.c
1130
s32 e1000_read_kmrn_reg(struct e1000_hw *hw, u32 offset, u16 *data)
usr/src/uts/common/io/e1000api/e1000_api.c
1145
s32 e1000_write_kmrn_reg(struct e1000_hw *hw, u32 offset, u16 data)
usr/src/uts/common/io/e1000api/e1000_api.c
1356
s32 e1000_read_nvm(struct e1000_hw *hw, u16 offset, u16 words, u16 *data)
usr/src/uts/common/io/e1000api/e1000_api.c
1374
s32 e1000_write_nvm(struct e1000_hw *hw, u16 offset, u16 words, u16 *data)
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
762
s32 e1000_get_speed_and_duplex(struct e1000_hw *hw, u16 *speed, u16 *duplex)
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
105
s32 e1000_read_nvm(struct e1000_hw *hw, u16 offset, u16 words, u16 *data);
usr/src/uts/common/io/e1000api/e1000_api.h
106
s32 e1000_read_kmrn_reg(struct e1000_hw *hw, u32 offset, u16 *data);
usr/src/uts/common/io/e1000api/e1000_api.h
107
s32 e1000_write_kmrn_reg(struct e1000_hw *hw, u32 offset, u16 data);
usr/src/uts/common/io/e1000api/e1000_api.h
108
s32 e1000_write_nvm(struct e1000_hw *hw, u16 offset, u16 words, u16 *data);
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
69
s32 e1000_get_speed_and_duplex(struct e1000_hw *hw, u16 *speed, u16 *duplex);
usr/src/uts/common/io/e1000api/e1000_api.h
87
s32 e1000_read_phy_reg(struct e1000_hw *hw, u32 offset, u16 *data);
usr/src/uts/common/io/e1000api/e1000_api.h
88
s32 e1000_write_phy_reg(struct e1000_hw *hw, u32 offset, u16 data);
usr/src/uts/common/io/e1000api/e1000_hw.h
1000
u16 dsp_reset_counter;
usr/src/uts/common/io/e1000api/e1000_hw.h
1001
u16 spd_default;
usr/src/uts/common/io/e1000api/e1000_hw.h
1027
u16 value;
usr/src/uts/common/io/e1000api/e1000_hw.h
1048
u16 eee_lp_ability;
usr/src/uts/common/io/e1000api/e1000_hw.h
1098
u16 device_id;
usr/src/uts/common/io/e1000api/e1000_hw.h
1099
u16 subsystem_vendor_id;
usr/src/uts/common/io/e1000api/e1000_hw.h
1100
u16 subsystem_device_id;
usr/src/uts/common/io/e1000api/e1000_hw.h
1101
u16 vendor_id;
usr/src/uts/common/io/e1000api/e1000_hw.h
1117
s32 e1000_read_pcie_cap_reg(struct e1000_hw *hw, u32 reg, u16 *value);
usr/src/uts/common/io/e1000api/e1000_hw.h
1118
s32 e1000_write_pcie_cap_reg(struct e1000_hw *hw, u32 reg, u16 *value);
usr/src/uts/common/io/e1000api/e1000_hw.h
1119
void e1000_read_pci_cfg(struct e1000_hw *hw, u32 reg, u16 *value);
usr/src/uts/common/io/e1000api/e1000_hw.h
1120
void e1000_write_pci_cfg(struct e1000_hw *hw, u32 reg, u16 *value);
usr/src/uts/common/io/e1000api/e1000_hw.h
453
#define __le16 u16
usr/src/uts/common/io/e1000api/e1000_hw.h
723
u16 vlan_id;
usr/src/uts/common/io/e1000api/e1000_hw.h
725
u16 reserved2;
usr/src/uts/common/io/e1000api/e1000_hw.h
748
u16 reserved1;
usr/src/uts/common/io/e1000api/e1000_hw.h
749
u16 reserved2;
usr/src/uts/common/io/e1000api/e1000_hw.h
750
u16 command_length;
usr/src/uts/common/io/e1000api/e1000_hw.h
777
s32 (*get_link_up_info)(struct e1000_hw *, u16 *, u16 *);
usr/src/uts/common/io/e1000api/e1000_hw.h
794
s32 (*acquire_swfw_sync)(struct e1000_hw *, u16);
usr/src/uts/common/io/e1000api/e1000_hw.h
795
void (*release_swfw_sync)(struct e1000_hw *, u16);
usr/src/uts/common/io/e1000api/e1000_hw.h
823
s32 (*set_page)(struct e1000_hw *, u16);
usr/src/uts/common/io/e1000api/e1000_hw.h
824
s32 (*read_reg)(struct e1000_hw *, u32, u16 *);
usr/src/uts/common/io/e1000api/e1000_hw.h
825
s32 (*read_reg_locked)(struct e1000_hw *, u32, u16 *);
usr/src/uts/common/io/e1000api/e1000_hw.h
826
s32 (*read_reg_page)(struct e1000_hw *, u32, u16 *);
usr/src/uts/common/io/e1000api/e1000_hw.h
831
s32 (*write_reg)(struct e1000_hw *, u32, u16);
usr/src/uts/common/io/e1000api/e1000_hw.h
832
s32 (*write_reg_locked)(struct e1000_hw *, u32, u16);
usr/src/uts/common/io/e1000api/e1000_hw.h
833
s32 (*write_reg_page)(struct e1000_hw *, u32, u16);
usr/src/uts/common/io/e1000api/e1000_hw.h
844
s32 (*read)(struct e1000_hw *, u16, u16, u16 *);
usr/src/uts/common/io/e1000api/e1000_hw.h
848
s32 (*valid_led_default)(struct e1000_hw *, u16 *);
usr/src/uts/common/io/e1000api/e1000_hw.h
850
s32 (*write)(struct e1000_hw *, u16, u16, u16 *);
usr/src/uts/common/io/e1000api/e1000_hw.h
868
u16 current_ifs_val;
usr/src/uts/common/io/e1000api/e1000_hw.h
869
u16 ifs_max_val;
usr/src/uts/common/io/e1000api/e1000_hw.h
870
u16 ifs_min_val;
usr/src/uts/common/io/e1000api/e1000_hw.h
871
u16 ifs_ratio;
usr/src/uts/common/io/e1000api/e1000_hw.h
872
u16 ifs_step_size;
usr/src/uts/common/io/e1000api/e1000_hw.h
873
u16 mta_reg_count;
usr/src/uts/common/io/e1000api/e1000_hw.h
874
u16 uta_reg_count;
usr/src/uts/common/io/e1000api/e1000_hw.h
879
u16 rar_entry_count;
usr/src/uts/common/io/e1000api/e1000_hw.h
916
u16 autoneg_advertised;
usr/src/uts/common/io/e1000api/e1000_hw.h
917
u16 autoneg_mask;
usr/src/uts/common/io/e1000api/e1000_hw.h
918
u16 cable_length;
usr/src/uts/common/io/e1000api/e1000_hw.h
919
u16 max_cable_length;
usr/src/uts/common/io/e1000api/e1000_hw.h
920
u16 min_cable_length;
usr/src/uts/common/io/e1000api/e1000_hw.h
939
u16 word_size;
usr/src/uts/common/io/e1000api/e1000_hw.h
940
u16 delay_usec;
usr/src/uts/common/io/e1000api/e1000_hw.h
941
u16 address_bits;
usr/src/uts/common/io/e1000api/e1000_hw.h
942
u16 opcode_bits;
usr/src/uts/common/io/e1000api/e1000_hw.h
943
u16 page_size;
usr/src/uts/common/io/e1000api/e1000_hw.h
951
u16 func;
usr/src/uts/common/io/e1000api/e1000_hw.h
952
u16 pci_cmd_word;
usr/src/uts/common/io/e1000api/e1000_hw.h
958
u16 pause_time; /* Flow control pause timer */
usr/src/uts/common/io/e1000api/e1000_hw.h
959
u16 refresh_time; /* Flow control refresh timer */
usr/src/uts/common/io/e1000api/e1000_hw.h
968
s32 (*read)(struct e1000_hw *, u32 *, u16, u16);
usr/src/uts/common/io/e1000api/e1000_hw.h
969
s32 (*write)(struct e1000_hw *, u32 *, u16, u16);
usr/src/uts/common/io/e1000api/e1000_hw.h
970
s32 (*read_posted)(struct e1000_hw *, u32 *, u16, u16);
usr/src/uts/common/io/e1000api/e1000_hw.h
971
s32 (*write_posted)(struct e1000_hw *, u32 *, u16, u16);
usr/src/uts/common/io/e1000api/e1000_hw.h
972
s32 (*check_for_msg)(struct e1000_hw *, u16);
usr/src/uts/common/io/e1000api/e1000_hw.h
973
s32 (*check_for_ack)(struct e1000_hw *, u16);
usr/src/uts/common/io/e1000api/e1000_hw.h
974
s32 (*check_for_rst)(struct e1000_hw *, u16);
usr/src/uts/common/io/e1000api/e1000_hw.h
991
u16 size;
usr/src/uts/common/io/e1000api/e1000_i210.c
140
void e1000_release_swfw_sync_i210(struct e1000_hw *hw, u16 mask)
usr/src/uts/common/io/e1000api/e1000_i210.c
235
s32 e1000_read_nvm_srrd_i210(struct e1000_hw *hw, u16 offset, u16 words,
usr/src/uts/common/io/e1000api/e1000_i210.c
236
u16 *data)
usr/src/uts/common/io/e1000api/e1000_i210.c
239
u16 i, count;
usr/src/uts/common/io/e1000api/e1000_i210.c
280
s32 e1000_write_nvm_srwr_i210(struct e1000_hw *hw, u16 offset, u16 words,
usr/src/uts/common/io/e1000api/e1000_i210.c
281
u16 *data)
usr/src/uts/common/io/e1000api/e1000_i210.c
284
u16 i, count;
usr/src/uts/common/io/e1000api/e1000_i210.c
321
static s32 e1000_write_nvm_srwr(struct e1000_hw *hw, u16 offset, u16 words,
usr/src/uts/common/io/e1000api/e1000_i210.c
322
u16 *data)
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
380
u16 i;
usr/src/uts/common/io/e1000api/e1000_i210.c
41
static s32 e1000_write_nvm_srwr(struct e1000_hw *hw, u16 offset, u16 words,
usr/src/uts/common/io/e1000api/e1000_i210.c
418
static s32 e1000_read_invm_i210(struct e1000_hw *hw, u16 offset,
usr/src/uts/common/io/e1000api/e1000_i210.c
419
u16 E1000_UNUSEDARG words, u16 *data)
usr/src/uts/common/io/e1000api/e1000_i210.c
42
u16 *data);
usr/src/uts/common/io/e1000api/e1000_i210.c
44
static s32 e1000_valid_led_default_i210(struct e1000_hw *hw, u16 *data);
usr/src/uts/common/io/e1000api/e1000_i210.c
501
s32 (*read_op_ptr)(struct e1000_hw *, u16, u16, u16 *);
usr/src/uts/common/io/e1000api/e1000_i210.c
540
u16 checksum = 0;
usr/src/uts/common/io/e1000api/e1000_i210.c
541
u16 i, nvm_data;
usr/src/uts/common/io/e1000api/e1000_i210.c
572
checksum = (u16) NVM_SUM - checksum;
usr/src/uts/common/io/e1000api/e1000_i210.c
721
static s32 e1000_valid_led_default_i210(struct e1000_hw *hw, u16 *data)
usr/src/uts/common/io/e1000api/e1000_i210.c
756
static s32 __e1000_access_xmdio_reg(struct e1000_hw *hw, u16 address,
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.c
830
u16 nvm_word, phy_word, pci_word, tmp_nvm;
usr/src/uts/common/io/e1000api/e1000_i210.c
88
s32 e1000_acquire_swfw_sync_i210(struct e1000_hw *hw, u16 mask)
usr/src/uts/common/io/e1000api/e1000_i210.h
42
s32 e1000_write_nvm_srwr_i210(struct e1000_hw *hw, u16 offset,
usr/src/uts/common/io/e1000api/e1000_i210.h
43
u16 words, u16 *data);
usr/src/uts/common/io/e1000api/e1000_i210.h
44
s32 e1000_read_nvm_srrd_i210(struct e1000_hw *hw, u16 offset,
usr/src/uts/common/io/e1000api/e1000_i210.h
45
u16 words, u16 *data);
usr/src/uts/common/io/e1000api/e1000_i210.h
46
s32 e1000_acquire_swfw_sync_i210(struct e1000_hw *hw, u16 mask);
usr/src/uts/common/io/e1000api/e1000_i210.h
47
void e1000_release_swfw_sync_i210(struct e1000_hw *hw, u16 mask);
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
49
u16 *data);
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
51
u16 data);
usr/src/uts/common/io/e1000api/e1000_i210.h
62
(u16)(((invm_dword) & 0xFFFF0000) >> 16)
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
103
u16 *data);
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
1038
u16 reg;
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
1112
static u64 e1000_ltr2ns(u16 ltr)
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
112
u16 *speed, u16 *duplex);
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
1146
u16 lat_enc = 0; /* latency encoded */
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
1152
u16 speed, duplex, scale = 0;
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
1153
u16 max_snoop, max_nosnoop;
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
1154
u16 max_ltr_enc; /* max LTR latency encoded */
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
1197
lat_enc = (u16)((scale << E1000_LTRV_SCALE_SHIFT) | value);
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
128
u8 size, u16 *data);
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
1288
u16 phy_reg;
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
1289
u16 oem_reg = 0;
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
138
u32 offset, u16 *data);
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
1434
u16 phy_reg;
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
153
u16 flcdone:1; /* bit 0 Flash Cycle Done */
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
154
u16 flcerr:1; /* bit 1 Flash Cycle Error */
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
155
u16 dael:1; /* bit 2 Direct Access error Log */
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
156
u16 berasesz:2; /* bit 4:3 Sector Erase Size */
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
157
u16 flcinprog:1; /* bit 5 flash cycle in Progress */
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
1572
u16 emi_addr, emi_val = 0;
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
1574
u16 phy_reg;
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
158
u16 reserved1:2; /* bit 13:6 Reserved */
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
159
u16 reserved2:6; /* bit 13:6 Reserved */
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
160
u16 fldesvalid:1; /* bit 14 Flash Descriptor Valid */
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
1605
u16 speed, duplex;
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
161
u16 flockdn:1; /* bit 15 Flash Config Lock-Down */
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
163
u16 regval;
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
1638
u16 phy_reg;
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
1667
u16 data;
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
1668
u16 ptr_gap;
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
170
u16 flcgo:1; /* 0 Flash Cycle Go */
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
171
u16 flcycle:2; /* 2:1 Flash Cycle */
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
172
u16 reserved:5; /* 7:3 Reserved */
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
173
u16 fldbcount:2; /* 9:8 Flash Data Byte Count */
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
174
u16 flockdn:6; /* 15:10 Reserved */
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
176
u16 regval;
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
187
u16 regval;
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
202
u16 phy_reg = 0;
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
205
u16 retry_count;
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
2190
u16 phy_reg = 0;
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
2208
(u16)(hw->mac.mta_shadow[i] &
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
2211
(u16)((hw->mac.mta_shadow[i] >> 16) &
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
2258
u16 phy_data;
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
2302
u16 word_addr, reg_data, reg_addr, phy_page = 0;
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
2381
(u16)data);
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
2389
word_addr = (u16)(cnf_base_addr << 1);
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
2435
u16 status_reg = 0;
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
2520
u16 kmrn_reg = 0;
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
2571
u16 oem_reg;
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
2637
u16 data;
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
2659
u16 phy_data;
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
2744
u16 i, phy_reg = 0;
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
2760
(u16)(mac_reg & 0xFFFF));
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
2762
(u16)((mac_reg >> 16) & 0xFFFF));
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
2766
(u16)(mac_reg & 0xFFFF));
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
2768
(u16)((mac_reg & E1000_RAH_AV)
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
2805
u16 phy_reg, data;
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
2807
u16 i;
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
298
u16 count = 20;
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
3014
u16 status_reg = 0;
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
3030
u16 pm_phy_reg;
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
3121
u16 reg;
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
3223
u16 oem_reg;
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
3259
u16 data;
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
3355
u16 data;
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
3443
u32 bank1_offset = nvm->flash_bank_size * sizeof(u16);
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
3550
static s32 e1000_read_nvm_spt(struct e1000_hw *hw, u16 offset, u16 words,
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
3551
u16 *data)
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
3559
u16 offset_to_read;
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
3560
u16 i;
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
3598
data[i] = (u16)(dword & 0xFFFF);
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
3600
data[i] = (u16)((dword >> 16) & 0xFFFF);
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
3616
data[i] = (u16) (dword & 0xFFFF);
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
3621
data[i+1] = (u16) (dword >> 16 & 0xFFFF);
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
3643
static s32 e1000_read_nvm_ich8lan(struct e1000_hw *hw, u16 offset, u16 words,
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
3644
u16 *data)
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
3651
u16 i, word;
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
3857
u16 *data)
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
3882
u16 word = 0;
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
3910
u8 size, u16 *data)
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
3953
*data = (u16)(flash_data & 0x0000FFFF);
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
4062
static s32 e1000_write_nvm_ich8lan(struct e1000_hw *hw, u16 offset, u16 words,
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
4063
u16 *data)
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
4067
u16 i;
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
4275
u16 data = 0;
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
4422
u16 data;
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
4423
u16 word;
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
4424
u16 valid_csum_mask;
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
4481
u8 size, u16 data)
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
4669
u16 word = (u16)data;
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
4689
u16 program_retries;
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
4726
u16 program_retries;
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
4876
static s32 e1000_valid_led_default_ich8lan(struct e1000_hw *hw, u16 *data)
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
4913
u16 data, i, temp, shift;
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
5005
u16 kum_cfg;
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
5128
u16 i;
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
5350
u16 reg_data;
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
5466
static s32 e1000_get_link_up_info_ich8lan(struct e1000_hw *hw, u16 *speed,
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
5467
u16 *duplex)
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
5506
u16 i, data;
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
5593
u16 data;
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
561
u16 i = 0;
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
5647
u16 reg_data;
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
5696
u16 phy_reg, device_id = hw->device_id;
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
5714
u16 eee_advert;
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
5838
u16 phy_reg;
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
5947
(u16)hw->mac.ledctl_mode1);
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
5961
(u16)hw->mac.ledctl_default);
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
5972
u16 data = (u16)hw->mac.ledctl_mode2;
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
6004
u16 data = (u16)hw->mac.ledctl_mode1;
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
6115
u16 phy_data;
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
654
u16 i;
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
674
nvm->flash_bank_size /= sizeof(u16);
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
704
nvm->flash_bank_size /= sizeof(u16);
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
867
static s32 __e1000_access_emi_reg_locked(struct e1000_hw *hw, u16 address,
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
868
u16 *data, bool read)
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
896
s32 e1000_read_emi_reg_locked(struct e1000_hw *hw, u16 addr, u16 *data)
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
911
s32 e1000_write_emi_reg_locked(struct e1000_hw *hw, u16 addr, u16 data)
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
93
static s32 e1000_read_nvm_ich8lan(struct e1000_hw *hw, u16 offset,
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
936
u16 lpa, pcs_status, adv, adv_addr, lpi_ctrl, data;
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
94
u16 words, u16 *data);
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
95
static s32 e1000_read_nvm_spt(struct e1000_hw *hw, u16 offset, u16 words,
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
96
u16 *data);
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
97
static s32 e1000_write_nvm_ich8lan(struct e1000_hw *hw, u16 offset,
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
98
u16 words, u16 *data);
usr/src/uts/common/io/e1000api/e1000_ich8lan.h
337
s32 e1000_read_emi_reg_locked(struct e1000_hw *hw, u16 addr, u16 *data);
usr/src/uts/common/io/e1000api/e1000_ich8lan.h
338
s32 e1000_write_emi_reg_locked(struct e1000_hw *hw, u16 addr, u16 data);
usr/src/uts/common/io/e1000api/e1000_mac.c
109
u16 E1000_UNUSEDARG *s, u16 E1000_UNUSEDARG *d)
usr/src/uts/common/io/e1000api/e1000_mac.c
1356
u16 mii_status_reg, mii_nway_adv_reg, mii_nway_lp_ability_reg;
usr/src/uts/common/io/e1000api/e1000_mac.c
1357
u16 speed, duplex;
usr/src/uts/common/io/e1000api/e1000_mac.c
1659
s32 e1000_get_speed_and_duplex_copper_generic(struct e1000_hw *hw, u16 *speed,
usr/src/uts/common/io/e1000api/e1000_mac.c
1660
u16 *duplex)
usr/src/uts/common/io/e1000api/e1000_mac.c
1699
u16 *speed, u16 *duplex)
usr/src/uts/common/io/e1000api/e1000_mac.c
1814
s32 e1000_valid_led_default_generic(struct e1000_hw *hw, u16 *data)
usr/src/uts/common/io/e1000api/e1000_mac.c
1844
u16 data, i, temp;
usr/src/uts/common/io/e1000api/e1000_mac.c
1845
const u16 led_mask = 0x0F;
usr/src/uts/common/io/e1000api/e1000_mac.c
237
u16 pcie_link_status;
usr/src/uts/common/io/e1000api/e1000_mac.c
299
u16 pci_header_type;
usr/src/uts/common/io/e1000api/e1000_mac.c
370
void e1000_init_rx_addrs_generic(struct e1000_hw *hw, u16 rar_count)
usr/src/uts/common/io/e1000api/e1000_mac.c
404
u16 offset, nvm_alt_mac_addr_offset, nvm_data;
usr/src/uts/common/io/e1000api/e1000_mac.c
573
(((u16) mc_addr[5]) << bit_shift)));
usr/src/uts/common/io/e1000api/e1000_mac.c
626
u16 cmd_mmrbc;
usr/src/uts/common/io/e1000api/e1000_mac.c
627
u16 pcix_cmd;
usr/src/uts/common/io/e1000api/e1000_mac.c
628
u16 pcix_stat_hi_word;
usr/src/uts/common/io/e1000api/e1000_mac.c
629
u16 stat_mmrbc;
usr/src/uts/common/io/e1000api/e1000_mac.c
950
u16 nvm_data;
usr/src/uts/common/io/e1000api/e1000_mac.c
951
u16 nvm_offset = 0;
usr/src/uts/common/io/e1000api/e1000_mac.h
42
s32 e1000_null_link_info(struct e1000_hw *hw, u16 *s, u16 *d);
usr/src/uts/common/io/e1000api/e1000_mac.h
64
s32 e1000_get_speed_and_duplex_copper_generic(struct e1000_hw *hw, u16 *speed,
usr/src/uts/common/io/e1000api/e1000_mac.h
65
u16 *duplex);
usr/src/uts/common/io/e1000api/e1000_mac.h
67
u16 *speed, u16 *duplex);
usr/src/uts/common/io/e1000api/e1000_mac.h
86
void e1000_init_rx_addrs_generic(struct e1000_hw *hw, u16 rar_count);
usr/src/uts/common/io/e1000api/e1000_manage.c
192
u16 i, length = sizeof(struct e1000_host_mng_command_header);
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
229
u16 remaining, i, j, prev_bytes;
usr/src/uts/common/io/e1000api/e1000_manage.c
296
u16 length)
usr/src/uts/common/io/e1000api/e1000_manage.c
365
u16 data;
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_mbx.c
121
s32 e1000_check_for_msg(struct e1000_hw *hw, u16 mbx_id)
usr/src/uts/common/io/e1000api/e1000_mbx.c
141
s32 e1000_check_for_ack(struct e1000_hw *hw, u16 mbx_id)
usr/src/uts/common/io/e1000api/e1000_mbx.c
161
s32 e1000_check_for_rst(struct e1000_hw *hw, u16 mbx_id)
usr/src/uts/common/io/e1000api/e1000_mbx.c
181
static s32 e1000_poll_for_msg(struct e1000_hw *hw, u16 mbx_id)
usr/src/uts/common/io/e1000api/e1000_mbx.c
212
static s32 e1000_poll_for_ack(struct e1000_hw *hw, u16 mbx_id)
usr/src/uts/common/io/e1000api/e1000_mbx.c
246
s32 e1000_read_posted_mbx(struct e1000_hw *hw, u32 *msg, u16 size, u16 mbx_id)
usr/src/uts/common/io/e1000api/e1000_mbx.c
275
s32 e1000_write_posted_mbx(struct e1000_hw *hw, u32 *msg, u16 size, u16 mbx_id)
usr/src/uts/common/io/e1000api/e1000_mbx.c
361
u16 E1000_UNUSEDARG mbx_id)
usr/src/uts/common/io/e1000api/e1000_mbx.c
383
u16 E1000_UNUSEDARG mbx_id)
usr/src/uts/common/io/e1000api/e1000_mbx.c
405
u16 E1000_UNUSEDARG mbx_id)
usr/src/uts/common/io/e1000api/e1000_mbx.c
42
u16 E1000_UNUSEDARG mbx_id)
usr/src/uts/common/io/e1000api/e1000_mbx.c
457
static s32 e1000_write_mbx_vf(struct e1000_hw *hw, u32 *msg, u16 size,
usr/src/uts/common/io/e1000api/e1000_mbx.c
458
u16 E1000_UNUSEDARG mbx_id)
usr/src/uts/common/io/e1000api/e1000_mbx.c
461
u16 i;
usr/src/uts/common/io/e1000api/e1000_mbx.c
498
static s32 e1000_read_mbx_vf(struct e1000_hw *hw, u32 *msg, u16 size,
usr/src/uts/common/io/e1000api/e1000_mbx.c
499
u16 E1000_UNUSEDARG mbx_id)
usr/src/uts/common/io/e1000api/e1000_mbx.c
502
u16 i;
usr/src/uts/common/io/e1000api/e1000_mbx.c
55
u16 E1000_UNUSEDARG size,
usr/src/uts/common/io/e1000api/e1000_mbx.c
56
u16 E1000_UNUSEDARG mbx_id)
usr/src/uts/common/io/e1000api/e1000_mbx.c
579
static s32 e1000_check_for_msg_pf(struct e1000_hw *hw, u16 vf_number)
usr/src/uts/common/io/e1000api/e1000_mbx.c
600
static s32 e1000_check_for_ack_pf(struct e1000_hw *hw, u16 vf_number)
usr/src/uts/common/io/e1000api/e1000_mbx.c
621
static s32 e1000_check_for_rst_pf(struct e1000_hw *hw, u16 vf_number)
usr/src/uts/common/io/e1000api/e1000_mbx.c
644
static s32 e1000_obtain_mbx_lock_pf(struct e1000_hw *hw, u16 vf_number)
usr/src/uts/common/io/e1000api/e1000_mbx.c
679
static s32 e1000_write_mbx_pf(struct e1000_hw *hw, u32 *msg, u16 size,
usr/src/uts/common/io/e1000api/e1000_mbx.c
680
u16 vf_number)
usr/src/uts/common/io/e1000api/e1000_mbx.c
683
u16 i;
usr/src/uts/common/io/e1000api/e1000_mbx.c
72
s32 e1000_read_mbx(struct e1000_hw *hw, u32 *msg, u16 size, u16 mbx_id)
usr/src/uts/common/io/e1000api/e1000_mbx.c
722
static s32 e1000_read_mbx_pf(struct e1000_hw *hw, u32 *msg, u16 size,
usr/src/uts/common/io/e1000api/e1000_mbx.c
723
u16 vf_number)
usr/src/uts/common/io/e1000api/e1000_mbx.c
726
u16 i;
usr/src/uts/common/io/e1000api/e1000_mbx.c
98
s32 e1000_write_mbx(struct e1000_hw *hw, u32 *msg, u16 size, u16 mbx_id)
usr/src/uts/common/io/e1000api/e1000_mbx.h
100
s32 e1000_check_for_ack(struct e1000_hw *, u16);
usr/src/uts/common/io/e1000api/e1000_mbx.h
101
s32 e1000_check_for_rst(struct e1000_hw *, u16);
usr/src/uts/common/io/e1000api/e1000_mbx.h
95
s32 e1000_read_mbx(struct e1000_hw *, u32 *, u16, u16);
usr/src/uts/common/io/e1000api/e1000_mbx.h
96
s32 e1000_write_mbx(struct e1000_hw *, u32 *, u16, u16);
usr/src/uts/common/io/e1000api/e1000_mbx.h
97
s32 e1000_read_posted_mbx(struct e1000_hw *, u32 *, u16, u16);
usr/src/uts/common/io/e1000api/e1000_mbx.h
98
s32 e1000_write_posted_mbx(struct e1000_hw *, u32 *, u16, u16);
usr/src/uts/common/io/e1000api/e1000_mbx.h
99
s32 e1000_check_for_msg(struct e1000_hw *, u16);
usr/src/uts/common/io/e1000api/e1000_nvm.c
100
u16 E1000_UNUSEDARG a, u16 E1000_UNUSEDARG b,
usr/src/uts/common/io/e1000api/e1000_nvm.c
101
u16 E1000_UNUSEDARG *c)
usr/src/uts/common/io/e1000api/e1000_nvm.c
1015
s32 e1000_write_pba_raw(struct e1000_hw *hw, u16 *eeprom_buf,
usr/src/uts/common/io/e1000api/e1000_nvm.c
1052
pba->pba_block[0] * sizeof(u16));
usr/src/uts/common/io/e1000api/e1000_nvm.c
1074
s32 e1000_get_pba_block_size(struct e1000_hw *hw, u16 *eeprom_buf,
usr/src/uts/common/io/e1000api/e1000_nvm.c
1075
u32 eeprom_buf_size, u16 *pba_block_size)
usr/src/uts/common/io/e1000api/e1000_nvm.c
1078
u16 pba_word[2];
usr/src/uts/common/io/e1000api/e1000_nvm.c
1079
u16 length;
usr/src/uts/common/io/e1000api/e1000_nvm.c
1134
u16 i;
usr/src/uts/common/io/e1000api/e1000_nvm.c
1161
u16 checksum = 0;
usr/src/uts/common/io/e1000api/e1000_nvm.c
1162
u16 i, nvm_data;
usr/src/uts/common/io/e1000api/e1000_nvm.c
1175
if (checksum != (u16) NVM_SUM) {
usr/src/uts/common/io/e1000api/e1000_nvm.c
1194
u16 checksum = 0;
usr/src/uts/common/io/e1000api/e1000_nvm.c
1195
u16 i, nvm_data;
usr/src/uts/common/io/e1000api/e1000_nvm.c
1207
checksum = (u16) NVM_SUM - checksum;
usr/src/uts/common/io/e1000api/e1000_nvm.c
147
static void e1000_shift_out_eec_bits(struct e1000_hw *hw, u16 data, u16 count)
usr/src/uts/common/io/e1000api/e1000_nvm.c
194
static u16 e1000_shift_in_eec_bits(struct e1000_hw *hw, u16 count)
usr/src/uts/common/io/e1000api/e1000_nvm.c
198
u16 data;
usr/src/uts/common/io/e1000api/e1000_nvm.c
397
u16 timeout = NVM_MAX_RETRY_SPI;
usr/src/uts/common/io/e1000api/e1000_nvm.c
440
s32 e1000_read_nvm_spi(struct e1000_hw *hw, u16 offset, u16 words, u16 *data)
usr/src/uts/common/io/e1000api/e1000_nvm.c
445
u16 word_in;
usr/src/uts/common/io/e1000api/e1000_nvm.c
474
e1000_shift_out_eec_bits(hw, (u16)(offset*2), nvm->address_bits);
usr/src/uts/common/io/e1000api/e1000_nvm.c
500
s32 e1000_read_nvm_microwire(struct e1000_hw *hw, u16 offset, u16 words,
usr/src/uts/common/io/e1000api/e1000_nvm.c
501
u16 *data)
usr/src/uts/common/io/e1000api/e1000_nvm.c
530
e1000_shift_out_eec_bits(hw, (u16)(offset + i),
usr/src/uts/common/io/e1000api/e1000_nvm.c
555
s32 e1000_read_nvm_eerd(struct e1000_hw *hw, u16 offset, u16 words, u16 *data)
usr/src/uts/common/io/e1000api/e1000_nvm.c
603
s32 e1000_write_nvm_spi(struct e1000_hw *hw, u16 offset, u16 words, u16 *data)
usr/src/uts/common/io/e1000api/e1000_nvm.c
607
u16 widx = 0;
usr/src/uts/common/io/e1000api/e1000_nvm.c
649
e1000_shift_out_eec_bits(hw, (u16)((offset + widx) * 2),
usr/src/uts/common/io/e1000api/e1000_nvm.c
654
u16 word_out = data[widx];
usr/src/uts/common/io/e1000api/e1000_nvm.c
67
u16 E1000_UNUSEDARG a, u16 E1000_UNUSEDARG b,
usr/src/uts/common/io/e1000api/e1000_nvm.c
68
u16 E1000_UNUSEDARG *c)
usr/src/uts/common/io/e1000api/e1000_nvm.c
683
s32 e1000_write_nvm_microwire(struct e1000_hw *hw, u16 offset, u16 words,
usr/src/uts/common/io/e1000api/e1000_nvm.c
684
u16 *data)
usr/src/uts/common/io/e1000api/e1000_nvm.c
689
u16 words_written = 0;
usr/src/uts/common/io/e1000api/e1000_nvm.c
690
u16 widx = 0;
usr/src/uts/common/io/e1000api/e1000_nvm.c
712
(u16)(nvm->opcode_bits + 2));
usr/src/uts/common/io/e1000api/e1000_nvm.c
714
e1000_shift_out_eec_bits(hw, 0, (u16)(nvm->address_bits - 2));
usr/src/uts/common/io/e1000api/e1000_nvm.c
722
e1000_shift_out_eec_bits(hw, (u16)(offset + words_written),
usr/src/uts/common/io/e1000api/e1000_nvm.c
748
(u16)(nvm->opcode_bits + 2));
usr/src/uts/common/io/e1000api/e1000_nvm.c
750
e1000_shift_out_eec_bits(hw, 0, (u16)(nvm->address_bits - 2));
usr/src/uts/common/io/e1000api/e1000_nvm.c
771
u16 nvm_data;
usr/src/uts/common/io/e1000api/e1000_nvm.c
772
u16 pba_ptr;
usr/src/uts/common/io/e1000api/e1000_nvm.c
773
u16 offset;
usr/src/uts/common/io/e1000api/e1000_nvm.c
774
u16 length;
usr/src/uts/common/io/e1000api/e1000_nvm.c
885
u16 nvm_data;
usr/src/uts/common/io/e1000api/e1000_nvm.c
886
u16 pba_ptr;
usr/src/uts/common/io/e1000api/e1000_nvm.c
887
u16 length;
usr/src/uts/common/io/e1000api/e1000_nvm.c
89
u16 E1000_UNUSEDARG *data)
usr/src/uts/common/io/e1000api/e1000_nvm.c
946
s32 e1000_read_pba_raw(struct e1000_hw *hw, u16 *eeprom_buf,
usr/src/uts/common/io/e1000api/e1000_nvm.c
947
u32 eeprom_buf_size, u16 max_pba_block_size,
usr/src/uts/common/io/e1000api/e1000_nvm.c
951
u16 pba_block_size;
usr/src/uts/common/io/e1000api/e1000_nvm.c
994
pba_block_size * sizeof(u16));
usr/src/uts/common/io/e1000api/e1000_nvm.h
39
u16 word[2];
usr/src/uts/common/io/e1000api/e1000_nvm.h
40
u16 *pba_block;
usr/src/uts/common/io/e1000api/e1000_nvm.h
45
s32 e1000_null_read_nvm(struct e1000_hw *hw, u16 a, u16 b, u16 *c);
usr/src/uts/common/io/e1000api/e1000_nvm.h
47
s32 e1000_null_led_default(struct e1000_hw *hw, u16 *data);
usr/src/uts/common/io/e1000api/e1000_nvm.h
48
s32 e1000_null_write_nvm(struct e1000_hw *hw, u16 a, u16 b, u16 *c);
usr/src/uts/common/io/e1000api/e1000_nvm.h
56
s32 e1000_read_pba_raw(struct e1000_hw *hw, u16 *eeprom_buf,
usr/src/uts/common/io/e1000api/e1000_nvm.h
57
u32 eeprom_buf_size, u16 max_pba_block_size,
usr/src/uts/common/io/e1000api/e1000_nvm.h
59
s32 e1000_write_pba_raw(struct e1000_hw *hw, u16 *eeprom_buf,
usr/src/uts/common/io/e1000api/e1000_nvm.h
61
s32 e1000_get_pba_block_size(struct e1000_hw *hw, u16 *eeprom_buf,
usr/src/uts/common/io/e1000api/e1000_nvm.h
62
u32 eeprom_buf_size, u16 *pba_block_size);
usr/src/uts/common/io/e1000api/e1000_nvm.h
63
s32 e1000_read_nvm_spi(struct e1000_hw *hw, u16 offset, u16 words, u16 *data);
usr/src/uts/common/io/e1000api/e1000_nvm.h
64
s32 e1000_read_nvm_microwire(struct e1000_hw *hw, u16 offset,
usr/src/uts/common/io/e1000api/e1000_nvm.h
65
u16 words, u16 *data);
usr/src/uts/common/io/e1000api/e1000_nvm.h
66
s32 e1000_read_nvm_eerd(struct e1000_hw *hw, u16 offset, u16 words,
usr/src/uts/common/io/e1000api/e1000_nvm.h
67
u16 *data);
usr/src/uts/common/io/e1000api/e1000_nvm.h
68
s32 e1000_valid_led_default_generic(struct e1000_hw *hw, u16 *data);
usr/src/uts/common/io/e1000api/e1000_nvm.h
70
s32 e1000_write_nvm_microwire(struct e1000_hw *hw, u16 offset,
usr/src/uts/common/io/e1000api/e1000_nvm.h
71
u16 words, u16 *data);
usr/src/uts/common/io/e1000api/e1000_nvm.h
72
s32 e1000_write_nvm_spi(struct e1000_hw *hw, u16 offset, u16 words,
usr/src/uts/common/io/e1000api/e1000_nvm.h
73
u16 *data);
usr/src/uts/common/io/e1000api/e1000_phy.c
1011
u16 phy_data;
usr/src/uts/common/io/e1000api/e1000_phy.c
1051
u16 phy_data;
usr/src/uts/common/io/e1000api/e1000_phy.c
108
u16 E1000_UNUSEDARG data)
usr/src/uts/common/io/e1000api/e1000_phy.c
1116
u16 phy_data;
usr/src/uts/common/io/e1000api/e1000_phy.c
119
u32 E1000_UNUSEDARG offset, u16 E1000_UNUSEDARG *data)
usr/src/uts/common/io/e1000api/e1000_phy.c
1268
u16 phy_data;
usr/src/uts/common/io/e1000api/e1000_phy.c
1365
u16 data;
usr/src/uts/common/io/e1000api/e1000_phy.c
1475
u16 mii_autoneg_adv_reg;
usr/src/uts/common/io/e1000api/e1000_phy.c
1476
u16 mii_1000t_ctrl_reg = 0;
usr/src/uts/common/io/e1000api/e1000_phy.c
151
u32 E1000_UNUSEDARG offset, u16 E1000_UNUSEDARG data)
usr/src/uts/common/io/e1000api/e1000_phy.c
1628
u16 phy_ctrl;
usr/src/uts/common/io/e1000api/e1000_phy.c
1745
u16 phy_data;
usr/src/uts/common/io/e1000api/e1000_phy.c
1811
u16 phy_data;
usr/src/uts/common/io/e1000api/e1000_phy.c
1950
u16 data;
usr/src/uts/common/io/e1000api/e1000_phy.c
2014
void e1000_phy_force_speed_duplex_setup(struct e1000_hw *hw, u16 *phy_ctrl)
usr/src/uts/common/io/e1000api/e1000_phy.c
2081
u16 data;
usr/src/uts/common/io/e1000api/e1000_phy.c
2165
u16 phy_data, offset, mask;
usr/src/uts/common/io/e1000api/e1000_phy.c
2210
u16 data;
usr/src/uts/common/io/e1000api/e1000_phy.c
222
u16 phy_id;
usr/src/uts/common/io/e1000api/e1000_phy.c
223
u16 retry_count = 0;
usr/src/uts/common/io/e1000api/e1000_phy.c
2237
u16 data, offset, mask;
usr/src/uts/common/io/e1000api/e1000_phy.c
2280
u16 phy_data, offset, mask;
usr/src/uts/common/io/e1000api/e1000_phy.c
2314
u16 i, phy_status;
usr/src/uts/common/io/e1000api/e1000_phy.c
2353
u16 i, phy_status;
usr/src/uts/common/io/e1000api/e1000_phy.c
2411
u16 phy_data, index;
usr/src/uts/common/io/e1000api/e1000_phy.c
2437
u16 phy_data, phy_data2, is_cm;
usr/src/uts/common/io/e1000api/e1000_phy.c
2438
u16 index, default_page;
usr/src/uts/common/io/e1000api/e1000_phy.c
2560
u16 phy_data, i, agc_value = 0;
usr/src/uts/common/io/e1000api/e1000_phy.c
2561
u16 cur_agc_index, max_agc_index = 0;
usr/src/uts/common/io/e1000api/e1000_phy.c
2562
u16 min_agc_index = IGP02E1000_CABLE_LENGTH_TABLE_SIZE - 1;
usr/src/uts/common/io/e1000api/e1000_phy.c
2563
static const u16 agc_reg_array[IGP02E1000_PHY_CHANNEL_NUM] = {
usr/src/uts/common/io/e1000api/e1000_phy.c
2630
u16 phy_data;
usr/src/uts/common/io/e1000api/e1000_phy.c
2705
u16 data;
usr/src/uts/common/io/e1000api/e1000_phy.c
2767
u16 data;
usr/src/uts/common/io/e1000api/e1000_phy.c
2821
u16 phy_ctrl;
usr/src/uts/common/io/e1000api/e1000_phy.c
284
s32 e1000_read_phy_reg_mdic(struct e1000_hw *hw, u32 offset, u16 *data)
usr/src/uts/common/io/e1000api/e1000_phy.c
3112
s32 e1000_write_phy_reg_bm(struct e1000_hw *hw, u32 offset, u16 data)
usr/src/uts/common/io/e1000api/e1000_phy.c
3172
s32 e1000_read_phy_reg_bm(struct e1000_hw *hw, u32 offset, u16 *data)
usr/src/uts/common/io/e1000api/e1000_phy.c
3231
s32 e1000_read_phy_reg_bm2(struct e1000_hw *hw, u32 offset, u16 *data)
usr/src/uts/common/io/e1000api/e1000_phy.c
3234
u16 page = (u16)(offset >> IGP_PAGE_SHIFT);
usr/src/uts/common/io/e1000api/e1000_phy.c
3276
s32 e1000_write_phy_reg_bm2(struct e1000_hw *hw, u32 offset, u16 data)
usr/src/uts/common/io/e1000api/e1000_phy.c
3279
u16 page = (u16)(offset >> IGP_PAGE_SHIFT);
usr/src/uts/common/io/e1000api/e1000_phy.c
330
*data = (u16) mdic;
usr/src/uts/common/io/e1000api/e1000_phy.c
3321
s32 e1000_enable_phy_wakeup_reg_access_bm(struct e1000_hw *hw, u16 *phy_reg)
usr/src/uts/common/io/e1000api/e1000_phy.c
3324
u16 temp;
usr/src/uts/common/io/e1000api/e1000_phy.c
3379
s32 e1000_disable_phy_wakeup_reg_access_bm(struct e1000_hw *hw, u16 *phy_reg)
usr/src/uts/common/io/e1000api/e1000_phy.c
3430
u16 *data, bool read, bool page_set)
usr/src/uts/common/io/e1000api/e1000_phy.c
3433
u16 reg = BM_PHY_REG_NUM(offset);
usr/src/uts/common/io/e1000api/e1000_phy.c
3434
u16 page = BM_PHY_REG_PAGE(offset);
usr/src/uts/common/io/e1000api/e1000_phy.c
3435
u16 phy_reg = 0;
usr/src/uts/common/io/e1000api/e1000_phy.c
349
s32 e1000_write_phy_reg_mdic(struct e1000_hw *hw, u32 offset, u16 data)
usr/src/uts/common/io/e1000api/e1000_phy.c
3494
u16 mii_reg = 0;
usr/src/uts/common/io/e1000api/e1000_phy.c
3512
u16 mii_reg = 0;
usr/src/uts/common/io/e1000api/e1000_phy.c
3532
static s32 __e1000_read_phy_reg_hv(struct e1000_hw *hw, u32 offset, u16 *data,
usr/src/uts/common/io/e1000api/e1000_phy.c
3536
u16 page = BM_PHY_REG_PAGE(offset);
usr/src/uts/common/io/e1000api/e1000_phy.c
3537
u16 reg = BM_PHY_REG_NUM(offset);
usr/src/uts/common/io/e1000api/e1000_phy.c
3598
s32 e1000_read_phy_reg_hv(struct e1000_hw *hw, u32 offset, u16 *data)
usr/src/uts/common/io/e1000api/e1000_phy.c
3612
s32 e1000_read_phy_reg_hv_locked(struct e1000_hw *hw, u32 offset, u16 *data)
usr/src/uts/common/io/e1000api/e1000_phy.c
3626
s32 e1000_read_phy_reg_page_hv(struct e1000_hw *hw, u32 offset, u16 *data)
usr/src/uts/common/io/e1000api/e1000_phy.c
3641
static s32 __e1000_write_phy_reg_hv(struct e1000_hw *hw, u32 offset, u16 data,
usr/src/uts/common/io/e1000api/e1000_phy.c
3645
u16 page = BM_PHY_REG_PAGE(offset);
usr/src/uts/common/io/e1000api/e1000_phy.c
3646
u16 reg = BM_PHY_REG_NUM(offset);
usr/src/uts/common/io/e1000api/e1000_phy.c
3681
u16 data2 = 0x7EFF;
usr/src/uts/common/io/e1000api/e1000_phy.c
3723
s32 e1000_write_phy_reg_hv(struct e1000_hw *hw, u32 offset, u16 data)
usr/src/uts/common/io/e1000api/e1000_phy.c
3737
s32 e1000_write_phy_reg_hv_locked(struct e1000_hw *hw, u32 offset, u16 data)
usr/src/uts/common/io/e1000api/e1000_phy.c
3751
s32 e1000_write_phy_reg_page_hv(struct e1000_hw *hw, u32 offset, u16 data)
usr/src/uts/common/io/e1000api/e1000_phy.c
3783
u16 *data, bool read)
usr/src/uts/common/io/e1000api/e1000_phy.c
3800
ret_val = e1000_write_phy_reg_mdic(hw, addr_reg, (u16)offset & 0x3F);
usr/src/uts/common/io/e1000api/e1000_phy.c
3832
u16 data;
usr/src/uts/common/io/e1000api/e1000_phy.c
3881
u16 data;
usr/src/uts/common/io/e1000api/e1000_phy.c
39
u16 *data, bool read, bool page_set);
usr/src/uts/common/io/e1000api/e1000_phy.c
3905
u16 phy_data;
usr/src/uts/common/io/e1000api/e1000_phy.c
3954
u16 data;
usr/src/uts/common/io/e1000api/e1000_phy.c
4017
u16 phy_data, length;
usr/src/uts/common/io/e1000api/e1000_phy.c
4045
s32 e1000_write_phy_reg_gs40g(struct e1000_hw *hw, u32 offset, u16 data)
usr/src/uts/common/io/e1000api/e1000_phy.c
4048
u16 page = offset >> GS40G_PAGE_SHIFT;
usr/src/uts/common/io/e1000api/e1000_phy.c
4077
s32 e1000_read_phy_reg_gs40g(struct e1000_hw *hw, u32 offset, u16 *data)
usr/src/uts/common/io/e1000api/e1000_phy.c
4080
u16 page = offset >> GS40G_PAGE_SHIFT;
usr/src/uts/common/io/e1000api/e1000_phy.c
415
s32 e1000_read_phy_reg_i2c(struct e1000_hw *hw, u32 offset, u16 *data)
usr/src/uts/common/io/e1000api/e1000_phy.c
42
u16 *data, bool read);
usr/src/uts/common/io/e1000api/e1000_phy.c
4233
u16 retry_count = 0;
usr/src/uts/common/io/e1000api/e1000_phy.c
45
static const u16 e1000_m88_cable_length_table[] = {
usr/src/uts/common/io/e1000api/e1000_phy.c
462
s32 e1000_write_phy_reg_i2c(struct e1000_hw *hw, u32 offset, u16 data)
usr/src/uts/common/io/e1000api/e1000_phy.c
466
u16 phy_data_swapped;
usr/src/uts/common/io/e1000api/e1000_phy.c
51
static const u16 e1000_igp_2_cable_length_table[] = {
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
578
s32 e1000_write_sfp_data_byte(struct e1000_hw *hw, u16 offset, u8 data)
usr/src/uts/common/io/e1000api/e1000_phy.c
648
s32 e1000_read_phy_reg_m88(struct e1000_hw *hw, u32 offset, u16 *data)
usr/src/uts/common/io/e1000api/e1000_phy.c
678
s32 e1000_write_phy_reg_m88(struct e1000_hw *hw, u32 offset, u16 data)
usr/src/uts/common/io/e1000api/e1000_phy.c
708
s32 e1000_set_page_igp(struct e1000_hw *hw, u16 page)
usr/src/uts/common/io/e1000api/e1000_phy.c
730
static s32 __e1000_read_phy_reg_igp(struct e1000_hw *hw, u32 offset, u16 *data,
usr/src/uts/common/io/e1000api/e1000_phy.c
749
(u16)offset);
usr/src/uts/common/io/e1000api/e1000_phy.c
770
s32 e1000_read_phy_reg_igp(struct e1000_hw *hw, u32 offset, u16 *data)
usr/src/uts/common/io/e1000api/e1000_phy.c
784
s32 e1000_read_phy_reg_igp_locked(struct e1000_hw *hw, u32 offset, u16 *data)
usr/src/uts/common/io/e1000api/e1000_phy.c
799
static s32 __e1000_write_phy_reg_igp(struct e1000_hw *hw, u32 offset, u16 data,
usr/src/uts/common/io/e1000api/e1000_phy.c
818
(u16)offset);
usr/src/uts/common/io/e1000api/e1000_phy.c
838
s32 e1000_write_phy_reg_igp(struct e1000_hw *hw, u32 offset, u16 data)
usr/src/uts/common/io/e1000api/e1000_phy.c
852
s32 e1000_write_phy_reg_igp_locked(struct e1000_hw *hw, u32 offset, u16 data)
usr/src/uts/common/io/e1000api/e1000_phy.c
868
static s32 __e1000_read_kmrn_reg(struct e1000_hw *hw, u32 offset, u16 *data,
usr/src/uts/common/io/e1000api/e1000_phy.c
894
*data = (u16)kmrnctrlsta;
usr/src/uts/common/io/e1000api/e1000_phy.c
912
s32 e1000_read_kmrn_reg_generic(struct e1000_hw *hw, u32 offset, u16 *data)
usr/src/uts/common/io/e1000api/e1000_phy.c
927
s32 e1000_read_kmrn_reg_locked(struct e1000_hw *hw, u32 offset, u16 *data)
usr/src/uts/common/io/e1000api/e1000_phy.c
943
static s32 __e1000_write_kmrn_reg(struct e1000_hw *hw, u32 offset, u16 data,
usr/src/uts/common/io/e1000api/e1000_phy.c
983
s32 e1000_write_kmrn_reg_generic(struct e1000_hw *hw, u32 offset, u16 data)
usr/src/uts/common/io/e1000api/e1000_phy.c
997
s32 e1000_write_kmrn_reg_locked(struct e1000_hw *hw, u32 offset, u16 data)
usr/src/uts/common/io/e1000api/e1000_phy.h
100
s32 e1000_write_phy_reg_mdic(struct e1000_hw *hw, u32 offset, u16 data);
usr/src/uts/common/io/e1000api/e1000_phy.h
101
s32 e1000_read_phy_reg_i2c(struct e1000_hw *hw, u32 offset, u16 *data);
usr/src/uts/common/io/e1000api/e1000_phy.h
102
s32 e1000_write_phy_reg_i2c(struct e1000_hw *hw, u32 offset, u16 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
105
s32 e1000_read_phy_reg_hv(struct e1000_hw *hw, u32 offset, u16 *data);
usr/src/uts/common/io/e1000api/e1000_phy.h
106
s32 e1000_read_phy_reg_hv_locked(struct e1000_hw *hw, u32 offset, u16 *data);
usr/src/uts/common/io/e1000api/e1000_phy.h
107
s32 e1000_read_phy_reg_page_hv(struct e1000_hw *hw, u32 offset, u16 *data);
usr/src/uts/common/io/e1000api/e1000_phy.h
108
s32 e1000_write_phy_reg_hv(struct e1000_hw *hw, u32 offset, u16 data);
usr/src/uts/common/io/e1000api/e1000_phy.h
109
s32 e1000_write_phy_reg_hv_locked(struct e1000_hw *hw, u32 offset, u16 data);
usr/src/uts/common/io/e1000api/e1000_phy.h
110
s32 e1000_write_phy_reg_page_hv(struct e1000_hw *hw, u32 offset, u16 data);
usr/src/uts/common/io/e1000api/e1000_phy.h
117
s32 e1000_write_phy_reg_gs40g(struct e1000_hw *hw, u32 offset, u16 data);
usr/src/uts/common/io/e1000api/e1000_phy.h
118
s32 e1000_read_phy_reg_gs40g(struct e1000_hw *hw, u32 offset, u16 *data);
usr/src/uts/common/io/e1000api/e1000_phy.h
165
((u16)(((offset) >> PHY_PAGE_SHIFT) & 0xFFFF))
usr/src/uts/common/io/e1000api/e1000_phy.h
167
((u16)(((offset) & MAX_PHY_REG_ADDRESS) |\
usr/src/uts/common/io/e1000api/e1000_phy.h
39
s32 e1000_null_read_reg(struct e1000_hw *hw, u32 offset, u16 *data);
usr/src/uts/common/io/e1000api/e1000_phy.h
42
s32 e1000_null_write_reg(struct e1000_hw *hw, u32 offset, u16 data);
usr/src/uts/common/io/e1000api/e1000_phy.h
43
s32 e1000_null_set_page(struct e1000_hw *hw, u16 data);
usr/src/uts/common/io/e1000api/e1000_phy.h
70
void e1000_phy_force_speed_duplex_setup(struct e1000_hw *hw, u16 *phy_ctrl);
usr/src/uts/common/io/e1000api/e1000_phy.h
73
s32 e1000_read_kmrn_reg_generic(struct e1000_hw *hw, u32 offset, u16 *data);
usr/src/uts/common/io/e1000api/e1000_phy.h
74
s32 e1000_read_kmrn_reg_locked(struct e1000_hw *hw, u32 offset, u16 *data);
usr/src/uts/common/io/e1000api/e1000_phy.h
75
s32 e1000_set_page_igp(struct e1000_hw *hw, u16 page);
usr/src/uts/common/io/e1000api/e1000_phy.h
76
s32 e1000_read_phy_reg_igp(struct e1000_hw *hw, u32 offset, u16 *data);
usr/src/uts/common/io/e1000api/e1000_phy.h
77
s32 e1000_read_phy_reg_igp_locked(struct e1000_hw *hw, u32 offset, u16 *data);
usr/src/uts/common/io/e1000api/e1000_phy.h
78
s32 e1000_read_phy_reg_m88(struct e1000_hw *hw, u32 offset, u16 *data);
usr/src/uts/common/io/e1000api/e1000_phy.h
81
s32 e1000_write_kmrn_reg_generic(struct e1000_hw *hw, u32 offset, u16 data);
usr/src/uts/common/io/e1000api/e1000_phy.h
82
s32 e1000_write_kmrn_reg_locked(struct e1000_hw *hw, u32 offset, u16 data);
usr/src/uts/common/io/e1000api/e1000_phy.h
83
s32 e1000_write_phy_reg_igp(struct e1000_hw *hw, u32 offset, u16 data);
usr/src/uts/common/io/e1000api/e1000_phy.h
84
s32 e1000_write_phy_reg_igp_locked(struct e1000_hw *hw, u32 offset, u16 data);
usr/src/uts/common/io/e1000api/e1000_phy.h
85
s32 e1000_write_phy_reg_m88(struct e1000_hw *hw, u32 offset, u16 data);
usr/src/uts/common/io/e1000api/e1000_phy.h
91
s32 e1000_write_phy_reg_bm(struct e1000_hw *hw, u32 offset, u16 data);
usr/src/uts/common/io/e1000api/e1000_phy.h
92
s32 e1000_read_phy_reg_bm(struct e1000_hw *hw, u32 offset, u16 *data);
usr/src/uts/common/io/e1000api/e1000_phy.h
93
s32 e1000_enable_phy_wakeup_reg_access_bm(struct e1000_hw *hw, u16 *phy_reg);
usr/src/uts/common/io/e1000api/e1000_phy.h
94
s32 e1000_disable_phy_wakeup_reg_access_bm(struct e1000_hw *hw, u16 *phy_reg);
usr/src/uts/common/io/e1000api/e1000_phy.h
95
s32 e1000_read_phy_reg_bm2(struct e1000_hw *hw, u32 offset, u16 *data);
usr/src/uts/common/io/e1000api/e1000_phy.h
96
s32 e1000_write_phy_reg_bm2(struct e1000_hw *hw, u32 offset, u16 data);
usr/src/uts/common/io/e1000api/e1000_phy.h
99
s32 e1000_read_phy_reg_mdic(struct e1000_hw *hw, u32 offset, u16 *data);
usr/src/uts/common/io/e1000api/e1000_vf.c
221
static s32 e1000_get_link_up_info_vf(struct e1000_hw *hw, u16 *speed,
usr/src/uts/common/io/e1000api/e1000_vf.c
222
u16 *duplex)
usr/src/uts/common/io/e1000api/e1000_vf.c
375
(((u16) mc_addr[5]) << bit_shift)));
usr/src/uts/common/io/e1000api/e1000_vf.c
381
u32 *msg, u16 size)
usr/src/uts/common/io/e1000api/e1000_vf.c
404
u16 *hash_list = (u16 *)&msgbuf[1];
usr/src/uts/common/io/e1000api/e1000_vf.c
445
void e1000_vfta_set_vf(struct e1000_hw *hw, u16 vid, bool set)
usr/src/uts/common/io/e1000api/e1000_vf.c
462
void e1000_rlpml_set_vf(struct e1000_hw *hw, u16 max_size)
usr/src/uts/common/io/e1000api/e1000_vf.c
47
static s32 e1000_get_link_up_info_vf(struct e1000_hw *hw, u16 *speed,
usr/src/uts/common/io/e1000api/e1000_vf.c
48
u16 *duplex);
usr/src/uts/common/io/e1000api/e1000_vf.h
103
u16 ip_id; /* IP id */
usr/src/uts/common/io/e1000api/e1000_vf.h
104
u16 csum; /* Packet Checksum */
usr/src/uts/common/io/e1000api/e1000_vf.h
110
u16 length; /* Packet length */
usr/src/uts/common/io/e1000api/e1000_vf.h
111
u16 vlan; /* VLAN tag */
usr/src/uts/common/io/e1000api/e1000_vf.h
205
s32 (*get_link_up_info)(struct e1000_hw *, u16 *, u16 *);
usr/src/uts/common/io/e1000api/e1000_vf.h
222
u16 mta_reg_count;
usr/src/uts/common/io/e1000api/e1000_vf.h
223
u16 rar_entry_count;
usr/src/uts/common/io/e1000api/e1000_vf.h
230
s32 (*read)(struct e1000_hw *, u32 *, u16, u16);
usr/src/uts/common/io/e1000api/e1000_vf.h
231
s32 (*write)(struct e1000_hw *, u32 *, u16, u16);
usr/src/uts/common/io/e1000api/e1000_vf.h
232
s32 (*read_posted)(struct e1000_hw *, u32 *, u16, u16);
usr/src/uts/common/io/e1000api/e1000_vf.h
233
s32 (*write_posted)(struct e1000_hw *, u32 *, u16, u16);
usr/src/uts/common/io/e1000api/e1000_vf.h
234
s32 (*check_for_msg)(struct e1000_hw *, u16);
usr/src/uts/common/io/e1000api/e1000_vf.h
235
s32 (*check_for_ack)(struct e1000_hw *, u16);
usr/src/uts/common/io/e1000api/e1000_vf.h
236
s32 (*check_for_rst)(struct e1000_hw *, u16);
usr/src/uts/common/io/e1000api/e1000_vf.h
253
u16 size;
usr/src/uts/common/io/e1000api/e1000_vf.h
275
u16 device_id;
usr/src/uts/common/io/e1000api/e1000_vf.h
276
u16 subsystem_vendor_id;
usr/src/uts/common/io/e1000api/e1000_vf.h
277
u16 subsystem_device_id;
usr/src/uts/common/io/e1000api/e1000_vf.h
278
u16 vendor_id;
usr/src/uts/common/io/e1000api/e1000_vf.h
292
s32 e1000_read_pcie_cap_reg(struct e1000_hw *hw, u32 reg, u16 *value);
usr/src/uts/common/io/e1000api/e1000_vf.h
293
void e1000_vfta_set_vf(struct e1000_hw *, u16, bool);
usr/src/uts/common/io/e1000api/e1000_vf.h
294
void e1000_rlpml_set_vf(struct e1000_hw *, u16);
usr/src/uts/common/io/e1000api/e1000_vf.h
95
u16 pkt_info;
usr/src/uts/common/io/e1000api/e1000_vf.h
97
u16 hdr_info;
usr/src/uts/common/io/e1000g/e1000_osdep.h
206
#define __le16 u16
usr/src/uts/common/io/e1000g/e1000g_main.c
2023
u16 hang_state;
usr/src/uts/common/io/e1000g/e1000g_sw.h
1089
s32 e1000_fifo_workaround_82547(struct e1000_hw *hw, u16 length);
usr/src/uts/common/io/e1000g/e1000g_workarounds.c
201
u16 phy_data = 0;
usr/src/uts/common/io/e1000g/e1000g_workarounds.c
202
u16 dsp_value = DSP_RESET_ENABLE;
usr/src/uts/common/io/e1000g/e1000g_workarounds.c
75
e1000_fifo_workaround_82547(struct e1000_hw *hw, u16 length)
usr/src/uts/common/io/e1000g/e1000g_workarounds.c
80
u16 fifo_pkt_len;
usr/src/uts/common/io/i40e/core/i40e_adminq.c
1046
u16 opcode)
usr/src/uts/common/io/i40e/core/i40e_adminq.c
1067
u16 *pending)
usr/src/uts/common/io/i40e/core/i40e_adminq.c
1070
u16 ntc = hw->aq.arq.next_to_clean;
usr/src/uts/common/io/i40e/core/i40e_adminq.c
1073
u16 desc_idx;
usr/src/uts/common/io/i40e/core/i40e_adminq.c
1074
u16 datalen;
usr/src/uts/common/io/i40e/core/i40e_adminq.c
1075
u16 flags;
usr/src/uts/common/io/i40e/core/i40e_adminq.c
1076
u16 ntu;
usr/src/uts/common/io/i40e/core/i40e_adminq.c
1140
desc->datalen = CPU_TO_LE16((u16)bi->size);
usr/src/uts/common/io/i40e/core/i40e_adminq.c
186
desc->datalen = CPU_TO_LE16((u16)bi->size);
usr/src/uts/common/io/i40e/core/i40e_adminq.c
649
u16 cfg_ptr, oem_hi, oem_lo;
usr/src/uts/common/io/i40e/core/i40e_adminq.c
650
u16 eetrack_lo, eetrack_hi;
usr/src/uts/common/io/i40e/core/i40e_adminq.c
778
u16 i40e_clean_asq(struct i40e_hw *hw)
usr/src/uts/common/io/i40e/core/i40e_adminq.c
782
u16 ntc = asq->next_to_clean;
usr/src/uts/common/io/i40e/core/i40e_adminq.c
843
u16 buff_size,
usr/src/uts/common/io/i40e/core/i40e_adminq.c
851
u16 retval = 0;
usr/src/uts/common/io/i40e/core/i40e_adminq.h
100
u16 num_asq_entries; /* send queue depth */
usr/src/uts/common/io/i40e/core/i40e_adminq.h
101
u16 arq_buf_size; /* receive queue buffer size */
usr/src/uts/common/io/i40e/core/i40e_adminq.h
102
u16 asq_buf_size; /* send queue buffer size */
usr/src/uts/common/io/i40e/core/i40e_adminq.h
103
u16 fw_maj_ver; /* firmware major version */
usr/src/uts/common/io/i40e/core/i40e_adminq.h
104
u16 fw_min_ver; /* firmware minor version */
usr/src/uts/common/io/i40e/core/i40e_adminq.h
106
u16 api_maj_ver; /* api major version */
usr/src/uts/common/io/i40e/core/i40e_adminq.h
107
u16 api_min_ver; /* api minor version */
usr/src/uts/common/io/i40e/core/i40e_adminq.h
165
u16 opcode);
usr/src/uts/common/io/i40e/core/i40e_adminq.h
57
u16 count; /* Number of descriptors */
usr/src/uts/common/io/i40e/core/i40e_adminq.h
58
u16 rx_buf_len; /* Admin Receive Queue buffer length */
usr/src/uts/common/io/i40e/core/i40e_adminq.h
61
u16 next_to_use;
usr/src/uts/common/io/i40e/core/i40e_adminq.h
62
u16 next_to_clean;
usr/src/uts/common/io/i40e/core/i40e_adminq.h
76
u16 flags_ena;
usr/src/uts/common/io/i40e/core/i40e_adminq.h
77
u16 flags_dis;
usr/src/uts/common/io/i40e/core/i40e_adminq.h
89
u16 msg_len;
usr/src/uts/common/io/i40e/core/i40e_adminq.h
90
u16 buf_len;
usr/src/uts/common/io/i40e/core/i40e_adminq.h
99
u16 num_arq_entries; /* receive queue depth */
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1482
u16 general_fields[32];
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1523
u16 general_fields[32];
usr/src/uts/common/io/i40e/core/i40e_common.c
1049
u16 *flags,
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
1087
cmd_data->mac_sah = CPU_TO_LE16((u16)mac_addr[0] << 8 | mac_addr[1]);
usr/src/uts/common/io/i40e/core/i40e_common.c
1109
u16 flags = 0;
usr/src/uts/common/io/i40e/core/i40e_common.c
1131
u16 flags = 0;
usr/src/uts/common/io/i40e/core/i40e_common.c
1190
u16 pba_word = 0;
usr/src/uts/common/io/i40e/core/i40e_common.c
1191
u16 pba_size = 0;
usr/src/uts/common/io/i40e/core/i40e_common.c
1192
u16 pba_ptr = 0;
usr/src/uts/common/io/i40e/core/i40e_common.c
1193
u16 i = 0;
usr/src/uts/common/io/i40e/core/i40e_common.c
1692
u16 max_delay = I40E_MAX_PHY_TIMEOUT, total_delay = 0;
usr/src/uts/common/io/i40e/core/i40e_common.c
1693
u16 abilities_size = sizeof(struct i40e_aq_get_phy_abilities_resp);
usr/src/uts/common/io/i40e/core/i40e_common.c
1702
desc.flags |= CPU_TO_LE16((u16)I40E_AQ_FLAG_BUF);
usr/src/uts/common/io/i40e/core/i40e_common.c
1704
desc.flags |= CPU_TO_LE16((u16)I40E_AQ_FLAG_LB);
usr/src/uts/common/io/i40e/core/i40e_common.c
1882
u16 max_frame_size,
usr/src/uts/common/io/i40e/core/i40e_common.c
1883
bool crc_en, u16 pacing,
usr/src/uts/common/io/i40e/core/i40e_common.c
1997
u16 command_flags;
usr/src/uts/common/io/i40e/core/i40e_common.c
2087
u16 mask,
usr/src/uts/common/io/i40e/core/i40e_common.c
2282
desc.flags |= CPU_TO_LE16((u16)(I40E_AQ_FLAG_BUF | I40E_AQ_FLAG_RD));
usr/src/uts/common/io/i40e/core/i40e_common.c
2306
u16 seid,
usr/src/uts/common/io/i40e/core/i40e_common.c
2334
u16 seid,
usr/src/uts/common/io/i40e/core/i40e_common.c
2364
u16 seid, bool set,
usr/src/uts/common/io/i40e/core/i40e_common.c
2372
u16 flags = 0;
usr/src/uts/common/io/i40e/core/i40e_common.c
2406
u16 seid, bool set, struct i40e_asq_cmd_details *cmd_details)
usr/src/uts/common/io/i40e/core/i40e_common.c
2412
u16 flags = 0;
usr/src/uts/common/io/i40e/core/i40e_common.c
2438
u16 seid, bool set,
usr/src/uts/common/io/i40e/core/i40e_common.c
2445
u16 flags = 0;
usr/src/uts/common/io/i40e/core/i40e_common.c
2476
u16 seid, bool enable, u16 vid,
usr/src/uts/common/io/i40e/core/i40e_common.c
2483
u16 flags = 0;
usr/src/uts/common/io/i40e/core/i40e_common.c
2510
u16 seid, bool enable, u16 vid,
usr/src/uts/common/io/i40e/core/i40e_common.c
2517
u16 flags = 0;
usr/src/uts/common/io/i40e/core/i40e_common.c
2544
u16 seid, bool enable, u16 vid,
usr/src/uts/common/io/i40e/core/i40e_common.c
2551
u16 flags = 0;
usr/src/uts/common/io/i40e/core/i40e_common.c
2579
u16 seid, bool set_filter,
usr/src/uts/common/io/i40e/core/i40e_common.c
2612
u16 seid, bool enable,
usr/src/uts/common/io/i40e/core/i40e_common.c
2619
u16 flags = 0;
usr/src/uts/common/io/i40e/core/i40e_common.c
2658
desc.flags |= CPU_TO_LE16((u16)I40E_AQ_FLAG_BUF);
usr/src/uts/common/io/i40e/core/i40e_common.c
2699
desc.flags |= CPU_TO_LE16((u16)(I40E_AQ_FLAG_BUF | I40E_AQ_FLAG_RD));
usr/src/uts/common/io/i40e/core/i40e_common.c
2722
u16 buf_size, u16 *start_seid,
usr/src/uts/common/io/i40e/core/i40e_common.c
2732
desc.flags |= CPU_TO_LE16((u16)I40E_AQ_FLAG_BUF);
usr/src/uts/common/io/i40e/core/i40e_common.c
2734
desc.flags |= CPU_TO_LE16((u16)I40E_AQ_FLAG_LB);
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
2790
u16 *fw_major_version, u16 *fw_minor_version,
usr/src/uts/common/io/i40e/core/i40e_common.c
2792
u16 *api_major_version, u16 *api_minor_version,
usr/src/uts/common/io/i40e/core/i40e_common.c
2844
u16 len;
usr/src/uts/common/io/i40e/core/i40e_common.c
2973
enum i40e_status_code i40e_aq_add_veb(struct i40e_hw *hw, u16 uplink_seid,
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
2975
bool default_port, u16 *veb_seid,
usr/src/uts/common/io/i40e/core/i40e_common.c
2985
u16 veb_flags = 0;
usr/src/uts/common/io/i40e/core/i40e_common.c
3032
u16 veb_seid, u16 *switch_id,
usr/src/uts/common/io/i40e/core/i40e_common.c
3033
bool *floating, u16 *statistic_index,
usr/src/uts/common/io/i40e/core/i40e_common.c
3034
u16 *vebs_used, u16 *vebs_free,
usr/src/uts/common/io/i40e/core/i40e_common.c
3063
u16 flags = LE16_TO_CPU(cmd_resp->veb_flags);
usr/src/uts/common/io/i40e/core/i40e_common.c
3085
enum i40e_status_code i40e_aq_add_macvlan(struct i40e_hw *hw, u16 seid,
usr/src/uts/common/io/i40e/core/i40e_common.c
3087
u16 count, struct i40e_asq_cmd_details *cmd_details)
usr/src/uts/common/io/i40e/core/i40e_common.c
3093
u16 buf_size;
usr/src/uts/common/io/i40e/core/i40e_common.c
3113
desc.flags |= CPU_TO_LE16((u16)(I40E_AQ_FLAG_BUF | I40E_AQ_FLAG_RD));
usr/src/uts/common/io/i40e/core/i40e_common.c
3115
desc.flags |= CPU_TO_LE16((u16)I40E_AQ_FLAG_LB);
usr/src/uts/common/io/i40e/core/i40e_common.c
3133
enum i40e_status_code i40e_aq_remove_macvlan(struct i40e_hw *hw, u16 seid,
usr/src/uts/common/io/i40e/core/i40e_common.c
3135
u16 count, struct i40e_asq_cmd_details *cmd_details)
usr/src/uts/common/io/i40e/core/i40e_common.c
3141
u16 buf_size;
usr/src/uts/common/io/i40e/core/i40e_common.c
3155
desc.flags |= CPU_TO_LE16((u16)(I40E_AQ_FLAG_BUF | I40E_AQ_FLAG_RD));
usr/src/uts/common/io/i40e/core/i40e_common.c
3157
desc.flags |= CPU_TO_LE16((u16)I40E_AQ_FLAG_LB);
usr/src/uts/common/io/i40e/core/i40e_common.c
3183
u16 opcode, u16 sw_seid, u16 rule_type, u16 id,
usr/src/uts/common/io/i40e/core/i40e_common.c
3184
u16 count, __le16 *mr_list,
usr/src/uts/common/io/i40e/core/i40e_common.c
3186
u16 *rule_id, u16 *rules_used, u16 *rules_free)
usr/src/uts/common/io/i40e/core/i40e_common.c
3194
u16 buf_size;
usr/src/uts/common/io/i40e/core/i40e_common.c
3207
desc.flags |= CPU_TO_LE16((u16)(I40E_AQ_FLAG_BUF |
usr/src/uts/common/io/i40e/core/i40e_common.c
3210
desc.flags |= CPU_TO_LE16((u16)I40E_AQ_FLAG_LB);
usr/src/uts/common/io/i40e/core/i40e_common.c
3242
enum i40e_status_code i40e_aq_add_mirrorrule(struct i40e_hw *hw, u16 sw_seid,
usr/src/uts/common/io/i40e/core/i40e_common.c
3243
u16 rule_type, u16 dest_vsi, u16 count, __le16 *mr_list,
usr/src/uts/common/io/i40e/core/i40e_common.c
3245
u16 *rule_id, u16 *rules_used, u16 *rules_free)
usr/src/uts/common/io/i40e/core/i40e_common.c
325
void *buffer, u16 buf_len)
usr/src/uts/common/io/i40e/core/i40e_common.c
3273
enum i40e_status_code i40e_aq_delete_mirrorrule(struct i40e_hw *hw, u16 sw_seid,
usr/src/uts/common/io/i40e/core/i40e_common.c
3274
u16 rule_type, u16 rule_id, u16 count, __le16 *mr_list,
usr/src/uts/common/io/i40e/core/i40e_common.c
3276
u16 *rules_used, u16 *rules_free)
usr/src/uts/common/io/i40e/core/i40e_common.c
330
u16 len;
usr/src/uts/common/io/i40e/core/i40e_common.c
3301
enum i40e_status_code i40e_aq_add_vlan(struct i40e_hw *hw, u16 seid,
usr/src/uts/common/io/i40e/core/i40e_common.c
3309
u16 buf_size;
usr/src/uts/common/io/i40e/core/i40e_common.c
331
u16 i;
usr/src/uts/common/io/i40e/core/i40e_common.c
3323
desc.flags |= CPU_TO_LE16((u16)(I40E_AQ_FLAG_BUF | I40E_AQ_FLAG_RD));
usr/src/uts/common/io/i40e/core/i40e_common.c
3325
desc.flags |= CPU_TO_LE16((u16)I40E_AQ_FLAG_LB);
usr/src/uts/common/io/i40e/core/i40e_common.c
3341
enum i40e_status_code i40e_aq_remove_vlan(struct i40e_hw *hw, u16 seid,
usr/src/uts/common/io/i40e/core/i40e_common.c
3349
u16 buf_size;
usr/src/uts/common/io/i40e/core/i40e_common.c
3363
desc.flags |= CPU_TO_LE16((u16)(I40E_AQ_FLAG_BUF | I40E_AQ_FLAG_RD));
usr/src/uts/common/io/i40e/core/i40e_common.c
3365
desc.flags |= CPU_TO_LE16((u16)I40E_AQ_FLAG_LB);
usr/src/uts/common/io/i40e/core/i40e_common.c
3385
enum i40e_status_code i40e_aq_send_msg_to_vf(struct i40e_hw *hw, u16 vfid,
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
3398
desc.flags |= CPU_TO_LE16((u16)I40E_AQ_FLAG_SI);
usr/src/uts/common/io/i40e/core/i40e_common.c
3400
desc.flags |= CPU_TO_LE16((u16)(I40E_AQ_FLAG_BUF |
usr/src/uts/common/io/i40e/core/i40e_common.c
3403
desc.flags |= CPU_TO_LE16((u16)I40E_AQ_FLAG_LB);
usr/src/uts/common/io/i40e/core/i40e_common.c
3562
u32 offset, u16 length, void *data,
usr/src/uts/common/io/i40e/core/i40e_common.c
3588
desc.flags |= CPU_TO_LE16((u16)I40E_AQ_FLAG_BUF);
usr/src/uts/common/io/i40e/core/i40e_common.c
3590
desc.flags |= CPU_TO_LE16((u16)I40E_AQ_FLAG_LB);
usr/src/uts/common/io/i40e/core/i40e_common.c
3610
u16 buf_size, u16 *element_count,
usr/src/uts/common/io/i40e/core/i40e_common.c
3619
desc.flags |= CPU_TO_LE16((u16)(I40E_AQ_FLAG_BUF));
usr/src/uts/common/io/i40e/core/i40e_common.c
3621
desc.flags |= CPU_TO_LE16((u16)I40E_AQ_FLAG_LB);
usr/src/uts/common/io/i40e/core/i40e_common.c
3624
cmd->element_id = CPU_TO_LE16((u16)(0xffff & field_id));
usr/src/uts/common/io/i40e/core/i40e_common.c
3626
cmd->element_id_msw = CPU_TO_LE16((u16)(field_id >> 16));
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
3649
u16 element_count,
usr/src/uts/common/io/i40e/core/i40e_common.c
3658
desc.flags |= CPU_TO_LE16((u16)(I40E_AQ_FLAG_BUF | I40E_AQ_FLAG_RD));
usr/src/uts/common/io/i40e/core/i40e_common.c
3660
desc.flags |= CPU_TO_LE16((u16)I40E_AQ_FLAG_LB);
usr/src/uts/common/io/i40e/core/i40e_common.c
3677
void *buff, u16 buff_size,
usr/src/uts/common/io/i40e/core/i40e_common.c
3704
u32 offset, u16 length, bool last_command,
usr/src/uts/common/io/i40e/core/i40e_common.c
3753
u16 id, ocp_cfg_word0;
usr/src/uts/common/io/i40e/core/i40e_common.c
4010
hw->num_wol_proxy_filters = (u16)number;
usr/src/uts/common/io/i40e/core/i40e_common.c
4011
hw->wol_proxy_vsi_seid = (u16)logical_id;
usr/src/uts/common/io/i40e/core/i40e_common.c
4126
void *buff, u16 buff_size, u16 *data_size,
usr/src/uts/common/io/i40e/core/i40e_common.c
4144
desc.flags |= CPU_TO_LE16((u16)I40E_AQ_FLAG_BUF);
usr/src/uts/common/io/i40e/core/i40e_common.c
4146
desc.flags |= CPU_TO_LE16((u16)I40E_AQ_FLAG_LB);
usr/src/uts/common/io/i40e/core/i40e_common.c
4175
u32 offset, u16 length, void *data,
usr/src/uts/common/io/i40e/core/i40e_common.c
4211
desc.flags |= CPU_TO_LE16((u16)(I40E_AQ_FLAG_BUF | I40E_AQ_FLAG_RD));
usr/src/uts/common/io/i40e/core/i40e_common.c
4213
desc.flags |= CPU_TO_LE16((u16)I40E_AQ_FLAG_LB);
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
4258
u16 *local_len, u16 *remote_len,
usr/src/uts/common/io/i40e/core/i40e_common.c
4273
desc.flags |= CPU_TO_LE16((u16)I40E_AQ_FLAG_BUF);
usr/src/uts/common/io/i40e/core/i40e_common.c
4281
desc.flags |= CPU_TO_LE16((u16)I40E_AQ_FLAG_BUF);
usr/src/uts/common/io/i40e/core/i40e_common.c
4283
desc.flags |= CPU_TO_LE16((u16)I40E_AQ_FLAG_LB);
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
4321
desc.flags |= CPU_TO_LE16((u16)(I40E_AQ_FLAG_BUF | I40E_AQ_FLAG_RD));
usr/src/uts/common/io/i40e/core/i40e_common.c
4323
desc.flags |= CPU_TO_LE16((u16)I40E_AQ_FLAG_LB);
usr/src/uts/common/io/i40e/core/i40e_common.c
446
u16 vsi_id, bool pf_lut,
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
4512
void *buff, u16 buff_size,
usr/src/uts/common/io/i40e/core/i40e_common.c
4523
desc.flags |= CPU_TO_LE16((u16)I40E_AQ_FLAG_BUF);
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
463
desc.flags |= CPU_TO_LE16((u16)I40E_AQ_FLAG_BUF);
usr/src/uts/common/io/i40e/core/i40e_common.c
4635
u16 count,
usr/src/uts/common/io/i40e/core/i40e_common.c
464
desc.flags |= CPU_TO_LE16((u16)I40E_AQ_FLAG_RD);
usr/src/uts/common/io/i40e/core/i40e_common.c
4642
u16 length = count * sizeof(*buf);
usr/src/uts/common/io/i40e/core/i40e_common.c
4647
desc.flags |= CPU_TO_LE16((u16)I40E_AQ_FLAG_BUF);
usr/src/uts/common/io/i40e/core/i40e_common.c
4649
desc.flags |= CPU_TO_LE16((u16)I40E_AQ_FLAG_LB);
usr/src/uts/common/io/i40e/core/i40e_common.c
4667
enum i40e_status_code i40e_aq_delete_element(struct i40e_hw *hw, u16 seid,
usr/src/uts/common/io/i40e/core/i40e_common.c
467
CPU_TO_LE16((u16)((vsi_id <<
usr/src/uts/common/io/i40e/core/i40e_common.c
4698
enum i40e_status_code i40e_aq_add_pvirt(struct i40e_hw *hw, u16 flags,
usr/src/uts/common/io/i40e/core/i40e_common.c
4699
u16 mac_seid, u16 vsi_seid,
usr/src/uts/common/io/i40e/core/i40e_common.c
470
cmd_resp->vsi_id |= CPU_TO_LE16((u16)I40E_AQC_SET_RSS_LUT_VSI_VALID);
usr/src/uts/common/io/i40e/core/i40e_common.c
4700
u16 *ret_seid)
usr/src/uts/common/io/i40e/core/i40e_common.c
473
cmd_resp->flags |= CPU_TO_LE16((u16)
usr/src/uts/common/io/i40e/core/i40e_common.c
4740
u16 vsi_seid, u16 tag, u16 queue_num,
usr/src/uts/common/io/i40e/core/i40e_common.c
4741
u16 *tags_used, u16 *tags_free,
usr/src/uts/common/io/i40e/core/i40e_common.c
478
cmd_resp->flags |= CPU_TO_LE16((u16)
usr/src/uts/common/io/i40e/core/i40e_common.c
4788
enum i40e_status_code i40e_aq_remove_tag(struct i40e_hw *hw, u16 vsi_seid,
usr/src/uts/common/io/i40e/core/i40e_common.c
4789
u16 tag, u16 *tags_used, u16 *tags_free,
usr/src/uts/common/io/i40e/core/i40e_common.c
4837
enum i40e_status_code i40e_aq_add_mcast_etag(struct i40e_hw *hw, u16 pv_seid,
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
4839
u16 *tags_used, u16 *tags_free,
usr/src/uts/common/io/i40e/core/i40e_common.c
4848
u16 length = sizeof(u16) * num_tags_in_buf;
usr/src/uts/common/io/i40e/core/i40e_common.c
4860
desc.flags |= CPU_TO_LE16((u16)(I40E_AQ_FLAG_BUF | I40E_AQ_FLAG_RD));
usr/src/uts/common/io/i40e/core/i40e_common.c
4887
enum i40e_status_code i40e_aq_remove_mcast_etag(struct i40e_hw *hw, u16 pv_seid,
usr/src/uts/common/io/i40e/core/i40e_common.c
4888
u16 etag, u16 *tags_used, u16 *tags_free,
usr/src/uts/common/io/i40e/core/i40e_common.c
4934
enum i40e_status_code i40e_aq_update_tag(struct i40e_hw *hw, u16 vsi_seid,
usr/src/uts/common/io/i40e/core/i40e_common.c
4935
u16 old_tag, u16 new_tag, u16 *tags_used,
usr/src/uts/common/io/i40e/core/i40e_common.c
4936
u16 *tags_free,
usr/src/uts/common/io/i40e/core/i40e_common.c
498
enum i40e_status_code i40e_aq_get_rss_lut(struct i40e_hw *hw, u16 vsi_id,
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
5046
enum i40e_status_code i40e_aq_add_statistics(struct i40e_hw *hw, u16 seid,
usr/src/uts/common/io/i40e/core/i40e_common.c
5047
u16 vlan_id, u16 *stat_index,
usr/src/uts/common/io/i40e/core/i40e_common.c
5083
enum i40e_status_code i40e_aq_remove_statistics(struct i40e_hw *hw, u16 seid,
usr/src/uts/common/io/i40e/core/i40e_common.c
5084
u16 vlan_id, u16 stat_index,
usr/src/uts/common/io/i40e/core/i40e_common.c
5117
u16 bad_frame_vsi, bool save_bad_pac,
usr/src/uts/common/io/i40e/core/i40e_common.c
5124
u16 command_flags = 0;
usr/src/uts/common/io/i40e/core/i40e_common.c
515
enum i40e_status_code i40e_aq_set_rss_lut(struct i40e_hw *hw, u16 vsi_id,
usr/src/uts/common/io/i40e/core/i40e_common.c
5156
static enum i40e_status_code i40e_aq_tx_sched_cmd(struct i40e_hw *hw, u16 seid,
usr/src/uts/common/io/i40e/core/i40e_common.c
5157
void *buff, u16 buff_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
5191
desc.flags |= CPU_TO_LE16((u16)I40E_AQ_FLAG_BUF);
usr/src/uts/common/io/i40e/core/i40e_common.c
5193
desc.flags |= CPU_TO_LE16((u16)I40E_AQ_FLAG_RD);
usr/src/uts/common/io/i40e/core/i40e_common.c
5195
desc.flags |= CPU_TO_LE16((u16)I40E_AQ_FLAG_LB);
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
5272
u16 seid,
usr/src/uts/common/io/i40e/core/i40e_common.c
5289
u16 seid,
usr/src/uts/common/io/i40e/core/i40e_common.c
5306
struct i40e_hw *hw, u16 seid,
usr/src/uts/common/io/i40e/core/i40e_common.c
531
u16 vsi_id,
usr/src/uts/common/io/i40e/core/i40e_common.c
5323
u16 seid,
usr/src/uts/common/io/i40e/core/i40e_common.c
5340
u16 seid,
usr/src/uts/common/io/i40e/core/i40e_common.c
5357
u16 seid,
usr/src/uts/common/io/i40e/core/i40e_common.c
5374
u16 seid,
usr/src/uts/common/io/i40e/core/i40e_common.c
539
u16 key_size = sizeof(struct i40e_aqc_get_set_rss_key_data);
usr/src/uts/common/io/i40e/core/i40e_common.c
5391
u16 seid,
usr/src/uts/common/io/i40e/core/i40e_common.c
549
desc.flags |= CPU_TO_LE16((u16)I40E_AQ_FLAG_BUF);
usr/src/uts/common/io/i40e/core/i40e_common.c
550
desc.flags |= CPU_TO_LE16((u16)I40E_AQ_FLAG_RD);
usr/src/uts/common/io/i40e/core/i40e_common.c
553
CPU_TO_LE16((u16)((vsi_id <<
usr/src/uts/common/io/i40e/core/i40e_common.c
556
cmd_resp->vsi_id |= CPU_TO_LE16((u16)I40E_AQC_SET_RSS_KEY_VSI_VALID);
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
5581
u16 vsi_seid, u16 queue, bool is_add,
usr/src/uts/common/io/i40e/core/i40e_common.c
5632
u16 seid)
usr/src/uts/common/io/i40e/core/i40e_common.c
5635
u16 flag = I40E_AQC_ADD_CONTROL_PACKET_FLAGS_IGNORE_MAC |
usr/src/uts/common/io/i40e/core/i40e_common.c
5638
u16 ethtype = I40E_FLOW_CONTROL_ETHTYPE;
usr/src/uts/common/io/i40e/core/i40e_common.c
5664
u16 tnl_type;
usr/src/uts/common/io/i40e/core/i40e_common.c
5690
u16 seid,
usr/src/uts/common/io/i40e/core/i40e_common.c
5698
u16 buff_len;
usr/src/uts/common/io/i40e/core/i40e_common.c
5705
desc.flags |= CPU_TO_LE16((u16)(I40E_AQ_FLAG_BUF | I40E_AQ_FLAG_RD));
usr/src/uts/common/io/i40e/core/i40e_common.c
571
u16 vsi_id,
usr/src/uts/common/io/i40e/core/i40e_common.c
5729
i40e_aq_add_cloud_filters_bb(struct i40e_hw *hw, u16 seid,
usr/src/uts/common/io/i40e/core/i40e_common.c
5737
u16 buff_len;
usr/src/uts/common/io/i40e/core/i40e_common.c
5745
desc.flags |= CPU_TO_LE16((u16)(I40E_AQ_FLAG_BUF | I40E_AQ_FLAG_RD));
usr/src/uts/common/io/i40e/core/i40e_common.c
5751
u16 tnl_type;
usr/src/uts/common/io/i40e/core/i40e_common.c
5786
i40e_aq_rem_cloud_filters(struct i40e_hw *hw, u16 seid,
usr/src/uts/common/io/i40e/core/i40e_common.c
5794
u16 buff_len;
usr/src/uts/common/io/i40e/core/i40e_common.c
5801
desc.flags |= CPU_TO_LE16((u16)(I40E_AQ_FLAG_BUF | I40E_AQ_FLAG_RD));
usr/src/uts/common/io/i40e/core/i40e_common.c
5825
i40e_aq_rem_cloud_filters_bb(struct i40e_hw *hw, u16 seid,
usr/src/uts/common/io/i40e/core/i40e_common.c
5833
u16 buff_len;
usr/src/uts/common/io/i40e/core/i40e_common.c
5841
desc.flags |= CPU_TO_LE16((u16)(I40E_AQ_FLAG_BUF | I40E_AQ_FLAG_RD));
usr/src/uts/common/io/i40e/core/i40e_common.c
5847
u16 tnl_type;
usr/src/uts/common/io/i40e/core/i40e_common.c
586
u16 vsi_id,
usr/src/uts/common/io/i40e/core/i40e_common.c
5899
desc.flags |= CPU_TO_LE16((u16)(I40E_AQ_FLAG_BUF | I40E_AQ_FLAG_RD));
usr/src/uts/common/io/i40e/core/i40e_common.c
5982
desc.flags |= CPU_TO_LE16((u16)I40E_AQ_FLAG_LB);
usr/src/uts/common/io/i40e/core/i40e_common.c
6063
desc.flags |= CPU_TO_LE16((u16)I40E_AQ_FLAG_LB);
usr/src/uts/common/io/i40e/core/i40e_common.c
6182
void i40e_set_pci_config_data(struct i40e_hw *hw, u16 link_status)
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
6238
void *buff, u16 *ret_buff_size,
usr/src/uts/common/io/i40e/core/i40e_common.c
6255
desc.flags |= CPU_TO_LE16((u16)I40E_AQ_FLAG_BUF);
usr/src/uts/common/io/i40e/core/i40e_common.c
6257
desc.flags |= CPU_TO_LE16((u16)I40E_AQ_FLAG_LB);
usr/src/uts/common/io/i40e/core/i40e_common.c
6399
u16 bwd_size = sizeof(*bw_data);
usr/src/uts/common/io/i40e/core/i40e_common.c
6405
desc.flags |= CPU_TO_LE16((u16)I40E_AQ_FLAG_BUF);
usr/src/uts/common/io/i40e/core/i40e_common.c
6406
desc.flags |= CPU_TO_LE16((u16)I40E_AQ_FLAG_RD);
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
6430
u16 retry = 1000;
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
6475
u16 retry = 1000;
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
6515
u16 retry = 1000;
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
6589
u16 retry = 1000;
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
6745
u16 led_ctl = 0;
usr/src/uts/common/io/i40e/core/i40e_common.c
6746
u16 gpio_led_port;
usr/src/uts/common/io/i40e/core/i40e_common.c
6747
u16 led_reg;
usr/src/uts/common/io/i40e/core/i40e_common.c
6748
u16 led_addr = I40E_PHY_LED_PROV_REG_1;
usr/src/uts/common/io/i40e/core/i40e_common.c
6812
enum i40e_status_code i40e_led_get_reg(struct i40e_hw *hw, u16 led_addr,
usr/src/uts/common/io/i40e/core/i40e_common.c
6830
(u16 *)reg_val);
usr/src/uts/common/io/i40e/core/i40e_common.c
6841
enum i40e_status_code i40e_led_set_reg(struct i40e_hw *hw, u16 led_addr,
usr/src/uts/common/io/i40e/core/i40e_common.c
6858
(u16)reg_val);
usr/src/uts/common/io/i40e/core/i40e_common.c
6871
enum i40e_status_code i40e_led_get_phy(struct i40e_hw *hw, u16 *led_addr,
usr/src/uts/common/io/i40e/core/i40e_common.c
6872
u16 *val)
usr/src/uts/common/io/i40e/core/i40e_common.c
6875
u16 gpio_led_port;
usr/src/uts/common/io/i40e/core/i40e_common.c
6877
u16 temp_addr;
usr/src/uts/common/io/i40e/core/i40e_common.c
6879
u16 reg_val;
usr/src/uts/common/io/i40e/core/i40e_common.c
6888
*val = (u16)reg_val_aq;
usr/src/uts/common/io/i40e/core/i40e_common.c
6921
u16 led_addr, u32 mode)
usr/src/uts/common/io/i40e/core/i40e_common.c
7404
i40e_aq_run_phy_activity(struct i40e_hw *hw, u16 activity_id, u32 dnl_opcode,
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
7461
desc.flags |= CPU_TO_LE16((u16)I40E_AQ_FLAG_SI);
usr/src/uts/common/io/i40e/core/i40e_common.c
7465
desc.flags |= CPU_TO_LE16((u16)(I40E_AQ_FLAG_BUF
usr/src/uts/common/io/i40e/core/i40e_common.c
7468
desc.flags |= CPU_TO_LE16((u16)I40E_AQ_FLAG_LB);
usr/src/uts/common/io/i40e/core/i40e_common.c
7554
desc.flags |= CPU_TO_LE16((u16)I40E_AQ_FLAG_BUF);
usr/src/uts/common/io/i40e/core/i40e_common.c
7555
desc.flags |= CPU_TO_LE16((u16)I40E_AQ_FLAG_RD);
usr/src/uts/common/io/i40e/core/i40e_common.c
7591
desc.flags |= CPU_TO_LE16((u16)I40E_AQ_FLAG_BUF);
usr/src/uts/common/io/i40e/core/i40e_common.c
7592
desc.flags |= CPU_TO_LE16((u16)I40E_AQ_FLAG_RD);
usr/src/uts/common/io/i40e/core/i40e_common.c
7631
u16 cmd_flags = 0;
usr/src/uts/common/io/i40e/core/i40e_common.c
7632
u16 valid_flags = 0;
usr/src/uts/common/io/i40e/core/i40e_common.c
7633
u16 buff_len = 0;
usr/src/uts/common/io/i40e/core/i40e_common.c
7662
desc.flags |= CPU_TO_LE16((u16)I40E_AQ_FLAG_BUF);
usr/src/uts/common/io/i40e/core/i40e_common.c
7663
desc.flags |= CPU_TO_LE16((u16)I40E_AQ_FLAG_RD);
usr/src/uts/common/io/i40e/core/i40e_common.c
7683
u16 *wake_reason,
usr/src/uts/common/io/i40e/core/i40e_dcb.c
1021
u16 offset = 0, typelength, i;
usr/src/uts/common/io/i40e/core/i40e_dcb.c
1025
typelength = (u16)((I40E_TLV_TYPE_ORG << I40E_LLDP_TLV_TYPE_SHIFT) |
usr/src/uts/common/io/i40e/core/i40e_dcb.c
1095
u16 offset = 0, typelength, i;
usr/src/uts/common/io/i40e/core/i40e_dcb.c
1100
typelength = (u16)((I40E_TLV_TYPE_ORG << I40E_LLDP_TLV_TYPE_SHIFT) |
usr/src/uts/common/io/i40e/core/i40e_dcb.c
1160
u16 typelength;
usr/src/uts/common/io/i40e/core/i40e_dcb.c
1162
typelength = (u16)((I40E_TLV_TYPE_ORG << I40E_LLDP_TLV_TYPE_SHIFT) |
usr/src/uts/common/io/i40e/core/i40e_dcb.c
1196
u16 typelength, length, offset = 0;
usr/src/uts/common/io/i40e/core/i40e_dcb.c
1232
typelength = (u16)((I40E_TLV_TYPE_ORG << I40E_LLDP_TLV_TYPE_SHIFT) |
usr/src/uts/common/io/i40e/core/i40e_dcb.c
1245
u16 tlvid)
usr/src/uts/common/io/i40e/core/i40e_dcb.c
1277
u16 miblen;
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
1310
u16 length, offset = 0, tlvid = I40E_TLV_ID_START;
usr/src/uts/common/io/i40e/core/i40e_dcb.c
1313
u16 typelength;
usr/src/uts/common/io/i40e/core/i40e_dcb.c
1319
length = (u16)((typelength & I40E_LLDP_TLV_LEN_MASK) >>
usr/src/uts/common/io/i40e/core/i40e_dcb.c
1353
u16 mem;
usr/src/uts/common/io/i40e/core/i40e_dcb.c
142
u16 offset = 0;
usr/src/uts/common/io/i40e/core/i40e_dcb.c
223
u16 typelength;
usr/src/uts/common/io/i40e/core/i40e_dcb.c
224
u16 offset = 0;
usr/src/uts/common/io/i40e/core/i40e_dcb.c
225
u16 length;
usr/src/uts/common/io/i40e/core/i40e_dcb.c
230
length = (u16)((typelength & I40E_LLDP_TLV_LEN_MASK) >>
usr/src/uts/common/io/i40e/core/i40e_dcb.c
314
u16 offset = 0;
usr/src/uts/common/io/i40e/core/i40e_dcb.c
389
u16 length, typelength, offset = 0;
usr/src/uts/common/io/i40e/core/i40e_dcb.c
394
length = (u16)((typelength & I40E_LLDP_TLV_LEN_MASK) >>
usr/src/uts/common/io/i40e/core/i40e_dcb.c
444
u16 len, tlvlen, sublen, typelength;
usr/src/uts/common/io/i40e/core/i40e_dcb.c
457
tlvlen = (u16)((typelength & I40E_LLDP_TLV_LEN_MASK) >>
usr/src/uts/common/io/i40e/core/i40e_dcb.c
46
enum i40e_status_code i40e_get_dcbx_status(struct i40e_hw *hw, u16 *status)
usr/src/uts/common/io/i40e/core/i40e_dcb.c
468
sublen = (u16)((typelength &
usr/src/uts/common/io/i40e/core/i40e_dcb.c
535
u16 type;
usr/src/uts/common/io/i40e/core/i40e_dcb.c
536
u16 length;
usr/src/uts/common/io/i40e/core/i40e_dcb.c
537
u16 typelength;
usr/src/uts/common/io/i40e/core/i40e_dcb.c
538
u16 offset = 0;
usr/src/uts/common/io/i40e/core/i40e_dcb.c
54
*status = (u16)((reg & I40E_PRTDCB_GENS_DCBX_STATUS_MASK) >>
usr/src/uts/common/io/i40e/core/i40e_dcb.c
548
type = (u16)((typelength & I40E_LLDP_TLV_TYPE_MASK) >>
usr/src/uts/common/io/i40e/core/i40e_dcb.c
550
length = (u16)((typelength & I40E_LLDP_TLV_LEN_MASK) >>
usr/src/uts/common/io/i40e/core/i40e_dcb.c
623
u16 status, tlv_status = LE16_TO_CPU(cee_cfg->tlv_status);
usr/src/uts/common/io/i40e/core/i40e_dcb.c
624
u16 app_prio = LE16_TO_CPU(cee_cfg->oper_app_prio);
usr/src/uts/common/io/i40e/core/i40e_dcb.c
705
u16 app_prio = LE16_TO_CPU(cee_cfg->oper_app_prio);
usr/src/uts/common/io/i40e/core/i40e_dcb.c
72
u16 offset = 0;
usr/src/uts/common/io/i40e/core/i40e_dcb.h
223
u16 *status);
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
107
u16 first_sd_index; /* index of the first available SD */
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
1040
u16 shift_width;
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
1093
u16 shift_width;
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
1301
u16 queue,
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
1321
u16 queue)
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
1340
u16 queue,
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
1361
u16 queue,
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
1381
u16 queue)
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
1400
u16 queue,
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
700
u16 offset;
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
701
u16 size_of;
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
702
u16 width;
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
703
u16 lsb;
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
771
u16 shift_width;
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
809
u16 src_word, mask;
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
811
u16 shift_width;
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
824
src_word = *(u16 *)from;
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
855
u16 shift_width;
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
907
u16 shift_width;
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
959
u16 shift_width;
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
994
u16 dest_word, mask;
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
996
u16 shift_width;
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.h
100
u16 rdylist;
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.h
181
u16 queue,
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.h
184
u16 queue);
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.h
186
u16 queue,
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.h
189
u16 queue,
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.h
192
u16 queue);
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.h
194
u16 queue,
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.h
51
u16 head;
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.h
52
u16 cpuid; /* bigger than needed, see above for reason */
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.h
54
u16 qlen;
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.h
56
u16 dbuff; /* bigger than needed, see above for reason */
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.h
58
u16 hbuff; /* bigger than needed, see above for reason */
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.h
72
u16 lrxqthresh; /* bigger than needed, see above for reason */
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.h
84
u16 head;
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.h
91
u16 thead_wb;
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.h
94
u16 qlen;
usr/src/uts/common/io/i40e/core/i40e_nvm.c
1393
void i40e_nvmupd_check_wait_event(struct i40e_hw *hw, u16 opcode,
usr/src/uts/common/io/i40e/core/i40e_nvm.c
1726
status = i40e_aq_read_nvm(hw, module, cmd->offset, (u16)cmd->data_size,
usr/src/uts/common/io/i40e/core/i40e_nvm.c
1765
status = i40e_aq_erase_nvm(hw, module, cmd->offset, (u16)cmd->data_size,
usr/src/uts/common/io/i40e/core/i40e_nvm.c
1808
(u16)cmd->data_size, bytes, last,
usr/src/uts/common/io/i40e/core/i40e_nvm.c
206
enum i40e_status_code i40e_read_nvm_word_srctl(struct i40e_hw *hw, u16 offset,
usr/src/uts/common/io/i40e/core/i40e_nvm.c
207
u16 *data)
usr/src/uts/common/io/i40e/core/i40e_nvm.c
234
*data = (u16)((sr_reg &
usr/src/uts/common/io/i40e/core/i40e_nvm.c
261
u16 words, void *data,
usr/src/uts/common/io/i40e/core/i40e_nvm.c
309
static enum i40e_status_code i40e_read_nvm_word_aq(struct i40e_hw *hw, u16 offset,
usr/src/uts/common/io/i40e/core/i40e_nvm.c
310
u16 *data)
usr/src/uts/common/io/i40e/core/i40e_nvm.c
334
u16 offset,
usr/src/uts/common/io/i40e/core/i40e_nvm.c
335
u16 *data)
usr/src/uts/common/io/i40e/core/i40e_nvm.c
352
enum i40e_status_code i40e_read_nvm_word(struct i40e_hw *hw, u16 offset,
usr/src/uts/common/io/i40e/core/i40e_nvm.c
353
u16 *data)
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
380
u16 data_offset, u16 words_data_size, u16 *data_ptr)
usr/src/uts/common/io/i40e/core/i40e_nvm.c
383
u16 specific_ptr = 0;
usr/src/uts/common/io/i40e/core/i40e_nvm.c
384
u16 ptr_value = 0;
usr/src/uts/common/io/i40e/core/i40e_nvm.c
385
u16 offset = 0;
usr/src/uts/common/io/i40e/core/i40e_nvm.c
451
static enum i40e_status_code i40e_read_nvm_buffer_srctl(struct i40e_hw *hw, u16 offset,
usr/src/uts/common/io/i40e/core/i40e_nvm.c
452
u16 *words, u16 *data)
usr/src/uts/common/io/i40e/core/i40e_nvm.c
455
u16 index, word;
usr/src/uts/common/io/i40e/core/i40e_nvm.c
484
static enum i40e_status_code i40e_read_nvm_buffer_aq(struct i40e_hw *hw, u16 offset,
usr/src/uts/common/io/i40e/core/i40e_nvm.c
485
u16 *words, u16 *data)
usr/src/uts/common/io/i40e/core/i40e_nvm.c
488
u16 read_size = *words;
usr/src/uts/common/io/i40e/core/i40e_nvm.c
490
u16 words_read = 0;
usr/src/uts/common/io/i40e/core/i40e_nvm.c
491
u16 i = 0;
usr/src/uts/common/io/i40e/core/i40e_nvm.c
502
(u16)(I40E_SR_SECTOR_SIZE_IN_WORDS -
usr/src/uts/common/io/i40e/core/i40e_nvm.c
543
u16 offset,
usr/src/uts/common/io/i40e/core/i40e_nvm.c
544
u16 *words, u16 *data)
usr/src/uts/common/io/i40e/core/i40e_nvm.c
563
enum i40e_status_code i40e_read_nvm_buffer(struct i40e_hw *hw, u16 offset,
usr/src/uts/common/io/i40e/core/i40e_nvm.c
564
u16 *words, u16 *data)
usr/src/uts/common/io/i40e/core/i40e_nvm.c
594
u32 offset, u16 words, void *data,
usr/src/uts/common/io/i40e/core/i40e_nvm.c
645
*((__le16 *)data) = CPU_TO_LE16(*((u16 *)data));
usr/src/uts/common/io/i40e/core/i40e_nvm.c
666
u16 words, void *data)
usr/src/uts/common/io/i40e/core/i40e_nvm.c
669
u16 *word_ptr = (u16 *)data;
usr/src/uts/common/io/i40e/core/i40e_nvm.c
694
enum i40e_status_code i40e_calc_nvm_checksum(struct i40e_hw *hw, u16 *checksum)
usr/src/uts/common/io/i40e/core/i40e_nvm.c
698
u16 pcie_alt_module = 0;
usr/src/uts/common/io/i40e/core/i40e_nvm.c
699
u16 checksum_local = 0;
usr/src/uts/common/io/i40e/core/i40e_nvm.c
700
u16 vpd_module = 0;
usr/src/uts/common/io/i40e/core/i40e_nvm.c
701
u16 *data;
usr/src/uts/common/io/i40e/core/i40e_nvm.c
702
u16 i = 0;
usr/src/uts/common/io/i40e/core/i40e_nvm.c
707
I40E_SR_SECTOR_SIZE_IN_WORDS * sizeof(u16));
usr/src/uts/common/io/i40e/core/i40e_nvm.c
710
data = (u16 *)vmem.va;
usr/src/uts/common/io/i40e/core/i40e_nvm.c
733
u16 words = I40E_SR_SECTOR_SIZE_IN_WORDS;
usr/src/uts/common/io/i40e/core/i40e_nvm.c
761
*checksum = (u16)I40E_SR_SW_CHECKSUM_BASE - checksum_local;
usr/src/uts/common/io/i40e/core/i40e_nvm.c
779
u16 checksum;
usr/src/uts/common/io/i40e/core/i40e_nvm.c
802
u16 *checksum)
usr/src/uts/common/io/i40e/core/i40e_nvm.c
805
u16 checksum_sr = 0;
usr/src/uts/common/io/i40e/core/i40e_nvm.c
806
u16 checksum_local = 0;
usr/src/uts/common/io/i40e/core/i40e_nvm.c
953
*((u16 *)&bytes[2]) = hw->nvm_wait_opcode;
usr/src/uts/common/io/i40e/core/i40e_prototype.h
100
u16 *val);
usr/src/uts/common/io/i40e/core/i40e_prototype.h
103
enum i40e_status_code i40e_led_get_reg(struct i40e_hw *hw, u16 led_addr,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
105
enum i40e_status_code i40e_led_set_reg(struct i40e_hw *hw, u16 led_addr,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
121
u16 *fw_major_version, u16 *fw_minor_version,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
123
u16 *api_major_version, u16 *api_minor_version,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
133
enum i40e_status_code i40e_aq_set_default_vsi(struct i40e_hw *hw, u16 vsi_id,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
135
enum i40e_status_code i40e_aq_clear_default_vsi(struct i40e_hw *hw, u16 vsi_id,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
146
enum i40e_status_code i40e_aq_set_phy_int_mask(struct i40e_hw *hw, u16 mask,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
149
u16 max_frame_size, bool crc_en, u16 pacing,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
178
u16 vsi_id, bool set_filter,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
181
u16 vsi_id, bool set, struct i40e_asq_cmd_details *cmd_details,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
184
u16 vsi_id, bool set, struct i40e_asq_cmd_details *cmd_details);
usr/src/uts/common/io/i40e/core/i40e_prototype.h
186
u16 seid, bool set,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
189
u16 seid, bool enable, u16 vid,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
192
u16 seid, bool enable, u16 vid,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
195
u16 seid, bool enable, u16 vid,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
198
u16 seid, bool enable,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
206
enum i40e_status_code i40e_aq_add_veb(struct i40e_hw *hw, u16 uplink_seid,
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
208
bool default_port, u16 *pveb_seid,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
212
u16 veb_seid, u16 *switch_id, bool *floating,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
213
u16 *statistic_index, u16 *vebs_used,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
214
u16 *vebs_free,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
216
enum i40e_status_code i40e_aq_add_macvlan(struct i40e_hw *hw, u16 vsi_id,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
218
u16 count, struct i40e_asq_cmd_details *cmd_details);
usr/src/uts/common/io/i40e/core/i40e_prototype.h
219
enum i40e_status_code i40e_aq_remove_macvlan(struct i40e_hw *hw, u16 vsi_id,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
221
u16 count, struct i40e_asq_cmd_details *cmd_details);
usr/src/uts/common/io/i40e/core/i40e_prototype.h
222
enum i40e_status_code i40e_aq_add_mirrorrule(struct i40e_hw *hw, u16 sw_seid,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
223
u16 rule_type, u16 dest_vsi, u16 count, __le16 *mr_list,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
225
u16 *rule_id, u16 *rules_used, u16 *rules_free);
usr/src/uts/common/io/i40e/core/i40e_prototype.h
226
enum i40e_status_code i40e_aq_delete_mirrorrule(struct i40e_hw *hw, u16 sw_seid,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
227
u16 rule_type, u16 rule_id, u16 count, __le16 *mr_list,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
229
u16 *rules_used, u16 *rules_free);
usr/src/uts/common/io/i40e/core/i40e_prototype.h
231
enum i40e_status_code i40e_aq_add_vlan(struct i40e_hw *hw, u16 vsi_id,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
234
enum i40e_status_code i40e_aq_remove_vlan(struct i40e_hw *hw, u16 vsi_id,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
237
enum i40e_status_code i40e_aq_send_msg_to_vf(struct i40e_hw *hw, u16 vfid,
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
242
u16 buf_size, u16 *start_seid,
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
257
u32 offset, u16 length, void *data,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
261
u32 offset, u16 length, bool last_command,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
265
u16 buf_size, u16 *element_count,
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
269
u16 element_count,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
272
void *buff, u16 buff_size,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
275
void *buff, u16 buff_size, u16 *data_size,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
279
u32 offset, u16 length, void *data,
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
286
u16 *local_len, u16 *remote_len,
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
308
void *buff, u16 buff_size,
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
322
u16 count,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
324
enum i40e_status_code i40e_aq_add_pvirt(struct i40e_hw *hw, u16 flags,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
325
u16 mac_seid, u16 vsi_seid,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
326
u16 *ret_seid);
usr/src/uts/common/io/i40e/core/i40e_prototype.h
328
u16 vsi_seid, u16 tag, u16 queue_num,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
329
u16 *tags_used, u16 *tags_free,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
331
enum i40e_status_code i40e_aq_remove_tag(struct i40e_hw *hw, u16 vsi_seid,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
332
u16 tag, u16 *tags_used, u16 *tags_free,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
334
enum i40e_status_code i40e_aq_add_mcast_etag(struct i40e_hw *hw, u16 pe_seid,
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
336
u16 *tags_used, u16 *tags_free,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
338
enum i40e_status_code i40e_aq_remove_mcast_etag(struct i40e_hw *hw, u16 pe_seid,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
339
u16 etag, u16 *tags_used, u16 *tags_free,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
341
enum i40e_status_code i40e_aq_update_tag(struct i40e_hw *hw, u16 vsi_seid,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
342
u16 old_tag, u16 new_tag, u16 *tags_used,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
343
u16 *tags_free,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
345
enum i40e_status_code i40e_aq_add_statistics(struct i40e_hw *hw, u16 seid,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
346
u16 vlan_id, u16 *stat_index,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
348
enum i40e_status_code i40e_aq_remove_statistics(struct i40e_hw *hw, u16 seid,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
349
u16 vlan_id, u16 stat_index,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
352
u16 bad_frame_vsi, bool save_bad_pac,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
355
enum i40e_status_code i40e_aq_delete_element(struct i40e_hw *hw, u16 seid,
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
367
struct i40e_hw *hw, u16 seid,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
371
u16 seid,
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
379
enum i40e_status_code i40e_aq_config_vsi_tc_bw(struct i40e_hw *hw, u16 seid,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
383
u16 seid,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
387
u16 seid,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
391
u16 seid,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
395
u16 seid,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
399
u16 seid,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
405
i40e_aq_add_cloud_filters_bb(struct i40e_hw *hw, u16 seid,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
409
i40e_aq_add_cloud_filters(struct i40e_hw *hw, u16 vsi,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
413
i40e_aq_rem_cloud_filters(struct i40e_hw *hw, u16 vsi,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
417
i40e_aq_rem_cloud_filters_bb(struct i40e_hw *hw, u16 seid,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
464
enum i40e_status_code i40e_read_nvm_word(struct i40e_hw *hw, u16 offset,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
465
u16 *data);
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
468
u16 data_offset, u16 words_data_size, u16 *data_ptr);
usr/src/uts/common/io/i40e/core/i40e_prototype.h
469
enum i40e_status_code i40e_read_nvm_buffer(struct i40e_hw *hw, u16 offset,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
470
u16 *words, u16 *data);
usr/src/uts/common/io/i40e/core/i40e_prototype.h
472
u32 offset, u16 words, void *data,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
474
enum i40e_status_code __i40e_read_nvm_word(struct i40e_hw *hw, u16 offset,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
475
u16 *data);
usr/src/uts/common/io/i40e/core/i40e_prototype.h
476
enum i40e_status_code __i40e_read_nvm_buffer(struct i40e_hw *hw, u16 offset,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
477
u16 *words, u16 *data);
usr/src/uts/common/io/i40e/core/i40e_prototype.h
481
u32 offset, u16 words, void *data);
usr/src/uts/common/io/i40e/core/i40e_prototype.h
482
enum i40e_status_code i40e_calc_nvm_checksum(struct i40e_hw *hw, u16 *checksum);
usr/src/uts/common/io/i40e/core/i40e_prototype.h
485
u16 *checksum);
usr/src/uts/common/io/i40e/core/i40e_prototype.h
489
void i40e_nvmupd_check_wait_event(struct i40e_hw *hw, u16 opcode,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
492
void i40e_set_pci_config_data(struct i40e_hw *hw, u16 link_status);
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
558
u16 vsi_seid, u16 queue, bool is_add,
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
563
void *buff, u16 *ret_buff_size,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
567
u16 vsi_seid);
usr/src/uts/common/io/i40e/core/i40e_prototype.h
58
u16 i40e_clean_asq(struct i40e_hw *hw);
usr/src/uts/common/io/i40e/core/i40e_prototype.h
596
i40e_aq_run_phy_activity(struct i40e_hw *hw, u16 activity_id, u32 opcode,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
613
u16 *wake_reason,
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
65
u16 *events_pending);
usr/src/uts/common/io/i40e/core/i40e_prototype.h
69
u16 buff_size,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
75
void *desc, void *buffer, u16 buf_len);
usr/src/uts/common/io/i40e/core/i40e_prototype.h
81
enum i40e_status_code i40e_aq_get_rss_lut(struct i40e_hw *hw, u16 seid,
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
83
enum i40e_status_code i40e_aq_set_rss_lut(struct i40e_hw *hw, u16 seid,
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_prototype.h
86
u16 seid,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
89
u16 seid,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
98
u16 led_addr, u32 mode);
usr/src/uts/common/io/i40e/core/i40e_prototype.h
99
enum i40e_status_code i40e_led_get_phy(struct i40e_hw *hw, u16 *led_addr,
usr/src/uts/common/io/i40e/core/i40e_type.h
1400
u16 seid;
usr/src/uts/common/io/i40e/core/i40e_type.h
1401
u16 uplink_seid;
usr/src/uts/common/io/i40e/core/i40e_type.h
1402
u16 vsi_number;
usr/src/uts/common/io/i40e/core/i40e_type.h
1403
u16 vsis_allocated;
usr/src/uts/common/io/i40e/core/i40e_type.h
1404
u16 vsis_unallocated;
usr/src/uts/common/io/i40e/core/i40e_type.h
1405
u16 flags;
usr/src/uts/common/io/i40e/core/i40e_type.h
1413
u16 seid;
usr/src/uts/common/io/i40e/core/i40e_type.h
1414
u16 uplink_seid;
usr/src/uts/common/io/i40e/core/i40e_type.h
1415
u16 veb_number;
usr/src/uts/common/io/i40e/core/i40e_type.h
1416
u16 vebs_allocated;
usr/src/uts/common/io/i40e/core/i40e_type.h
1417
u16 vebs_unallocated;
usr/src/uts/common/io/i40e/core/i40e_type.h
1418
u16 flags;
usr/src/uts/common/io/i40e/core/i40e_type.h
1666
u16 mac_etype_used; /* Used perfect match MAC/EtherType filters */
usr/src/uts/common/io/i40e/core/i40e_type.h
1667
u16 etype_used; /* Used perfect EtherType filters */
usr/src/uts/common/io/i40e/core/i40e_type.h
1668
u16 mac_etype_free; /* Un-used perfect match MAC/EtherType filters */
usr/src/uts/common/io/i40e/core/i40e_type.h
1669
u16 etype_free; /* Un-used perfect EtherType filters */
usr/src/uts/common/io/i40e/core/i40e_type.h
1683
u16 length;
usr/src/uts/common/io/i40e/core/i40e_type.h
1684
u16 adminstatus;
usr/src/uts/common/io/i40e/core/i40e_type.h
1685
u16 msgfasttx;
usr/src/uts/common/io/i40e/core/i40e_type.h
1686
u16 msgtxinterval;
usr/src/uts/common/io/i40e/core/i40e_type.h
1687
u16 txparams;
usr/src/uts/common/io/i40e/core/i40e_type.h
1688
u16 timers;
usr/src/uts/common/io/i40e/core/i40e_type.h
1689
u16 crc8;
usr/src/uts/common/io/i40e/core/i40e_type.h
268
u16 max_frame_size;
usr/src/uts/common/io/i40e/core/i40e_type.h
457
u16 max_fcoeq;
usr/src/uts/common/io/i40e/core/i40e_type.h
472
u16 sr_size; /* Shadow RAM size in words */
usr/src/uts/common/io/i40e/core/i40e_type.h
474
u16 version; /* NVM package version */
usr/src/uts/common/io/i40e/core/i40e_type.h
563
u16 size;
usr/src/uts/common/io/i40e/core/i40e_type.h
621
u16 func;
usr/src/uts/common/io/i40e/core/i40e_type.h
622
u16 device;
usr/src/uts/common/io/i40e/core/i40e_type.h
623
u16 lan_id;
usr/src/uts/common/io/i40e/core/i40e_type.h
624
u16 bus_id;
usr/src/uts/common/io/i40e/core/i40e_type.h
671
u16 protocolid;
usr/src/uts/common/io/i40e/core/i40e_type.h
701
u16 device_id;
usr/src/uts/common/io/i40e/core/i40e_type.h
702
u16 vendor_id;
usr/src/uts/common/io/i40e/core/i40e_type.h
703
u16 subsystem_device_id;
usr/src/uts/common/io/i40e/core/i40e_type.h
704
u16 subsystem_vendor_id;
usr/src/uts/common/io/i40e/core/i40e_type.h
714
u16 fdir_shared_filter_count;
usr/src/uts/common/io/i40e/core/i40e_type.h
718
u16 main_vsi_seid;
usr/src/uts/common/io/i40e/core/i40e_type.h
721
u16 partition_id;
usr/src/uts/common/io/i40e/core/i40e_type.h
722
u16 num_partitions;
usr/src/uts/common/io/i40e/core/i40e_type.h
723
u16 num_ports;
usr/src/uts/common/io/i40e/core/i40e_type.h
726
u16 numa_node;
usr/src/uts/common/io/i40e/core/i40e_type.h
737
u16 nvm_wait_opcode;
usr/src/uts/common/io/i40e/core/i40e_type.h
743
u16 dcbx_status;
usr/src/uts/common/io/i40e/core/i40e_type.h
751
u16 num_wol_proxy_filters;
usr/src/uts/common/io/i40e/core/i40e_type.h
752
u16 wol_proxy_vsi_seid;
usr/src/uts/common/io/i40e/core/i40e_type.h
766
u16 switch_tag;
usr/src/uts/common/io/i40e/core/i40e_type.h
767
u16 first_tag;
usr/src/uts/common/io/i40e/core/i40e_type.h
768
u16 second_tag;
usr/src/uts/common/io/i40e/core/i40e_type.h
92
#define I40E_HI_WORD(x) ((u16)(((x) >> 16) & 0xFFFF))
usr/src/uts/common/io/i40e/core/i40e_type.h
93
#define I40E_LO_WORD(x) ((u16)((x) & 0xFFFF))
usr/src/uts/common/io/i40e/core/virtchnl.h
234
u16 vsi_id;
usr/src/uts/common/io/i40e/core/virtchnl.h
235
u16 num_queue_pairs;
usr/src/uts/common/io/i40e/core/virtchnl.h
237
u16 qset_handle;
usr/src/uts/common/io/i40e/core/virtchnl.h
267
u16 num_vsis;
usr/src/uts/common/io/i40e/core/virtchnl.h
268
u16 num_queue_pairs;
usr/src/uts/common/io/i40e/core/virtchnl.h
269
u16 max_vectors;
usr/src/uts/common/io/i40e/core/virtchnl.h
270
u16 max_mtu;
usr/src/uts/common/io/i40e/core/virtchnl.h
289
u16 vsi_id;
usr/src/uts/common/io/i40e/core/virtchnl.h
290
u16 queue_id;
usr/src/uts/common/io/i40e/core/virtchnl.h
291
u16 ring_len; /* number of descriptors, multiple of 8 */
usr/src/uts/common/io/i40e/core/virtchnl.h
292
u16 headwb_enabled; /* deprecated with AVF 1.0 */
usr/src/uts/common/io/i40e/core/virtchnl.h
307
u16 vsi_id;
usr/src/uts/common/io/i40e/core/virtchnl.h
308
u16 queue_id;
usr/src/uts/common/io/i40e/core/virtchnl.h
310
u16 hdr_size;
usr/src/uts/common/io/i40e/core/virtchnl.h
311
u16 splithdr_enabled; /* deprecated with AVF 1.0 */
usr/src/uts/common/io/i40e/core/virtchnl.h
338
u16 vsi_id;
usr/src/uts/common/io/i40e/core/virtchnl.h
339
u16 num_queue_pairs;
usr/src/uts/common/io/i40e/core/virtchnl.h
358
u16 num_queue_pairs;
usr/src/uts/common/io/i40e/core/virtchnl.h
369
u16 vsi_id;
usr/src/uts/common/io/i40e/core/virtchnl.h
370
u16 vector_id;
usr/src/uts/common/io/i40e/core/virtchnl.h
371
u16 rxq_map;
usr/src/uts/common/io/i40e/core/virtchnl.h
372
u16 txq_map;
usr/src/uts/common/io/i40e/core/virtchnl.h
373
u16 rxitr_idx;
usr/src/uts/common/io/i40e/core/virtchnl.h
374
u16 txitr_idx;
usr/src/uts/common/io/i40e/core/virtchnl.h
380
u16 num_vectors;
usr/src/uts/common/io/i40e/core/virtchnl.h
395
u16 vsi_id;
usr/src/uts/common/io/i40e/core/virtchnl.h
396
u16 pad;
usr/src/uts/common/io/i40e/core/virtchnl.h
423
u16 vsi_id;
usr/src/uts/common/io/i40e/core/virtchnl.h
424
u16 num_elements;
usr/src/uts/common/io/i40e/core/virtchnl.h
445
u16 vsi_id;
usr/src/uts/common/io/i40e/core/virtchnl.h
446
u16 num_elements;
usr/src/uts/common/io/i40e/core/virtchnl.h
447
u16 vlan_id[1];
usr/src/uts/common/io/i40e/core/virtchnl.h
458
u16 vsi_id;
usr/src/uts/common/io/i40e/core/virtchnl.h
459
u16 flags;
usr/src/uts/common/io/i40e/core/virtchnl.h
485
u16 vsi_id;
usr/src/uts/common/io/i40e/core/virtchnl.h
486
u16 key_len;
usr/src/uts/common/io/i40e/core/virtchnl.h
493
u16 vsi_id;
usr/src/uts/common/io/i40e/core/virtchnl.h
494
u16 lut_entries;
usr/src/uts/common/io/i40e/core/virtchnl.h
566
u16 ceq_idx;
usr/src/uts/common/io/i40e/core/virtchnl.h
567
u16 aeq_idx;
usr/src/uts/common/io/i40e/core/virtchnl.h
609
u8 *msg, u16 msglen)
usr/src/uts/common/io/i40e/core/virtchnl.h
676
valid_len += vfl->num_elements * sizeof(u16);
usr/src/uts/common/io/i40e/i40e_osdep.h
100
#define __le16 u16
usr/src/uts/common/io/i40e/i40e_osdep.h
103
#define __be16 u16
usr/src/uts/common/io/igb/e1000_osdep.h
158
#define __le16 u16
usr/src/uts/common/io/igc/core/igc_api.c
349
s32 igc_get_speed_and_duplex(struct igc_hw *hw, u16 *speed, u16 *duplex)
usr/src/uts/common/io/igc/core/igc_api.c
451
s32 igc_read_phy_reg(struct igc_hw *hw, u32 offset, u16 *data)
usr/src/uts/common/io/igc/core/igc_api.c
468
s32 igc_write_phy_reg(struct igc_hw *hw, u32 offset, u16 data)
usr/src/uts/common/io/igc/core/igc_api.c
664
s32 igc_read_nvm(struct igc_hw *hw, u16 offset, u16 words, u16 *data)
usr/src/uts/common/io/igc/core/igc_api.c
682
s32 igc_write_nvm(struct igc_hw *hw, u16 offset, u16 words, u16 *data)
usr/src/uts/common/io/igc/core/igc_api.h
27
s32 igc_get_speed_and_duplex(struct igc_hw *hw, u16 *speed, u16 *duplex);
usr/src/uts/common/io/igc/core/igc_api.h
37
s32 igc_read_phy_reg(struct igc_hw *hw, u32 offset, u16 *data);
usr/src/uts/common/io/igc/core/igc_api.h
38
s32 igc_write_phy_reg(struct igc_hw *hw, u32 offset, u16 data);
usr/src/uts/common/io/igc/core/igc_api.h
50
s32 igc_read_nvm(struct igc_hw *hw, u16 offset, u16 words, u16 *data);
usr/src/uts/common/io/igc/core/igc_api.h
51
s32 igc_write_nvm(struct igc_hw *hw, u16 offset, u16 words, u16 *data);
usr/src/uts/common/io/igc/core/igc_base.c
20
u16 mask = IGC_SWFW_PHY0_SM;
usr/src/uts/common/io/igc/core/igc_base.c
38
u16 mask = IGC_SWFW_PHY0_SM;
usr/src/uts/common/io/igc/core/igc_base.c
58
u16 i, rar_count = mac->rar_entry_count;
usr/src/uts/common/io/igc/core/igc_defines.h
1277
(u16)(((invm_dword) & 0xFFFF0000) >> 16)
usr/src/uts/common/io/igc/core/igc_hw.h
121
#define __le16 u16
usr/src/uts/common/io/igc/core/igc_hw.h
351
s32 (*get_link_up_info)(struct igc_hw *, u16 *, u16 *);
usr/src/uts/common/io/igc/core/igc_hw.h
362
s32 (*acquire_swfw_sync)(struct igc_hw *, u16);
usr/src/uts/common/io/igc/core/igc_hw.h
363
void (*release_swfw_sync)(struct igc_hw *, u16);
usr/src/uts/common/io/igc/core/igc_hw.h
386
s32 (*set_page)(struct igc_hw *, u16);
usr/src/uts/common/io/igc/core/igc_hw.h
387
s32 (*read_reg)(struct igc_hw *, u32, u16 *);
usr/src/uts/common/io/igc/core/igc_hw.h
388
s32 (*read_reg_locked)(struct igc_hw *, u32, u16 *);
usr/src/uts/common/io/igc/core/igc_hw.h
389
s32 (*read_reg_page)(struct igc_hw *, u32, u16 *);
usr/src/uts/common/io/igc/core/igc_hw.h
394
s32 (*write_reg)(struct igc_hw *, u32, u16);
usr/src/uts/common/io/igc/core/igc_hw.h
395
s32 (*write_reg_locked)(struct igc_hw *, u32, u16);
usr/src/uts/common/io/igc/core/igc_hw.h
396
s32 (*write_reg_page)(struct igc_hw *, u32, u16);
usr/src/uts/common/io/igc/core/igc_hw.h
405
s32 (*read)(struct igc_hw *, u16, u16, u16 *);
usr/src/uts/common/io/igc/core/igc_hw.h
410
s32 (*write)(struct igc_hw *, u16, u16, u16 *);
usr/src/uts/common/io/igc/core/igc_hw.h
431
u16 current_ifs_val;
usr/src/uts/common/io/igc/core/igc_hw.h
432
u16 ifs_max_val;
usr/src/uts/common/io/igc/core/igc_hw.h
433
u16 ifs_min_val;
usr/src/uts/common/io/igc/core/igc_hw.h
434
u16 ifs_ratio;
usr/src/uts/common/io/igc/core/igc_hw.h
435
u16 ifs_step_size;
usr/src/uts/common/io/igc/core/igc_hw.h
436
u16 mta_reg_count;
usr/src/uts/common/io/igc/core/igc_hw.h
437
u16 uta_reg_count;
usr/src/uts/common/io/igc/core/igc_hw.h
442
u16 rar_entry_count;
usr/src/uts/common/io/igc/core/igc_hw.h
465
u16 autoneg_advertised;
usr/src/uts/common/io/igc/core/igc_hw.h
466
u16 autoneg_mask;
usr/src/uts/common/io/igc/core/igc_hw.h
479
u16 word_size;
usr/src/uts/common/io/igc/core/igc_hw.h
480
u16 delay_usec;
usr/src/uts/common/io/igc/core/igc_hw.h
481
u16 address_bits;
usr/src/uts/common/io/igc/core/igc_hw.h
482
u16 opcode_bits;
usr/src/uts/common/io/igc/core/igc_hw.h
483
u16 page_size;
usr/src/uts/common/io/igc/core/igc_hw.h
491
u16 func;
usr/src/uts/common/io/igc/core/igc_hw.h
492
u16 pci_cmd_word;
usr/src/uts/common/io/igc/core/igc_hw.h
498
u16 pause_time; /* Flow control pause timer */
usr/src/uts/common/io/igc/core/igc_hw.h
499
u16 refresh_time; /* Flow control refresh timer */
usr/src/uts/common/io/igc/core/igc_hw.h
529
u16 device_id;
usr/src/uts/common/io/igc/core/igc_hw.h
530
u16 subsystem_vendor_id;
usr/src/uts/common/io/igc/core/igc_hw.h
531
u16 subsystem_device_id;
usr/src/uts/common/io/igc/core/igc_hw.h
532
u16 vendor_id;
usr/src/uts/common/io/igc/core/igc_hw.h
541
s32 igc_read_pcie_cap_reg(struct igc_hw *hw, u32 reg, u16 *value);
usr/src/uts/common/io/igc/core/igc_hw.h
542
s32 igc_write_pcie_cap_reg(struct igc_hw *hw, u32 reg, u16 *value);
usr/src/uts/common/io/igc/core/igc_hw.h
543
void igc_read_pci_cfg(struct igc_hw *hw, u32 reg, u16 *value);
usr/src/uts/common/io/igc/core/igc_hw.h
544
void igc_write_pci_cfg(struct igc_hw *hw, u32 reg, u16 *value);
usr/src/uts/common/io/igc/core/igc_i225.c
16
static s32 __igc_write_nvm_srwr(struct igc_hw *hw, u16 offset, u16 words,
usr/src/uts/common/io/igc/core/igc_i225.c
17
u16 *data);
usr/src/uts/common/io/igc/core/igc_i225.c
269
s32 igc_acquire_swfw_sync_i225(struct igc_hw *hw, u16 mask)
usr/src/uts/common/io/igc/core/igc_i225.c
28
u16 size;
usr/src/uts/common/io/igc/core/igc_i225.c
319
void igc_release_swfw_sync_i225(struct igc_hw *hw, u16 mask)
usr/src/uts/common/io/igc/core/igc_i225.c
32
size = (u16)((eecd & IGC_EECD_SIZE_EX_MASK) >>
usr/src/uts/common/io/igc/core/igc_i225.c
443
s32 igc_read_nvm_srrd_i225(struct igc_hw *hw, u16 offset, u16 words,
usr/src/uts/common/io/igc/core/igc_i225.c
444
u16 *data)
usr/src/uts/common/io/igc/core/igc_i225.c
447
u16 i, count;
usr/src/uts/common/io/igc/core/igc_i225.c
488
s32 igc_write_nvm_srwr_i225(struct igc_hw *hw, u16 offset, u16 words,
usr/src/uts/common/io/igc/core/igc_i225.c
489
u16 *data)
usr/src/uts/common/io/igc/core/igc_i225.c
492
u16 i, count;
usr/src/uts/common/io/igc/core/igc_i225.c
529
static s32 __igc_write_nvm_srwr(struct igc_hw *hw, u16 offset, u16 words,
usr/src/uts/common/io/igc/core/igc_i225.c
530
u16 *data)
usr/src/uts/common/io/igc/core/igc_i225.c
584
s32 (*read_op_ptr)(struct igc_hw *, u16, u16, u16 *);
usr/src/uts/common/io/igc/core/igc_i225.c
619
u16 checksum = 0;
usr/src/uts/common/io/igc/core/igc_i225.c
620
u16 i, nvm_data;
usr/src/uts/common/io/igc/core/igc_i225.c
650
checksum = (u16)NVM_SUM - checksum;
usr/src/uts/common/io/igc/core/igc_i225.c
766
u16 current_offset_data = 0;
usr/src/uts/common/io/igc/core/igc_i225.c
768
u16 base_address = 0x0;
usr/src/uts/common/io/igc/core/igc_i225.c
770
u16 current_offset;
usr/src/uts/common/io/igc/core/igc_i225.c
887
u16 speed, duplex;
usr/src/uts/common/io/igc/core/igc_i225.h
14
s32 igc_write_nvm_srwr_i225(struct igc_hw *hw, u16 offset,
usr/src/uts/common/io/igc/core/igc_i225.h
15
u16 words, u16 *data);
usr/src/uts/common/io/igc/core/igc_i225.h
16
s32 igc_read_nvm_srrd_i225(struct igc_hw *hw, u16 offset,
usr/src/uts/common/io/igc/core/igc_i225.h
17
u16 words, u16 *data);
usr/src/uts/common/io/igc/core/igc_i225.h
23
s32 igc_acquire_swfw_sync_i225(struct igc_hw *hw, u16 mask);
usr/src/uts/common/io/igc/core/igc_i225.h
24
void igc_release_swfw_sync_i225(struct igc_hw *hw, u16 mask);
usr/src/uts/common/io/igc/core/igc_mac.c
168
void igc_init_rx_addrs_generic(struct igc_hw *hw, u16 rar_count)
usr/src/uts/common/io/igc/core/igc_mac.c
202
u16 offset, nvm_alt_mac_addr_offset, nvm_data;
usr/src/uts/common/io/igc/core/igc_mac.c
357
(((u16) mc_addr[5]) << bit_shift)));
usr/src/uts/common/io/igc/core/igc_mac.c
55
u16 IGC_UNUSEDARG *s, u16 IGC_UNUSEDARG *d)
usr/src/uts/common/io/igc/core/igc_mac.c
708
u16 mii_status_reg, mii_nway_adv_reg, mii_nway_lp_ability_reg;
usr/src/uts/common/io/igc/core/igc_mac.c
709
u16 speed, duplex;
usr/src/uts/common/io/igc/core/igc_mac.c
874
s32 igc_get_speed_and_duplex_copper_generic(struct igc_hw *hw, u16 *speed,
usr/src/uts/common/io/igc/core/igc_mac.c
875
u16 *duplex)
usr/src/uts/common/io/igc/core/igc_mac.h
13
s32 igc_null_link_info(struct igc_hw *hw, u16 *s, u16 *d);
usr/src/uts/common/io/igc/core/igc_mac.h
26
s32 igc_get_speed_and_duplex_copper_generic(struct igc_hw *hw, u16 *speed,
usr/src/uts/common/io/igc/core/igc_mac.h
27
u16 *duplex);
usr/src/uts/common/io/igc/core/igc_mac.h
39
void igc_init_rx_addrs_generic(struct igc_hw *hw, u16 rar_count);
usr/src/uts/common/io/igc/core/igc_nvm.c
113
static void igc_shift_out_eec_bits(struct igc_hw *hw, u16 data, u16 count)
usr/src/uts/common/io/igc/core/igc_nvm.c
157
static u16 igc_shift_in_eec_bits(struct igc_hw *hw, u16 count)
usr/src/uts/common/io/igc/core/igc_nvm.c
161
u16 data;
usr/src/uts/common/io/igc/core/igc_nvm.c
332
u16 timeout = NVM_MAX_RETRY_SPI;
usr/src/uts/common/io/igc/core/igc_nvm.c
375
s32 igc_read_nvm_eerd(struct igc_hw *hw, u16 offset, u16 words, u16 *data)
usr/src/uts/common/io/igc/core/igc_nvm.c
41
u16 IGC_UNUSEDARG a, u16 IGC_UNUSEDARG b,
usr/src/uts/common/io/igc/core/igc_nvm.c
42
u16 IGC_UNUSEDARG *c)
usr/src/uts/common/io/igc/core/igc_nvm.c
423
s32 igc_write_nvm_spi(struct igc_hw *hw, u16 offset, u16 words, u16 *data)
usr/src/uts/common/io/igc/core/igc_nvm.c
427
u16 widx = 0;
usr/src/uts/common/io/igc/core/igc_nvm.c
469
igc_shift_out_eec_bits(hw, (u16)((offset + widx) * 2),
usr/src/uts/common/io/igc/core/igc_nvm.c
474
u16 word_out = data[widx];
usr/src/uts/common/io/igc/core/igc_nvm.c
504
u16 nvm_data;
usr/src/uts/common/io/igc/core/igc_nvm.c
505
u16 pba_ptr;
usr/src/uts/common/io/igc/core/igc_nvm.c
506
u16 offset;
usr/src/uts/common/io/igc/core/igc_nvm.c
507
u16 length;
usr/src/uts/common/io/igc/core/igc_nvm.c
617
u16 i;
usr/src/uts/common/io/igc/core/igc_nvm.c
644
u16 checksum = 0;
usr/src/uts/common/io/igc/core/igc_nvm.c
645
u16 i, nvm_data;
usr/src/uts/common/io/igc/core/igc_nvm.c
658
if (checksum != (u16) NVM_SUM) {
usr/src/uts/common/io/igc/core/igc_nvm.c
66
u16 IGC_UNUSEDARG a, u16 IGC_UNUSEDARG b,
usr/src/uts/common/io/igc/core/igc_nvm.c
67
u16 IGC_UNUSEDARG *c)
usr/src/uts/common/io/igc/core/igc_nvm.c
677
u16 checksum = 0;
usr/src/uts/common/io/igc/core/igc_nvm.c
678
u16 i, nvm_data;
usr/src/uts/common/io/igc/core/igc_nvm.c
690
checksum = (u16) NVM_SUM - checksum;
usr/src/uts/common/io/igc/core/igc_nvm.h
11
s32 igc_null_read_nvm(struct igc_hw *hw, u16 a, u16 b, u16 *c);
usr/src/uts/common/io/igc/core/igc_nvm.h
13
s32 igc_null_led_default(struct igc_hw *hw, u16 *data);
usr/src/uts/common/io/igc/core/igc_nvm.h
14
s32 igc_null_write_nvm(struct igc_hw *hw, u16 a, u16 b, u16 *c);
usr/src/uts/common/io/igc/core/igc_nvm.h
21
s32 igc_read_nvm_eerd(struct igc_hw *hw, u16 offset, u16 words,
usr/src/uts/common/io/igc/core/igc_nvm.h
22
u16 *data);
usr/src/uts/common/io/igc/core/igc_nvm.h
23
s32 igc_valid_led_default_generic(struct igc_hw *hw, u16 *data);
usr/src/uts/common/io/igc/core/igc_nvm.h
25
s32 igc_write_nvm_spi(struct igc_hw *hw, u16 offset, u16 words,
usr/src/uts/common/io/igc/core/igc_nvm.h
26
u16 *data);
usr/src/uts/common/io/igc/core/igc_phy.c
1010
static s32 __igc_access_xmdio_reg(struct igc_hw *hw, u16 address,
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
134
u16 phy_id;
usr/src/uts/common/io/igc/core/igc_phy.c
166
s32 igc_read_phy_reg_mdic(struct igc_hw *hw, u32 offset, u16 *data)
usr/src/uts/common/io/igc/core/igc_phy.c
212
*data = (u16) mdic;
usr/src/uts/common/io/igc/core/igc_phy.c
225
s32 igc_write_phy_reg_mdic(struct igc_hw *hw, u32 offset, u16 data)
usr/src/uts/common/io/igc/core/igc_phy.c
289
u16 mii_autoneg_adv_reg;
usr/src/uts/common/io/igc/core/igc_phy.c
290
u16 mii_1000t_ctrl_reg = 0;
usr/src/uts/common/io/igc/core/igc_phy.c
291
u16 aneg_multigbt_an_ctrl = 0;
usr/src/uts/common/io/igc/core/igc_phy.c
473
u16 phy_ctrl;
usr/src/uts/common/io/igc/core/igc_phy.c
49
u16 IGC_UNUSEDARG data)
usr/src/uts/common/io/igc/core/igc_phy.c
590
void igc_phy_force_speed_duplex_setup(struct igc_hw *hw, u16 *phy_ctrl)
usr/src/uts/common/io/igc/core/igc_phy.c
62
u32 IGC_UNUSEDARG offset, u16 IGC_UNUSEDARG *data)
usr/src/uts/common/io/igc/core/igc_phy.c
657
u16 data;
usr/src/uts/common/io/igc/core/igc_phy.c
765
u16 i, phy_status;
usr/src/uts/common/io/igc/core/igc_phy.c
804
u16 i, phy_status;
usr/src/uts/common/io/igc/core/igc_phy.c
907
u16 mii_reg = 0;
usr/src/uts/common/io/igc/core/igc_phy.c
926
u16 mii_reg = 0;
usr/src/uts/common/io/igc/core/igc_phy.c
943
s32 igc_write_phy_reg_gpy(struct igc_hw *hw, u32 offset, u16 data)
usr/src/uts/common/io/igc/core/igc_phy.c
961
ret_val = igc_write_xmdio_reg(hw, (u16)offset, dev_addr,
usr/src/uts/common/io/igc/core/igc_phy.c
97
u32 IGC_UNUSEDARG offset, u16 IGC_UNUSEDARG data)
usr/src/uts/common/io/igc/core/igc_phy.c
977
s32 igc_read_phy_reg_gpy(struct igc_hw *hw, u32 offset, u16 *data)
usr/src/uts/common/io/igc/core/igc_phy.c
995
ret_val = igc_read_xmdio_reg(hw, (u16)offset, dev_addr,
usr/src/uts/common/io/igc/core/igc_phy.h
11
s32 igc_null_read_reg(struct igc_hw *hw, u32 offset, u16 *data);
usr/src/uts/common/io/igc/core/igc_phy.h
14
s32 igc_null_write_reg(struct igc_hw *hw, u32 offset, u16 data);
usr/src/uts/common/io/igc/core/igc_phy.h
15
s32 igc_null_set_page(struct igc_hw *hw, u16 data);
usr/src/uts/common/io/igc/core/igc_phy.h
19
void igc_phy_force_speed_duplex_setup(struct igc_hw *hw, u16 *phy_ctrl);
usr/src/uts/common/io/igc/core/igc_phy.h
28
s32 igc_enable_phy_wakeup_reg_access_bm(struct igc_hw *hw, u16 *phy_reg);
usr/src/uts/common/io/igc/core/igc_phy.h
29
s32 igc_disable_phy_wakeup_reg_access_bm(struct igc_hw *hw, u16 *phy_reg);
usr/src/uts/common/io/igc/core/igc_phy.h
32
s32 igc_read_phy_reg_mdic(struct igc_hw *hw, u32 offset, u16 *data);
usr/src/uts/common/io/igc/core/igc_phy.h
33
s32 igc_write_phy_reg_mdic(struct igc_hw *hw, u32 offset, u16 data);
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
36
u16 *data);
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/igc/core/igc_phy.h
38
u16 data);
usr/src/uts/common/io/igc/core/igc_phy.h
39
s32 igc_write_phy_reg_gpy(struct igc_hw *hw, u32 offset, u16 data);
usr/src/uts/common/io/igc/core/igc_phy.h
40
s32 igc_read_phy_reg_gpy(struct igc_hw *hw, u32 offset, u16 *data);
usr/src/uts/common/io/ixgbe/core/ixgbe_82598.c
1130
u16 sfp_addr = 0;
usr/src/uts/common/io/ixgbe/core/ixgbe_82598.c
1131
u16 sfp_data = 0;
usr/src/uts/common/io/ixgbe/core/ixgbe_82598.c
1132
u16 sfp_stat = 0;
usr/src/uts/common/io/ixgbe/core/ixgbe_82598.c
1133
u16 gssr;
usr/src/uts/common/io/ixgbe/core/ixgbe_82598.c
1233
u16 ext_ability = 0;
usr/src/uts/common/io/ixgbe/core/ixgbe_82598.c
1334
u16 pci_gen = 0;
usr/src/uts/common/io/ixgbe/core/ixgbe_82598.c
1335
u16 pci_ctrl2 = 0;
usr/src/uts/common/io/ixgbe/core/ixgbe_82598.c
196
u16 list_offset, data_offset;
usr/src/uts/common/io/ixgbe/core/ixgbe_82598.c
608
u16 an_reg;
usr/src/uts/common/io/ixgbe/core/ixgbe_82598.c
648
u16 link_reg, adapt_comp_reg;
usr/src/uts/common/io/ixgbe/core/ixgbe_82598.c
83
u16 pcie_devctl2;
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
1719
IXGBE_NTOHS(((u16)(_value) >> 8) | ((u16)(_value) << 8))
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
176
u16 list_offset, data_offset, data_value;
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
1992
u16 soft_id)
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
2221
u16 ext_ability = 0;
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
2338
u16 fw_offset, fw_ptp_cfg_offset;
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
2339
u16 fw_version;
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
2399
u16 fw_offset, fw_lesm_param_offset, fw_lesm_state;
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
2444
static s32 ixgbe_read_eeprom_buffer_82599(struct ixgbe_hw *hw, u16 offset,
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
2445
u16 words, u16 *data)
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
2479
u16 offset, u16 *data)
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
327
u16 i;
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
53
u16 offset, u16 *data);
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
54
static s32 ixgbe_read_eeprom_buffer_82599(struct ixgbe_hw *hw, u16 offset,
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
55
u16 words, u16 *data);
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
613
u16 ee_ctrl_2 = 0;
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
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
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
402
s32 ixgbe_get_device_caps(struct ixgbe_hw *hw, u16 *device_caps)
usr/src/uts/common/io/ixgbe/core/ixgbe_api.c
417
s32 ixgbe_get_wwn_prefix(struct ixgbe_hw *hw, u16 *wwnn_prefix,
usr/src/uts/common/io/ixgbe/core/ixgbe_api.c
418
u16 *wwpn_prefix)
usr/src/uts/common/io/ixgbe/core/ixgbe_api.c
432
s32 ixgbe_get_fcoe_boot_status(struct ixgbe_hw *hw, u16 *bs)
usr/src/uts/common/io/ixgbe/core/ixgbe_api.c
556
s32 ixgbe_get_phy_firmware_version(struct ixgbe_hw *hw, u16 *firmware_version)
usr/src/uts/common/io/ixgbe/core/ixgbe_api.c
576
u16 *phy_data)
usr/src/uts/common/io/ixgbe/core/ixgbe_api.c
595
u16 phy_data)
usr/src/uts/common/io/ixgbe/core/ixgbe_api.c
853
s32 ixgbe_write_eeprom(struct ixgbe_hw *hw, u16 offset, u16 data)
usr/src/uts/common/io/ixgbe/core/ixgbe_api.c
870
s32 ixgbe_write_eeprom_buffer(struct ixgbe_hw *hw, u16 offset, u16 words,
usr/src/uts/common/io/ixgbe/core/ixgbe_api.c
871
u16 *data)
usr/src/uts/common/io/ixgbe/core/ixgbe_api.c
886
s32 ixgbe_read_eeprom(struct ixgbe_hw *hw, u16 offset, u16 *data)
usr/src/uts/common/io/ixgbe/core/ixgbe_api.c
901
s32 ixgbe_read_eeprom_buffer(struct ixgbe_hw *hw, u16 offset,
usr/src/uts/common/io/ixgbe/core/ixgbe_api.c
902
u16 words, u16 *data)
usr/src/uts/common/io/ixgbe/core/ixgbe_api.c
916
s32 ixgbe_validate_eeprom_checksum(struct ixgbe_hw *hw, u16 *checksum_val)
usr/src/uts/common/io/ixgbe/core/ixgbe_api.h
102
s32 ixgbe_write_eeprom(struct ixgbe_hw *hw, u16 offset, u16 data);
usr/src/uts/common/io/ixgbe/core/ixgbe_api.h
103
s32 ixgbe_write_eeprom_buffer(struct ixgbe_hw *hw, u16 offset,
usr/src/uts/common/io/ixgbe/core/ixgbe_api.h
104
u16 words, u16 *data);
usr/src/uts/common/io/ixgbe/core/ixgbe_api.h
105
s32 ixgbe_read_eeprom(struct ixgbe_hw *hw, u16 offset, u16 *data);
usr/src/uts/common/io/ixgbe/core/ixgbe_api.h
106
s32 ixgbe_read_eeprom_buffer(struct ixgbe_hw *hw, u16 offset,
usr/src/uts/common/io/ixgbe/core/ixgbe_api.h
107
u16 words, u16 *data);
usr/src/uts/common/io/ixgbe/core/ixgbe_api.h
109
s32 ixgbe_validate_eeprom_checksum(struct ixgbe_hw *hw, u16 *checksum_val);
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
144
u16 *firmware_version);
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
168
u16 soft_id);
usr/src/uts/common/io/ixgbe/core/ixgbe_api.h
172
u16 soft_id,
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
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
196
s32 ixgbe_get_device_caps(struct ixgbe_hw *hw, u16 *device_caps);
usr/src/uts/common/io/ixgbe/core/ixgbe_api.h
200
s32 ixgbe_get_wwn_prefix(struct ixgbe_hw *hw, u16 *wwnn_prefix,
usr/src/uts/common/io/ixgbe/core/ixgbe_api.h
201
u16 *wwpn_prefix);
usr/src/uts/common/io/ixgbe/core/ixgbe_api.h
202
s32 ixgbe_get_fcoe_boot_status(struct ixgbe_hw *hw, u16 *bs);
usr/src/uts/common/io/ixgbe/core/ixgbe_api.h
72
u16 *phy_data);
usr/src/uts/common/io/ixgbe/core/ixgbe_api.h
74
u16 phy_data);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
1009
void ixgbe_set_pci_config_data_generic(struct ixgbe_hw *hw, u16 link_status)
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
1064
u16 link_status;
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
1090
u16 ee_ctrl_4;
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
1123
u16 i;
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
1263
u16 eeprom_size;
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
1287
eeprom_size = (u16)((eec & IXGBE_EEC_SIZE) >>
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
1314
s32 ixgbe_write_eeprom_buffer_bit_bang_generic(struct ixgbe_hw *hw, u16 offset,
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
1315
u16 words, u16 *data)
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
1318
u16 i, count;
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
1371
static s32 ixgbe_write_eeprom_buffer_bit_bang(struct ixgbe_hw *hw, u16 offset,
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
1372
u16 words, u16 *data)
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
1375
u16 word;
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
1376
u16 page_size;
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
1377
u16 i;
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
1414
ixgbe_shift_out_eeprom_bits(hw, (u16)((offset + i) * 2),
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
1453
s32 ixgbe_write_eeprom_generic(struct ixgbe_hw *hw, u16 offset, u16 data)
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
1481
s32 ixgbe_read_eeprom_buffer_bit_bang_generic(struct ixgbe_hw *hw, u16 offset,
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
1482
u16 words, u16 *data)
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
1485
u16 i, count;
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
1530
static s32 ixgbe_read_eeprom_buffer_bit_bang(struct ixgbe_hw *hw, u16 offset,
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
1531
u16 words, u16 *data)
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
1534
u16 word_in;
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
1536
u16 i;
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
1564
ixgbe_shift_out_eeprom_bits(hw, (u16)((offset + i) * 2),
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
1587
s32 ixgbe_read_eeprom_bit_bang_generic(struct ixgbe_hw *hw, u16 offset,
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
1588
u16 *data)
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
1616
s32 ixgbe_read_eerd_buffer_generic(struct ixgbe_hw *hw, u16 offset,
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
1617
u16 words, u16 *data)
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
1668
u16 offset)
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
1670
u16 data[IXGBE_EEPROM_PAGE_SIZE_MAX];
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
1672
u16 i;
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
1710
s32 ixgbe_read_eerd_generic(struct ixgbe_hw *hw, u16 offset, u16 *data)
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
1724
s32 ixgbe_write_eewr_buffer_generic(struct ixgbe_hw *hw, u16 offset,
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
1725
u16 words, u16 *data)
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
1729
u16 i;
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
1779
s32 ixgbe_write_eewr_generic(struct ixgbe_hw *hw, u16 offset, u16 data)
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
1992
u16 i;
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
2055
static void ixgbe_shift_out_eeprom_bits(struct ixgbe_hw *hw, u16 data,
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
2056
u16 count)
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
2111
static u16 ixgbe_shift_in_eeprom_bits(struct ixgbe_hw *hw, u16 count)
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
2115
u16 data = 0;
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
2222
u16 i;
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
2223
u16 j;
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
2224
u16 checksum = 0;
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
2225
u16 length = 0;
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
2226
u16 pointer = 0;
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
2227
u16 word = 0;
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
2268
checksum = (u16)IXGBE_EEPROM_SUM - checksum;
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
2282
u16 *checksum_val)
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
2285
u16 checksum;
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
2286
u16 read_checksum = 0;
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
2304
checksum = (u16)(status & 0xffff);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
2332
u16 checksum;
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
2350
checksum = (u16)(status & 0xffff);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
243
u16 reg_cu = 0;
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
2668
vector = ((mc_addr[4] >> 4) | (((u16)mc_addr[5]) << 4));
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
2671
vector = ((mc_addr[4] >> 3) | (((u16)mc_addr[5]) << 5));
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
2674
vector = ((mc_addr[4] >> 2) | (((u16)mc_addr[5]) << 6));
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
2677
vector = ((mc_addr[4]) | (((u16)mc_addr[5]) << 8));
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
3089
u16 technology_ability_reg = 0;
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
3090
u16 lp_technology_ability_reg = 0;
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
3232
u16 value;
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
3563
u16 *san_mac_offset)
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
3596
u16 san_mac_data, san_mac_offset;
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
3650
u16 san_mac_data, san_mac_offset;
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
3667
san_mac_data = (u16)((u16)(san_mac_addr[i * 2 + 1]) << 8);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
3668
san_mac_data |= (u16)(san_mac_addr[i * 2]);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
3683
u16 ixgbe_get_pcie_msix_count_generic(struct ixgbe_hw *hw)
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
3685
u16 msix_count = 1;
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
3686
u16 max_msix_count;
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
3687
u16 pcie_offset;
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
403
u16 device_caps;
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
4365
s32 ixgbe_get_wwn_prefix_generic(struct ixgbe_hw *hw, u16 *wwnn_prefix,
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
4366
u16 *wwpn_prefix)
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
4368
u16 offset, caps;
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
4369
u16 alt_san_mac_blk_offset;
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
4420
s32 ixgbe_get_fcoe_boot_status_generic(struct ixgbe_hw *hw, u16 *bs)
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
4422
u16 offset, caps, flags;
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
4518
s32 ixgbe_get_device_caps_generic(struct ixgbe_hw *hw, u16 *device_caps)
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
4596
u16 dword_len;
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
46
static void ixgbe_shift_out_eeprom_bits(struct ixgbe_hw *hw, u16 data,
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
4682
u16 buf_len;
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
47
u16 count);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
4727
buf_len = (((u16)(resp->cmd_or_resp.ret_status) << 3)
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
48
static u16 ixgbe_shift_in_eeprom_bits(struct ixgbe_hw *hw, u16 count);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
4890
u16 value;
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
4962
u16 ets_offset;
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
4963
u16 ets_cfg;
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
4964
u16 ets_sensor;
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
5037
u16 offset;
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
5038
u16 ets_offset;
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
5039
u16 ets_cfg;
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
5040
u16 ets_sensor;
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
533
u16 i = 0;
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
5366
u16 offset, eeprom_cfg_blkh, eeprom_cfg_blkl;
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
5404
u16 rel_num, prod_ver, mod_len, cap, offset;
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
5446
u16 etk_id_l, etk_id_h;
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
5476
u16 word, phy_ver;
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
55
u16 *san_mac_offset);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
56
static s32 ixgbe_read_eeprom_buffer_bit_bang(struct ixgbe_hw *hw, u16 offset,
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
57
u16 words, u16 *data);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
58
static s32 ixgbe_write_eeprom_buffer_bit_bang(struct ixgbe_hw *hw, u16 offset,
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
59
u16 words, u16 *data);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
61
u16 offset);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
651
u16 data;
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
652
u16 pba_ptr;
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
653
u16 offset;
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
654
u16 length;
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
760
u16 data;
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
796
s32 ixgbe_read_pba_raw(struct ixgbe_hw *hw, u16 *eeprom_buf,
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
797
u32 eeprom_buf_size, u16 max_pba_block_size,
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
801
u16 pba_block_size;
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
844
pba_block_size * sizeof(u16));
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
865
s32 ixgbe_write_pba_raw(struct ixgbe_hw *hw, u16 *eeprom_buf,
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
902
pba->pba_block[0] * sizeof(u16));
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
924
s32 ixgbe_get_pba_block_size(struct ixgbe_hw *hw, u16 *eeprom_buf,
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
925
u32 eeprom_buf_size, u16 *pba_block_size)
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
928
u16 pba_word[2];
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
929
u16 length;
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
986
u16 i;
usr/src/uts/common/io/ixgbe/core/ixgbe_common.h
149
s32 ixgbe_get_wwn_prefix_generic(struct ixgbe_hw *hw, u16 *wwnn_prefix,
usr/src/uts/common/io/ixgbe/core/ixgbe_common.h
150
u16 *wwpn_prefix);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.h
152
s32 ixgbe_get_fcoe_boot_status_generic(struct ixgbe_hw *hw, u16 *bs);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.h
155
s32 ixgbe_get_device_caps_generic(struct ixgbe_hw *hw, u16 *device_caps);
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
166
s32 ixgbe_fw_phy_activity(struct ixgbe_hw *, u16 activity,
usr/src/uts/common/io/ixgbe/core/ixgbe_common.h
45
u16 word[2];
usr/src/uts/common/io/ixgbe/core/ixgbe_common.h
46
u16 *pba_block;
usr/src/uts/common/io/ixgbe/core/ixgbe_common.h
51
u16 ixgbe_get_pcie_msix_count_generic(struct ixgbe_hw *hw);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.h
60
s32 ixgbe_read_pba_raw(struct ixgbe_hw *hw, u16 *eeprom_buf,
usr/src/uts/common/io/ixgbe/core/ixgbe_common.h
61
u32 eeprom_buf_size, u16 max_pba_block_size,
usr/src/uts/common/io/ixgbe/core/ixgbe_common.h
63
s32 ixgbe_write_pba_raw(struct ixgbe_hw *hw, u16 *eeprom_buf,
usr/src/uts/common/io/ixgbe/core/ixgbe_common.h
65
s32 ixgbe_get_pba_block_size(struct ixgbe_hw *hw, u16 *eeprom_buf,
usr/src/uts/common/io/ixgbe/core/ixgbe_common.h
66
u32 eeprom_buf_size, u16 *pba_block_size);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.h
69
void ixgbe_set_pci_config_data_generic(struct ixgbe_hw *hw, u16 link_status);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.h
78
s32 ixgbe_write_eeprom_generic(struct ixgbe_hw *hw, u16 offset, u16 data);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.h
79
s32 ixgbe_write_eeprom_buffer_bit_bang_generic(struct ixgbe_hw *hw, u16 offset,
usr/src/uts/common/io/ixgbe/core/ixgbe_common.h
80
u16 words, u16 *data);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.h
81
s32 ixgbe_read_eerd_generic(struct ixgbe_hw *hw, u16 offset, u16 *data);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.h
82
s32 ixgbe_read_eerd_buffer_generic(struct ixgbe_hw *hw, u16 offset,
usr/src/uts/common/io/ixgbe/core/ixgbe_common.h
83
u16 words, u16 *data);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.h
84
s32 ixgbe_write_eewr_generic(struct ixgbe_hw *hw, u16 offset, u16 data);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.h
85
s32 ixgbe_write_eewr_buffer_generic(struct ixgbe_hw *hw, u16 offset,
usr/src/uts/common/io/ixgbe/core/ixgbe_common.h
86
u16 words, u16 *data);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.h
87
s32 ixgbe_read_eeprom_bit_bang_generic(struct ixgbe_hw *hw, u16 offset,
usr/src/uts/common/io/ixgbe/core/ixgbe_common.h
88
u16 *data);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.h
89
s32 ixgbe_read_eeprom_buffer_bit_bang_generic(struct ixgbe_hw *hw, u16 offset,
usr/src/uts/common/io/ixgbe/core/ixgbe_common.h
90
u16 words, u16 *data);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.h
93
u16 *checksum_val);
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
100
u16 min_percent = 100;
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
106
u16 link_percentage = 0;
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
162
p->data_credits_refill = (u16)credit_refill;
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
188
(u16)credit_max;
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
191
p->data_credits_max = (u16)credit_max;
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
225
u16 *refill)
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
234
void ixgbe_dcb_unpack_max_cee(struct ixgbe_dcb_config *cfg, u16 *max)
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
462
u16 refill[IXGBE_DCB_MAX_TRAFFIC_CLASS] = { 0 };
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
463
u16 max[IXGBE_DCB_MAX_TRAFFIC_CLASS] = { 0 };
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
502
u16 refill[IXGBE_DCB_MAX_TRAFFIC_CLASS];
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
503
u16 max[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
543
u16 refill[IXGBE_DCB_MAX_TRAFFIC_CLASS];
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
544
u16 max[IXGBE_DCB_MAX_TRAFFIC_CLASS];
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
648
u16 refill[IXGBE_DCB_MAX_TRAFFIC_CLASS];
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
649
u16 max[IXGBE_DCB_MAX_TRAFFIC_CLASS];
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
712
s32 ixgbe_dcb_hw_config(struct ixgbe_hw *hw, u16 *refill, u16 *max,
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
75
refill[i] = (u16)val;
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.h
105
u16 desc_credits_max; /* For Tx Descriptor arbitration */
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
165
void ixgbe_dcb_unpack_refill_cee(struct ixgbe_dcb_config *, int, u16 *);
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.h
166
void ixgbe_dcb_unpack_max_cee(struct ixgbe_dcb_config *, u16 *);
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
87
u16 data_credits_refill; /* Credit refill amount in 64B granularity */
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.h
88
u16 data_credits_max; /* Max credits for a configured packet buffer
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82598.c
112
s32 ixgbe_dcb_config_rx_arbiter_82598(struct ixgbe_hw *hw, u16 *refill,
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
171
u16 *refill, u16 *max, u8 *bwg_id,
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
351
u16 *refill, u16 *max, u8 *bwg_id,
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82598.h
92
s32 ixgbe_dcb_config_tx_desc_arbiter_82598(struct ixgbe_hw *, u16 *, u16 *,
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82598.h
94
s32 ixgbe_dcb_config_tx_data_arbiter_82598(struct ixgbe_hw *, u16 *, u16 *,
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
121
s32 ixgbe_dcb_config_rx_arbiter_82599(struct ixgbe_hw *hw, u16 *refill,
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
183
s32 ixgbe_dcb_config_tx_desc_arbiter_82599(struct ixgbe_hw *hw, u16 *refill,
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
232
s32 ixgbe_dcb_config_tx_data_arbiter_82599(struct ixgbe_hw *hw, u16 *refill,
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
597
u16 *refill, u16 *max, u8 *bwg_id, u8 *tsa,
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82599.h
141
s32 ixgbe_dcb_config_tx_desc_arbiter_82599(struct ixgbe_hw *, u16 *, u16 *,
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82599.h
143
s32 ixgbe_dcb_config_tx_data_arbiter_82599(struct ixgbe_hw *, u16 *, u16 *,
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
152
s32 ixgbe_dcb_hw_config_82599(struct ixgbe_hw *, int, u16 *, u16 *, u8 *,
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
1046
u16 cap = IXGBE_LE16_TO_CPU(cap_resp[i].cap);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
1086
s32 ixgbe_aci_list_caps(struct ixgbe_hw *hw, void *buf, u16 buf_size,
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
111
void *buf, u16 buf_size)
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
118
u16 opcode = 0;
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
1244
u16 pcaps_size = sizeof(*pcaps);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
159
tmp_buf_size = (buf_size & (u16)(~0x03)) + 4;
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
1661
s32 ixgbe_configure_lse(struct ixgbe_hw *hw, bool activate, u16 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
1725
u8 node_part_number, u16 *node_handle)
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
1729
u16 rec_node_handle;
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
1826
u16 bus_addr, __le16 addr, u8 params, u8 *data)
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
2111
s32 ixgbe_aci_read_nvm(struct ixgbe_hw *hw, u16 module_typeid, u32 offset,
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
2112
u16 length, void *data, bool last_command,
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
2148
s32 ixgbe_aci_erase_nvm(struct ixgbe_hw *hw, u16 module_typeid)
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
2189
s32 ixgbe_aci_update_nvm(struct ixgbe_hw *hw, u16 module_typeid,
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
2190
u32 offset, u16 length, void *data,
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
2234
u16 field_id, void *data, u16 buf_size,
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
2235
u16 *elem_count)
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
2269
void *data, u16 buf_size, u16 elem_count)
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
2378
s32 ixgbe_nvm_write_activate(struct ixgbe_hw *hw, u16 cmd_flags,
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
2413
u16 module)
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
2520
u32 offset, u16 *data)
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
2526
offset * sizeof(u16),
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
2528
sizeof(u16));
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
2549
u32 offset, u16 *data)
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
2555
offset * sizeof(u16),
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
2557
sizeof(u16));
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
2580
u16 hdr_len_l, hdr_len_h;
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
2617
u32 offset, u16 *data)
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
2647
u16 valid;
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
2666
u16 minsrev_l = IXGBE_LE16_TO_CPU(data.nvm_minsrev_l);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
2667
u16 minsrev_h = IXGBE_LE16_TO_CPU(data.nvm_minsrev_h);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
2675
u16 minsrev_l = IXGBE_LE16_TO_CPU(data.orom_minsrev_l);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
2676
u16 minsrev_h = IXGBE_LE16_TO_CPU(data.orom_minsrev_h);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
2761
u16 srev_l, srev_h;
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
2792
u16 eetrack_lo, eetrack_hi, ver;
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
2869
u16 module_id, length, node_count, i;
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
2870
u16 *id_blk;
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
2900
id_blk = (u16 *)ixgbe_calloc(hw, IXGBE_NETLIST_ID_BLK_SIZE,
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
2907
IXGBE_NETLIST_ID_BLK_OFFSET(node_count) * sizeof(u16),
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
2909
IXGBE_NETLIST_ID_BLK_SIZE * sizeof(u16));
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
295
void *buf, u16 buf_size)
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
2968
static s32 ixgbe_read_sr_pointer(struct ixgbe_hw *hw, u16 offset, u32 *pointer)
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
2971
u16 value;
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
3001
static s32 ixgbe_read_sr_area_size(struct ixgbe_hw *hw, u16 offset, u32 *size)
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
3004
u16 value;
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
302
u16 opcode;
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
3076
u16 ctrl_word;
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
3268
s32 ixgbe_read_sr_word_aci(struct ixgbe_hw *hw, u16 offset, u16 *data)
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
3270
u32 bytes = sizeof(u16);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
3274
status = ixgbe_read_flat_nvm(hw, offset * sizeof(u16), &bytes,
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
3295
s32 ixgbe_read_sr_buf_aci(struct ixgbe_hw *hw, u16 offset, u16 *words,
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
3296
u16 *data)
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
3364
offset, (u16)read_size,
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
3394
u16 words)
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
3428
s32 ixgbe_write_sr_word_aci(struct ixgbe_hw *hw, u32 offset, const u16 *data)
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
3455
s32 ixgbe_write_sr_buf_aci(struct ixgbe_hw *hw, u32 offset, u16 words,
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
3456
const u16 *data)
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
3463
vmem = ixgbe_calloc(hw, words, sizeof(u16));
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
3480
ixgbe_free(hw, vmem, words * sizeof(u16));
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
3634
s32 ixgbe_aci_get_internal_data(struct ixgbe_hw *hw, u16 cluster_id,
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
3635
u16 table_id, u32 start, void *buf,
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
3636
u16 buf_size, u16 *ret_buf_size,
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
3637
u16 *ret_next_cluster, u16 *ret_next_table,
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
3685
u16 i;
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
405
e->msg_len = MIN_T(u16, IXGBE_LE16_TO_CPU(desc.datalen), e->buf_len);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
428
void ixgbe_fill_dflt_direct_cmd_desc(struct ixgbe_aci_desc *desc, u16 opcode)
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
4430
size_t limited_len = min(len, (u16)IXGBE_DRV_VER_STR_LEN_E610);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
4503
u16 eee_cap = 0;
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
486
u16 len;
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
4885
u16 *firmware_version)
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
4902
memcpy(firmware_version, pcaps.phy_fw_ver, sizeof(u16));
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
5116
s32 ixgbe_read_ee_aci_E610(struct ixgbe_hw *hw, u16 offset, u16 *data)
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
5150
s32 ixgbe_read_ee_aci_buffer_E610(struct ixgbe_hw *hw, u16 offset,
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
5151
u16 words, u16 *data)
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
5184
s32 ixgbe_write_ee_aci_E610(struct ixgbe_hw *hw, u16 offset, u16 data)
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
5218
s32 ixgbe_write_ee_aci_buffer_E610(struct ixgbe_hw *hw, u16 offset,
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
5219
u16 words, u16 *data)
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
5256
u16 pcie_alt_module = 0;
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
5257
u16 checksum_local = 0;
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
5258
u16 checksum = 0;
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
5259
u16 vpd_module;
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
5262
u16 *data;
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
5263
u16 i;
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
5271
vmem = ixgbe_calloc(hw, IXGBE_SR_SECTOR_SIZE_IN_WORDS, sizeof(u16));
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
5274
data = (u16 *)vmem;
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
5297
u16 words = IXGBE_SR_SECTOR_SIZE_IN_WORDS;
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
5319
checksum = (u16)IXGBE_SR_SW_CHECKSUM_BASE - checksum_local;
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
5324
ixgbe_free(hw, vmem, IXGBE_SR_SECTOR_SIZE_IN_WORDS * sizeof(u16));
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
5382
s32 ixgbe_validate_eeprom_checksum_E610(struct ixgbe_hw *hw, u16 *checksum_val)
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
5398
u16 tmp_checksum;
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
5427
static s32 ixgbe_get_pfa_module_tlv(struct ixgbe_hw *hw, u16 *module_tlv,
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
5428
u16 *module_tlv_len, u16 module_type)
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
5430
u16 pfa_len, pfa_ptr, pfa_end_ptr;
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
5431
u16 next_tlv;
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
5448
u16 tlv_sub_module_type, tlv_len;
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
5491
u16 pba_tlv, pba_tlv_len;
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
5492
u16 pba_word, pba_size;
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
5494
u16 i;
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
692
u16 cap = IXGBE_LE16_TO_CPU(elem->cap);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
74
static bool ixgbe_should_retry_aci_send_cmd_execute(u16 opcode)
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
930
u16 cap = IXGBE_LE16_TO_CPU(cap_resp[i].cap);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.h
111
s32 ixgbe_aci_read_nvm(struct ixgbe_hw *hw, u16 module_typeid, u32 offset,
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.h
112
u16 length, void *data, bool last_command,
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.h
115
s32 ixgbe_aci_erase_nvm(struct ixgbe_hw *hw, u16 module_typeid);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.h
116
s32 ixgbe_aci_update_nvm(struct ixgbe_hw *hw, u16 module_typeid,
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.h
117
u32 offset, u16 length, void *data,
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.h
121
u16 field_id, void *data, u16 buf_size,
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.h
122
u16 *elem_count);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.h
124
void *data, u16 buf_size, u16 elem_count);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.h
129
s32 ixgbe_nvm_write_activate(struct ixgbe_hw *hw, u16 cmd_flags,
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.h
144
s32 ixgbe_read_sr_word_aci(struct ixgbe_hw *hw, u16 offset, u16 *data);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.h
145
s32 ixgbe_read_sr_buf_aci(struct ixgbe_hw *hw, u16 offset, u16 *words, u16 *data);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.h
149
s32 ixgbe_write_sr_word_aci(struct ixgbe_hw *hw, u32 offset, const u16 *data);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.h
150
s32 ixgbe_write_sr_buf_aci(struct ixgbe_hw *hw, u32 offset, u16 words, const u16 *data);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.h
160
s32 ixgbe_aci_get_internal_data(struct ixgbe_hw *hw, u16 cluster_id,
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.h
161
u16 table_id, u32 start, void *buf,
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.h
162
u16 buf_size, u16 *ret_buf_size,
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.h
163
u16 *ret_next_cluster, u16 *ret_next_table,
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
202
u16 *firmware_version);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.h
213
s32 ixgbe_read_ee_aci_E610(struct ixgbe_hw *hw, u16 offset, u16 *data);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.h
214
s32 ixgbe_read_ee_aci_buffer_E610(struct ixgbe_hw *hw, u16 offset,
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.h
215
u16 words, u16 *data);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.h
216
s32 ixgbe_write_ee_aci_E610(struct ixgbe_hw *hw, u16 offset, u16 data);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.h
217
s32 ixgbe_write_ee_aci_buffer_E610(struct ixgbe_hw *hw, u16 offset,
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.h
218
u16 words, u16 *data);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.h
221
s32 ixgbe_validate_eeprom_checksum_E610(struct ixgbe_hw *hw, u16 *checksum_val);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.h
43
void *buf, u16 buf_size);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.h
48
void ixgbe_fill_dflt_direct_cmd_desc(struct ixgbe_aci_desc *desc, u16 opcode);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.h
57
s32 ixgbe_aci_list_caps(struct ixgbe_hw *hw, void *buf, u16 buf_size,
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
79
s32 ixgbe_configure_lse(struct ixgbe_hw *hw, bool activate, 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
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_mbx.c
1020
static s32 ixgbe_read_mbx_pf_legacy(struct ixgbe_hw *hw, u32 *msg, u16 size,
usr/src/uts/common/io/ixgbe/core/ixgbe_mbx.c
1021
u16 vf_id)
usr/src/uts/common/io/ixgbe/core/ixgbe_mbx.c
1024
u16 i;
usr/src/uts/common/io/ixgbe/core/ixgbe_mbx.c
1057
static s32 ixgbe_read_mbx_pf(struct ixgbe_hw *hw, u32 *msg, u16 size,
usr/src/uts/common/io/ixgbe/core/ixgbe_mbx.c
1058
u16 vf_id)
usr/src/uts/common/io/ixgbe/core/ixgbe_mbx.c
1062
u16 i;
usr/src/uts/common/io/ixgbe/core/ixgbe_mbx.c
1095
static s32 ixgbe_clear_mbx_pf(struct ixgbe_hw *hw, u16 vf_id)
usr/src/uts/common/io/ixgbe/core/ixgbe_mbx.c
1097
u16 mbx_size = hw->mbx.size;
usr/src/uts/common/io/ixgbe/core/ixgbe_mbx.c
1098
u16 i;
usr/src/uts/common/io/ixgbe/core/ixgbe_mbx.c
1117
void ixgbe_init_mbx_params_pf_id(struct ixgbe_hw *hw, u16 vf_id)
usr/src/uts/common/io/ixgbe/core/ixgbe_mbx.c
1140
u16 i;
usr/src/uts/common/io/ixgbe/core/ixgbe_mbx.c
1181
void ixgbe_upgrade_mbx_params_pf(struct ixgbe_hw *hw, u16 vf_id)
usr/src/uts/common/io/ixgbe/core/ixgbe_mbx.c
119
s32 ixgbe_write_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id)
usr/src/uts/common/io/ixgbe/core/ixgbe_mbx.c
152
s32 ixgbe_check_for_msg(struct ixgbe_hw *hw, u16 mbx_id)
usr/src/uts/common/io/ixgbe/core/ixgbe_mbx.c
172
s32 ixgbe_check_for_ack(struct ixgbe_hw *hw, u16 mbx_id)
usr/src/uts/common/io/ixgbe/core/ixgbe_mbx.c
192
s32 ixgbe_check_for_rst(struct ixgbe_hw *hw, u16 mbx_id)
usr/src/uts/common/io/ixgbe/core/ixgbe_mbx.c
212
s32 ixgbe_clear_mbx(struct ixgbe_hw *hw, u16 mbx_id)
usr/src/uts/common/io/ixgbe/core/ixgbe_mbx.c
232
static s32 ixgbe_poll_for_msg(struct ixgbe_hw *hw, u16 mbx_id)
usr/src/uts/common/io/ixgbe/core/ixgbe_mbx.c
265
static s32 ixgbe_poll_for_ack(struct ixgbe_hw *hw, u16 mbx_id)
usr/src/uts/common/io/ixgbe/core/ixgbe_mbx.c
364
static s32 ixgbe_check_for_msg_vf(struct ixgbe_hw *hw, u16 mbx_id)
usr/src/uts/common/io/ixgbe/core/ixgbe_mbx.c
38
static s32 ixgbe_poll_for_msg(struct ixgbe_hw *hw, u16 mbx_id);
usr/src/uts/common/io/ixgbe/core/ixgbe_mbx.c
382
static s32 ixgbe_check_for_ack_vf(struct ixgbe_hw *hw, u16 mbx_id)
usr/src/uts/common/io/ixgbe/core/ixgbe_mbx.c
39
static s32 ixgbe_poll_for_ack(struct ixgbe_hw *hw, u16 mbx_id);
usr/src/uts/common/io/ixgbe/core/ixgbe_mbx.c
403
static s32 ixgbe_check_for_rst_vf(struct ixgbe_hw *hw, u16 mbx_id)
usr/src/uts/common/io/ixgbe/core/ixgbe_mbx.c
466
static void ixgbe_release_mbx_lock_dummy(struct ixgbe_hw *hw, u16 mbx_id)
usr/src/uts/common/io/ixgbe/core/ixgbe_mbx.c
478
static void ixgbe_release_mbx_lock_vf(struct ixgbe_hw *hw, u16 mbx_id)
usr/src/uts/common/io/ixgbe/core/ixgbe_mbx.c
50
s32 ixgbe_read_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id)
usr/src/uts/common/io/ixgbe/core/ixgbe_mbx.c
501
static s32 ixgbe_write_mbx_vf_legacy(struct ixgbe_hw *hw, u32 *msg, u16 size,
usr/src/uts/common/io/ixgbe/core/ixgbe_mbx.c
502
u16 mbx_id)
usr/src/uts/common/io/ixgbe/core/ixgbe_mbx.c
505
u16 i;
usr/src/uts/common/io/ixgbe/core/ixgbe_mbx.c
543
static s32 ixgbe_write_mbx_vf(struct ixgbe_hw *hw, u32 *msg, u16 size,
usr/src/uts/common/io/ixgbe/core/ixgbe_mbx.c
544
u16 mbx_id)
usr/src/uts/common/io/ixgbe/core/ixgbe_mbx.c
548
u16 i;
usr/src/uts/common/io/ixgbe/core/ixgbe_mbx.c
593
static s32 ixgbe_read_mbx_vf_legacy(struct ixgbe_hw *hw, u32 *msg, u16 size,
usr/src/uts/common/io/ixgbe/core/ixgbe_mbx.c
594
u16 mbx_id)
usr/src/uts/common/io/ixgbe/core/ixgbe_mbx.c
597
u16 i;
usr/src/uts/common/io/ixgbe/core/ixgbe_mbx.c
629
static s32 ixgbe_read_mbx_vf(struct ixgbe_hw *hw, u32 *msg, u16 size,
usr/src/uts/common/io/ixgbe/core/ixgbe_mbx.c
630
u16 mbx_id)
usr/src/uts/common/io/ixgbe/core/ixgbe_mbx.c
634
u16 i;
usr/src/uts/common/io/ixgbe/core/ixgbe_mbx.c
724
static void ixgbe_clear_msg_pf(struct ixgbe_hw *hw, u16 vf_id)
usr/src/uts/common/io/ixgbe/core/ixgbe_mbx.c
739
static void ixgbe_clear_ack_pf(struct ixgbe_hw *hw, u16 vf_id)
usr/src/uts/common/io/ixgbe/core/ixgbe_mbx.c
772
static s32 ixgbe_check_for_msg_pf(struct ixgbe_hw *hw, u16 vf_id)
usr/src/uts/common/io/ixgbe/core/ixgbe_mbx.c
79
s32 ixgbe_poll_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id)
usr/src/uts/common/io/ixgbe/core/ixgbe_mbx.c
793
static s32 ixgbe_check_for_ack_pf(struct ixgbe_hw *hw, u16 vf_id)
usr/src/uts/common/io/ixgbe/core/ixgbe_mbx.c
818
static s32 ixgbe_check_for_rst_pf(struct ixgbe_hw *hw, u16 vf_id)
usr/src/uts/common/io/ixgbe/core/ixgbe_mbx.c
857
static s32 ixgbe_obtain_mbx_lock_pf(struct ixgbe_hw *hw, u16 vf_id)
usr/src/uts/common/io/ixgbe/core/ixgbe_mbx.c
906
static void ixgbe_release_mbx_lock_pf(struct ixgbe_hw *hw, u16 vf_id)
usr/src/uts/common/io/ixgbe/core/ixgbe_mbx.c
927
static s32 ixgbe_write_mbx_pf_legacy(struct ixgbe_hw *hw, u32 *msg, u16 size,
usr/src/uts/common/io/ixgbe/core/ixgbe_mbx.c
928
u16 vf_id)
usr/src/uts/common/io/ixgbe/core/ixgbe_mbx.c
931
u16 i;
usr/src/uts/common/io/ixgbe/core/ixgbe_mbx.c
968
static s32 ixgbe_write_mbx_pf(struct ixgbe_hw *hw, u32 *msg, u16 size,
usr/src/uts/common/io/ixgbe/core/ixgbe_mbx.c
969
u16 vf_id)
usr/src/uts/common/io/ixgbe/core/ixgbe_mbx.c
973
u16 i;
usr/src/uts/common/io/ixgbe/core/ixgbe_mbx.h
192
s32 ixgbe_read_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id);
usr/src/uts/common/io/ixgbe/core/ixgbe_mbx.h
193
s32 ixgbe_poll_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id);
usr/src/uts/common/io/ixgbe/core/ixgbe_mbx.h
194
s32 ixgbe_write_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id);
usr/src/uts/common/io/ixgbe/core/ixgbe_mbx.h
195
s32 ixgbe_check_for_msg(struct ixgbe_hw *hw, u16 mbx_id);
usr/src/uts/common/io/ixgbe/core/ixgbe_mbx.h
196
s32 ixgbe_check_for_ack(struct ixgbe_hw *hw, u16 mbx_id);
usr/src/uts/common/io/ixgbe/core/ixgbe_mbx.h
197
s32 ixgbe_check_for_rst(struct ixgbe_hw *hw, u16 mbx_id);
usr/src/uts/common/io/ixgbe/core/ixgbe_mbx.h
198
s32 ixgbe_clear_mbx(struct ixgbe_hw *hw, u16 vf_number);
usr/src/uts/common/io/ixgbe/core/ixgbe_mbx.h
202
void ixgbe_init_mbx_params_pf_id(struct ixgbe_hw *hw, u16 vf_id);
usr/src/uts/common/io/ixgbe/core/ixgbe_mbx.h
203
void ixgbe_upgrade_mbx_params_pf(struct ixgbe_hw *hw, u16 vf_id);
usr/src/uts/common/io/ixgbe/core/ixgbe_mbx.h
42
void (*release)(struct ixgbe_hw *hw, u16 mbx_id);
usr/src/uts/common/io/ixgbe/core/ixgbe_mbx.h
43
s32 (*read)(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id);
usr/src/uts/common/io/ixgbe/core/ixgbe_mbx.h
44
s32 (*write)(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id);
usr/src/uts/common/io/ixgbe/core/ixgbe_mbx.h
45
s32 (*check_for_msg)(struct ixgbe_hw *hw, u16 vf_number);
usr/src/uts/common/io/ixgbe/core/ixgbe_mbx.h
46
s32 (*check_for_ack)(struct ixgbe_hw *hw, u16 vf_number);
usr/src/uts/common/io/ixgbe/core/ixgbe_mbx.h
47
s32 (*check_for_rst)(struct ixgbe_hw *hw, u16 vf_number);
usr/src/uts/common/io/ixgbe/core/ixgbe_mbx.h
48
s32 (*clear)(struct ixgbe_hw *hw, u16 vf_number);
usr/src/uts/common/io/ixgbe/core/ixgbe_mbx.h
71
u16 size;
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
1000
u16 phy_speed = 0;
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
1001
u16 phy_data = 0;
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
1044
u16 autoneg_reg = IXGBE_MII_AUTONEG_REG;
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
110
u16 *val, bool lock)
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
1107
u16 *firmware_version)
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
1126
u16 *firmware_version)
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
1145
u16 phy_offset, control, eword, edata, block_crc;
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
1147
u16 list_offset, data_offset;
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
1148
u16 phy_data = 0;
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
1302
u16 enforce_sfp = 0;
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
1663
u16 enforce_sfp = 0;
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
1854
u16 *list_offset,
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
1855
u16 *data_offset)
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
1857
u16 sfp_id;
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
1858
u16 sfp_type = hw->phy.sfp_type;
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
187
u16 val, bool lock)
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
2667
u16 phy_data = 0;
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
2695
u16 reg;
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
286
static bool ixgbe_probe_phy(struct ixgbe_hw *hw, u16 phy_addr)
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
288
u16 ext_ability = 0;
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
324
u16 phy_addr;
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
402
u16 phy_id = 0;
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
427
u16 phy_id_high = 0;
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
428
u16 phy_id_low = 0;
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
497
u16 ctrl = 0;
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
575
u16 autoneg_reg;
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
598
u16 *phy_data)
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
666
*phy_data = (u16)(data);
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
680
u32 device_type, u16 *phy_data)
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
706
u32 device_type, u16 phy_data)
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
780
u32 device_type, u16 phy_data)
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
807
u16 autoneg_reg = IXGBE_MII_AUTONEG_REG;
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
93
u16 sum = add1 + add2;
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
931
u16 speed_ability;
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
999
u16 phy_link = 0;
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.h
167
u16 *phy_data);
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.h
169
u16 phy_data);
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.h
171
u32 device_type, u16 *phy_data);
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.h
173
u32 device_type, u16 phy_data);
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.h
189
u16 *firmware_version);
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.h
191
u16 *firmware_version);
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.h
200
u16 *list_offset,
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.h
201
u16 *data_offset);
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
217
u16 *val, bool lock);
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_phy.h
219
u16 val, bool lock);
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3038
#define __le16 u16
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3049
#define __be16 u16
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3288
u16 pad2; /* end spacing to ensure length is mult. of dword2 */
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3305
u16 length;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3306
u16 pad2;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3307
u16 data;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3308
u16 pad3;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3314
u16 length;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3315
u16 pad2;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3316
u16 data;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3317
u16 pad3;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3324
u16 pad3;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3331
u16 pad;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3339
u16 rsv1;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3341
u16 pad;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
381
u16 nvm_minor;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
387
u16 oem_release;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
391
u16 or_build;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3916
u16 func;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3918
u16 instance_id;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3925
u16 pause_time; /* Flow Control Pause timer */
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
395
u16 phy_fw_min;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
400
u16 oem_specific;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
4024
s32 (*read)(struct ixgbe_hw *, u16, u16 *);
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
4025
s32 (*read_buffer)(struct ixgbe_hw *, u16, u16, u16 *);
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
4026
s32 (*write)(struct ixgbe_hw *, u16, u16);
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
4027
s32 (*write_buffer)(struct ixgbe_hw *, u16, u16, u16 *);
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
4028
s32 (*validate_checksum)(struct ixgbe_hw *, u16 *);
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
4045
s32 (*get_device_caps)(struct ixgbe_hw *, u16 *);
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
4046
s32 (*get_wwn_prefix)(struct ixgbe_hw *, u16 *, u16 *);
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
4047
s32 (*get_fcoe_boot_status)(struct ixgbe_hw *, u16 *);
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
4110
s32 (*set_rlpml)(struct ixgbe_hw *, u16);
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
4154
s32 (*read_reg)(struct ixgbe_hw *, u32, u32, u16 *);
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
4155
s32 (*write_reg)(struct ixgbe_hw *, u32, u32, u16);
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
4156
s32 (*read_reg_mdi)(struct ixgbe_hw *, u32, u32, u16 *);
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
4157
s32 (*write_reg_mdi)(struct ixgbe_hw *, u32, u32, u16);
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
4162
s32 (*get_firmware_version)(struct ixgbe_hw *, u16 *);
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
4182
u16 *val);
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
4185
u16 val);
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
4200
u16 word_size;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
4201
u16 address_bits;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
4202
u16 word_page_size;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
4203
u16 ctrl_word_3;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
4214
u16 wwnn_prefix;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
4216
u16 wwpn_prefix;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
4231
u16 max_msix_vectors;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
4284
u16 device_id;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
4285
u16 vendor_id;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
4286
u16 subsystem_device_id;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
4287
u16 subsystem_vendor_id;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
787
u16 watchdog_timer; /* usec units */
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1859
u16 module_id;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1878
u16 options;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1884
u16 data_size;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1890
u16 size;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1891
u16 head;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
1892
u16 tail;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
2023
u16 max_frame_size;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
2024
u16 link_speed;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
2025
u16 req_speeds;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
2177
u16 msg_len;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
2178
u16 buf_len;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
2208
u16 build; /* Build version of OROM */
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
2227
u16 cust_ver; /* customer version */
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
2258
u16 sr_words; /* Shadow RAM size in words */
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
85
#define HI_WORD(x) ((u16)(((x) >> 16) & 0xFFFF))
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
86
#define LO_WORD(x) ((u16)((x) & 0xFFFF))
usr/src/uts/common/io/ixgbe/core/ixgbe_vf.c
255
u16 i;
usr/src/uts/common/io/ixgbe/core/ixgbe_vf.c
307
vector = ((mc_addr[4] >> 4) | (((u16)mc_addr[5]) << 4));
usr/src/uts/common/io/ixgbe/core/ixgbe_vf.c
310
vector = ((mc_addr[4] >> 3) | (((u16)mc_addr[5]) << 5));
usr/src/uts/common/io/ixgbe/core/ixgbe_vf.c
313
vector = ((mc_addr[4] >> 2) | (((u16)mc_addr[5]) << 6));
usr/src/uts/common/io/ixgbe/core/ixgbe_vf.c
316
vector = ((mc_addr[4]) | (((u16)mc_addr[5]) << 8));
usr/src/uts/common/io/ixgbe/core/ixgbe_vf.c
330
u32 *retmsg, u16 size)
usr/src/uts/common/io/ixgbe/core/ixgbe_vf.c
388
u16 *vector_list = (u16 *)&msgbuf[1];
usr/src/uts/common/io/ixgbe/core/ixgbe_vf.c
415
vector_list[i] = (u16)vector;
usr/src/uts/common/io/ixgbe/core/ixgbe_vf.c
53
u16 i;
usr/src/uts/common/io/ixgbe/core/ixgbe_vf.c
713
s32 ixgbevf_rlpml_set_vf(struct ixgbe_hw *hw, u16 max_size)
usr/src/uts/common/io/ixgbe/core/ixgbe_vf.h
140
s32 ixgbevf_rlpml_set_vf(struct ixgbe_hw *hw, u16 max_size);
usr/src/uts/common/io/ixgbe/core/ixgbe_x540.c
342
u16 ext_ability = 0;
usr/src/uts/common/io/ixgbe/core/ixgbe_x540.c
369
u16 eeprom_size;
usr/src/uts/common/io/ixgbe/core/ixgbe_x540.c
378
eeprom_size = (u16)((eec & IXGBE_EEC_SIZE) >>
usr/src/uts/common/io/ixgbe/core/ixgbe_x540.c
398
s32 ixgbe_read_eerd_X540(struct ixgbe_hw *hw, u16 offset, u16 *data)
usr/src/uts/common/io/ixgbe/core/ixgbe_x540.c
424
u16 offset, u16 words, u16 *data)
usr/src/uts/common/io/ixgbe/core/ixgbe_x540.c
449
s32 ixgbe_write_eewr_X540(struct ixgbe_hw *hw, u16 offset, u16 data)
usr/src/uts/common/io/ixgbe/core/ixgbe_x540.c
475
u16 offset, u16 words, u16 *data)
usr/src/uts/common/io/ixgbe/core/ixgbe_x540.c
504
u16 i, j;
usr/src/uts/common/io/ixgbe/core/ixgbe_x540.c
505
u16 checksum = 0;
usr/src/uts/common/io/ixgbe/core/ixgbe_x540.c
506
u16 length = 0;
usr/src/uts/common/io/ixgbe/core/ixgbe_x540.c
507
u16 pointer = 0;
usr/src/uts/common/io/ixgbe/core/ixgbe_x540.c
508
u16 word = 0;
usr/src/uts/common/io/ixgbe/core/ixgbe_x540.c
509
u16 ptr_start = IXGBE_PCIE_ANALOG_PTR;
usr/src/uts/common/io/ixgbe/core/ixgbe_x540.c
565
checksum = (u16)IXGBE_EEPROM_SUM - checksum;
usr/src/uts/common/io/ixgbe/core/ixgbe_x540.c
579
u16 *checksum_val)
usr/src/uts/common/io/ixgbe/core/ixgbe_x540.c
582
u16 checksum;
usr/src/uts/common/io/ixgbe/core/ixgbe_x540.c
583
u16 read_checksum = 0;
usr/src/uts/common/io/ixgbe/core/ixgbe_x540.c
604
checksum = (u16)(status & 0xffff);
usr/src/uts/common/io/ixgbe/core/ixgbe_x540.c
644
u16 checksum;
usr/src/uts/common/io/ixgbe/core/ixgbe_x540.c
65
u16 i;
usr/src/uts/common/io/ixgbe/core/ixgbe_x540.c
665
checksum = (u16)(status & 0xffff);
usr/src/uts/common/io/ixgbe/core/ixgbe_x540.h
50
s32 ixgbe_read_eerd_X540(struct ixgbe_hw *hw, u16 offset, u16 *data);
usr/src/uts/common/io/ixgbe/core/ixgbe_x540.h
51
s32 ixgbe_read_eerd_buffer_X540(struct ixgbe_hw *hw, u16 offset, u16 words,
usr/src/uts/common/io/ixgbe/core/ixgbe_x540.h
52
u16 *data);
usr/src/uts/common/io/ixgbe/core/ixgbe_x540.h
53
s32 ixgbe_write_eewr_X540(struct ixgbe_hw *hw, u16 offset, u16 data);
usr/src/uts/common/io/ixgbe/core/ixgbe_x540.h
54
s32 ixgbe_write_eewr_buffer_X540(struct ixgbe_hw *hw, u16 offset, u16 words,
usr/src/uts/common/io/ixgbe/core/ixgbe_x540.h
55
u16 *data);
usr/src/uts/common/io/ixgbe/core/ixgbe_x540.h
57
s32 ixgbe_validate_eeprom_checksum_X540(struct ixgbe_hw *hw, u16 *checksum_val);
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
1016
u16 eeprom_size;
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
1025
eeprom_size = (u16)((eec & IXGBE_EEC_SIZE) >>
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
113
static s32 ixgbe_read_cs4227(struct ixgbe_hw *hw, u16 reg, u16 *value)
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
126
static s32 ixgbe_write_cs4227(struct ixgbe_hw *hw, u16 reg, u16 value)
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
180
u16 value;
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
1903
u16 reg;
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
1990
u16 reg;
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
2503
u16 reg;
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
253
u16 value = 0;
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
2568
u16 reg_slice, reg_val;
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
2662
u16 reg_phy_ext;
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
2893
u16 autoneg_status;
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
2932
u16 speed;
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
3060
s32 ixgbe_read_ee_hostif_X550(struct ixgbe_hw *hw, u16 offset, u16 *data)
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
3075
buffer.length = IXGBE_CPU_TO_BE16(sizeof(u16));
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
3087
*data = (u16)IXGBE_READ_REG_ARRAY(hw, IXGBE_FLEX_MNG,
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
3105
u16 offset, u16 words, u16 *data)
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
3110
u16 words_to_read;
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
3154
data[current_word] = (u16)(value & 0xffff);
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
3159
data[current_word] = (u16)(value & 0xffff);
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
3179
s32 ixgbe_write_ee_hostif_data_X550(struct ixgbe_hw *hw, u16 offset,
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
3180
u16 data)
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
3193
buffer.length = IXGBE_CPU_TO_BE16(sizeof(u16));
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
3223
s32 ixgbe_write_ee_hostif_X550(struct ixgbe_hw *hw, u16 offset,
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
3224
u16 data)
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
3252
u16 offset, u16 words, u16 *data)
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
3293
static s32 ixgbe_checksum_ptr_x550(struct ixgbe_hw *hw, u16 ptr,
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
3294
u16 size, u16 *csum, u16 *buffer,
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
3297
u16 buf[256];
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
3299
u16 length, bufsz, i, start;
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
3300
u16 *local_buffer;
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
3362
s32 ixgbe_calc_checksum_X550(struct ixgbe_hw *hw, u16 *buffer, u32 buffer_size)
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
3364
u16 eeprom_ptrs[IXGBE_EEPROM_LAST_WORD + 1];
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
3365
u16 *local_buffer;
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
3367
u16 checksum = 0;
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
3368
u16 pointer, i, size;
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
3432
checksum = (u16)IXGBE_EEPROM_SUM - checksum;
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
3456
s32 ixgbe_validate_eeprom_checksum_X550(struct ixgbe_hw *hw, u16 *checksum_val)
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
3459
u16 checksum;
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
3460
u16 read_checksum = 0;
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
3478
checksum = (u16)(status & 0xffff);
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
3512
u16 checksum = 0;
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
3530
checksum = (u16)(status & 0xffff);
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
3576
u16 ext_ability = 0;
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
3716
u16 an_10g_cntl_reg, autoneg_reg, speed;
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
3823
u16 an_lp_status;
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
3825
u16 word = hw->eeprom.ctrl_word_3;
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
399
s32 ixgbe_fw_phy_activity(struct ixgbe_hw *hw, u16 activity,
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
406
u16 retries = FW_PHY_ACT_RETRIES;
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
408
u16 i;
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
4319
u32 device_type, u16 *phy_data)
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
4347
u32 device_type, u16 phy_data)
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
440
u16 fw_speed;
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
4461
u16 i, autoneg_status = 0;
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
4518
u16 phy_data;
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
4543
u16 phy_data;
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
460
u16 phy_speeds;
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
461
u16 phy_id_lo;
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
463
u16 i;
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
521
u32 device_type, u16 *phy_data)
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
528
u32 device_type, u16 phy_data)
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
544
u16 reg, u16 *val)
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
560
u16 reg, u16 *val)
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.c
706
u16 i;
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.h
101
u32 device_type, u16 *phy_data);
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.h
103
u32 device_type, u16 phy_data);
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.h
47
s32 ixgbe_calc_checksum_X550(struct ixgbe_hw *hw, u16 *buffer, u32 buffer_size);
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.h
48
s32 ixgbe_validate_eeprom_checksum_X550(struct ixgbe_hw *hw, u16 *checksum_val);
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.h
51
u16 offset, u16 words, u16 *data);
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.h
52
s32 ixgbe_write_ee_hostif_X550(struct ixgbe_hw *hw, u16 offset,
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.h
53
u16 data);
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.h
55
u16 offset, u16 words, u16 *data);
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.h
56
s32 ixgbe_read_ee_hostif_X550(struct ixgbe_hw *hw, u16 offset,
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.h
57
u16 *data);
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.h
58
s32 ixgbe_write_ee_hostif_data_X550(struct ixgbe_hw *hw, u16 offset,
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.h
59
u16 data);
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_osdep.h
155
#define __le16 u16
usr/src/uts/common/io/ixgbe/ixgbe_osdep.h
158
#define __be16 u16
usr/src/uts/common/io/mac/mac_ndd.c
193
uint16_t u16;
usr/src/uts/common/io/mac/mac_ndd.c
247
value = (uchar_t *)&u16;
usr/src/uts/common/io/mac/mac_ndd.c
275
new_value = u16;
usr/src/uts/common/io/mac/mac_ndd.c
335
uint16_t u16;
usr/src/uts/common/io/mac/mac_ndd.c
387
u16 = (uint16_t)new_value;
usr/src/uts/common/io/mac/mac_ndd.c
388
vp = (uchar_t *)&u16;
usr/src/uts/common/io/qede/579xx/drivers/ecore/bcm_osal.h
134
void qede_osal_pci_write16(struct ecore_hwfn *hwfn, u32 addr, u16 val);
usr/src/uts/common/io/qede/579xx/drivers/ecore/bcm_osal.h
430
void qede_osal_pci_read_config_word(struct ecore_dev *, u32, u16 *);
usr/src/uts/common/io/qede/579xx/drivers/ecore/bcm_osal.h
437
int qede_osal_pci_find_ext_capab(struct ecore_dev *, u16);
usr/src/uts/common/io/qede/579xx/drivers/ecore/bcm_osal.h
441
void qede_osal_pci_write_config_word(struct ecore_dev *, u32, u16);
usr/src/uts/common/io/qede/579xx/drivers/ecore/bcm_osal.h
445
int qede_osal_pci_find_capability(struct ecore_dev *, u16);
usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/snippets/ecore_int_sb_init.h
22
u16 sb_id);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore.h
302
u16 port;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore.h
464
u16 opaque_fid;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore.h
465
u16 ovlan;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore.h
471
u16 num_iscsi_conns;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore.h
472
u16 num_fcoe_conns;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore.h
485
u16 mtu;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore.h
528
u16 start_pq;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore.h
530
u16 pure_lb_pq;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore.h
531
u16 offload_pq;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore.h
532
u16 low_latency_pq;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore.h
533
u16 pure_ack_pq;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore.h
534
u16 ooo_pq;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore.h
535
u16 first_vf_pq;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore.h
536
u16 first_mcos_pq;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore.h
537
u16 first_rl_pq;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore.h
538
u16 num_pqs;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore.h
539
u16 num_vf_pqs;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore.h
663
u16 wid_count;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore.h
718
u16 vendor_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore.h
719
u16 device_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore.h
724
u16 chip_num;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore.h
728
u16 chip_rev;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore.h
757
u16 chip_metal;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore.h
761
u16 chip_bond_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore.h
788
u16 rx_coalesce_usecs;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore.h
789
u16 tx_coalesce_usecs;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore.h
883
int ecore_configure_vport_wfq(struct ecore_dev *p_dev, u16 vp_id, u32 rate);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore.h
908
u16 ecore_get_cm_pq_idx(struct ecore_hwfn *p_hwfn, u32 pq_flags);
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
910
u16 ecore_get_cm_pq_idx_vf(struct ecore_hwfn *p_hwfn, u16 vf);
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
915
u16 ecore_init_qm_get_num_vfs(struct ecore_hwfn *p_hwfn);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore.h
916
u16 ecore_init_qm_get_num_pf_rls(struct ecore_hwfn *p_hwfn);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore.h
917
u16 ecore_init_qm_get_num_vports(struct ecore_hwfn *p_hwfn);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore.h
918
u16 ecore_init_qm_get_num_pqs(struct ecore_hwfn *p_hwfn);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_chain.h
121
struct ecore_chain_pbl_u16 u16;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_chain.h
141
u16 elem_per_page;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_chain.h
142
u16 elem_per_page_mask;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_chain.h
143
u16 elem_size;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_chain.h
144
u16 next_page_mask;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_chain.h
145
u16 usable_per_page;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_chain.h
198
static OSAL_INLINE u16 ecore_chain_get_prod_idx(struct ecore_chain *p_chain)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_chain.h
212
static OSAL_INLINE u16 ecore_chain_get_cons_idx(struct ecore_chain *p_chain)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_chain.h
229
#define ECORE_U16_MAX ((u16)~0U)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_chain.h
232
static OSAL_INLINE u16 ecore_chain_get_elem_left(struct ecore_chain *p_chain)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_chain.h
234
u16 used;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_chain.h
238
used = (u16)(((u32)ECORE_U16_MAX + 1 +
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_chain.h
245
return (u16)(p_chain->capacity - used);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_chain.h
285
u16 ecore_chain_get_elem_per_page(struct ecore_chain *p_chain)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_chain.h
292
u16 ecore_chain_get_usable_per_page(struct ecore_chain *p_chain)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_chain.h
343
*(u16 *)idx_to_inc += (u16)p_chain->elem_unusable;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_chain.h
345
*(u32 *)idx_to_inc += (u16)p_chain->elem_unusable;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_chain.h
352
if (++(*(u16 *)page_to_inc) == p_chain->page_cnt)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_chain.h
353
*(u16 *)page_to_inc = 0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_chain.h
354
page_index = *(u16 *)page_to_inc;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_chain.h
401
p_chain->u.chain16.cons_idx += (u16)num;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_chain.h
445
p_prod_page_idx = &p_chain->pbl.c.u16.prod_page_idx;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_chain.h
521
p_cons_page_idx = &p_chain->pbl.c.u16.cons_page_idx;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_chain.h
575
p_chain->pbl.c.u16.prod_page_idx = (u16)reset_val;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_chain.h
576
p_chain->pbl.c.u16.cons_page_idx = (u16)reset_val;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_chain.h
76
u16 prod_page_idx;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_chain.h
767
p_chain->u.chain16.prod_idx = (u16)prod_idx;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_chain.h
77
u16 cons_page_idx;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_chain.h
93
u16 prod_idx;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_chain.h
94
u16 cons_idx;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
2417
u16 dword_offset,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
2418
u16 range,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
2697
u16 *modes_buf_offset)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
2886
u16 modes_buf_offset;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
3044
u16 modes_buf_offset;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
3230
u16 modes_buf_offset;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
3413
u16 modes_buf_offset;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
4138
u16 rule_id,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
4140
u16 fail_entry_id,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
4212
u16 modes_buf_offset;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
4257
u16 entry_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
4266
u16 num_reg_entries = 1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
4367
u16 modes_buf_offset;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
4946
u16 buf_size_kb)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
4990
u16 dest_addr_hi16,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
4991
u16 data_limit_size_kb,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
5335
u16 count_to_next)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
5402
u16 dword_offset, range = 0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
6367
u16 modes_buf_offset;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.h
131
u16 buf_size_kb);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.h
173
u16 dest_addr_hi16,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.h
174
u16 data_limit_size_kb,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.h
417
u16 count_to_next);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_values_user.h
796
static const u16 attn_idx[] = {
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx.c
101
static bool ecore_dcbx_default_tlv(u32 app_info_bitmap, u16 proto_id, bool ieee)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx.c
1033
u16 val;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx.c
113
static bool ecore_dcbx_iscsi_tlv(u32 app_info_bitmap, u16 proto_id, bool ieee)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx.c
126
static bool ecore_dcbx_fcoe_tlv(u32 app_info_bitmap, u16 proto_id, bool ieee)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx.c
138
static bool ecore_dcbx_roce_tlv(u32 app_info_bitmap, u16 proto_id, bool ieee)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx.c
150
static bool ecore_dcbx_roce_v2_tlv(u32 app_info_bitmap, u16 proto_id, bool ieee)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx.c
164
u16 proto_id, bool ieee)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx.c
294
u32 app_prio_bitmap, u16 id,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx.c
332
u16 protocol_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx.h
59
u16 iwarp_port;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx_api.h
118
u16 proto_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx_api.h
124
u16 num_app_entries;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
1117
u16 id, bool is_vf)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
1387
u16 num_pfs, pf_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
1455
ecore_fid_pretend(p_hwfn, p_ptt, (u16)concrete_fid);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
1778
p_hwfn->wid_count = (u16)n_cpus;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
1902
u16 ctrl;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
2766
p_hwfn->hw_info.opaque_fid = (u16) REG_RD(p_hwfn,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
282
u16 ecore_init_qm_get_num_vfs(struct ecore_hwfn *p_hwfn)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
289
u16 ecore_init_qm_get_num_pf_rls(struct ecore_hwfn *p_hwfn)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
291
u16 num_pf_rls, num_vfs = ecore_init_qm_get_num_vfs(p_hwfn);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
294
num_pf_rls = (u16)OSAL_MIN_T(u32, RESC_NUM(p_hwfn, ECORE_RL),
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
295
(u16)OSAL_MIN_T(u32, RESC_NUM(p_hwfn, ECORE_VPORT),
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
311
u16 ecore_init_qm_get_num_vports(struct ecore_hwfn *p_hwfn)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
321
u16 ecore_init_qm_get_num_pqs(struct ecore_hwfn *p_hwfn)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
342
qm_info->start_pq = (u16)RESC_START(p_hwfn, ECORE_PQ);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
3812
u16 device_id_mask;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
3836
p_dev->chip_num = (u16)ecore_rd(p_hwfn, p_hwfn->p_main_ptt,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
3838
p_dev->chip_rev = (u16)ecore_rd(p_hwfn, p_hwfn->p_main_ptt,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
3867
p_dev->chip_metal = (u16)ecore_rd(p_hwfn, p_hwfn->p_main_ptt,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
440
u16 pq_idx = qm_info->num_pqs, max_pq = ecore_init_qm_get_num_pqs(p_hwfn);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
4461
u16 src_id, u16 *dst_id)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
4464
u16 min, max;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
4466
min = (u16)RESC_START(p_hwfn, ECORE_L2_QUEUE);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
468
static u16 *ecore_init_qm_get_idx_from_flags(struct ecore_hwfn *p_hwfn,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
4735
u16 source_port_or_eth_type,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
4736
u16 dest_port,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
4892
u16 source_port_or_eth_type,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
4893
u16 dest_port,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
5022
u16 rx_coal, u16 tx_coal,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
505
u32 pq_flags, u16 pq_val)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
5063
u16 coalesce,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
507
u16 *base_pq_idx = ecore_init_qm_get_idx_from_flags(p_hwfn, pq_flags);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
5103
u16 coalesce,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
513
u16 ecore_get_cm_pq_idx(struct ecore_hwfn *p_hwfn, u32 pq_flags)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
515
u16 *base_pq_idx = ecore_init_qm_get_idx_from_flags(p_hwfn, pq_flags);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
5197
u16 vport_id, u32 req_rate,
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
5281
u16 vp_id, u32 rate)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
530
u16 ecore_get_cm_pq_idx_vf(struct ecore_hwfn *p_hwfn, u16 vf)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
5312
u16 i;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
532
u16 max_vf = ecore_init_qm_get_num_vfs(p_hwfn);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
5344
int ecore_configure_vport_wfq(struct ecore_dev *p_dev, u16 vp_id, u32 rate)
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
542
u16 max_rl = ecore_init_qm_get_num_pf_rls(p_hwfn);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
622
u16 vf_idx, num_vfs = ecore_init_qm_get_num_vfs(p_hwfn);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
635
u16 pf_rls_idx, num_pf_rls = ecore_init_qm_get_num_pf_rls(p_hwfn);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
990
rc = ecore_eq_alloc(p_hwfn, (u16)n_eqes);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
551
u16 src_id,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
552
u16 *dst_id);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
624
u16 source_port_or_eth_type,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
625
u16 dest_port,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
640
u16 source_port_or_eth_type,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
641
u16 dest_port,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
675
u16 id,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
694
ecore_set_queue_coalesce(struct ecore_hwfn *p_hwfn, u16 rx_coal,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
695
u16 tx_coal, void *p_handle);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_fcoe_api.h
45
u16 conn_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_fcoe_api.h
64
u16 dst_mac_addr_lo;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_fcoe_api.h
65
u16 dst_mac_addr_mid;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_fcoe_api.h
66
u16 dst_mac_addr_hi;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_fcoe_api.h
67
u16 src_mac_addr_lo;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_fcoe_api.h
68
u16 src_mac_addr_mid;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_fcoe_api.h
69
u16 src_mac_addr_hi;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_fcoe_api.h
71
u16 tx_max_fc_pay_len;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_fcoe_api.h
72
u16 e_d_tov_timer_val;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_fcoe_api.h
73
u16 rec_tov_timer_val;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_fcoe_api.h
74
u16 rx_max_fc_pay_len;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_fcoe_api.h
75
u16 vlan_tag;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_fcoe_api.h
76
u16 physical_q0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hw.c
375
struct ecore_ptt *p_ptt, u16 fid)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hw.c
377
u16 control = 0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hw.c
404
u16 control = 0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hw.c
420
u16 control = 0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hw.c
547
u16 opcode_b = 0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hw.c
847
cmd->length_dw = OSAL_CPU_TO_LE16((u16)length_dw);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hw.c
895
u16 length_cur = 0, i = 0, cnt_split = 0, length_mod = 0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hw.c
898
u16 length_limit = DMAE_MAX_RW_SIZE;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hw.h
239
u16 fid);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hw.h
313
u16 ecore_get_qm_pq(struct ecore_hwfn *p_hwfn,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
1237
u16 dest_port)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
1299
u16 dest_port)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
1353
u16 pf_id)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
1394
u16 pf_id,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
1481
void ecore_config_vf_zone_size_mode(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, u16 mode, bool runtime_init)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
1504
u32 ecore_get_mstorm_queue_stat_offset(struct ecore_hwfn *p_hwfn, u16 stat_cnt_id, u16 vf_zone_size_mode)
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
1595
u16 ctx_size, u8 ctx_type, u32 cid)
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
231
u16 cmdq_lines)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
255
u16 phys_lines, phys_lines_per_tc;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
351
u16 start_pq,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
352
u16 num_pf_pqs,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
353
u16 num_vf_pqs,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
362
u16 num_pqs, first_pq_group, last_pq_group, i, pq_id, pq_group;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
388
u16 first_tx_pq_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
451
u16 i, pq_id, pq_group;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
480
u16 pf_wfq,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
482
u16 num_tx_pqs,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
487
u16 i;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
50
static u16 con_region_offsets[3][E4_NUM_OF_CONNECTION_TYPES] = {
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
537
u16 vport_pq_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
55
static u16 task_region_offsets[1][E4_NUM_OF_CONNECTION_TYPES] = {
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
641
u16 num_pf_pqs,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
642
u16 num_vf_pqs)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
701
u16 start_pq,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
702
u16 num_pf_pqs,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
703
u16 num_vf_pqs,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
706
u16 pf_wfq,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
753
u16 pf_wfq)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
789
u16 first_tx_pq_id[NUM_OF_TCS],
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
790
u16 vport_wfq)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
792
u16 vport_pq_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
840
u16 start_pq,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
841
u16 num_pqs)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.h
130
u16 start_pq,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.h
131
u16 num_pf_pqs,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.h
132
u16 num_vf_pqs,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.h
135
u16 pf_wfq,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.h
153
u16 pf_wfq);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.h
184
u16 first_tx_pq_id[NUM_OF_TCS],
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.h
185
u16 vport_wfq);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.h
220
u16 start_pq,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.h
221
u16 num_pqs);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.h
341
u16 dest_port);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.h
377
u16 dest_port);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.h
412
u16 pf_id);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.h
427
u16 pf_id,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.h
449
u16 mode,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.h
461
u16 stat_cnt_id,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.h
462
u16 vf_zone_size_mode);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.h
476
u16 vf_zone_size_mode);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.h
499
u16 ctx_size,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.h
515
u16 ctx_size,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.h
61
u16 num_pf_pqs,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.h
62
u16 num_vf_pqs);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_ops.c
100
u16 size,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_ops.c
105
u16 i, segment;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_ops.c
438
u16 *p_offset, int modes)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_ops.c
466
u16 offset = OSAL_LE16_TO_CPU(p_cmd->modes_buf_offset);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_ops.c
99
u16 rt_offset,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_values.h
3600
ARRAY_DECL u16 init_ops_size = 0xda0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_values.h
3603
ARRAY_DECL u16 init_ops_offsets[] = {
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_values_zipped.h
3631
ARRAY_DECL u16 init_ops_size = 0xdbf;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_values_zipped.h
3634
ARRAY_DECL u16 init_ops_offsets[] = {
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
1061
u16 index = 0, asserted_bits, deasserted_bits;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
1137
u16 rc = 0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
1182
u16 tmp_index = sb_attn->index;
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
1388
u16 igu_sb_id, u32 pi_index,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
1431
dma_addr_t sb_phys, u16 igu_sb_id,
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
1515
u16 igu_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
1533
static u16 ecore_get_pf_igu_sb_id(struct ecore_hwfn *p_hwfn,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
1534
u16 vector_id)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
1537
u16 igu_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
1554
u16 ecore_get_igu_sb_id(struct ecore_hwfn *p_hwfn, u16 sb_id)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
1556
u16 igu_sb_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
1585
u16 sb_id)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
1641
u16 sb_id)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
1768
u16 ecore_int_get_sp_sb_id(struct ecore_hwfn *p_hwfn)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
1879
u16 igu_sb_id,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
1881
u16 opaque_fid)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
1936
u16 igu_sb_id, u16 opaque, bool b_set)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
1984
u16 igu_sb_id = 0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
2022
u16 igu_sb_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
2047
u16 vfs = p_hwfn->p_dev->p_iov_info->total_vfs;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
2179
u16 igu_sb_id)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
2202
u16 igu_sb_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
2290
u16 sb_id, bool b_to_vf)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
2294
u16 igu_sb_id = 0, vf_num = 0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
2359
vf_num = (u16)p_hwfn->p_dev->p_iov_info->first_vf_in_pf;
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
2576
u16 sbid = p_sb->igu_sb_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
2591
p_info->pi[i] = (u16)ecore_rd(p_hwfn, p_ptt,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
443
(u16)(details & ECORE_DORQ_ATTENTION_OPAQUE_MASK),
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
684
u16 index;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
693
u16 known_attn;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
699
static u16 ecore_attn_update_idx(struct ecore_hwfn *p_hwfn,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
702
u16 rc = 0, index;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
725
u16 asserted_bits)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
904
u16 deasserted_bits)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.h
111
u16 ecore_get_igu_sb_id(struct ecore_hwfn *p_hwfn, u16 sb_id);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.h
194
u16 ecore_int_get_sp_sb_id(struct ecore_hwfn *p_hwfn);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.h
208
u16 sb_id,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.h
209
u16 opaque,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.h
226
u16 igu_sb_id,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.h
227
u16 vf_number,
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
66
u16 igu_sb_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.h
74
u16 igu_dsb_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int_api.h
257
u16 sb_id);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int_api.h
285
u16 sb_id);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int_api.h
357
u16 sb_id, bool b_to_vf);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int_api.h
59
u16 igu_sb_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int_api.h
74
u16 pi[PIS_PER_SB];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int_api.h
89
static OSAL_INLINE u16 ecore_sb_update_sb_idx(struct ecore_sb_info *sb_info)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int_api.h
92
u16 rc = 0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iov_api.h
105
u16 forced_vlan;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iov_api.h
109
u16 rel_vf_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iov_api.h
115
u16 num_queues;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iov_api.h
121
u16 req_rx_queue[ECORE_MAX_VF_CHAINS_PER_PF];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iov_api.h
122
u16 req_tx_queue[ECORE_MAX_VF_CHAINS_PER_PF];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iov_api.h
160
u16 rel_vf_id);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iov_api.h
171
u16 ctrl; /* SR-IOV Control */
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iov_api.h
172
u16 total_vfs; /* total VFs associated with the PF */
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iov_api.h
173
u16 num_vfs; /* number of vfs that have been started */
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iov_api.h
174
u16 initial_vfs; /* initial VFs associated with the PF */
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iov_api.h
175
u16 nr_virtfn; /* number of VFs available */
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iov_api.h
176
u16 offset; /* first VF Routing ID offset */
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iov_api.h
177
u16 stride; /* following VF stride */
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iov_api.h
178
u16 vf_device_id; /* VF device id */
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iov_api.h
206
u16 rel_vf_id,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iov_api.h
252
u16 rel_vf_id);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iov_api.h
264
u16 vf_id,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iov_api.h
290
u16 rel_vf_id);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iov_api.h
303
u16 vfid,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iov_api.h
318
u16 vfid,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iov_api.h
332
u16 rel_vf_id);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iov_api.h
362
u16 vfid, bool b_enabled_only);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iov_api.h
431
u16 *opaque_fid);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iov_api.h
442
u16 pvid, int vfid);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iov_api.h
525
u16 rel_vf_id,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iov_api.h
527
u16 *p_req_virt_size);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iov_api.h
538
u16 rel_vf_id,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iov_api.h
540
u16 *p_reply_virt_size);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iov_api.h
568
u16 rel_vf_id);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iov_api.h
578
u16 ecore_iov_bulletin_get_forced_vlan(struct ecore_hwfn *p_hwfn,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iov_api.h
579
u16 rel_vf_id);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iov_api.h
618
u16 rel_vf_id);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iov_api.h
629
u16 rel_vf_id);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iov_api.h
640
u16 rel_vf_id);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iov_api.h
651
u16 rel_vf_id);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iov_api.h
662
u16 rel_vf_id);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iov_api.h
673
u16 rel_vf_id);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iov_api.h
684
u16 rel_vf_id);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iov_api.h
695
u16 rel_vf_id);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iov_api.h
736
u16 rx_coal, u16 tx_coal,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iov_api.h
737
u16 vf_id, u16 qid);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iov_api.h
747
u16 ecore_iov_get_next_active_vf(struct ecore_hwfn *p_hwfn, u16 rel_vf_id);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iov_api.h
749
u16 vxlan_port, u16 geneve_port);
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
756
static OSAL_INLINE enum _ecore_status_t ecore_iov_release_hw_for_vf(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, u16 rel_vf_id) {return ECORE_SUCCESS;}
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iov_api.h
757
static OSAL_INLINE enum _ecore_status_t ecore_iov_set_vf_ctx(struct ecore_hwfn *p_hwfn, u16 vf_id, void *ctx) {return ECORE_INVAL;}
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iov_api.h
759
static OSAL_INLINE enum _ecore_status_t ecore_iov_single_vf_flr_cleanup(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, u16 rel_vf_id) {return ECORE_INVAL;}
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iov_api.h
760
static OSAL_INLINE void ecore_iov_set_link(struct ecore_hwfn *p_hwfn, u16 vfid, struct ecore_mcp_link_params *params, struct ecore_mcp_link_state *link, struct ecore_mcp_link_capabilities *p_caps) {}
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iov_api.h
761
static OSAL_INLINE void ecore_iov_get_link(struct ecore_hwfn *p_hwfn, u16 vfid, struct ecore_mcp_link_params *params, struct ecore_mcp_link_state *link, struct ecore_mcp_link_capabilities *p_caps) {}
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iov_api.h
762
static OSAL_INLINE bool ecore_iov_is_vf_pending_flr(struct ecore_hwfn *p_hwfn, u16 rel_vf_id) {return false;}
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iov_api.h
764
static OSAL_INLINE struct ecore_public_vf_info* ecore_iov_get_public_vf_info(struct ecore_hwfn *p_hwfn, u16 vfid, bool b_enabled_only) {return OSAL_NULL;}
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iov_api.h
771
static OSAL_INLINE void ecore_iov_get_vfs_opaque_fid(struct ecore_hwfn *p_hwfn, int vfid, u16 *opaque_fid) {}
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iov_api.h
772
static OSAL_INLINE void ecore_iov_bulletin_set_forced_vlan(struct ecore_hwfn p_hwfn, u16 pvid, int vfid) {}
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iov_api.h
781
static OSAL_INLINE void ecore_iov_get_vf_req_virt_mbx_params(struct ecore_hwfn *p_hwfn, u16 rel_vf_id, void **pp_req_virt_addr, u16 *p_req_virt_size) {}
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iov_api.h
782
static OSAL_INLINE void ecore_iov_get_vf_reply_virt_mbx_params(struct ecore_hwfn *p_hwfn, u16 rel_vf_id, void **pp_reply_virt_addr, u16 *p_reply_virt_size) {}
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
786
static OSAL_INLINE u16 ecore_iov_bulletin_get_forced_vlan(struct ecore_hwfn *p_hwfn, u16 rel_vf_id) {return 0;}
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
792
static OSAL_INLINE void *ecore_iov_get_vf_ctx(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
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
794
static OSAL_INLINE bool ecore_iov_is_vf_wait_for_acquire(struct ecore_hwfn *p_hwfn, u16 rel_vf_id) {return false;}
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iov_api.h
795
static OSAL_INLINE bool ecore_iov_is_vf_acquired_not_initialized(struct ecore_hwfn *p_hwfn, u16 rel_vf_id) {return false;}
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iov_api.h
796
static OSAL_INLINE bool ecore_iov_is_vf_initialized(struct ecore_hwfn *p_hwfn, u16 rel_vf_id) {return false;}
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iov_api.h
800
static OSAL_INLINE void ecore_iov_bulletin_set_udp_ports(struct ecore_hwfn *p_hwfn, int vfid, u16 vxlan_port, u16 geneve_port) { return; }
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iov_api.h
801
static OSAL_INLINE u16 ecore_iov_get_next_active_vf(struct ecore_hwfn *p_hwfn, u16 rel_vf_id) { return E4_MAX_NUM_VFS; }
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iscsi.h
50
u16 max_num_outstanding_tasks;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iscsi_api.h
105
u16 remote_port;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iscsi_api.h
106
u16 local_port;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iscsi_api.h
107
u16 mss;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iscsi_api.h
110
u16 da_timeout_value;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iscsi_api.h
126
u16 physical_q0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iscsi_api.h
127
u16 physical_q1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iscsi_api.h
49
u16 conn_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iscsi_api.h
68
u16 syn_ip_payload_length;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iscsi_api.h
71
u16 vlan_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iscsi_api.h
87
u16 srtt;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iscsi_api.h
88
u16 rtt_var;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.c
1000
u16 bd_max_bytes,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.c
1003
u16 cqe_pbl_size,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.c
1155
dma_addr_t pbl_addr, u16 pbl_size,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.c
1156
u16 pq_id)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.c
1197
dma_addr_t pbl_addr, u16 pbl_size,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.c
1218
ecore_eth_tx_queue_start(struct ecore_hwfn *p_hwfn, u16 opaque_fid,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.c
1221
dma_addr_t pbl_addr, u16 pbl_size,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.c
1309
u16 opaque_fid,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.c
1456
u16 opaque_fid,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.c
1562
u16 opaque_fid,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.c
160
u16 queue_id = p_cid->rel.queue_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.c
1654
u16 opaque_fid;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.c
1684
u16 opaque_fid;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.c
1707
u16 statistics_bin)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.c
1725
u16 statistics_bin)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.c
1756
u16 statistics_bin)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.c
1785
u16 statistics_bin)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.c
1803
u16 statistics_bin)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.c
1831
u16 statistics_bin)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.c
1849
u16 statistics_bin)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.c
1967
u16 statistics_bin, bool b_get_port_stats)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.c
2110
dma_addr_t p_addr, u16 length,
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
2117
u16 abs_rx_q_id = 0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.c
224
u16 opaque_fid, u32 cid,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.c
315
ecore_eth_queue_to_cid(struct ecore_hwfn *p_hwfn, u16 opaque_fid,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.c
359
ecore_eth_queue_to_cid_pf(struct ecore_hwfn *p_hwfn, u16 opaque_fid,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.c
371
u16 rx_mode = 0, tx_err = 0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.c
438
p_ramrod->tpa_param.tpa_max_size = (u16)-1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.c
613
u16 state = 0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.c
642
u16 state = 0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.c
813
u16 opaque_fid,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.c
914
u16 bd_max_bytes,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.c
917
u16 cqe_pbl_size)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.c
973
u16 bd_max_bytes,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.c
976
u16 cqe_pbl_size,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.c
998
u16 opaque_fid,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.h
124
ecore_eth_queue_to_cid(struct ecore_hwfn *p_hwfn, u16 opaque_fid,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.h
147
u16 bd_max_bytes,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.h
150
u16 cqe_pbl_size);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.h
166
dma_addr_t pbl_addr, u16 pbl_size,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.h
167
u16 pq_id);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.h
195
dma_addr_t p_addr, u16 length,
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
53
u16 queue_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.h
88
u16 sb_igu_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.h
92
u16 opaque_fid;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2_api.h
121
u16 tpa_max_size;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2_api.h
122
u16 tpa_min_size_to_start;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2_api.h
123
u16 tpa_min_size_to_cont;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2_api.h
155
u16 vlan;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2_api.h
240
u16 opaque_fid,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2_api.h
242
u16 bd_max_bytes,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2_api.h
245
u16 cqe_pbl_size,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2_api.h
286
u16 opaque_fid,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2_api.h
290
u16 pbl_size,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2_api.h
320
u16 opaque_fid;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2_api.h
322
u16 mtu; /* VPORT MTU */
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2_api.h
353
u16 opaque_fid;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2_api.h
365
u16 default_vlan;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2_api.h
411
u16 opaque_fid,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2_api.h
416
u16 opaque_fid,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2_api.h
452
u16 statistics_bin, bool b_get_port_stats);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2_api.h
72
u16 queue_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ll2.h
109
u16 cur_completing_bd_idx;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ll2.h
111
u16 bds_idx;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ll2.h
112
u16 cur_send_frag_num;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ll2.h
113
u16 cur_completing_frag_num;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ll2.h
125
u16 mtu;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ll2.h
60
u16 buf_length;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ll2.h
63
u16 parse_flags;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ll2.h
64
u16 packet_length;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ll2.h
65
u16 vlan;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ll2.h
72
u16 bd_used;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ll2.h
78
u16 frag_len;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ll2_api.h
103
u16 parse_flags;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ll2_api.h
104
u16 err_flags;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ll2_api.h
105
u16 vlan;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ll2_api.h
113
u16 packet_length;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ll2_api.h
114
u16 data_length;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ll2_api.h
122
u16 qp_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ll2_api.h
169
u16 mtu; /* Maximum bytes that can be placed on a BD*/
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ll2_api.h
170
u16 rx_num_desc;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ll2_api.h
173
u16 rx_num_ooo_buffers;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ll2_api.h
178
u16 tx_num_desc;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ll2_api.h
240
u16 buf_len,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ll2_api.h
247
u16 vlan;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ll2_api.h
249
u16 l4_hdr_offset_w; /* from start of packet */
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ll2_api.h
253
u16 first_frag_len;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ll2_api.h
309
u16 nbytes);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
1601
p_hwfn->mcp_info->func_info.ovlan = (u16)shmem_info.ovlan_stag &
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
186
p_info->mfw_mb_length = (u16)ecore_rd(p_hwfn, p_ptt,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
1875
u16 i;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
199
p_info->mcp_hist = (u16)ecore_rd(p_hwfn, p_ptt,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
2218
info->ovlan = (u16)(shmem_info.ovlan_stag & FUNC_MF_CFG_OV_STAG_MASK);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
2220
info->mtu = (u16)shmem_info.mtu_size;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
2683
p_table->num_wwpn = (u16)p_npiv_table->fc_npiv_cfg.num_of_npiv;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
2684
p_table->num_wwnn = (u16)p_npiv_table->fc_npiv_cfg.num_of_npiv;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
2699
u16 mtu)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
3218
u16 gpio, u32 *gpio_val)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
3239
u16 gpio, u16 gpio_val)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
3261
u16 gpio, u32 *gpio_direction,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
3786
*(u16 *)lldp_mac_addr = *(u16 *)&lldp_mac.mac_upper;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
3811
lldp_mac.mac_upper = *(u16 *)lldp_mac_addr;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
3935
u16 retry_interval_in_ms =
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
4010
u16 vlan)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.h
536
u16 retry_interval;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.h
83
u16 drv_mb_seq;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.h
85
u16 drv_pulse_seq;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.h
95
u16 mfw_mb_length;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.h
96
u16 mcp_hist;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
1105
u16 gpio, u32 *gpio_val);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
1119
u16 gpio, u16 gpio_val);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
1135
u16 gpio, u32 *gpio_direction,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
1314
u16 vlan);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
139
u16 ovlan;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
141
u16 mtu;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
254
u16 num_wwpn;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
255
u16 num_wwnn;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
328
u16 lso_maxoff_size;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
330
u16 lso_minseg_size;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
334
u16 tx_descr_size;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
336
u16 rx_descr_size;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
338
u16 netq_count;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
344
u16 tx_descr_qdepth;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
346
u16 rx_descr_qdepth;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
370
u16 msec;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
371
u16 usec;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
393
u16 switch_portnum;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
413
u16 fip_tx_descr_size;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
415
u16 fip_rx_descr_size;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
417
u16 link_failures;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
425
u16 fcoe_txq_depth;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
427
u16 fcoe_rxq_depth;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
437
u16 crc_count;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
442
u16 losync_err;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
444
u16 losig_err;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
446
u16 primtive_err;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
448
u16 disparity_err;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
450
u16 code_violation_err;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
568
u16 boot_taget_portal;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
570
u16 frame_size;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
572
u16 tx_desc_size;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
574
u16 rx_desc_size;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
578
u16 tx_desc_qdepth;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
580
u16 rx_desc_qdepth;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
882
struct ecore_ptt *p_ptt, u16 mtu);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ooo.h
52
u16 packet_length;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ooo.h
53
u16 parse_flags;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ooo.h
54
u16 vlan;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ooo.h
83
u16 max_num_archipelagos;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ooo.h
84
u16 cid_base;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_phy.c
1452
u16 gpio;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_phy.c
1460
gpio = (u16)ecore_rd(p_hwfn, p_ptt,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_phy.c
1651
u16 gpio, u16 gpio_val, char *p_phy_result_buf)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_phy.c
1670
u16 gpio, char *p_phy_result_buf)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_phy.c
1688
u16 gpio, char *p_phy_result_buf)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_phy.c
1732
u16 port, u16 devad, u16 reg, char *p_phy_result_buf)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_phy.c
1756
u16 port, u16 devad, u16 reg, u16 val,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_phy_api.h
274
u16 gpio, u16 gpio_val, char *p_phy_result_buf);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_phy_api.h
287
u16 gpio, char *p_phy_result_buf);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_phy_api.h
301
u16 gpio, char *p_phy_result_buf);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_phy_api.h
316
u16 port, u16 devad, u16 reg, char *p_phy_result_buf);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_phy_api.h
332
u16 port, u16 devad, u16 reg, u16 val,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_proto_if.h
101
u16 cq_num_entries;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_proto_if.h
102
u16 cmdq_num_entries;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_proto_if.h
104
u16 tx_sws_timer;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_proto_if.h
109
u16 num_cons;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_proto_if.h
110
u16 num_tasks;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_proto_if.h
113
u16 half_way_close_timeout;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_proto_if.h
114
u16 bdq_xoff_threshold[2];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_proto_if.h
115
u16 bdq_xon_threshold[2];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_proto_if.h
116
u16 cmdq_xoff_threshold;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_proto_if.h
117
u16 cmdq_xon_threshold;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_proto_if.h
118
u16 rq_buffer_size;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_proto_if.h
162
u16 max_cnqs;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_proto_if.h
165
u16 iwarp_port;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_proto_if.h
50
u16 num_cons;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_proto_if.h
73
u16 num_cons;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_proto_if.h
74
u16 num_tasks;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_proto_if.h
77
u16 sq_num_pbl_pages;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_proto_if.h
79
u16 cq_num_entries;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_proto_if.h
80
u16 cmdq_num_entries;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_proto_if.h
81
u16 rq_buffer_log_size;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_proto_if.h
82
u16 mtu;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_proto_if.h
83
u16 dummy_icid;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_proto_if.h
84
u16 bdq_xoff_threshold[2];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_proto_if.h
85
u16 bdq_xon_threshold[2];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_proto_if.h
86
u16 rq_buffer_size;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce.h
130
u16 tcp_payload_len;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce.h
145
u16 mpa_frag_len;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce.h
146
u16 fpdu_length;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce.h
147
u16 incomplete_bytes;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce.h
160
u16 max_mtu;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce.h
161
u16 num_ooo_rx_bufs;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce.h
175
u16 max_num_partial_fpdus;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce.h
214
u16 queue_zone_base;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce.h
215
u16 max_queue_zones;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce.h
239
u16 icid;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce.h
253
u16 pd; /* Protection domain */
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce.h
254
u16 pkey; /* Primary P_key index */
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce.h
256
u16 mtu;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce.h
257
u16 srq_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce.h
260
u16 dpi;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce.h
262
u16 vlan_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce.h
271
u16 udp_src_port; /* RoCEv2 only */
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce.h
277
u16 sq_cq_id; /* The cq to be associated with the send queue*/
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce.h
278
u16 sq_num_pages;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce.h
288
u16 rq_cq_id; /* The cq to be associated with the receive queue */
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce.h
289
u16 rq_num_pages;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce.h
353
u16 mss;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce.h
366
u16 syn_ip_payload_length;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce.h
381
u16 port;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce.h
382
u16 vlan;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
115
u16 max_inline;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
147
u16 max_srq_wr; /* Maximum number of WRs per SRQ */
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
257
u16 rl_max_rate; /* Maximum rate in 1.6 Mbps resolution */
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
258
u16 rl_r_ai; /* Active increase rate */
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
259
u16 rl_r_hai; /* Hyper active increase rate */
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
260
u16 dcqcn_g; /* Alpha update gain in 1/64K resolution */
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
279
u16 ooo_num_rx_bufs;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
301
u16 max_mtu;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
311
u16 dpi;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
315
u16 wid_count;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
324
u16 dpi;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
327
u16 pbl_num_pages;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
332
u16 int_timeout;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
340
u16 icid;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
344
u16 pbl_num_pages;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
369
u16 pd;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
370
u16 dpi;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
371
u16 sq_cq_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
372
u16 sq_num_pages;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
375
u16 rq_cq_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
376
u16 rq_num_pages;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
378
u16 srq_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
385
u16 icid;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
394
u16 icid;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
403
u16 num_cq_notif;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
409
u16 words[8];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
450
u16 pkey;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
456
u16 mtu;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
462
u16 udp_src_port; /* RoCEv2 only */
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
464
u16 vlan_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
487
u16 mtu;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
502
u16 pkey_index;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
513
u16 pd;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
542
u16 num_pages;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
543
u16 pd_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
544
u16 page_size;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
548
u16 srq_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
552
u16 srq_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
557
u16 srq_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
615
u16 *pd);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
624
u16 *icid);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
652
ecore_roce_destroy_ud_qp(void *rdma_cxt, u16 cid);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
656
u16 pd);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
683
u16 dpi);
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
757
u16 remote_port;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
758
u16 local_port;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
759
u16 vlan;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
761
u16 private_data_len;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
789
u16 mss;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
816
u16 port;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
817
u16 vlan;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
829
u16 private_data_len;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
838
u16 private_data_len;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_sp_commands.c
328
u16 sb = ecore_int_get_sp_sb_id(p_hwfn);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_sp_commands.h
153
u16 rl_max_rate; /* Maximum rate in 1.6 Mbps resolution */
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_sp_commands.h
154
u16 rl_r_ai; /* Active increase rate */
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_sp_commands.h
155
u16 rl_r_hai; /* Hyper active increase rate */
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_sp_commands.h
156
u16 dcqcn_g; /* DCQCN Alpha update gain in 1/64K resolution */
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_sp_commands.h
52
u16 opaque_fid;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_spq.c
260
u16 physical_q;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_spq.c
310
u16 echo = ecore_chain_get_prod_idx(p_chain);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_spq.c
405
u16 prod)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_spq.c
425
u16 fw_cons_idx = OSAL_LE16_TO_CPU(*p_eq->p_fw_cons);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_spq.c
481
enum _ecore_status_t ecore_eq_alloc(struct ecore_hwfn *p_hwfn, u16 num_elem)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_spq.h
275
enum _ecore_status_t ecore_eq_alloc(struct ecore_hwfn *p_hwfn, u16 num_elem);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_spq.h
298
u16 prod);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_sriov.h
108
u16 fw_rx_qid;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_sriov.h
109
u16 fw_tx_qid;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_sriov.h
124
u16 vid;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_sriov.h
151
u16 opaque_fid;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_sriov.h
152
u16 mtu;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_sriov.h
166
u16 rx_coal;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_sriov.h
167
u16 tx_coal;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_sriov.h
175
u16 igu_sbs[ECORE_MAX_VF_CHAINS_PER_PF];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_sriov.h
245
u16 type,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_sriov.h
246
u16 length);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_sriov.h
323
void *p_tlvs_list, u16 req_type);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_sriov.h
337
u16 relative_vf_id,
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
350
static OSAL_INLINE void *ecore_iov_search_list_tlvs(struct ecore_hwfn *p_hwfn, void *p_tlvs_list, u16 req_type) {return OSAL_NULL;}
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_sriov.h
351
static OSAL_INLINE struct ecore_vf_info *ecore_iov_get_vf_info(struct ecore_hwfn *p_hwfn, u16 relative_vf_id, bool b_enabled_only) {return OSAL_NULL;}
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vf.h
103
u16 rx_coal, u16 tx_coal,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vf.h
132
u16 bd_max_bytes,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vf.h
135
u16 cqe_pbl_size,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vf.h
153
dma_addr_t pbl_addr, u16 pbl_size,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vf.h
240
u16 ecore_vf_get_igu_sb_id(struct ecore_hwfn *p_hwfn,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vf.h
241
u16 sb_id);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vf.h
251
u16 sb_id, struct ecore_sb_info *p_sb);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vf.h
269
u16 mtu,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vf.h
338
static OSAL_INLINE enum _ecore_status_t ecore_vf_pf_rxq_start(struct ecore_hwfn *p_hwfn, struct ecore_queue_cid *p_cid, u16 bd_max_bytes, dma_addr_t bd_chain_phys_addr, dma_addr_t cqe_pbl_addr, u16 cqe_pbl_size, void OSAL_IOMEM **pp_prod) {return ECORE_INVAL;}
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vf.h
339
static OSAL_INLINE enum _ecore_status_t ecore_vf_pf_txq_start(struct ecore_hwfn *p_hwfn, struct ecore_queue_cid *p_cid, dma_addr_t pbl_addr, u16 pbl_size, void OSAL_IOMEM **pp_doorbell) {return ECORE_INVAL;}
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vf.h
349
static OSAL_INLINE u16 ecore_vf_get_igu_sb_id(struct ecore_hwfn *p_hwfn, u16 sb_id) {return 0;}
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vf.h
350
static OSAL_INLINE void ecore_vf_set_sb_info(struct ecore_hwfn *p_hwfn, u16 sb_id, struct ecore_sb_info *p_sb) {}
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
363
u16 rx_coal, u16 tx_coal,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vf.h
84
u16 coalesce,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vf.h
88
u16 coalesce,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vf_api.h
159
bool ecore_vf_bulletin_get_forced_vlan(struct ecore_hwfn *hwfn, u16 *dst_pvid);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vf_api.h
183
u16 *fw_major,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vf_api.h
184
u16 *fw_minor,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vf_api.h
185
u16 *fw_rev,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vf_api.h
186
u16 *fw_eng);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vf_api.h
188
u16 *p_vxlan_port, u16 *p_geneve_port);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vf_api.h
204
static OSAL_INLINE void ecore_vf_get_fw_version(struct ecore_hwfn *p_hwfn, u16 *fw_major, u16 *fw_minor, u16 *fw_rev, u16 *fw_eng) {}
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vf_api.h
205
static OSAL_INLINE void ecore_vf_bulletin_get_udp_ports(struct ecore_hwfn *p_hwfn, u16 *p_vxlan_port, u16 *p_geneve_port) { return; }
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
138
u16 opaque_fid; /* ME register value */
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
165
u16 rss_ind_table[T_ETH_INDIRECTION_TABLE_SIZE];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
189
u16 fw_major;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
190
u16 fw_minor;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
191
u16 fw_rev;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
192
u16 fw_eng;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
213
u16 db_size;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
218
u16 chip_rev;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
286
u16 cqe_pbl_size;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
287
u16 hw_sb;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
288
u16 rx_qid;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
289
u16 hc_rate; /* desired interrupts per sec. */
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
291
u16 bd_max_bytes;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
292
u16 stat_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
303
u16 pbl_size;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
304
u16 stat_id;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
305
u16 tx_qid;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
306
u16 hw_sb;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
309
u16 hc_rate; /* desired interrupts per sec. */
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
318
u16 rx_qid;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
336
u16 tx_qid;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
353
u16 rx_qid;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
371
u16 vlan_tag;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
383
u16 dep1;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
384
u16 mtu;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
442
u16 sge_tpa_flags;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
456
u16 deprecated_sge_buff_size;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
457
u16 tpa_max_size;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
458
u16 tpa_min_size_to_start;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
459
u16 tpa_min_size_to_cont;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
481
u16 vlan;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
482
u16 padding[3];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
499
u16 geneve_port;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
500
u16 vxlan_port;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
507
u16 tunn_feature_mask;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
518
u16 vxlan_udp_port;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
519
u16 geneve_udp_port;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
528
u16 rx_coal;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
529
u16 tx_coal;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
530
u16 qid;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
62
u16 hw_sb_id; /* aka absolute igu id, used to ack the sb */
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
626
u16 vxlan_udp_port;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
627
u16 geneve_udp_port;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
636
u16 pvid;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
637
u16 padding5;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
79
u16 type;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
80
u16 length;
usr/src/uts/common/io/qede/579xx/hsi/common_nvm.h
102
u16 VendorID;
usr/src/uts/common/io/qede/579xx/hsi/common_nvm.h
103
u16 DeviceID;
usr/src/uts/common/io/qede/579xx/hsi/common_nvm.h
104
u16 VP;
usr/src/uts/common/io/qede/579xx/hsi/common_nvm.h
105
u16 StructLength;
usr/src/uts/common/io/qede/579xx/hsi/common_nvm.h
110
u16 ImageLength;
usr/src/uts/common/io/qede/579xx/hsi/common_nvm.h
111
u16 ImageRev;
usr/src/uts/common/io/qede/579xx/hsi/common_nvm.h
114
u16 RunTimeImgLen;
usr/src/uts/common/io/qede/579xx/hsi/common_nvm.h
115
u16 CfgCodeHdr;
usr/src/uts/common/io/qede/579xx/hsi/common_nvm.h
116
u16 DmtfEntry;
usr/src/uts/common/io/qede/579xx/hsi/common_nvm.h
87
u16 Signature;
usr/src/uts/common/io/qede/579xx/hsi/common_nvm.h
91
u16 VendorOffset; /* Offset to vendor_data_t structure */
usr/src/uts/common/io/qede/579xx/hsi/common_nvm.h
93
u16 ROMIDoffset;
usr/src/uts/common/io/qede/579xx/hsi/common_nvm.h
94
u16 PCIdsOffset;
usr/src/uts/common/io/qede/579xx/hsi/common_nvm.h
95
u16 PnPehOffset; /* Offset to pci_rom_hdr_t structure */
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
129
u16 iLO_mgmt_vlan;
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
141
u16 total_size; /* total size of Codec in bytes.Max size 32K (64K?)*/
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
142
u16 num_msg_segments; /* number of segments = total size / max message payload size */
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
225
u16 mtu_size;
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
391
u16 digest;
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
480
u16 offset;
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
481
u16 length;
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
717
u16 tcpport;
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
718
u16 tcpport2;
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
825
u16 ilo_vlan;
usr/src/uts/common/io/qede/579xx/hsi/mcp/bdn.h
847
u16 digest;
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_private.h
191
u16 valid;
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_private.h
192
u16 type_len;
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
203
u16 valid;
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_private.h
224
u16 len;
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_private.h
230
u16 lldp_ttl;
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_private.h
359
u16 fcoe_cvid;
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_private.h
81
u16 size; /* number of allocated resources */
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_private.h
82
u16 offset; /* Offset of the 1st resource */
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_public.h
443
u16 valid;
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_public.h
444
u16 length;
usr/src/uts/common/io/qede/579xx/hsi/mcp/spad_layout.h
159
u16 pme_status_pf_bitmap; /* 0xe20840 */
usr/src/uts/common/io/qede/579xx/hsi/mcp/spad_layout.h
160
#define PME_STATUS_PF_BITMAP *((u16*)(STRUCT_OFFSET(pme_status_pf_bitmap)))
usr/src/uts/common/io/qede/579xx/hsi/mcp/spad_layout.h
161
u16 pme_enable_pf_bitmap;
usr/src/uts/common/io/qede/579xx/hsi/mcp/spad_layout.h
162
#define PME_ENABLE_PF_BITMAP *((u16*)(STRUCT_OFFSET(pme_enable_pf_bitmap)))
usr/src/uts/common/io/qede/qede.h
299
u16 sw_tx_cons;
usr/src/uts/common/io/qede/qede.h
300
u16 sw_tx_prod;
usr/src/uts/common/io/qede/qede.h
301
u16 bd_ring_size;
usr/src/uts/common/io/qede/qede.h
446
u16 head, tail;
usr/src/uts/common/io/qede/qede.h
487
u16 sw_rx_cons;
usr/src/uts/common/io/qede/qede.h
488
u16 sw_rx_prod;
usr/src/uts/common/io/qede/qede.h
489
u16 last_cqe_consumer;
usr/src/uts/common/io/qede/qede.h
746
u16 pad; // remove later
usr/src/uts/common/io/qede/qede_fp.c
107
u16 hw_bd_cons = HOST_TO_LE_16(*rx_ring->hw_cons_ptr);
usr/src/uts/common/io/qede/qede_fp.c
108
u16 sw_bd_cons = ecore_chain_get_cons_idx(&rx_ring->rx_cqe_ring);
usr/src/uts/common/io/qede/qede_fp.c
1090
u16 last_producer;
usr/src/uts/common/io/qede/qede_fp.c
126
u16 hw_consumer;
usr/src/uts/common/io/qede/qede_fp.c
129
u16 nbd, sw_consumer = tx_ring->sw_tx_cons;
usr/src/uts/common/io/qede/qede_fp.c
131
u16 bd_consumed = 0;
usr/src/uts/common/io/qede/qede_fp.c
208
u16 hw_bd_cons = LE_16(*tx_ring->hw_cons_ptr);
usr/src/uts/common/io/qede/qede_fp.c
209
u16 sw_bd_cons = ecore_chain_get_cons_idx(&tx_ring->tx_bd_ring);
usr/src/uts/common/io/qede/qede_fp.c
220
u16 hw_bd_cons = HOST_TO_LE_16(*rx_ring->hw_cons_ptr);
usr/src/uts/common/io/qede/qede_fp.c
221
u16 sw_bd_cons = ecore_chain_get_cons_idx(&rx_ring->rx_cqe_ring);
usr/src/uts/common/io/qede/qede_fp.c
49
u16 index;
usr/src/uts/common/io/qede/qede_fp.c
692
u16 last_cqe_consumer = rx_ring->last_cqe_consumer;
usr/src/uts/common/io/qede/qede_fp.c
694
u16 sw_comp_cons, hw_comp_cons;
usr/src/uts/common/io/qede/qede_fp.c
899
*mss = (u16)pkt_mss;
usr/src/uts/common/io/qede/qede_fp.c
974
u16 last_producer = tx_ring->sw_tx_prod;
usr/src/uts/common/io/qede/qede_fp.h
125
u16 mss;
usr/src/uts/common/io/qede/qede_fp.h
130
u16 ether_type;
usr/src/uts/common/io/qede/qede_fp.h
131
u16 mac_hlen;
usr/src/uts/common/io/qede/qede_fp.h
132
u16 ip_hlen;
usr/src/uts/common/io/qede/qede_fp.h
133
u16 l4_hlen;
usr/src/uts/common/io/qede/qede_fp.h
134
u16 total_hlen;
usr/src/uts/common/io/qede/qede_fp.h
135
u16 l4_proto;
usr/src/uts/common/io/qede/qede_fp.h
136
u16 vlan_tag;
usr/src/uts/common/io/qede/qede_fp.h
153
u16 head;
usr/src/uts/common/io/qede/qede_fp.h
154
u16 tail;
usr/src/uts/common/io/qede/qede_fp.h
168
u16 head;
usr/src/uts/common/io/qede/qede_fp.h
169
u16 tail;
usr/src/uts/common/io/qede/qede_main.c
1591
u16 bd_prod = ecore_chain_get_prod_idx(&rx_ring->rx_bd_ring);
usr/src/uts/common/io/qede/qede_main.c
1592
u16 cqe_prod = ecore_chain_get_prod_idx(&rx_ring->rx_cqe_ring);
usr/src/uts/common/io/qede/qede_main.c
1694
u16 page_cnt;
usr/src/uts/common/io/qede/qede_main.c
1990
u16 head = active_buf_list->head;
usr/src/uts/common/io/qede/qede_main.c
2046
u16 tail = active_buf_list->tail;
usr/src/uts/common/io/qede/qede_osal.c
518
qede_osal_pci_find_ext_capab(struct ecore_dev *edev, u16 pcie_id)
usr/src/uts/common/io/qede/qede_osal.c
538
qede_osal_pci_write16(struct ecore_hwfn *hwfn, u32 offset, u16 val)
usr/src/uts/common/io/qede/qede_osal.c
546
ddi_put16(qede->regs_handle, (u16 *)addr, val);
usr/src/uts/common/io/qede/qede_osal.c
612
qede_osal_pci_read_config_word(struct ecore_dev *edev, u32 addr, u16 *val)
usr/src/uts/common/io/qede/qede_osal.c
751
qede_osal_pci_write_config_word(struct ecore_dev *dev, u32 addr, u16 pcie_id)
usr/src/uts/common/io/qede/qede_osal.c
774
qede_osal_pci_find_capability(struct ecore_dev *dev, u16 pcie_id)
usr/src/uts/common/io/qede/qede_types.h
39
typedef u16 __le16;
usr/src/uts/common/io/xge/hal/include/xgehal-channel.h
403
u16 unused2;
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
215
u16 source;
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
216
u16 dest;
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
221
u16 window;
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
222
u16 check;
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
223
u16 urg_ptr;
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
229
u16 tot_len;
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
230
u16 id;
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
231
u16 frag_off;
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
234
u16 check;
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
295
u16 l4_sp;
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
296
u16 l4_dp;
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
297
u16 spdm_entry;
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
354
u16 device_id;
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
369
u16 spdm_max_entries;
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
421
u16 spdm_entry, u64 *spdm_line_val);
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
490
u16 bucket_size);
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
805
xge_hal_ipaddr_t *dst_ip, u16 l4_sp, u16 l4_dp,
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
810
xge_hal_ipaddr_t *dst_ip, u16 l4_sp, u16 l4_dp,
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
928
__HAL_STATIC_CHANNEL __HAL_INLINE_CHANNEL u16
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
943
__HAL_STATIC_CHANNEL __HAL_INLINE_CHANNEL u16
usr/src/uts/common/io/xge/hal/include/xgehal-fifo.h
341
xge_hal_fifo_dtr_vlan_set(xge_hal_dtr_h dtrh, u16 vlan_tag);
usr/src/uts/common/io/xge/hal/include/xgehal-mgmt.h
147
u16
usr/src/uts/common/io/xge/hal/include/xgehal-mgmt.h
58
u16 vendor;
usr/src/uts/common/io/xge/hal/include/xgehal-mgmt.h
59
u16 device;
usr/src/uts/common/io/xge/hal/include/xgehal-mgmt.h
60
u16 subsys_vendor;
usr/src/uts/common/io/xge/hal/include/xgehal-mgmt.h
61
u16 subsys_device;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1183
u16 vendor_id; // 0x00
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1184
u16 device_id; // 0x02
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1186
u16 command; // 0x04
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1187
u16 status; // 0x06
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1208
u16 subsystem_vendor_id; // 0x2c
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1209
u16 subsystem_id; // 0x2e
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1223
u16 msi_control; // 0x42
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1226
u16 msi_data; // 0x4c
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1227
u16 msi_unused; // 0x4e
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1231
u16 vpd_addr; // 0x52
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1238
u16 pcix_command; // 0x62
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1247
u16 device_id; // 0x02
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1248
u16 vendor_id; // 0x00
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1250
u16 status; // 0x06
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1251
u16 command; // 0x04
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1272
u16 subsystem_id; // 0x2e
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1273
u16 subsystem_vendor_id; // 0x2c
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1285
u16 msi_control; // 0x42
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1290
u16 msi_unused; // 0x4e
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1291
u16 msi_data; // 0x4c
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1293
u16 vpd_addr; // 0x52
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1300
u16 pcix_command; // 0x62
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1306
u16 vendor_id; // 0x00
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1307
u16 device_id; // 0x02
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1309
u16 command; // 0x04
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1310
u16 status; // 0x06
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1331
u16 subsystem_vendor_id; // 0x2c
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1332
u16 subsystem_id; // 0x2e
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1346
u16 msi_control; // 0x42
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1349
u16 msi_data; // 0x4c
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1350
u16 msi_unused; // 0x4e
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1354
u16 vpd_addr; // 0x52
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1361
u16 pcix_command; // 0x62
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
405
#define XGE_HAL_SPDM_MAX_ENTRIES(spdm_structure) (u16)(spdm_structure >> 48)
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
754
#define XGE_HAL_RING_BUMP_CNT(i, val) (u16)(val >> (48 - (16 * (i % 4))))
usr/src/uts/common/io/xge/hal/include/xgehal-ring.h
51
#define XGE_HAL_RXD_GET_L3_CKSUM(control_1) ((u16)(control_1>>16) & 0xFFFF)
usr/src/uts/common/io/xge/hal/include/xgehal-ring.h
52
#define XGE_HAL_RXD_GET_L4_CKSUM(control_1) ((u16)(control_1 & 0xFFFF))
usr/src/uts/common/io/xge/hal/include/xgehal-ring.h
55
#define XGE_HAL_RXD_SET_VLAN_TAG(control_2, val) control_2 |= (u16)val
usr/src/uts/common/io/xge/hal/include/xgehal-ring.h
56
#define XGE_HAL_RXD_GET_VLAN_TAG(control_2) ((u16)(control_2 & 0xFFFF))
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
483
u16 rmac_full_q0;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
484
u16 rmac_full_q1;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
485
u16 rmac_full_q2;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
486
u16 rmac_full_q3;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
487
u16 rmac_full_q4;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
488
u16 rmac_full_q5;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
489
u16 rmac_full_q6;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
490
u16 rmac_full_q7;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
656
u16 rmac_full_q3;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
657
u16 rmac_full_q2;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
658
u16 rmac_full_q1;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
659
u16 rmac_full_q0;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
660
u16 rmac_full_q7;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
661
u16 rmac_full_q6;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
662
u16 rmac_full_q5;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
663
u16 rmac_full_q4;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
854
u16 alarm_transceiver_temp_high;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
855
u16 alarm_transceiver_temp_low;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
856
u16 alarm_laser_bias_current_high;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
857
u16 alarm_laser_bias_current_low;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
858
u16 alarm_laser_output_power_high;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
859
u16 alarm_laser_output_power_low;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
860
u16 warn_transceiver_temp_high;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
861
u16 warn_transceiver_temp_low;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
862
u16 warn_laser_bias_current_high;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
863
u16 warn_laser_bias_current_low;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
864
u16 warn_laser_output_power_high;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
865
u16 warn_laser_output_power_low;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device-fp.c
743
__HAL_STATIC_CHANNEL __HAL_INLINE_CHANNEL u16
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device-fp.c
746
u16 ret;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device-fp.c
766
u16 i;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device-fp.c
801
u16 i;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device-fp.c
816
u16 tcp_hdr_len = tcp->doff_res >> 2; /* TCP header len */
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device-fp.c
817
u16 off = 20; /* Start of tcp options */
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device-fp.c
929
u16 i;
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
212
u16 device_id;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
2187
u16 cmd = 0;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
243
u16 subid;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
4428
u16 msi_control_reg;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
5143
u16 subsys_device;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
5144
u16 subsys_vendor;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
564
u16 cmd;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
565
u16 bus_master = 4;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
583
u16 cmd;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
584
u16 bus_master = 4;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
5889
u16 spdm_entry, u64 *spdm_line_val)
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
5925
__hal_get_free_spdm_entry(xge_hal_device_t *hldev, u16 *spdm_entry)
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
6071
xge_hal_ipaddr_t *dst_ip, u16 l4_sp, u16 l4_dp,
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
6082
u16 spdm_entry;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
6215
xge_hal_ipaddr_t *dst_ip, u16 l4_sp, u16 l4_dp,
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
6222
u16 spdm_entry;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
6228
u16 spdm_l4_sp;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
6229
u16 spdm_l4_dp;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
6355
spdm_l4_sp = (u16)(spdm_line_arr[0] >> 48);
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
6356
spdm_l4_dp = (u16)((spdm_line_arr[0] >> 32) & 0xffff);
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
6973
u16 bucket_size)
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo-fp.c
1130
xge_hal_fifo_dtr_vlan_set(xge_hal_dtr_h dtrh, u16 vlan_tag)
usr/src/uts/common/io/xge/hal/xgehal/xgehal-mgmt.c
1163
u16 data;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-mgmt.c
1203
data = (u16)XGE_HAL_MDIO_CONTROL_MMD_DATA_GET(val64);
usr/src/uts/common/io/xge/hal/xgehal/xgehal-mgmt.c
1246
u16
usr/src/uts/common/io/xge/hal/xgehal/xgehal-mgmt.c
1252
u16 rval16 = 0x0;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-mgmt.c
1294
rval16 = (u16)XGE_HAL_MDIO_CONTROL_MMD_DATA_GET(val64);
usr/src/uts/common/io/xge/hal/xgehal/xgehal-mgmt.c
1560
u16 val_1, val_2, i = 0;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-mgmt.c
1674
u16 val_1;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-mgmt.c
593
(u16*)value);
usr/src/uts/common/os/sunddi.c
312
uint16_t u16;
usr/src/uts/common/os/sunddi.c
333
peekpoke_value.u16 = *(uint16_t *)value_p;
usr/src/uts/common/os/sunddi.c
361
*(uint16_t *)value_p = peekpoke_value.u16;
usr/src/uts/common/sys/rsm/rsm_common.h
192
uint16_t u16[4];
usr/src/uts/common/sys/stream.h
356
uint16_t u16;
usr/src/uts/common/sys/stream.h
369
#define db_cksum16 db_struioun.cksum.cksum_val.u16
usr/src/uts/sun4u/io/pci/pci_tools.c
170
*value_p = (uint64_t)peek_value.u16;
usr/src/uts/sun4u/io/pci/pci_tools.c
209
poke_value.u16 = (uint16_t)value;
usr/src/uts/sun4u/io/pci/pci_tools.c
80
uint16_t u16;
usr/src/uts/sun4u/io/px/px_tools_4u.c
146
*value_p = (uint64_t)peek_value.u16;
usr/src/uts/sun4u/io/px/px_tools_4u.c
185
poke_value.u16 = (uint16_t)value;
usr/src/uts/sun4u/io/px/px_tools_4u.c
81
uint16_t u16;