Symbol: u8
lib/libc/citrus/citrus_lc_monetary.c
134
uint8_t u8;
lib/libc/citrus/citrus_lc_monetary.c
150
if (_db_lookup8_by_s(db, key->name, &u8, NULL))
lib/libc/citrus/citrus_lc_monetary.c
153
*p_char = (char)(unsigned char)u8;
lib/libm/ld128/e_lgammal_r.c
115
u8 = 6.46694052280506568192333848437585427e-02L,
lib/libm/ld128/e_lgammal_r.c
290
y*(u8+y*(u9+y*u10))))))))));
sbin/veriexecctl/veriexecctl.c
129
uint8_t u8;
sbin/veriexecctl/veriexecctl.c
137
prop_dictionary_get_uint8(qp, "entry-type", &u8);
sbin/veriexecctl/veriexecctl.c
139
flags2str(u8, buf, sizeof(buf));
sbin/veriexecctl/veriexecctl.c
141
prop_dictionary_get_uint8(qp, "status", &u8);
sbin/veriexecctl/veriexecctl.c
142
printf("Entry status: %s\n", STATUS_STRING(u8));
sbin/veriexecctl/veriexecctl.c
180
uint8_t u8;
sbin/veriexecctl/veriexecctl.c
193
prop_dictionary_get_uint8(entry, "entry-type", &u8);
sbin/veriexecctl/veriexecctl.c
194
flags2str(u8, flags, sizeof(flags));
sys/arch/evbppc/nintendo/dev/gxreg.h
117
volatile uint8_t u8;
sys/arch/evbppc/nintendo/dev/wiifb.c
379
GX_STRICT_ORDER(sc->sc_wgpipe->u8 = 0x61);
sys/arch/evbppc/nintendo/dev/wiifb.c
386
GX_STRICT_ORDER(sc->sc_wgpipe->u8 = 0x08);
sys/arch/evbppc/nintendo/dev/wiifb.c
387
GX_STRICT_ORDER(sc->sc_wgpipe->u8 = addr);
sys/arch/evbppc/nintendo/dev/wiifb.c
394
GX_STRICT_ORDER(sc->sc_wgpipe->u8 = 0x10);
sys/arch/evbppc/nintendo/dev/wiifb.c
405
GX_STRICT_ORDER(sc->sc_wgpipe->u8 = 0x10);
sys/dev/pci/cxgb/cxgb_adapter.h
511
void t3_os_set_hw_addr(adapter_t *adapter, int port_idx, u8 hw_addr[]);
sys/dev/pci/cxgb/cxgb_common.h
351
u8 sn[SERNUM_LEN + 1];
sys/dev/pci/cxgb/cxgb_common.h
352
u8 eth_base[6];
sys/dev/pci/cxgb/cxgb_common.h
353
u8 port_type[MAX_NPORTS];
sys/dev/pci/cxgb/cxgb_common.h
415
u8 proto;
sys/dev/pci/cxgb/cxgb_common.h
416
u8 proto_mask;
sys/dev/pci/cxgb/cxgb_common.h
670
int t3_check_tpsram(adapter_t *adapter, const u8 *tp_ram, unsigned int size);
sys/dev/pci/cxgb/cxgb_common.h
671
int t3_load_fw(adapter_t *adapter, const u8 *fw_data, unsigned int size);
sys/dev/pci/cxgb/cxgb_common.h
682
void t3_config_rss(adapter_t *adapter, unsigned int rss_config, const u8 *cpus,
sys/dev/pci/cxgb/cxgb_common.h
684
int t3_read_rss(adapter_t *adapter, u8 *lkup, u16 *map);
sys/dev/pci/cxgb/cxgb_common.h
685
int t3_set_proto_sram(adapter_t *adap, const u8 *data);
sys/dev/pci/cxgb/cxgb_common.h
701
int t3_mac_set_address(struct cmac *mac, unsigned int idx, u8 addr[6]);
sys/dev/pci/cxgb/cxgb_common.h
768
int t3_vsc7323_set_addr(adapter_t *adap, u8 addr[6], int port);
sys/dev/pci/cxgb/cxgb_jhash.h
42
const u8 *k = key;
sys/dev/pci/cxgb/cxgb_lro.c
134
u8 control_bits = *((u8 *)th + 13);
sys/dev/pci/cxgb/cxgb_main.c
947
t3_os_set_hw_addr(adapter_t *adapter, int port_idx, u8 hw_addr[])
sys/dev/pci/cxgb/cxgb_offload.c
1019
neigh_update_offload(struct neighbour *neigh, const u8 *lladdr,
sys/dev/pci/cxgb/cxgb_offload.c
1020
u8 new, u32 flags)
sys/dev/pci/cxgb/cxgb_t3_hw.c
1027
int t3_load_fw(adapter_t *adapter, const u8 *fw_data, unsigned int size)
sys/dev/pci/cxgb/cxgb_t3_hw.c
2297
void t3_config_rss(adapter_t *adapter, unsigned int rss_config, const u8 *cpus,
sys/dev/pci/cxgb/cxgb_t3_hw.c
2333
int t3_read_rss(adapter_t *adapter, u8 *lkup, u16 *map)
sys/dev/pci/cxgb/cxgb_t3_hw.c
2345
*lkup++ = (u8)val;
sys/dev/pci/cxgb/cxgb_t3_hw.c
2346
*lkup++ = (u8)(val >> 8);
sys/dev/pci/cxgb/cxgb_t3_hw.c
2923
int t3_set_proto_sram(adapter_t *adap, const u8 *data)
sys/dev/pci/cxgb/cxgb_t3_hw.c
3773
u8 hw_addr[6];
sys/dev/pci/cxgb/cxgb_t3_hw.c
503
u8 name##_kword[2]; u8 name##_len; char name##_data[len]
sys/dev/pci/cxgb/cxgb_t3_hw.c
510
u8 id_tag;
sys/dev/pci/cxgb/cxgb_t3_hw.c
511
u8 id_len[2];
sys/dev/pci/cxgb/cxgb_t3_hw.c
512
u8 id_data[16];
sys/dev/pci/cxgb/cxgb_t3_hw.c
513
u8 vpdr_tag;
sys/dev/pci/cxgb/cxgb_t3_hw.c
514
u8 vpdr_len[2];
sys/dev/pci/cxgb/cxgb_t3_hw.c
650
(u32 *)((u8 *)&vpd + i));
sys/dev/pci/cxgb/cxgb_t3_hw.c
667
p->port_type[0] = (u8)hex2int(vpd.port0_data[0]);
sys/dev/pci/cxgb/cxgb_t3_hw.c
668
p->port_type[1] = (u8)hex2int(vpd.port1_data[0]);
sys/dev/pci/cxgb/cxgb_t3_hw.c
669
p->port_type[2] = (u8)hex2int(vpd.port2_data[0]);
sys/dev/pci/cxgb/cxgb_t3_hw.c
670
p->port_type[3] = (u8)hex2int(vpd.port3_data[0]);
sys/dev/pci/cxgb/cxgb_t3_hw.c
825
unsigned int n, const u8 *data)
sys/dev/pci/cxgb/cxgb_t3_hw.c
857
if (memcmp(data - n, (u8 *)buf + offset, n))
sys/dev/pci/cxgb/cxgb_t3_hw.c
927
int t3_check_tpsram(adapter_t *adapter, const u8 *tp_sram, unsigned int size)
sys/dev/pci/cxgb/cxgb_vsc7323.c
235
int t3_vsc7323_set_addr(adapter_t *adap, u8 addr[6], int port)
sys/dev/pci/cxgb/cxgb_xgmac.c
227
static void set_addr_filter(struct cmac *mac, int idx, const u8 *addr)
sys/dev/pci/cxgb/cxgb_xgmac.c
240
int t3_mac_set_address(struct cmac *mac, unsigned int idx, u8 addr[6])
sys/dev/pci/cxgb/cxgb_xgmac.c
288
static int hash_hw_addr(const u8 *addr)
sys/dev/pci/cxgb/cxgb_xgmac.c
317
u8 *addr;
sys/dev/pci/if_mcx.c
3246
mcx_mix_u8(uint32_t xor, uint8_t u8)
sys/dev/pci/if_mcx.c
3248
xor ^= u8;
sys/dev/pci/igc/igc_defines.h
1278
(u8)((invm_dword) & 0x7)
sys/dev/pci/igc/igc_defines.h
1280
(u8)(((invm_dword) & 0x0000FE00) >> 9)
sys/dev/pci/ixgbe/if_bypass.c
581
u8 data;
sys/dev/pci/ixgbe/if_bypass.c
665
u8 action = eeprom[count].actions & BYPASS_LOG_ACTION_M;
sys/dev/pci/ixgbe/ix_txrx.c
2228
u8 errors = (u8)(staterr >> 24);
sys/dev/pci/ixgbe/ix_txrx.c
847
u8 ipproto = 0;
sys/dev/pci/ixgbe/ixgbe.c
222
static void ixgbe_set_ivar(struct ixgbe_softc *, u8, u8, s8);
sys/dev/pci/ixgbe/ixgbe.c
224
static u8 * ixgbe_mc_array_itr(struct ixgbe_hw *, u8 **, u32 *);
sys/dev/pci/ixgbe/ixgbe.c
4335
ixgbe_set_ivar(struct ixgbe_softc *sc, u8 entry, u8 vector, s8 type)
sys/dev/pci/ixgbe/ixgbe.c
4521
u8 *update_ptr;
sys/dev/pci/ixgbe/ixgbe.c
4563
update_ptr = (u8 *)mta;
sys/dev/pci/ixgbe/ixgbe.c
4579
static u8 *
sys/dev/pci/ixgbe/ixgbe.c
4580
ixgbe_mc_array_itr(struct ixgbe_hw *hw, u8 **update_ptr, u32 *vmdq)
sys/dev/pci/ixgbe/ixgbe.c
4587
*update_ptr = (u8*)(mta + 1);
sys/dev/pci/ixgbe/ixgbe.h
276
u8 dev_addr;
sys/dev/pci/ixgbe/ixgbe.h
277
u8 offset;
sys/dev/pci/ixgbe/ixgbe.h
278
u8 len;
sys/dev/pci/ixgbe/ixgbe.h
279
u8 data[8];
sys/dev/pci/ixgbe/ixgbe.h
316
u8 addr[IXGBE_ETH_LENGTH_OF_ADDRESS];
sys/dev/pci/ixgbe/ixgbe.h
328
u8 me;
sys/dev/pci/ixgbe/ixgbe.h
360
u8 me;
sys/dev/pci/ixgbe/ixgbe.h
410
u8 me;
sys/dev/pci/ixgbe/ixgbe.h
726
ixv_check_ether_addr(u8 *addr)
sys/dev/pci/ixgbe/ixgbe_82598.c
1084
s32 ixgbe_read_analog_reg8_82598(struct ixgbe_hw *hw, u32 reg, u8 *val)
sys/dev/pci/ixgbe/ixgbe_82598.c
1095
*val = (u8)atlas_ctl;
sys/dev/pci/ixgbe/ixgbe_82598.c
1108
s32 ixgbe_write_analog_reg8_82598(struct ixgbe_hw *hw, u32 reg, u8 val)
sys/dev/pci/ixgbe/ixgbe_82598.c
1131
static s32 ixgbe_read_i2c_phy_82598(struct ixgbe_hw *hw, u8 dev_addr,
sys/dev/pci/ixgbe/ixgbe_82598.c
1132
u8 byte_offset, u8 *eeprom_data)
sys/dev/pci/ixgbe/ixgbe_82598.c
1186
*eeprom_data = (u8)(sfp_data >> 8);
sys/dev/pci/ixgbe/ixgbe_82598.c
1204
s32 ixgbe_read_i2c_eeprom_82598(struct ixgbe_hw *hw, u8 byte_offset,
sys/dev/pci/ixgbe/ixgbe_82598.c
1205
u8 *eeprom_data)
sys/dev/pci/ixgbe/ixgbe_82598.c
1219
static s32 ixgbe_read_i2c_sff8472_82598(struct ixgbe_hw *hw, u8 byte_offset,
sys/dev/pci/ixgbe/ixgbe_82598.c
1220
u8 *sff8472_data)
sys/dev/pci/ixgbe/ixgbe_82598.c
1403
u8 i = 0;
sys/dev/pci/ixgbe/ixgbe_82598.c
74
static s32 ixgbe_read_i2c_sff8472_82598(struct ixgbe_hw *hw, u8 byte_offset,
sys/dev/pci/ixgbe/ixgbe_82598.c
75
u8 *sff8472_data);
sys/dev/pci/ixgbe/ixgbe_82598.c
824
u8 analog_val;
sys/dev/pci/ixgbe/ixgbe_82598.h
48
s32 ixgbe_read_analog_reg8_82598(struct ixgbe_hw *hw, u32 reg, u8 *val);
sys/dev/pci/ixgbe/ixgbe_82598.h
49
s32 ixgbe_write_analog_reg8_82598(struct ixgbe_hw *hw, u32 reg, u8 val);
sys/dev/pci/ixgbe/ixgbe_82598.h
50
s32 ixgbe_read_i2c_eeprom_82598(struct ixgbe_hw *hw, u8 byte_offset,
sys/dev/pci/ixgbe/ixgbe_82598.h
51
u8 *eeprom_data);
sys/dev/pci/ixgbe/ixgbe_82599.c
1429
void ixgbe_set_fdir_drop_queue_82599(struct ixgbe_hw *hw, u8 dropqueue)
sys/dev/pci/ixgbe/ixgbe_82599.c
1562
u8 queue)
sys/dev/pci/ixgbe/ixgbe_82599.c
1565
u8 flow_type;
sys/dev/pci/ixgbe/ixgbe_82599.c
1897
u16 soft_id, u8 queue, bool cloud_mode)
sys/dev/pci/ixgbe/ixgbe_82599.c
2036
u16 soft_id, u8 queue, bool cloud_mode)
sys/dev/pci/ixgbe/ixgbe_82599.c
2096
s32 ixgbe_read_analog_reg8_82599(struct ixgbe_hw *hw, u32 reg, u8 *val)
sys/dev/pci/ixgbe/ixgbe_82599.c
2107
*val = (u8)core_ctl;
sys/dev/pci/ixgbe/ixgbe_82599.c
2120
s32 ixgbe_write_analog_reg8_82599(struct ixgbe_hw *hw, u32 reg, u8 val)
sys/dev/pci/ixgbe/ixgbe_82599.c
2553
static s32 ixgbe_read_i2c_byte_82599(struct ixgbe_hw *hw, u8 byte_offset,
sys/dev/pci/ixgbe/ixgbe_82599.c
2554
u8 dev_addr, u8 *data)
sys/dev/pci/ixgbe/ixgbe_82599.c
2611
static s32 ixgbe_write_i2c_byte_82599(struct ixgbe_hw *hw, u8 byte_offset,
sys/dev/pci/ixgbe/ixgbe_82599.c
2612
u8 dev_addr, u8 data)
sys/dev/pci/ixgbe/ixgbe_82599.c
63
static s32 ixgbe_read_i2c_byte_82599(struct ixgbe_hw *hw, u8 byte_offset,
sys/dev/pci/ixgbe/ixgbe_82599.c
64
u8 dev_addr, u8 *data);
sys/dev/pci/ixgbe/ixgbe_82599.c
65
static s32 ixgbe_write_i2c_byte_82599(struct ixgbe_hw *hw, u8 byte_offset,
sys/dev/pci/ixgbe/ixgbe_82599.c
66
u8 dev_addr, u8 data);
sys/dev/pci/ixgbe/ixgbe_82599.h
59
s32 ixgbe_read_analog_reg8_82599(struct ixgbe_hw *hw, u32 reg, u8 *val);
sys/dev/pci/ixgbe/ixgbe_82599.h
60
s32 ixgbe_write_analog_reg8_82599(struct ixgbe_hw *hw, u32 reg, u8 val);
sys/dev/pci/ixgbe/ixgbe_api.c
1007
s32 ixgbe_update_uc_addr_list(struct ixgbe_hw *hw, u8 *addr_list,
sys/dev/pci/ixgbe/ixgbe_api.c
1028
s32 ixgbe_update_mc_addr_list(struct ixgbe_hw *hw, u8 *mc_addr_list,
sys/dev/pci/ixgbe/ixgbe_api.c
1158
s32 ixgbe_set_fw_drv_ver(struct ixgbe_hw *hw, u8 maj, u8 minr, u8 build,
sys/dev/pci/ixgbe/ixgbe_api.c
1159
u8 ver, u16 len, char *driver_ver)
sys/dev/pci/ixgbe/ixgbe_api.c
1424
s32 ixgbe_bypass_rd_eep(struct ixgbe_hw *hw, u32 addr, u8 *value)
sys/dev/pci/ixgbe/ixgbe_api.c
1438
s32 ixgbe_read_analog_reg8(struct ixgbe_hw *hw, u32 reg, u8 *val)
sys/dev/pci/ixgbe/ixgbe_api.c
1452
s32 ixgbe_write_analog_reg8(struct ixgbe_hw *hw, u32 reg, u8 val)
sys/dev/pci/ixgbe/ixgbe_api.c
1480
s32 ixgbe_read_i2c_byte(struct ixgbe_hw *hw, u8 byte_offset, u8 dev_addr,
sys/dev/pci/ixgbe/ixgbe_api.c
1481
u8 *data)
sys/dev/pci/ixgbe/ixgbe_api.c
1496
s32 ixgbe_read_i2c_byte_unlocked(struct ixgbe_hw *hw, u8 byte_offset,
sys/dev/pci/ixgbe/ixgbe_api.c
1497
u8 dev_addr, u8 *data)
sys/dev/pci/ixgbe/ixgbe_api.c
1513
s32 ixgbe_read_link(struct ixgbe_hw *hw, u8 addr, u16 reg, u16 *val)
sys/dev/pci/ixgbe/ixgbe_api.c
1528
s32 ixgbe_read_link_unlocked(struct ixgbe_hw *hw, u8 addr, u16 reg, u16 *val)
sys/dev/pci/ixgbe/ixgbe_api.c
1544
s32 ixgbe_write_i2c_byte(struct ixgbe_hw *hw, u8 byte_offset, u8 dev_addr,
sys/dev/pci/ixgbe/ixgbe_api.c
1545
u8 data)
sys/dev/pci/ixgbe/ixgbe_api.c
1561
s32 ixgbe_write_i2c_byte_unlocked(struct ixgbe_hw *hw, u8 byte_offset,
sys/dev/pci/ixgbe/ixgbe_api.c
1562
u8 dev_addr, u8 data)
sys/dev/pci/ixgbe/ixgbe_api.c
1578
s32 ixgbe_write_link(struct ixgbe_hw *hw, u8 addr, u16 reg, u16 val)
sys/dev/pci/ixgbe/ixgbe_api.c
1593
s32 ixgbe_write_link_unlocked(struct ixgbe_hw *hw, u8 addr, u16 reg, u16 val)
sys/dev/pci/ixgbe/ixgbe_api.c
1608
u8 byte_offset, u8 eeprom_data)
sys/dev/pci/ixgbe/ixgbe_api.c
1623
s32 ixgbe_read_i2c_eeprom(struct ixgbe_hw *hw, u8 byte_offset, u8 *eeprom_data)
sys/dev/pci/ixgbe/ixgbe_api.c
321
s32 ixgbe_get_mac_addr(struct ixgbe_hw *hw, u8 *mac_addr)
sys/dev/pci/ixgbe/ixgbe_api.c
335
s32 ixgbe_get_san_mac_addr(struct ixgbe_hw *hw, u8 *san_mac_addr)
sys/dev/pci/ixgbe/ixgbe_api.c
348
s32 ixgbe_set_san_mac_addr(struct ixgbe_hw *hw, u8 *san_mac_addr)
sys/dev/pci/ixgbe/ixgbe_api.c
455
s32 ixgbe_read_pba_string(struct ixgbe_hw *hw, u8 *pba_num, u32 pba_num_size)
sys/dev/pci/ixgbe/ixgbe_api.c
73
void ixgbe_dcb_get_rtrup2tc(struct ixgbe_hw *hw, u8 *map)
sys/dev/pci/ixgbe/ixgbe_api.c
900
s32 ixgbe_insert_mac_addr(struct ixgbe_hw *hw, u8 *addr, u32 vmdq)
sys/dev/pci/ixgbe/ixgbe_api.c
917
s32 ixgbe_set_rar(struct ixgbe_hw *hw, u32 index, u8 *addr, u32 vmdq,
sys/dev/pci/ixgbe/ixgbe_api.h
113
s32 ixgbe_insert_mac_addr(struct ixgbe_hw *hw, u8 *addr, u32 vmdq);
sys/dev/pci/ixgbe/ixgbe_api.h
114
s32 ixgbe_set_rar(struct ixgbe_hw *hw, u32 index, u8 *addr, u32 vmdq,
sys/dev/pci/ixgbe/ixgbe_api.h
122
s32 ixgbe_update_uc_addr_list(struct ixgbe_hw *hw, u8 *addr_list,
sys/dev/pci/ixgbe/ixgbe_api.h
124
s32 ixgbe_update_mc_addr_list(struct ixgbe_hw *hw, u8 *mc_addr_list,
sys/dev/pci/ixgbe/ixgbe_api.h
127
void ixgbe_add_uc_addr(struct ixgbe_hw *hw, u8 *addr_list, u32 vmdq);
sys/dev/pci/ixgbe/ixgbe_api.h
139
s32 ixgbe_set_fw_drv_ver(struct ixgbe_hw *hw, u8 maj, u8 min, u8 build,
sys/dev/pci/ixgbe/ixgbe_api.h
140
u8 ver, u16 len, char *driver_ver);
sys/dev/pci/ixgbe/ixgbe_api.h
141
void ixgbe_set_mta(struct ixgbe_hw *hw, u8 *mc_addr);
sys/dev/pci/ixgbe/ixgbe_api.h
144
s32 ixgbe_read_analog_reg8(struct ixgbe_hw *hw, u32 reg, u8 *val);
sys/dev/pci/ixgbe/ixgbe_api.h
145
s32 ixgbe_write_analog_reg8(struct ixgbe_hw *hw, u32 reg, u8 val);
sys/dev/pci/ixgbe/ixgbe_api.h
147
s32 ixgbe_read_i2c_eeprom(struct ixgbe_hw *hw, u8 byte_offset, u8 *eeprom_data);
sys/dev/pci/ixgbe/ixgbe_api.h
160
u8 queue);
sys/dev/pci/ixgbe/ixgbe_api.h
165
u16 soft_id, u8 queue, bool cloud_mode);
sys/dev/pci/ixgbe/ixgbe_api.h
173
u8 queue,
sys/dev/pci/ixgbe/ixgbe_api.h
180
s32 ixgbe_read_i2c_byte(struct ixgbe_hw *hw, u8 byte_offset, u8 dev_addr,
sys/dev/pci/ixgbe/ixgbe_api.h
181
u8 *data);
sys/dev/pci/ixgbe/ixgbe_api.h
182
s32 ixgbe_read_i2c_byte_unlocked(struct ixgbe_hw *hw, u8 byte_offset,
sys/dev/pci/ixgbe/ixgbe_api.h
183
u8 dev_addr, u8 *data);
sys/dev/pci/ixgbe/ixgbe_api.h
184
s32 ixgbe_read_link(struct ixgbe_hw *hw, u8 addr, u16 reg, u16 *val);
sys/dev/pci/ixgbe/ixgbe_api.h
185
s32 ixgbe_read_link_unlocked(struct ixgbe_hw *hw, u8 addr, u16 reg, u16 *val);
sys/dev/pci/ixgbe/ixgbe_api.h
186
s32 ixgbe_write_i2c_byte(struct ixgbe_hw *hw, u8 byte_offset, u8 dev_addr,
sys/dev/pci/ixgbe/ixgbe_api.h
187
u8 data);
sys/dev/pci/ixgbe/ixgbe_api.h
188
void ixgbe_set_fdir_drop_queue_82599(struct ixgbe_hw *hw, u8 dropqueue);
sys/dev/pci/ixgbe/ixgbe_api.h
189
s32 ixgbe_write_i2c_byte_unlocked(struct ixgbe_hw *hw, u8 byte_offset,
sys/dev/pci/ixgbe/ixgbe_api.h
190
u8 dev_addr, u8 data);
sys/dev/pci/ixgbe/ixgbe_api.h
191
s32 ixgbe_write_link(struct ixgbe_hw *hw, u8 addr, u16 reg, u16 val);
sys/dev/pci/ixgbe/ixgbe_api.h
192
s32 ixgbe_write_link_unlocked(struct ixgbe_hw *hw, u8 addr, u16 reg, u16 val);
sys/dev/pci/ixgbe/ixgbe_api.h
193
s32 ixgbe_write_i2c_eeprom(struct ixgbe_hw *hw, u8 byte_offset, u8 eeprom_data);
sys/dev/pci/ixgbe/ixgbe_api.h
194
s32 ixgbe_get_san_mac_addr(struct ixgbe_hw *hw, u8 *san_mac_addr);
sys/dev/pci/ixgbe/ixgbe_api.h
195
s32 ixgbe_set_san_mac_addr(struct ixgbe_hw *hw, u8 *san_mac_addr);
sys/dev/pci/ixgbe/ixgbe_api.h
205
s32 ixgbe_bypass_rd_eep(struct ixgbe_hw *hw, u32 addr, u8 *value);
sys/dev/pci/ixgbe/ixgbe_api.h
43
void ixgbe_dcb_get_rtrup2tc(struct ixgbe_hw *hw, u8 *map);
sys/dev/pci/ixgbe/ixgbe_api.h
62
s32 ixgbe_get_mac_addr(struct ixgbe_hw *hw, u8 *mac_addr);
sys/dev/pci/ixgbe/ixgbe_api.h
68
s32 ixgbe_read_pba_string(struct ixgbe_hw *hw, u8 *pba_num, u32 pba_num_size);
sys/dev/pci/ixgbe/ixgbe_common.c
1093
bus->lan_id = (u8)bus->func;
sys/dev/pci/ixgbe/ixgbe_common.c
1193
u8 i;
sys/dev/pci/ixgbe/ixgbe_common.c
1395
u8 write_opcode = IXGBE_EEPROM_WRITE_OPCODE_SPI;
sys/dev/pci/ixgbe/ixgbe_common.c
1552
u8 read_opcode = IXGBE_EEPROM_READ_OPCODE_SPI;
sys/dev/pci/ixgbe/ixgbe_common.c
2010
u8 spi_stat_reg;
sys/dev/pci/ixgbe/ixgbe_common.c
2023
spi_stat_reg = (u8)ixgbe_shift_in_eeprom_bits(hw, 8);
sys/dev/pci/ixgbe/ixgbe_common.c
2380
s32 ixgbe_validate_mac_addr(u8 *mac_addr)
sys/dev/pci/ixgbe/ixgbe_common.c
2410
s32 ixgbe_set_rar_generic(struct ixgbe_hw *hw, u32 index, u8 *addr, u32 vmdq,
sys/dev/pci/ixgbe/ixgbe_common.c
2569
void ixgbe_add_uc_addr(struct ixgbe_hw *hw, u8 *addr, u32 vmdq)
sys/dev/pci/ixgbe/ixgbe_common.c
2609
s32 ixgbe_update_uc_addr_list_generic(struct ixgbe_hw *hw, u8 *addr_list,
sys/dev/pci/ixgbe/ixgbe_common.c
2612
u8 *addr;
sys/dev/pci/ixgbe/ixgbe_common.c
2677
static s32 ixgbe_mta_vector(struct ixgbe_hw *hw, u8 *mc_addr)
sys/dev/pci/ixgbe/ixgbe_common.c
2714
void ixgbe_set_mta(struct ixgbe_hw *hw, u8 *mc_addr)
sys/dev/pci/ixgbe/ixgbe_common.c
2752
s32 ixgbe_update_mc_addr_list_generic(struct ixgbe_hw *hw, u8 *mc_addr_list,
sys/dev/pci/ixgbe/ixgbe_common.c
3611
s32 ixgbe_get_san_mac_addr_generic(struct ixgbe_hw *hw, u8 *san_mac_addr)
sys/dev/pci/ixgbe/ixgbe_common.c
3614
u8 i;
sys/dev/pci/ixgbe/ixgbe_common.c
3641
san_mac_addr[i * 2] = (u8)(san_mac_data);
sys/dev/pci/ixgbe/ixgbe_common.c
3642
san_mac_addr[i * 2 + 1] = (u8)(san_mac_data >> 8);
sys/dev/pci/ixgbe/ixgbe_common.c
3664
s32 ixgbe_set_san_mac_addr_generic(struct ixgbe_hw *hw, u8 *san_mac_addr)
sys/dev/pci/ixgbe/ixgbe_common.c
3668
u8 i;
sys/dev/pci/ixgbe/ixgbe_common.c
3747
s32 ixgbe_insert_mac_addr_generic(struct ixgbe_hw *hw, u8 *addr, u32 vmdq)
sys/dev/pci/ixgbe/ixgbe_common.c
4174
u8 queue_count, i;
sys/dev/pci/ixgbe/ixgbe_common.c
4556
u8 ixgbe_calculate_checksum(u8 *buffer, u32 length)
sys/dev/pci/ixgbe/ixgbe_common.c
4559
u8 sum = 0;
sys/dev/pci/ixgbe/ixgbe_common.c
4569
return (u8) (0 - sum);
sys/dev/pci/ixgbe/ixgbe_common.c
4766
s32 ixgbe_set_fw_drv_ver_generic(struct ixgbe_hw *hw, u8 maj, u8 minr,
sys/dev/pci/ixgbe/ixgbe_common.c
4767
u8 build, u8 sub, u16 len,
sys/dev/pci/ixgbe/ixgbe_common.c
4780
fw_cmd.port_num = (u8)hw->bus.func;
sys/dev/pci/ixgbe/ixgbe_common.c
4788
fw_cmd.hdr.checksum = ixgbe_calculate_checksum((u8 *)&fw_cmd,
sys/dev/pci/ixgbe/ixgbe_common.c
5151
s32 ixgbe_bypass_rd_eep_generic(struct ixgbe_hw *hw, u32 addr, u8 *value)
sys/dev/pci/ixgbe/ixgbe_common.c
5295
void ixgbe_dcb_get_rtrup2tc_generic(struct ixgbe_hw *hw, u8 *map)
sys/dev/pci/ixgbe/ixgbe_common.c
5553
u8 rs, eeprom_data;
sys/dev/pci/ixgbe/ixgbe_common.c
59
static s32 ixgbe_mta_vector(struct ixgbe_hw *hw, u8 *mc_addr);
sys/dev/pci/ixgbe/ixgbe_common.c
649
s32 ixgbe_read_pba_string_generic(struct ixgbe_hw *hw, u8 *pba_num,
sys/dev/pci/ixgbe/ixgbe_common.c
744
pba_num[offset * 2] = (u8)(data >> 8);
sys/dev/pci/ixgbe/ixgbe_common.c
745
pba_num[(offset * 2) + 1] = (u8)(data & 0xFF);
sys/dev/pci/ixgbe/ixgbe_common.c
984
s32 ixgbe_get_mac_addr_generic(struct ixgbe_hw *hw, u8 *mac_addr)
sys/dev/pci/ixgbe/ixgbe_common.c
996
mac_addr[i] = (u8)(rar_low >> (i*8));
sys/dev/pci/ixgbe/ixgbe_common.c
999
mac_addr[i+4] = (u8)(rar_high >> (i*8));
sys/dev/pci/ixgbe/ixgbe_common.h
101
s32 ixgbe_set_rar_generic(struct ixgbe_hw *hw, u32 index, u8 *addr, u32 vmdq,
sys/dev/pci/ixgbe/ixgbe_common.h
105
s32 ixgbe_update_mc_addr_list_generic(struct ixgbe_hw *hw, u8 *mc_addr_list,
sys/dev/pci/ixgbe/ixgbe_common.h
108
s32 ixgbe_update_uc_addr_list_generic(struct ixgbe_hw *hw, u8 *addr_list,
sys/dev/pci/ixgbe/ixgbe_common.h
121
s32 ixgbe_validate_mac_addr(u8 *mac_addr);
sys/dev/pci/ixgbe/ixgbe_common.h
132
s32 ixgbe_get_san_mac_addr_generic(struct ixgbe_hw *hw, u8 *san_mac_addr);
sys/dev/pci/ixgbe/ixgbe_common.h
133
s32 ixgbe_set_san_mac_addr_generic(struct ixgbe_hw *hw, u8 *san_mac_addr);
sys/dev/pci/ixgbe/ixgbe_common.h
138
s32 ixgbe_insert_mac_addr_generic(struct ixgbe_hw *hw, u8 *addr, u32 vmdq);
sys/dev/pci/ixgbe/ixgbe_common.h
163
s32 ixgbe_set_fw_drv_ver_generic(struct ixgbe_hw *hw, u8 maj, u8 min,
sys/dev/pci/ixgbe/ixgbe_common.h
164
u8 build, u8 ver, u16 len, const char *str);
sys/dev/pci/ixgbe/ixgbe_common.h
165
u8 ixgbe_calculate_checksum(u8 *buffer, u32 length);
sys/dev/pci/ixgbe/ixgbe_common.h
177
s32 ixgbe_bypass_rd_eep_generic(struct ixgbe_hw *hw, u32 addr, u8 *value);
sys/dev/pci/ixgbe/ixgbe_common.h
53
void ixgbe_dcb_get_rtrup2tc_generic(struct ixgbe_hw *hw, u8 *map);
sys/dev/pci/ixgbe/ixgbe_common.h
62
s32 ixgbe_read_pba_string_generic(struct ixgbe_hw *hw, u8 *pba_num,
sys/dev/pci/ixgbe/ixgbe_common.h
71
s32 ixgbe_get_mac_addr_generic(struct ixgbe_hw *hw, u8 *mac_addr);
sys/dev/pci/ixgbe/ixgbe_dcb.c
100
u32 max_frame_size, u8 direction)
sys/dev/pci/ixgbe/ixgbe_dcb.c
111
u8 bw_percent = 0;
sys/dev/pci/ixgbe/ixgbe_dcb.c
112
u8 i;
sys/dev/pci/ixgbe/ixgbe_dcb.c
156
p->link_percent = (u8)link_percentage;
sys/dev/pci/ixgbe/ixgbe_dcb.c
213
void ixgbe_dcb_unpack_pfc_cee(struct ixgbe_dcb_config *cfg, u8 *map, u8 *pfc_up)
sys/dev/pci/ixgbe/ixgbe_dcb.c
248
u8 *bwgid)
sys/dev/pci/ixgbe/ixgbe_dcb.c
258
u8 *tsa)
sys/dev/pci/ixgbe/ixgbe_dcb.c
267
u8 ixgbe_dcb_get_tc_from_up(struct ixgbe_dcb_config *cfg, int direction, u8 up)
sys/dev/pci/ixgbe/ixgbe_dcb.c
270
u8 prio_mask = 1 << up;
sys/dev/pci/ixgbe/ixgbe_dcb.c
271
u8 tc = cfg->num_tcs.pg_tcs;
sys/dev/pci/ixgbe/ixgbe_dcb.c
291
u8 *map)
sys/dev/pci/ixgbe/ixgbe_dcb.c
293
u8 up;
sys/dev/pci/ixgbe/ixgbe_dcb.c
317
u8 i, j, bw = 0, bw_id;
sys/dev/pci/ixgbe/ixgbe_dcb.c
318
u8 bw_sum[2][IXGBE_DCB_MAX_BW_GROUP];
sys/dev/pci/ixgbe/ixgbe_dcb.c
403
u8 tc_count)
sys/dev/pci/ixgbe/ixgbe_dcb.c
432
u8 tc_count)
sys/dev/pci/ixgbe/ixgbe_dcb.c
463
u8 tsa[IXGBE_DCB_MAX_TRAFFIC_CLASS] = { 0 };
sys/dev/pci/ixgbe/ixgbe_dcb.c
464
u8 bwgid[IXGBE_DCB_MAX_TRAFFIC_CLASS] = { 0 };
sys/dev/pci/ixgbe/ixgbe_dcb.c
465
u8 map[IXGBE_DCB_MAX_USER_PRIORITY] = { 0 };
sys/dev/pci/ixgbe/ixgbe_dcb.c
504
u8 tsa[IXGBE_DCB_MAX_TRAFFIC_CLASS];
sys/dev/pci/ixgbe/ixgbe_dcb.c
505
u8 bwgid[IXGBE_DCB_MAX_TRAFFIC_CLASS];
sys/dev/pci/ixgbe/ixgbe_dcb.c
544
u8 tsa[IXGBE_DCB_MAX_TRAFFIC_CLASS];
sys/dev/pci/ixgbe/ixgbe_dcb.c
545
u8 bwgid[IXGBE_DCB_MAX_TRAFFIC_CLASS];
sys/dev/pci/ixgbe/ixgbe_dcb.c
546
u8 map[IXGBE_DCB_MAX_USER_PRIORITY] = { 0 };
sys/dev/pci/ixgbe/ixgbe_dcb.c
56
s32 ixgbe_dcb_calculate_tc_credits(u8 *bw, u16 *refill, u16 *max,
sys/dev/pci/ixgbe/ixgbe_dcb.c
587
u8 pfc_en;
sys/dev/pci/ixgbe/ixgbe_dcb.c
588
u8 map[IXGBE_DCB_MAX_USER_PRIORITY] = { 0 };
sys/dev/pci/ixgbe/ixgbe_dcb.c
648
u8 pfc_en;
sys/dev/pci/ixgbe/ixgbe_dcb.c
649
u8 tsa[IXGBE_DCB_MAX_TRAFFIC_CLASS];
sys/dev/pci/ixgbe/ixgbe_dcb.c
650
u8 bwgid[IXGBE_DCB_MAX_TRAFFIC_CLASS];
sys/dev/pci/ixgbe/ixgbe_dcb.c
651
u8 map[IXGBE_DCB_MAX_USER_PRIORITY] = { 0 };
sys/dev/pci/ixgbe/ixgbe_dcb.c
695
s32 ixgbe_dcb_config_pfc(struct ixgbe_hw *hw, u8 pfc_en, u8 *map)
sys/dev/pci/ixgbe/ixgbe_dcb.c
717
u8 *bwg_id, u8 *tsa, u8 *map)
sys/dev/pci/ixgbe/ixgbe_dcb.h
108
u8 tc; /* Traffic class (TC) */
sys/dev/pci/ixgbe/ixgbe_dcb.h
119
u8 pg_tcs;
sys/dev/pci/ixgbe/ixgbe_dcb.h
120
u8 pfc_tcs;
sys/dev/pci/ixgbe/ixgbe_dcb.h
127
u8 bw_percentage[2][IXGBE_DCB_MAX_BW_GROUP]; /* One each for Tx/Rx */
sys/dev/pci/ixgbe/ixgbe_dcb.h
144
s32 ixgbe_dcb_calculate_tc_credits(u8 *, u16 *, u16 *, int);
sys/dev/pci/ixgbe/ixgbe_dcb.h
146
struct ixgbe_dcb_config *, u32, u8);
sys/dev/pci/ixgbe/ixgbe_dcb.h
149
s32 ixgbe_dcb_config_pfc(struct ixgbe_hw *, u8, u8 *);
sys/dev/pci/ixgbe/ixgbe_dcb.h
154
s32 ixgbe_dcb_get_tc_stats(struct ixgbe_hw *, struct ixgbe_hw_stats *, u8);
sys/dev/pci/ixgbe/ixgbe_dcb.h
155
s32 ixgbe_dcb_get_pfc_stats(struct ixgbe_hw *, struct ixgbe_hw_stats *, u8);
sys/dev/pci/ixgbe/ixgbe_dcb.h
166
void ixgbe_dcb_unpack_pfc_cee(struct ixgbe_dcb_config *, u8 *, u8 *);
sys/dev/pci/ixgbe/ixgbe_dcb.h
169
void ixgbe_dcb_unpack_bwgid_cee(struct ixgbe_dcb_config *, int, u8 *);
sys/dev/pci/ixgbe/ixgbe_dcb.h
170
void ixgbe_dcb_unpack_tsa_cee(struct ixgbe_dcb_config *, int, u8 *);
sys/dev/pci/ixgbe/ixgbe_dcb.h
171
void ixgbe_dcb_unpack_map_cee(struct ixgbe_dcb_config *, int, u8 *);
sys/dev/pci/ixgbe/ixgbe_dcb.h
172
u8 ixgbe_dcb_get_tc_from_up(struct ixgbe_dcb_config *, int, u8);
sys/dev/pci/ixgbe/ixgbe_dcb.h
175
s32 ixgbe_dcb_hw_config(struct ixgbe_hw *, u16 *, u16 *, u8 *, u8 *, u8 *);
sys/dev/pci/ixgbe/ixgbe_dcb.h
73
u8 traffic_classes;
sys/dev/pci/ixgbe/ixgbe_dcb.h
74
u8 pfc_traffic_classes;
sys/dev/pci/ixgbe/ixgbe_dcb.h
85
u8 bwg_id; /* Bandwidth Group (BWG) ID */
sys/dev/pci/ixgbe/ixgbe_dcb.h
86
u8 bwg_percent; /* % of BWG's bandwidth */
sys/dev/pci/ixgbe/ixgbe_dcb.h
87
u8 link_percent; /* % of link bandwidth */
sys/dev/pci/ixgbe/ixgbe_dcb.h
88
u8 up_to_tc_bitmap; /* User Priority to Traffic Class mapping */
sys/dev/pci/ixgbe/ixgbe_dcb_82598.c
117
u16 *max, u8 *tsa)
sys/dev/pci/ixgbe/ixgbe_dcb_82598.c
122
u8 i = 0;
sys/dev/pci/ixgbe/ixgbe_dcb_82598.c
175
u16 *refill, u16 *max, u8 *bwg_id,
sys/dev/pci/ixgbe/ixgbe_dcb_82598.c
176
u8 *tsa)
sys/dev/pci/ixgbe/ixgbe_dcb_82598.c
179
u8 i;
sys/dev/pci/ixgbe/ixgbe_dcb_82598.c
222
u16 *refill, u16 *max, u8 *bwg_id,
sys/dev/pci/ixgbe/ixgbe_dcb_82598.c
223
u8 *tsa)
sys/dev/pci/ixgbe/ixgbe_dcb_82598.c
226
u8 i;
sys/dev/pci/ixgbe/ixgbe_dcb_82598.c
266
s32 ixgbe_dcb_config_pfc_82598(struct ixgbe_hw *hw, u8 pfc_en)
sys/dev/pci/ixgbe/ixgbe_dcb_82598.c
269
u8 i;
sys/dev/pci/ixgbe/ixgbe_dcb_82598.c
321
u8 i = 0;
sys/dev/pci/ixgbe/ixgbe_dcb_82598.c
322
u8 j = 0;
sys/dev/pci/ixgbe/ixgbe_dcb_82598.c
355
u16 *refill, u16 *max, u8 *bwg_id,
sys/dev/pci/ixgbe/ixgbe_dcb_82598.c
356
u8 *tsa)
sys/dev/pci/ixgbe/ixgbe_dcb_82598.c
54
u8 tc_count)
sys/dev/pci/ixgbe/ixgbe_dcb_82598.c
88
u8 tc_count)
sys/dev/pci/ixgbe/ixgbe_dcb_82598.h
102
s32 ixgbe_dcb_hw_config_82598(struct ixgbe_hw *, int, u16 *, u16 *, u8 *, u8 *);
sys/dev/pci/ixgbe/ixgbe_dcb_82598.h
85
s32 ixgbe_dcb_config_pfc_82598(struct ixgbe_hw *, u8);
sys/dev/pci/ixgbe/ixgbe_dcb_82598.h
90
struct ixgbe_hw_stats *, u8);
sys/dev/pci/ixgbe/ixgbe_dcb_82598.h
92
struct ixgbe_hw_stats *, u8);
sys/dev/pci/ixgbe/ixgbe_dcb_82598.h
96
u8 *, u8 *);
sys/dev/pci/ixgbe/ixgbe_dcb_82598.h
98
u8 *, u8 *);
sys/dev/pci/ixgbe/ixgbe_dcb_82598.h
99
s32 ixgbe_dcb_config_rx_arbiter_82598(struct ixgbe_hw *, u16 *, u16 *, u8 *);
sys/dev/pci/ixgbe/ixgbe_dcb_82599.c
126
u16 *max, u8 *bwg_id, u8 *tsa,
sys/dev/pci/ixgbe/ixgbe_dcb_82599.c
127
u8 *map)
sys/dev/pci/ixgbe/ixgbe_dcb_82599.c
132
u8 i = 0;
sys/dev/pci/ixgbe/ixgbe_dcb_82599.c
188
u16 *max, u8 *bwg_id, u8 *tsa)
sys/dev/pci/ixgbe/ixgbe_dcb_82599.c
191
u8 i;
sys/dev/pci/ixgbe/ixgbe_dcb_82599.c
237
u16 *max, u8 *bwg_id, u8 *tsa,
sys/dev/pci/ixgbe/ixgbe_dcb_82599.c
238
u8 *map)
sys/dev/pci/ixgbe/ixgbe_dcb_82599.c
241
u8 i;
sys/dev/pci/ixgbe/ixgbe_dcb_82599.c
298
s32 ixgbe_dcb_config_pfc_82599(struct ixgbe_hw *hw, u8 pfc_en, u8 *map)
sys/dev/pci/ixgbe/ixgbe_dcb_82599.c
301
u8 max_tc = 0;
sys/dev/pci/ixgbe/ixgbe_dcb_82599.c
389
u8 i = 0;
sys/dev/pci/ixgbe/ixgbe_dcb_82599.c
390
u8 tc_count = 8;
sys/dev/pci/ixgbe/ixgbe_dcb_82599.c
54
u8 tc_count)
sys/dev/pci/ixgbe/ixgbe_dcb_82599.c
601
u16 *refill, u16 *max, u8 *bwg_id, u8 *tsa,
sys/dev/pci/ixgbe/ixgbe_dcb_82599.c
602
u8 *map)
sys/dev/pci/ixgbe/ixgbe_dcb_82599.c
95
u8 tc_count)
sys/dev/pci/ixgbe/ixgbe_dcb_82599.h
132
s32 ixgbe_dcb_config_pfc_82599(struct ixgbe_hw *, u8, u8 *);
sys/dev/pci/ixgbe/ixgbe_dcb_82599.h
138
struct ixgbe_hw_stats *, u8);
sys/dev/pci/ixgbe/ixgbe_dcb_82599.h
140
struct ixgbe_hw_stats *, u8);
sys/dev/pci/ixgbe/ixgbe_dcb_82599.h
144
u8 *, u8 *);
sys/dev/pci/ixgbe/ixgbe_dcb_82599.h
146
u8 *, u8 *, u8 *);
sys/dev/pci/ixgbe/ixgbe_dcb_82599.h
147
s32 ixgbe_dcb_config_rx_arbiter_82599(struct ixgbe_hw *, u16 *, u16 *, u8 *,
sys/dev/pci/ixgbe/ixgbe_dcb_82599.h
148
u8 *, u8 *);
sys/dev/pci/ixgbe/ixgbe_dcb_82599.h
154
s32 ixgbe_dcb_hw_config_82599(struct ixgbe_hw *, int, u16 *, u16 *, u8 *,
sys/dev/pci/ixgbe/ixgbe_dcb_82599.h
155
u8 *, u8 *);
sys/dev/pci/ixgbe/ixgbe_phy.c
117
s32 ixgbe_read_i2c_combined_generic_int(struct ixgbe_hw *hw, u8 addr, u16 reg,
sys/dev/pci/ixgbe/ixgbe_phy.c
123
u8 csum_byte;
sys/dev/pci/ixgbe/ixgbe_phy.c
124
u8 high_bits;
sys/dev/pci/ixgbe/ixgbe_phy.c
125
u8 low_bits;
sys/dev/pci/ixgbe/ixgbe_phy.c
126
u8 reg_high;
sys/dev/pci/ixgbe/ixgbe_phy.c
127
u8 csum;
sys/dev/pci/ixgbe/ixgbe_phy.c
1367
u8 identifier = 0;
sys/dev/pci/ixgbe/ixgbe_phy.c
1368
u8 comp_codes_1g = 0;
sys/dev/pci/ixgbe/ixgbe_phy.c
1369
u8 comp_codes_10g = 0;
sys/dev/pci/ixgbe/ixgbe_phy.c
1370
u8 oui_bytes[3] = {0, 0, 0};
sys/dev/pci/ixgbe/ixgbe_phy.c
1371
u8 cable_tech = 0;
sys/dev/pci/ixgbe/ixgbe_phy.c
1372
u8 cable_spec = 0;
sys/dev/pci/ixgbe/ixgbe_phy.c
1653
u8 comp_codes_10g = 0;
sys/dev/pci/ixgbe/ixgbe_phy.c
1654
u8 comp_codes_1g = 0;
sys/dev/pci/ixgbe/ixgbe_phy.c
1717
u8 identifier = 0;
sys/dev/pci/ixgbe/ixgbe_phy.c
1718
u8 comp_codes_1g = 0;
sys/dev/pci/ixgbe/ixgbe_phy.c
1719
u8 comp_codes_10g = 0;
sys/dev/pci/ixgbe/ixgbe_phy.c
1720
u8 oui_bytes[3] = {0, 0, 0};
sys/dev/pci/ixgbe/ixgbe_phy.c
1722
u8 connector = 0;
sys/dev/pci/ixgbe/ixgbe_phy.c
1723
u8 cable_length = 0;
sys/dev/pci/ixgbe/ixgbe_phy.c
1724
u8 device_tech = 0;
sys/dev/pci/ixgbe/ixgbe_phy.c
194
s32 ixgbe_write_i2c_combined_generic_int(struct ixgbe_hw *hw, u8 addr, u16 reg,
sys/dev/pci/ixgbe/ixgbe_phy.c
200
u8 reg_high;
sys/dev/pci/ixgbe/ixgbe_phy.c
2001
s32 ixgbe_read_i2c_eeprom_generic(struct ixgbe_hw *hw, u8 byte_offset,
sys/dev/pci/ixgbe/ixgbe_phy.c
2002
u8 *eeprom_data)
sys/dev/pci/ixgbe/ixgbe_phy.c
201
u8 csum;
sys/dev/pci/ixgbe/ixgbe_phy.c
2019
static s32 ixgbe_read_i2c_sff8472_generic(struct ixgbe_hw *hw, u8 byte_offset,
sys/dev/pci/ixgbe/ixgbe_phy.c
2020
u8 *sff8472_data)
sys/dev/pci/ixgbe/ixgbe_phy.c
2035
s32 ixgbe_write_i2c_eeprom_generic(struct ixgbe_hw *hw, u8 byte_offset,
sys/dev/pci/ixgbe/ixgbe_phy.c
2036
u8 eeprom_data)
sys/dev/pci/ixgbe/ixgbe_phy.c
2051
static bool ixgbe_is_sfp_probe(struct ixgbe_hw *hw, u8 offset, u8 addr)
sys/dev/pci/ixgbe/ixgbe_phy.c
2071
static s32 ixgbe_read_i2c_byte_generic_int(struct ixgbe_hw *hw, u8 byte_offset,
sys/dev/pci/ixgbe/ixgbe_phy.c
2072
u8 dev_addr, u8 *data, bool lock)
sys/dev/pci/ixgbe/ixgbe_phy.c
2160
s32 ixgbe_read_i2c_byte_generic(struct ixgbe_hw *hw, u8 byte_offset,
sys/dev/pci/ixgbe/ixgbe_phy.c
2161
u8 dev_addr, u8 *data)
sys/dev/pci/ixgbe/ixgbe_phy.c
2177
s32 ixgbe_read_i2c_byte_generic_unlocked(struct ixgbe_hw *hw, u8 byte_offset,
sys/dev/pci/ixgbe/ixgbe_phy.c
2178
u8 dev_addr, u8 *data)
sys/dev/pci/ixgbe/ixgbe_phy.c
2195
static s32 ixgbe_write_i2c_byte_generic_int(struct ixgbe_hw *hw, u8 byte_offset,
sys/dev/pci/ixgbe/ixgbe_phy.c
2196
u8 dev_addr, u8 data, bool lock)
sys/dev/pci/ixgbe/ixgbe_phy.c
2266
s32 ixgbe_write_i2c_byte_generic(struct ixgbe_hw *hw, u8 byte_offset,
sys/dev/pci/ixgbe/ixgbe_phy.c
2267
u8 dev_addr, u8 data)
sys/dev/pci/ixgbe/ixgbe_phy.c
2283
s32 ixgbe_write_i2c_byte_generic_unlocked(struct ixgbe_hw *hw, u8 byte_offset,
sys/dev/pci/ixgbe/ixgbe_phy.c
2284
u8 dev_addr, u8 data)
sys/dev/pci/ixgbe/ixgbe_phy.c
2368
static void ixgbe_clock_in_i2c_byte(struct ixgbe_hw *hw, u8 *data)
sys/dev/pci/ixgbe/ixgbe_phy.c
2389
static s32 ixgbe_clock_out_i2c_byte(struct ixgbe_hw *hw, u8 data)
sys/dev/pci/ixgbe/ixgbe_phy.c
49
static void ixgbe_clock_in_i2c_byte(struct ixgbe_hw *hw, u8 *data);
sys/dev/pci/ixgbe/ixgbe_phy.c
50
static s32 ixgbe_clock_out_i2c_byte(struct ixgbe_hw *hw, u8 data);
sys/dev/pci/ixgbe/ixgbe_phy.c
58
static s32 ixgbe_read_i2c_sff8472_generic(struct ixgbe_hw *hw, u8 byte_offset,
sys/dev/pci/ixgbe/ixgbe_phy.c
59
u8 *sff8472_data);
sys/dev/pci/ixgbe/ixgbe_phy.c
68
static s32 ixgbe_out_i2c_byte_ack(struct ixgbe_hw *hw, u8 byte)
sys/dev/pci/ixgbe/ixgbe_phy.c
85
static s32 ixgbe_in_i2c_byte_ack(struct ixgbe_hw *hw, u8 *byte)
sys/dev/pci/ixgbe/ixgbe_phy.c
99
static u8 ixgbe_ones_comp_byte_add(u8 add1, u8 add2)
sys/dev/pci/ixgbe/ixgbe_phy.h
206
s32 ixgbe_read_i2c_byte_generic(struct ixgbe_hw *hw, u8 byte_offset,
sys/dev/pci/ixgbe/ixgbe_phy.h
207
u8 dev_addr, u8 *data);
sys/dev/pci/ixgbe/ixgbe_phy.h
208
s32 ixgbe_read_i2c_byte_generic_unlocked(struct ixgbe_hw *hw, u8 byte_offset,
sys/dev/pci/ixgbe/ixgbe_phy.h
209
u8 dev_addr, u8 *data);
sys/dev/pci/ixgbe/ixgbe_phy.h
210
s32 ixgbe_write_i2c_byte_generic(struct ixgbe_hw *hw, u8 byte_offset,
sys/dev/pci/ixgbe/ixgbe_phy.h
211
u8 dev_addr, u8 data);
sys/dev/pci/ixgbe/ixgbe_phy.h
212
s32 ixgbe_write_i2c_byte_generic_unlocked(struct ixgbe_hw *hw, u8 byte_offset,
sys/dev/pci/ixgbe/ixgbe_phy.h
213
u8 dev_addr, u8 data);
sys/dev/pci/ixgbe/ixgbe_phy.h
214
s32 ixgbe_read_i2c_eeprom_generic(struct ixgbe_hw *hw, u8 byte_offset,
sys/dev/pci/ixgbe/ixgbe_phy.h
215
u8 *eeprom_data);
sys/dev/pci/ixgbe/ixgbe_phy.h
216
s32 ixgbe_write_i2c_eeprom_generic(struct ixgbe_hw *hw, u8 byte_offset,
sys/dev/pci/ixgbe/ixgbe_phy.h
217
u8 eeprom_data);
sys/dev/pci/ixgbe/ixgbe_phy.h
219
s32 ixgbe_read_i2c_combined_generic_int(struct ixgbe_hw *, u8 addr, u16 reg,
sys/dev/pci/ixgbe/ixgbe_phy.h
221
s32 ixgbe_write_i2c_combined_generic_int(struct ixgbe_hw *, u8 addr, u16 reg,
sys/dev/pci/ixgbe/ixgbe_type.h
2594
(bool)(((u8 *)(Address))[0] & ((u8)0x01))
sys/dev/pci/ixgbe/ixgbe_type.h
2598
((((u8 *)(Address))[0] == ((u8)0xff)) && \
sys/dev/pci/ixgbe/ixgbe_type.h
2599
(((u8 *)(Address))[1] == ((u8)0xff)))
sys/dev/pci/ixgbe/ixgbe_type.h
3224
u8 cmd;
sys/dev/pci/ixgbe/ixgbe_type.h
3225
u8 buf_len;
sys/dev/pci/ixgbe/ixgbe_type.h
3227
u8 cmd_resv;
sys/dev/pci/ixgbe/ixgbe_type.h
3228
u8 ret_status;
sys/dev/pci/ixgbe/ixgbe_type.h
3230
u8 checksum;
sys/dev/pci/ixgbe/ixgbe_type.h
3234
u8 cmd;
sys/dev/pci/ixgbe/ixgbe_type.h
3235
u8 buf_lenh;
sys/dev/pci/ixgbe/ixgbe_type.h
3236
u8 buf_lenl;
sys/dev/pci/ixgbe/ixgbe_type.h
3237
u8 checksum;
sys/dev/pci/ixgbe/ixgbe_type.h
3241
u8 cmd;
sys/dev/pci/ixgbe/ixgbe_type.h
3242
u8 buf_lenl;
sys/dev/pci/ixgbe/ixgbe_type.h
3243
u8 buf_lenh_status; /* 7-5: high bits of buf_len, 4-0: status */
sys/dev/pci/ixgbe/ixgbe_type.h
3244
u8 checksum;
sys/dev/pci/ixgbe/ixgbe_type.h
3254
u8 port_num;
sys/dev/pci/ixgbe/ixgbe_type.h
3255
u8 ver_sub;
sys/dev/pci/ixgbe/ixgbe_type.h
3256
u8 ver_build;
sys/dev/pci/ixgbe/ixgbe_type.h
3257
u8 ver_min;
sys/dev/pci/ixgbe/ixgbe_type.h
3258
u8 ver_maj;
sys/dev/pci/ixgbe/ixgbe_type.h
3259
u8 pad; /* end spacing to ensure length is mult. of dword */
sys/dev/pci/ixgbe/ixgbe_type.h
326
u8 nvm_major;
sys/dev/pci/ixgbe/ixgbe_type.h
3265
u8 port_num;
sys/dev/pci/ixgbe/ixgbe_type.h
3266
u8 ver_sub;
sys/dev/pci/ixgbe/ixgbe_type.h
3267
u8 ver_build;
sys/dev/pci/ixgbe/ixgbe_type.h
3268
u8 ver_min;
sys/dev/pci/ixgbe/ixgbe_type.h
3269
u8 ver_maj;
sys/dev/pci/ixgbe/ixgbe_type.h
328
u8 nvm_id;
sys/dev/pci/ixgbe/ixgbe_type.h
3294
u8 port_number;
sys/dev/pci/ixgbe/ixgbe_type.h
3295
u8 pad2;
sys/dev/pci/ixgbe/ixgbe_type.h
3301
u8 port_number;
sys/dev/pci/ixgbe/ixgbe_type.h
3302
u8 command_type;
sys/dev/pci/ixgbe/ixgbe_type.h
3308
u8 port_number;
sys/dev/pci/ixgbe/ixgbe_type.h
3309
u8 command_type;
sys/dev/pci/ixgbe/ixgbe_type.h
331
u8 oem_major;
sys/dev/pci/ixgbe/ixgbe_type.h
332
u8 oem_minor;
sys/dev/pci/ixgbe/ixgbe_type.h
3323
u8 port_number;
sys/dev/pci/ixgbe/ixgbe_type.h
3324
u8 pad;
sys/dev/pci/ixgbe/ixgbe_type.h
3343
u8 cso; /* Checksum offset */
sys/dev/pci/ixgbe/ixgbe_type.h
3344
u8 cmd; /* Descriptor control */
sys/dev/pci/ixgbe/ixgbe_type.h
3350
u8 status; /* Descriptor status */
sys/dev/pci/ixgbe/ixgbe_type.h
3351
u8 css; /* Checksum start */
sys/dev/pci/ixgbe/ixgbe_type.h
336
u8 or_major;
sys/dev/pci/ixgbe/ixgbe_type.h
3376
u8 status; /* Descriptor status */
sys/dev/pci/ixgbe/ixgbe_type.h
3377
u8 errors; /* Descriptor Errors */
sys/dev/pci/ixgbe/ixgbe_type.h
338
u8 or_patch;
sys/dev/pci/ixgbe/ixgbe_type.h
3637
u8 vm_pool;
sys/dev/pci/ixgbe/ixgbe_type.h
3638
u8 flow_type;
sys/dev/pci/ixgbe/ixgbe_type.h
3642
u8 inner_mac[6];
sys/dev/pci/ixgbe/ixgbe_type.h
3656
u8 vm_pool;
sys/dev/pci/ixgbe/ixgbe_type.h
3657
u8 flow_type;
sys/dev/pci/ixgbe/ixgbe_type.h
3879
u8 lan_id;
sys/dev/pci/ixgbe/ixgbe_type.h
4005
typedef u8* (*ixgbe_mc_addr_itr) (struct ixgbe_hw *hw, u8 **mc_addr_ptr,
sys/dev/pci/ixgbe/ixgbe_type.h
4028
s32 (*get_mac_addr)(struct ixgbe_hw *, u8 *);
sys/dev/pci/ixgbe/ixgbe_type.h
4029
s32 (*get_san_mac_addr)(struct ixgbe_hw *, u8 *);
sys/dev/pci/ixgbe/ixgbe_type.h
4030
s32 (*set_san_mac_addr)(struct ixgbe_hw *, u8 *);
sys/dev/pci/ixgbe/ixgbe_type.h
4038
s32 (*read_analog_reg8)(struct ixgbe_hw*, u32, u8*);
sys/dev/pci/ixgbe/ixgbe_type.h
4039
s32 (*write_analog_reg8)(struct ixgbe_hw*, u32, u8);
sys/dev/pci/ixgbe/ixgbe_type.h
4072
s32 (*set_rar)(struct ixgbe_hw *, u32, u8 *, u32, u32);
sys/dev/pci/ixgbe/ixgbe_type.h
4073
s32 (*set_uc_addr)(struct ixgbe_hw *, u32, u8 *);
sys/dev/pci/ixgbe/ixgbe_type.h
4075
s32 (*insert_mac_addr)(struct ixgbe_hw *, u8 *, u32);
sys/dev/pci/ixgbe/ixgbe_type.h
4080
s32 (*update_uc_addr_list)(struct ixgbe_hw *, u8 *, u32,
sys/dev/pci/ixgbe/ixgbe_type.h
4082
s32 (*update_mc_addr_list)(struct ixgbe_hw *, u8 *, u32,
sys/dev/pci/ixgbe/ixgbe_type.h
4104
s32 (*set_fw_drv_ver)(struct ixgbe_hw *, u8, u8, u8, u8, u16,
sys/dev/pci/ixgbe/ixgbe_type.h
4109
s32 (*bypass_rd_eep) (struct ixgbe_hw *hw, u32 addr, u8 *value);
sys/dev/pci/ixgbe/ixgbe_type.h
4110
void (*get_rtrup2tc)(struct ixgbe_hw *hw, u8 *map);
sys/dev/pci/ixgbe/ixgbe_type.h
4143
s32 (*read_i2c_byte)(struct ixgbe_hw *, u8, u8, u8 *);
sys/dev/pci/ixgbe/ixgbe_type.h
4144
s32 (*write_i2c_byte)(struct ixgbe_hw *, u8, u8, u8);
sys/dev/pci/ixgbe/ixgbe_type.h
4145
s32 (*read_i2c_sff8472)(struct ixgbe_hw *, u8 , u8 *);
sys/dev/pci/ixgbe/ixgbe_type.h
4146
s32 (*read_i2c_eeprom)(struct ixgbe_hw *, u8 , u8 *);
sys/dev/pci/ixgbe/ixgbe_type.h
4147
s32 (*write_i2c_eeprom)(struct ixgbe_hw *, u8, u8);
sys/dev/pci/ixgbe/ixgbe_type.h
4153
s32 (*read_i2c_byte_unlocked)(struct ixgbe_hw *, u8 offset, u8 addr,
sys/dev/pci/ixgbe/ixgbe_type.h
4154
u8 *value);
sys/dev/pci/ixgbe/ixgbe_type.h
4155
s32 (*write_i2c_byte_unlocked)(struct ixgbe_hw *, u8 offset, u8 addr,
sys/dev/pci/ixgbe/ixgbe_type.h
4156
u8 value);
sys/dev/pci/ixgbe/ixgbe_type.h
4160
s32 (*read_link)(struct ixgbe_hw *, u8 addr, u16 reg, u16 *val);
sys/dev/pci/ixgbe/ixgbe_type.h
4161
s32 (*read_link_unlocked)(struct ixgbe_hw *, u8 addr, u16 reg,
sys/dev/pci/ixgbe/ixgbe_type.h
4163
s32 (*write_link)(struct ixgbe_hw *, u8 addr, u16 reg, u16 val);
sys/dev/pci/ixgbe/ixgbe_type.h
4164
s32 (*write_link_unlocked)(struct ixgbe_hw *, u8 addr, u16 reg,
sys/dev/pci/ixgbe/ixgbe_type.h
4170
u8 addr;
sys/dev/pci/ixgbe/ixgbe_type.h
4181
u8 nvm_image_ver_high;
sys/dev/pci/ixgbe/ixgbe_type.h
4182
u8 nvm_image_ver_low;
sys/dev/pci/ixgbe/ixgbe_type.h
4189
u8 addr[IXGBE_ETH_LENGTH_OF_ADDRESS];
sys/dev/pci/ixgbe/ixgbe_type.h
4190
u8 perm_addr[IXGBE_ETH_LENGTH_OF_ADDRESS];
sys/dev/pci/ixgbe/ixgbe_type.h
4191
u8 san_addr[IXGBE_ETH_LENGTH_OF_ADDRESS];
sys/dev/pci/ixgbe/ixgbe_type.h
4207
u8 san_mac_rar_index;
sys/dev/pci/ixgbe/ixgbe_type.h
4214
u8 flags;
sys/dev/pci/ixgbe/ixgbe_type.h
4218
u8 led_link_act;
sys/dev/pci/ixgbe/ixgbe_type.h
4262
u8 revision_id;
sys/dev/pci/ixgbe/ixgbe_type.h
4397
u8 actions;
sys/dev/pci/ixgbe/ixgbe_type.h
732
u8 fcoe_tc;
sys/dev/pci/ixgbe/ixgbe_type.h
733
u8 num_tcs;
sys/dev/pci/ixgbe/ixgbe_vf.c
194
u8 *addr = (u8 *)(&msgbuf[1]);
sys/dev/pci/ixgbe/ixgbe_vf.c
312
static s32 ixgbe_mta_vector(struct ixgbe_hw *hw, u8 *mc_addr)
sys/dev/pci/ixgbe/ixgbe_vf.c
359
s32 ixgbe_set_rar_vf(struct ixgbe_hw *hw, u32 index, u8 *addr, u32 vmdq,
sys/dev/pci/ixgbe/ixgbe_vf.c
363
u8 *msg_addr = (u8 *)(&msgbuf[1]);
sys/dev/pci/ixgbe/ixgbe_vf.c
394
s32 ixgbe_update_mc_addr_list_vf(struct ixgbe_hw *hw, u8 *mc_addr_list,
sys/dev/pci/ixgbe/ixgbe_vf.c
586
s32 ixgbe_get_mac_addr_vf(struct ixgbe_hw *hw, u8 *mac_addr)
sys/dev/pci/ixgbe/ixgbe_vf.c
596
s32 ixgbevf_set_uc_addr_vf(struct ixgbe_hw *hw, u32 index, u8 *addr)
sys/dev/pci/ixgbe/ixgbe_vf.c
599
u8 *msg_addr = (u8 *)(&msgbuf[1]);
sys/dev/pci/ixgbe/ixgbe_vf.h
124
s32 ixgbe_get_mac_addr_vf(struct ixgbe_hw *hw, u8 *mac_addr);
sys/dev/pci/ixgbe/ixgbe_vf.h
129
s32 ixgbe_set_rar_vf(struct ixgbe_hw *hw, u32 index, u8 *addr, u32 vmdq,
sys/dev/pci/ixgbe/ixgbe_vf.h
131
s32 ixgbevf_set_uc_addr_vf(struct ixgbe_hw *hw, u32 index, u8 *addr);
sys/dev/pci/ixgbe/ixgbe_vf.h
132
s32 ixgbe_update_mc_addr_list_vf(struct ixgbe_hw *hw, u8 *mc_addr_list,
sys/dev/pci/ixgbe/ixgbe_x550.c
149
static s32 ixgbe_read_pe(struct ixgbe_hw *hw, u8 reg, u8 *value)
sys/dev/pci/ixgbe/ixgbe_x550.c
168
static s32 ixgbe_write_pe(struct ixgbe_hw *hw, u8 reg, u8 value)
sys/dev/pci/ixgbe/ixgbe_x550.c
191
u8 reg;
sys/dev/pci/ixgbe/ixgbe_x550.c
264
u8 retry;
sys/dev/pci/ixgbe/ixgbe_x550.c
3931
fw_cmd.port_number = (u8)hw->bus.lan_id;
sys/dev/pci/ixgbe/ixgbe_x550.c
4421
static void ixgbe_set_mux(struct ixgbe_hw *hw, u8 state)
sys/dev/pci/ixgbe/ixgbe_x550.c
4800
s32 ixgbe_set_fw_drv_ver_x550(struct ixgbe_hw *hw, u8 maj, u8 min,
sys/dev/pci/ixgbe/ixgbe_x550.c
4801
u8 build, u8 sub, u16 len, const char *driver_ver)
sys/dev/pci/ixgbe/ixgbe_x550.c
4816
fw_cmd.port_num = (u8)hw->bus.func;
sys/dev/pci/ixgbe/ixgbe_x550.c
4823
fw_cmd.hdr.checksum = ixgbe_calculate_checksum((u8 *)&fw_cmd,
sys/dev/pci/ixgbe/ixgbe_x550.c
652
static s32 ixgbe_read_i2c_combined_generic(struct ixgbe_hw *hw, u8 addr,
sys/dev/pci/ixgbe/ixgbe_x550.c
668
ixgbe_read_i2c_combined_generic_unlocked(struct ixgbe_hw *hw, u8 addr,
sys/dev/pci/ixgbe/ixgbe_x550.c
684
u8 addr, u16 reg, u16 val)
sys/dev/pci/ixgbe/ixgbe_x550.c
700
u8 addr, u16 reg, u16 val)
sys/dev/pci/ixgbe/ixgbe_x550.h
70
s32 ixgbe_set_fw_drv_ver_x550(struct ixgbe_hw *hw, u8 maj, u8 min,
sys/dev/pci/ixgbe/ixgbe_x550.h
71
u8 build, u8 ver, u16 len, const char *str);
sys/dev/pci/ixgbe/ixv.c
1131
u8 *update_ptr;
sys/dev/pci/ixgbe/ixv.c
121
static void ixv_set_ivar(struct ixgbe_softc *, u8, u8, s8);
sys/dev/pci/ixgbe/ixv.c
123
static u8 * ixv_mc_array_itr(struct ixgbe_hw *, u8 **, u32 *);
sys/dev/pci/ixgbe/ixv.c
1233
update_ptr = (u8 *)mta;
sys/dev/pci/ixgbe/ixv.c
1249
static u8 *
sys/dev/pci/ixgbe/ixv.c
1250
ixv_mc_array_itr(struct ixgbe_hw *hw, u8 **update_ptr, u32 *vmdq)
sys/dev/pci/ixgbe/ixv.c
1257
*update_ptr = (u8*)(mta + 1);
sys/dev/pci/ixgbe/ixv.c
2367
ixv_set_ivar(struct ixgbe_softc *sc, u8 entry, u8 vector, s8 type)
sys/dev/pci/ixgbe/ixv.c
475
u8 addr[ETHER_ADDR_LEN];
sys/dev/pci/xmm7360.c
1275
static void xmm7360_net_mux_handle_frame(struct xmm_net *xn, u8 *data, int len)
sys/dev/pci/xmm7360.c
1422
static void xmm7360_os_handle_net_frame(struct xmm_dev *xmm, const u8 *buf, size_t sz)
sys/dev/pci/xmm7360.c
1426
u8 ip_version;
sys/dev/pci/xmm7360.c
2427
static void xmm7360_os_handle_tty_idata(struct queue_pair *qp, const u8 *data, size_t nread)
sys/dev/pci/xmm7360.c
2921
static void xmm7360_os_handle_net_frame(struct xmm_dev *xmm, const u8 *buf, size_t sz)
sys/dev/pci/xmm7360.c
3030
u8 ip_version;
sys/dev/pci/xmm7360.c
3068
u8 ip_version;
sys/dev/pci/xmm7360.c
379
u8 parm;
sys/dev/pci/xmm7360.c
380
u8 cmd;
sys/dev/pci/xmm7360.c
464
u8 depth;
sys/dev/pci/xmm7360.c
465
u8 last_handled;
sys/dev/pci/xmm7360.c
480
u8 depth;
sys/dev/pci/xmm7360.c
581
static void xmm7360_os_handle_net_frame(struct xmm_dev *, const u8 *, size_t);
sys/dev/pci/xmm7360.c
584
static void xmm7360_os_handle_tty_idata(struct queue_pair *, const u8 *, size_t);
sys/dev/pci/xmm7360.c
618
static int xmm7360_cmd_ring_execute(struct xmm_dev *xmm, u8 cmd, u8 parm, u16 len, dma_addr_t ptr, u32 extra)
sys/dev/pci/xmm7360.c
620
u8 wptr = xmm->cp->c_wptr;
sys/dev/pci/xmm7360.c
621
u8 new_wptr = (wptr + 1) % CMD_RING_SIZE;
sys/dev/pci/xmm7360.c
699
static void xmm7360_td_ring_activate(struct xmm_dev *xmm, u8 ring_id)
sys/dev/pci/xmm7360.c
710
static void xmm7360_td_ring_create(struct xmm_dev *xmm, u8 ring_id, u8 depth, u16 page_size)
sys/dev/pci/xmm7360.c
735
static void xmm7360_td_ring_deactivate(struct xmm_dev *xmm, u8 ring_id)
sys/dev/pci/xmm7360.c
740
static void xmm7360_td_ring_destroy(struct xmm_dev *xmm, u8 ring_id)
sys/dev/pci/xmm7360.c
765
static void xmm7360_td_ring_write(struct xmm_dev *xmm, u8 ring_id, const void *buf, int len)
sys/dev/pci/xmm7360.c
768
u8 wptr = xmm->cp->s_wptr[ring_id];
sys/dev/pci/xmm7360.c
785
static int xmm7360_td_ring_full(struct xmm_dev *xmm, u8 ring_id)
sys/dev/pci/xmm7360.c
788
u8 wptr = xmm->cp->s_wptr[ring_id];
sys/dev/pci/xmm7360.c
793
static void xmm7360_td_ring_read(struct xmm_dev *xmm, u8 ring_id)
sys/dev/pci/xmm7360.c
796
u8 wptr = xmm->cp->s_wptr[ring_id];
sys/dev/pci/xmm7360.c
819
static struct queue_pair * xmm7360_init_qp(struct xmm_dev *xmm, int num, u8 depth, u16 page_size)
sys/dev/pci/xmm7360.c
999
static void xmm7360_os_handle_tty_idata(struct queue_pair *qp, const u8 *data, size_t nread)
sys/lib/libkern/entpool.c
144
P->s.u8[P->i++] ^= (n1 >= 0x80 ? 0x80 : 0) | (n1 & 0x7f);
sys/lib/libkern/entpool.c
153
P->s.u8[P->i++] ^= *p++;
sys/lib/libkern/entpool.c
197
P->s.u8[P->i++] ^= n;
sys/lib/libkern/entpool.c
199
P->s.u8[P->i++] ^= *p++;
sys/lib/libkern/entpool.c
254
memcpy(p, P->s.u8, RATE-1);
sys/lib/libkern/entpool.c
255
memset(P->s.u8, 0, RATE-1);
sys/lib/libkern/entpool.c
256
P->s.u8[RATE-1] ^= 0x80;
sys/lib/libkern/entpool.c
269
memcpy(p, P->s.u8, n); /* Copy part of it. */
sys/lib/libkern/entpool.c
270
memset(P->s.u8, 0, RATE-1); /* Zero all of it. */
sys/lib/libkern/entpool.c
271
P->s.u8[RATE-1] ^= 0x80;
sys/lib/libkern/entpool.h
67
uint8_t u8[ENTPOOL_SIZE];
sys/net80211/ieee80211_crypto_tkip.c
100
u8 tx_rc4key[16]; /* XXX for test module; make locals? */
sys/net80211/ieee80211_crypto_tkip.c
104
u8 rx_rc4key[16]; /* XXX for test module; make locals? */
sys/net80211/ieee80211_crypto_tkip.c
108
static void michael_mic(struct tkip_ctx *, const u8 *key,
sys/net80211/ieee80211_crypto_tkip.c
110
u8 mic[IEEE80211_WEP_MICLEN]);
sys/net80211/ieee80211_crypto_tkip.c
328
u8 mic[IEEE80211_WEP_MICLEN];
sys/net80211/ieee80211_crypto_tkip.c
329
u8 mic0[IEEE80211_WEP_MICLEN];
sys/net80211/ieee80211_crypto_tkip.c
433
static __inline u8 Lo8(u16 val)
sys/net80211/ieee80211_crypto_tkip.c
438
static __inline u8 Hi8(u16 val)
sys/net80211/ieee80211_crypto_tkip.c
453
static __inline u16 Mk16(u8 hi, u8 lo)
sys/net80211/ieee80211_crypto_tkip.c
506
static void tkip_mixing_phase1(u16 *TTAK, const u8 *TK, const u8 *TA, u32 IV32)
sys/net80211/ieee80211_crypto_tkip.c
531
static void tkip_mixing_phase2(u8 *WEPSeed, const u8 *TK, const u16 *TTAK,
sys/net80211/ieee80211_crypto_tkip.c
578
wep_encrypt(u8 *key, struct mbuf *m0, u_int off, size_t data_len,
sys/net80211/ieee80211_crypto_tkip.c
583
u8 S[256];
sys/net80211/ieee80211_crypto_tkip.c
584
u8 *pos;
sys/net80211/ieee80211_crypto_tkip.c
586
#define S_SWAP(a,b) do { u8 t = S[a]; S[a] = S[b]; S[b] = t; } while(0)
sys/net80211/ieee80211_crypto_tkip.c
639
wep_decrypt(u8 *key, struct mbuf *m, u_int off, size_t data_len)
sys/net80211/ieee80211_crypto_tkip.c
642
u8 S[256];
sys/net80211/ieee80211_crypto_tkip.c
643
u8 *pos, icv[4];
sys/net80211/ieee80211_crypto_tkip.c
734
static __inline u32 get_le32_split(u8 b0, u8 b1, u8 b2, u8 b3)
sys/net80211/ieee80211_crypto_tkip.c
739
static __inline u32 get_le32(const u8 *p)
sys/net80211/ieee80211_crypto_tkip.c
745
static __inline void put_le32(u8 *p, u32 v)
sys/net80211/ieee80211_crypto_tkip.c
791
michael_mic(struct tkip_ctx *ctx, const u8 *key,
sys/net80211/ieee80211_crypto_tkip.c
793
u8 mic[IEEE80211_WEP_MICLEN])
tests/usr.bin/xlint/lint1/msg_117.c
37
u32 = u8 << 0;
tests/usr.bin/xlint/lint1/msg_117.c
38
u32 = u8 << 23;
tests/usr.bin/xlint/lint1/msg_117.c
40
u32 = u8 << 24;
tests/usr.bin/xlint/lint1/msg_117.c
41
u32 = u8 << 31;
tests/usr.bin/xlint/lint1/msg_117.c
43
u32 = u8 << 32;
tests/usr.bin/xlint/lint1/msg_117.c
45
u64 = u8 << 32;
tests/usr.bin/xlint/lint1/msg_117.c
9
unsigned char u8;
tests/usr.bin/xlint/lint1/msg_132.c
100
s32 = u8;
tests/usr.bin/xlint/lint1/msg_132.c
105
s64 = u8;
tests/usr.bin/xlint/lint1/msg_132.c
114
u8 = s16;
tests/usr.bin/xlint/lint1/msg_132.c
116
u8 = s32;
tests/usr.bin/xlint/lint1/msg_132.c
118
u8 = s64;
tests/usr.bin/xlint/lint1/msg_132.c
217
u16 = (u16_t)u8 << 8 | u8;
tests/usr.bin/xlint/lint1/msg_132.c
227
u8 = u32 >> 24 & 0xff;
tests/usr.bin/xlint/lint1/msg_132.c
228
u8 = u32 >> 16 & 0xff;
tests/usr.bin/xlint/lint1/msg_132.c
229
u8 = u32 >> 8 & 0xff;
tests/usr.bin/xlint/lint1/msg_132.c
230
u8 = u32 & 0xff;
tests/usr.bin/xlint/lint1/msg_132.c
237
u8 = u8 * u8;
tests/usr.bin/xlint/lint1/msg_132.c
238
u16 = u8 * u8;
tests/usr.bin/xlint/lint1/msg_132.c
240
u16 = u16 * u8;
tests/usr.bin/xlint/lint1/msg_132.c
282
u8 = u8 / u8;
tests/usr.bin/xlint/lint1/msg_132.c
284
u8 = u16 / u8;
tests/usr.bin/xlint/lint1/msg_132.c
285
u16 = u8 / u8;
tests/usr.bin/xlint/lint1/msg_132.c
29
u8_t u8;
tests/usr.bin/xlint/lint1/msg_132.c
309
u8 = u64 % u8;
tests/usr.bin/xlint/lint1/msg_132.c
312
u8 = u64 % 256;
tests/usr.bin/xlint/lint1/msg_132.c
316
u8 = u64 % 257;
tests/usr.bin/xlint/lint1/msg_132.c
320
u8 = u64 % 1000;
tests/usr.bin/xlint/lint1/msg_132.c
358
u8 = 0 + u64 % 1;
tests/usr.bin/xlint/lint1/msg_132.c
359
u8 = 255 + u64 % 1;
tests/usr.bin/xlint/lint1/msg_132.c
361
u8 = 256 + u64 % 1;
tests/usr.bin/xlint/lint1/msg_132.c
363
u8 = s8 + 0x80;
tests/usr.bin/xlint/lint1/msg_132.c
374
u8 = bits.u7 + bits.u7 + 1;
tests/usr.bin/xlint/lint1/msg_132.c
376
u8 = bits.u7 + bits.u7 + 2;
tests/usr.bin/xlint/lint1/msg_132.c
377
u8 = bits.u7 + 128;
tests/usr.bin/xlint/lint1/msg_132.c
379
u8 = bits.u7 + 129;
tests/usr.bin/xlint/lint1/msg_132.c
421
u8 = s8 - -0x80;
tests/usr.bin/xlint/lint1/msg_132.c
436
u16 = u8 << 8;
tests/usr.bin/xlint/lint1/msg_132.c
438
u16 = u8 << 9;
tests/usr.bin/xlint/lint1/msg_132.c
444
u64 = u8 << 56;
tests/usr.bin/xlint/lint1/msg_132.c
445
u64 = (u64_t)u8 << 56;
tests/usr.bin/xlint/lint1/msg_132.c
447
u64 = (u64_t)u8 << 57;
tests/usr.bin/xlint/lint1/msg_132.c
471
u8 = u64 >> 56;
tests/usr.bin/xlint/lint1/msg_132.c
472
u8 = u32 >> 24;
tests/usr.bin/xlint/lint1/msg_132.c
473
u8 = u16 >> 8;
tests/usr.bin/xlint/lint1/msg_132.c
479
u8 = (s64 & 0xf0) >> 4;
tests/usr.bin/xlint/lint1/msg_132.c
480
u8 = (s8 & 0xf0) >> 4;
tests/usr.bin/xlint/lint1/msg_132.c
486
u8 = u8 & u16;
tests/usr.bin/xlint/lint1/msg_132.c
489
u8 = u16 & u32;
tests/usr.bin/xlint/lint1/msg_132.c
49
unsigned u8:8;
tests/usr.bin/xlint/lint1/msg_132.c
496
u8 = u8 ^ u16;
tests/usr.bin/xlint/lint1/msg_132.c
497
u16 = u8 ^ u16;
tests/usr.bin/xlint/lint1/msg_132.c
500
s8 = (u8 ^ 0x80) - 0x80;
tests/usr.bin/xlint/lint1/msg_132.c
510
u8 = u8 | u16;
tests/usr.bin/xlint/lint1/msg_132.c
511
u16 = u8 | u16;
tests/usr.bin/xlint/lint1/msg_132.c
513
u16 = u8 | u32;
tests/usr.bin/xlint/lint1/msg_132.c
514
u32 = u8 | u32;
tests/usr.bin/xlint/lint1/msg_132.c
516
u32 = u8 | u64;
tests/usr.bin/xlint/lint1/msg_132.c
517
u64 = u8 | u64;
tests/usr.bin/xlint/lint1/msg_132.c
538
s8 = cond ? s8 : u8;
tests/usr.bin/xlint/lint1/msg_132.c
540
u8 = cond ? s8 : u8;
tests/usr.bin/xlint/lint1/msg_132.c
547
u8 = -1;
tests/usr.bin/xlint/lint1/msg_132.c
548
u8 = 0;
tests/usr.bin/xlint/lint1/msg_132.c
549
u8 = 255;
tests/usr.bin/xlint/lint1/msg_132.c
551
u8 = 256;
tests/usr.bin/xlint/lint1/msg_132.c
570
u8 = (u8_t)(u64 & 0x0f);
tests/usr.bin/xlint/lint1/msg_132.c
571
u8 = (u8_t)(u64 & 0x0f) << 4;
tests/usr.bin/xlint/lint1/msg_132.c
573
u8 = (u8_t)(u64 & 0x0f) << 5;
tests/usr.bin/xlint/lint1/msg_132.c
62
u8 = u16;
tests/usr.bin/xlint/lint1/msg_132.c
64
u8 = u32;
tests/usr.bin/xlint/lint1/msg_132.c
66
u8 = u64;
tests/usr.bin/xlint/lint1/msg_132.c
68
u16 = u8;
tests/usr.bin/xlint/lint1/msg_132.c
74
u32 = u8;
tests/usr.bin/xlint/lint1/msg_132.c
79
u64 = u8;
tests/usr.bin/xlint/lint1/msg_132.c
94
s16 = u8;
tests/usr.bin/xlint/lint1/msg_306.c
14
u8 = 0xff;
tests/usr.bin/xlint/lint1/msg_306.c
16
u8 = 0x100;
tests/usr.bin/xlint/lint1/msg_306.c
18
u8 &= 0xff;
tests/usr.bin/xlint/lint1/msg_306.c
20
u8 &= 0x100;
tests/usr.bin/xlint/lint1/msg_306.c
22
u8 = u8 & 0x100;
tests/usr.bin/xlint/lint1/msg_306.c
24
u8 |= 0xff;
tests/usr.bin/xlint/lint1/msg_306.c
26
u8 |= 0x100;
tests/usr.bin/xlint/lint1/msg_306.c
28
u8 = u8 | 0x100;
tests/usr.bin/xlint/lint1/msg_306.c
9
unsigned char u8;
tests/usr.bin/xlint/lint1/msg_309.c
13
u8_t u8;
tests/usr.bin/xlint/lint1/msg_309.c
73
u8 = u8 & 0x7f;
tests/usr.bin/xlint/lint1/msg_309.c
74
u8 = u8 & 0x80;
tests/usr.bin/xlint/lint1/msg_309.c
75
u8 = u8 & -0x80;
tests/usr.bin/xlint/lint1/msg_309.c
77
u8 = u8 & (u8_t)-0x80;
tests/usr.bin/xlint/lint1/msg_309.c
79
u8 = u8 & (u8_t)-0x80U;
tests/usr.bin/xlint/lint1/platform_ilp32_int.c
31
unsigned char u8;
tests/usr.bin/xlint/lint1/platform_ilp32_int.c
41
u8 += u8_buf[0x00ffffff];
tests/usr.bin/xlint/lint1/platform_ilp32_int.c
43
u8 += u8_buf[0x7fffffff];
tests/usr.bin/xlint/lint1/platform_ilp32_int.c
46
u8 += u8_buf[2147483648];
tests/usr.bin/xlint/lint1/platform_ilp32_int.c
48
u8 += u8_buf[0x80000000];
tests/usr.bin/xlint/lint1/platform_ilp32_int.c
50
u8 += u8_buf[0xffffffff];
tests/usr.bin/xlint/lint1/platform_ilp32_int.c
52
u8 += u8_buf[0x80000000];
tests/usr.bin/xlint/lint1/platform_ilp32_int.c
54
u8 += u8_buf[0xffffffff];
tests/usr.bin/xlint/lint1/platform_ilp32_int.c
57
u8 += u8_buf[0x00ffffffffffffff];
tests/usr.bin/xlint/lint1/platform_ilp32_int.c
59
u8 += u8_buf[0xffffffffffffffff];
tests/usr.bin/xlint/lint1/platform_ilp32_long.c
40
unsigned char u8;
tests/usr.bin/xlint/lint1/platform_ilp32_long.c
50
u8 += u8_buf[0x00ffffff];
tests/usr.bin/xlint/lint1/platform_ilp32_long.c
52
u8 += u8_buf[0x7fffffff];
tests/usr.bin/xlint/lint1/platform_ilp32_long.c
55
u8 += u8_buf[2147483648];
tests/usr.bin/xlint/lint1/platform_ilp32_long.c
58
u8 += u8_buf[0x80000000];
tests/usr.bin/xlint/lint1/platform_ilp32_long.c
61
u8 += u8_buf[0xffffffff];
tests/usr.bin/xlint/lint1/platform_ilp32_long.c
64
u8 += u8_buf[0x80000000];
tests/usr.bin/xlint/lint1/platform_ilp32_long.c
67
u8 += u8_buf[0xffffffff];
tests/usr.bin/xlint/lint1/platform_ilp32_long.c
70
u8 += u8_buf[0x00ffffffffffffff];
tests/usr.bin/xlint/lint1/platform_ilp32_long.c
72
u8 += u8_buf[0xffffffffffffffff];
tests/usr.bin/xlint/lint1/platform_lp64.c
48
unsigned char u8;
tests/usr.bin/xlint/lint1/platform_lp64.c
58
u8 += u8_buf[0x00ffffff];
tests/usr.bin/xlint/lint1/platform_lp64.c
60
u8 += u8_buf[0x7fffffff];
tests/usr.bin/xlint/lint1/platform_lp64.c
62
u8 += u8_buf[2147483648];
tests/usr.bin/xlint/lint1/platform_lp64.c
64
u8 += u8_buf[0x80000000];
tests/usr.bin/xlint/lint1/platform_lp64.c
66
u8 += u8_buf[0xffffffff];
tests/usr.bin/xlint/lint1/platform_lp64.c
68
u8 += u8_buf[0x80000000];
tests/usr.bin/xlint/lint1/platform_lp64.c
70
u8 += u8_buf[0xffffffff];
tests/usr.bin/xlint/lint1/platform_lp64.c
72
u8 += u8_buf[0x00ffffffffffffff];
tests/usr.bin/xlint/lint1/platform_lp64.c
74
u8 += u8_buf[0xffffffffffffffff];
tests/usr.bin/xlint/lint1/queries.c
107
u16 += u8;
tests/usr.bin/xlint/lint1/queries.c
137
u32 = u32 & u8;
tests/usr.bin/xlint/lint1/queries.c
188
cond = (_Bool)u8;
tests/usr.bin/xlint/lint1/queries.c
189
u8 = (u8_t)cond;
tests/usr.bin/xlint/lint1/queries.c
193
u8 = (u8_t)u8;
tests/usr.bin/xlint/lint1/queries.c
194
u8 = (u8_t)u16;
tests/usr.bin/xlint/lint1/queries.c
195
u8 = (u16_t)u8;
tests/usr.bin/xlint/lint1/queries.c
197
u8 = (u16_t)u16;
tests/usr.bin/xlint/lint1/queries.c
199
u16 = (u8_t)u8;
tests/usr.bin/xlint/lint1/queries.c
202
u16 = (u16_t)u8;
tests/usr.bin/xlint/lint1/queries.c
208
u8 = (u8_t)s8;
tests/usr.bin/xlint/lint1/queries.c
209
s8 = (s8_t)u8;
tests/usr.bin/xlint/lint1/queries.c
211
s16 = (s16_t)u8;
tests/usr.bin/xlint/lint1/queries.c
222
bits.u9 = (typeof(bits.u9))u8;
tests/usr.bin/xlint/lint1/queries.c
429
u16 += u8, u32 += u16;
tests/usr.bin/xlint/lint1/queries.c
44
u8_t u8;
tests/usr.bin/xlint/lint1/queries.c
55
unsigned u8:8;
tests/usr.bin/xlint/lint1/queries.c
582
u8 = -u8;
usr.bin/gzip/unxz.c
172
uint8_t u8[IO_BUFFER_SIZE];
usr.bin/gzip/unxz.c
322
ret = lzma_stream_footer_decode(&footer_flags, buf.u8);
usr.bin/gzip/unxz.c
364
strm.next_in = buf.u8;
usr.bin/gzip/unxz.c
399
ret = lzma_stream_header_decode(&header_flags, buf.u8);
usr.bin/hexdump/display.c
133
uint64_t u8;
usr.bin/hexdump/display.c
205
memmove(&u8, bp, sizeof(u8));
usr.bin/hexdump/display.c
206
(void)printf(pr->fmt, (uint64_t)u8);
usr.bin/mklocale/mklocaledb.c
102
u8 = (uint8_t)(value & 0xFF);
usr.bin/mklocale/mklocaledb.c
103
return _db_factory_add8_by_s(df, key, u8);
usr.bin/mklocale/mklocaledb.c
97
uint8_t u8;