Symbol: s32
sbin/resize_ffs/resize_ffs.c
1701
if (inomove[s32(d->d_ino)] != s32(d->d_ino)) {
sbin/resize_ffs/resize_ffs.c
1703
d->d_ino = s32(inomove[s32(d->d_ino)]);
sys/arch/evbppc/nintendo/dev/gxreg.h
120
volatile int16_t s32;
sys/arch/luna68k/dev/omrasops.c
714
uint32_t *s32 = (uint32_t *)src;
sys/arch/luna68k/dev/omrasops.c
717
*d32++ = *s32++;
sys/arch/luna68k/dev/omrasops.c
718
*d32++ = *s32++;
sys/arch/luna68k/dev/omrasops.c
720
src = (uint8_t *)s32 + step8;
sys/compat/netbsd32/netbsd32_compat_20.c
161
struct netbsd32_statfs s32;
sys/compat/netbsd32/netbsd32_compat_20.c
174
compat_20_netbsd32_from_statvfs(sb, &s32);
sys/compat/netbsd32/netbsd32_compat_20.c
175
error = copyout(&s32, SCARG_P32(uap, buf), sizeof(s32));
sys/compat/netbsd32/netbsd32_compat_20.c
191
struct netbsd32_statfs s32;
sys/compat/netbsd32/netbsd32_compat_20.c
201
compat_20_netbsd32_from_statvfs(sb, &s32);
sys/compat/netbsd32/netbsd32_compat_20.c
202
error = copyout(&s32, SCARG_P32(uap, buf), sizeof(s32));
sys/compat/netbsd32/netbsd32_compat_30.c
215
struct netbsd32_statvfs *s32;
sys/compat/netbsd32/netbsd32_compat_30.c
223
s32 = kmem_alloc(sizeof(*s32), KM_SLEEP);
sys/compat/netbsd32/netbsd32_compat_30.c
224
netbsd32_from_statvfs(sbuf, s32);
sys/compat/netbsd32/netbsd32_compat_30.c
225
error = copyout(s32, SCARG_P32(uap, buf), sizeof *s32);
sys/compat/netbsd32/netbsd32_compat_30.c
226
kmem_free(s32, sizeof(*s32));
sys/compat/netbsd32/netbsd32_drm.c
354
return copyout(arg, &st32, sizeof(s32));
sys/compat/netbsd32/netbsd32_drm.c
822
s32 tval_sec;
sys/compat/netbsd32/netbsd32_drm.c
823
s32 tval_usec;
sys/dev/pci/ixgbe/ixgbe.c
3060
s32 err = IXGBE_NOT_IMPLEMENTED;
sys/dev/pci/ixgbe/ixgbe.c
3192
s32 retval;
sys/dev/pci/ixgbe/ixgbe.c
3899
s32 error = 0;
sys/dev/pci/ixgbe/ixgbe.c
5574
s32 err = IXGBE_NOT_IMPLEMENTED;
sys/dev/pci/ixgbe/ixgbe.c
5689
s32 err;
sys/dev/pci/ixgbe/ixgbe.c
6076
s32 retval;
sys/dev/pci/ixgbe/ixgbe_82598.c
1009
s32 ixgbe_set_vfta_82598(struct ixgbe_hw *hw, u32 vlan, u32 vind,
sys/dev/pci/ixgbe/ixgbe_82598.c
1058
static s32 ixgbe_clear_vfta_82598(struct ixgbe_hw *hw)
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
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
1134
s32 status = IXGBE_SUCCESS;
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
1219
static s32 ixgbe_read_i2c_sff8472_82598(struct ixgbe_hw *hw, u8 byte_offset,
sys/dev/pci/ixgbe/ixgbe_82598.c
125
s32 ixgbe_init_ops_82598(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_82598.c
129
s32 ret_val;
sys/dev/pci/ixgbe/ixgbe_82598.c
1439
s32 ixgbe_enable_rx_dma_82598(struct ixgbe_hw *hw, u32 regval)
sys/dev/pci/ixgbe/ixgbe_82598.c
197
s32 ixgbe_init_phy_ops_82598(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_82598.c
201
s32 ret_val = IXGBE_SUCCESS;
sys/dev/pci/ixgbe/ixgbe_82598.c
260
s32 ixgbe_start_hw_82598(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_82598.c
264
s32 ret_val = IXGBE_SUCCESS;
sys/dev/pci/ixgbe/ixgbe_82598.c
302
static s32 ixgbe_get_link_capabilities_82598(struct ixgbe_hw *hw,
sys/dev/pci/ixgbe/ixgbe_82598.c
306
s32 status = IXGBE_SUCCESS;
sys/dev/pci/ixgbe/ixgbe_82598.c
414
s32 ixgbe_fc_enable_82598(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_82598.c
416
s32 ret_val = IXGBE_SUCCESS;
sys/dev/pci/ixgbe/ixgbe_82598.c
54
static s32 ixgbe_get_link_capabilities_82598(struct ixgbe_hw *hw,
sys/dev/pci/ixgbe/ixgbe_82598.c
563
static s32 ixgbe_start_mac_link_82598(struct ixgbe_hw *hw,
sys/dev/pci/ixgbe/ixgbe_82598.c
569
s32 status = IXGBE_SUCCESS;
sys/dev/pci/ixgbe/ixgbe_82598.c
58
static s32 ixgbe_start_mac_link_82598(struct ixgbe_hw *hw,
sys/dev/pci/ixgbe/ixgbe_82598.c
60
static s32 ixgbe_check_mac_link_82598(struct ixgbe_hw *hw,
sys/dev/pci/ixgbe/ixgbe_82598.c
611
static s32 ixgbe_validate_link_ready(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_82598.c
63
static s32 ixgbe_setup_mac_link_82598(struct ixgbe_hw *hw,
sys/dev/pci/ixgbe/ixgbe_82598.c
648
static s32 ixgbe_check_mac_link_82598(struct ixgbe_hw *hw,
sys/dev/pci/ixgbe/ixgbe_82598.c
66
static s32 ixgbe_setup_copper_link_82598(struct ixgbe_hw *hw,
sys/dev/pci/ixgbe/ixgbe_82598.c
69
static s32 ixgbe_reset_hw_82598(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_82598.c
70
static s32 ixgbe_clear_vmdq_82598(struct ixgbe_hw *hw, u32 rar, u32 vmdq);
sys/dev/pci/ixgbe/ixgbe_82598.c
71
static s32 ixgbe_clear_vfta_82598(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_82598.c
737
static s32 ixgbe_setup_mac_link_82598(struct ixgbe_hw *hw,
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
742
s32 status = IXGBE_SUCCESS;
sys/dev/pci/ixgbe/ixgbe_82598.c
791
static s32 ixgbe_setup_copper_link_82598(struct ixgbe_hw *hw,
sys/dev/pci/ixgbe/ixgbe_82598.c
795
s32 status;
sys/dev/pci/ixgbe/ixgbe_82598.c
816
static s32 ixgbe_reset_hw_82598(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_82598.c
818
s32 status = IXGBE_SUCCESS;
sys/dev/pci/ixgbe/ixgbe_82598.c
819
s32 phy_status = IXGBE_SUCCESS;
sys/dev/pci/ixgbe/ixgbe_82598.c
951
s32 ixgbe_set_vmdq_82598(struct ixgbe_hw *hw, u32 rar, u32 vmdq)
sys/dev/pci/ixgbe/ixgbe_82598.c
977
static s32 ixgbe_clear_vmdq_82598(struct ixgbe_hw *hw, u32 rar, u32 vmdq)
sys/dev/pci/ixgbe/ixgbe_82598.h
42
s32 ixgbe_fc_enable_82598(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_82598.h
43
s32 ixgbe_start_hw_82598(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_82598.h
45
s32 ixgbe_set_vmdq_82598(struct ixgbe_hw *hw, u32 rar, u32 vmdq);
sys/dev/pci/ixgbe/ixgbe_82598.h
46
s32 ixgbe_set_vfta_82598(struct ixgbe_hw *hw, u32 vlan, u32 vind, bool vlan_on,
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
53
s32 ixgbe_init_phy_ops_82598(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_82598.h
56
s32 ixgbe_enable_rx_dma_82598(struct ixgbe_hw *hw, u32 regval);
sys/dev/pci/ixgbe/ixgbe_82599.c
1022
static s32 ixgbe_setup_copper_link_82599(struct ixgbe_hw *hw,
sys/dev/pci/ixgbe/ixgbe_82599.c
1026
s32 status;
sys/dev/pci/ixgbe/ixgbe_82599.c
1047
s32 ixgbe_reset_hw_82599(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_82599.c
1050
s32 status;
sys/dev/pci/ixgbe/ixgbe_82599.c
1051
s32 phy_status = IXGBE_SUCCESS;
sys/dev/pci/ixgbe/ixgbe_82599.c
122
s32 ixgbe_init_phy_ops_82599(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_82599.c
1231
static s32 ixgbe_fdir_check_cmd_complete(struct ixgbe_hw *hw, u32 *fdircmd)
sys/dev/pci/ixgbe/ixgbe_82599.c
1249
s32 ixgbe_reinit_fdir_tables_82599(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_82599.c
1251
s32 err;
sys/dev/pci/ixgbe/ixgbe_82599.c
126
s32 ret_val = IXGBE_SUCCESS;
sys/dev/pci/ixgbe/ixgbe_82599.c
1365
s32 ixgbe_init_fdir_signature_82599(struct ixgbe_hw *hw, u32 fdirctrl)
sys/dev/pci/ixgbe/ixgbe_82599.c
1392
s32 ixgbe_init_fdir_perfect_82599(struct ixgbe_hw *hw, u32 fdirctrl,
sys/dev/pci/ixgbe/ixgbe_82599.c
1718
s32 ixgbe_fdir_set_input_mask_82599(struct ixgbe_hw *hw,
sys/dev/pci/ixgbe/ixgbe_82599.c
180
s32 ixgbe_setup_sfp_modules_82599(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_82599.c
182
s32 ret_val = IXGBE_SUCCESS;
sys/dev/pci/ixgbe/ixgbe_82599.c
1895
s32 ixgbe_fdir_write_perfect_filter_82599(struct ixgbe_hw *hw,
sys/dev/pci/ixgbe/ixgbe_82599.c
1902
s32 err;
sys/dev/pci/ixgbe/ixgbe_82599.c
1985
s32 ixgbe_fdir_erase_perfect_filter_82599(struct ixgbe_hw *hw,
sys/dev/pci/ixgbe/ixgbe_82599.c
1991
s32 err;
sys/dev/pci/ixgbe/ixgbe_82599.c
2033
s32 ixgbe_fdir_add_perfect_filter_82599(struct ixgbe_hw *hw,
sys/dev/pci/ixgbe/ixgbe_82599.c
2038
s32 err = IXGBE_ERR_CONFIG;
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
2120
s32 ixgbe_write_analog_reg8_82599(struct ixgbe_hw *hw, u32 reg, u8 val)
sys/dev/pci/ixgbe/ixgbe_82599.c
2142
s32 ixgbe_start_hw_82599(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_82599.c
2144
s32 ret_val = IXGBE_SUCCESS;
sys/dev/pci/ixgbe/ixgbe_82599.c
2171
s32 ixgbe_identify_phy_82599(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_82599.c
2173
s32 status;
sys/dev/pci/ixgbe/ixgbe_82599.c
2294
s32 ixgbe_enable_rx_dma_82599(struct ixgbe_hw *hw, u32 regval)
sys/dev/pci/ixgbe/ixgbe_82599.c
2328
static s32 ixgbe_verify_fw_version_82599(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_82599.c
2330
s32 status = IXGBE_ERR_EEPROM_VERSION;
sys/dev/pci/ixgbe/ixgbe_82599.c
2393
s32 status;
sys/dev/pci/ixgbe/ixgbe_82599.c
2437
static s32 ixgbe_read_eeprom_buffer_82599(struct ixgbe_hw *hw, u16 offset,
sys/dev/pci/ixgbe/ixgbe_82599.c
2441
s32 ret_val = IXGBE_ERR_CONFIG;
sys/dev/pci/ixgbe/ixgbe_82599.c
2471
static s32 ixgbe_read_eeprom_82599(struct ixgbe_hw *hw,
sys/dev/pci/ixgbe/ixgbe_82599.c
2475
s32 ret_val = IXGBE_ERR_CONFIG;
sys/dev/pci/ixgbe/ixgbe_82599.c
2500
static s32 ixgbe_reset_pipeline_82599(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_82599.c
2502
s32 ret_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
2557
s32 status;
sys/dev/pci/ixgbe/ixgbe_82599.c
2558
s32 timeout = 200;
sys/dev/pci/ixgbe/ixgbe_82599.c
257
s32 prot_autoc_read_82599(struct ixgbe_hw *hw, bool *locked, u32 *reg_val)
sys/dev/pci/ixgbe/ixgbe_82599.c
259
s32 ret_val;
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
2615
s32 status;
sys/dev/pci/ixgbe/ixgbe_82599.c
2616
s32 timeout = 200;
sys/dev/pci/ixgbe/ixgbe_82599.c
286
s32 prot_autoc_write_82599(struct ixgbe_hw *hw, u32 autoc, bool locked)
sys/dev/pci/ixgbe/ixgbe_82599.c
288
s32 ret_val = IXGBE_SUCCESS;
sys/dev/pci/ixgbe/ixgbe_82599.c
328
s32 ixgbe_init_ops_82599(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_82599.c
333
s32 ret_val;
sys/dev/pci/ixgbe/ixgbe_82599.c
424
s32 ixgbe_get_link_capabilities_82599(struct ixgbe_hw *hw,
sys/dev/pci/ixgbe/ixgbe_82599.c
428
s32 status = IXGBE_SUCCESS;
sys/dev/pci/ixgbe/ixgbe_82599.c
54
static s32 ixgbe_setup_copper_link_82599(struct ixgbe_hw *hw,
sys/dev/pci/ixgbe/ixgbe_82599.c
57
static s32 ixgbe_verify_fw_version_82599(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_82599.c
58
static s32 ixgbe_read_eeprom_82599(struct ixgbe_hw *hw,
sys/dev/pci/ixgbe/ixgbe_82599.c
60
static s32 ixgbe_read_eeprom_buffer_82599(struct ixgbe_hw *hw, u16 offset,
sys/dev/pci/ixgbe/ixgbe_82599.c
62
static s32 ixgbe_reset_pipeline_82599(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_82599.c
623
s32 ixgbe_start_mac_link_82599(struct ixgbe_hw *hw,
sys/dev/pci/ixgbe/ixgbe_82599.c
629
s32 status = IXGBE_SUCCESS;
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
65
static s32 ixgbe_write_i2c_byte_82599(struct ixgbe_hw *hw, u8 byte_offset,
sys/dev/pci/ixgbe/ixgbe_82599.c
788
s32 ixgbe_setup_mac_link_smartspeed(struct ixgbe_hw *hw,
sys/dev/pci/ixgbe/ixgbe_82599.c
792
s32 status = IXGBE_SUCCESS;
sys/dev/pci/ixgbe/ixgbe_82599.c
794
s32 i, j;
sys/dev/pci/ixgbe/ixgbe_82599.c
900
s32 ixgbe_setup_mac_link_82599(struct ixgbe_hw *hw,
sys/dev/pci/ixgbe/ixgbe_82599.c
905
s32 status = IXGBE_SUCCESS;
sys/dev/pci/ixgbe/ixgbe_82599.h
41
s32 ixgbe_get_link_capabilities_82599(struct ixgbe_hw *hw,
sys/dev/pci/ixgbe/ixgbe_82599.h
49
s32 ixgbe_setup_mac_link_smartspeed(struct ixgbe_hw *hw,
sys/dev/pci/ixgbe/ixgbe_82599.h
52
s32 ixgbe_start_mac_link_82599(struct ixgbe_hw *hw,
sys/dev/pci/ixgbe/ixgbe_82599.h
54
s32 ixgbe_setup_mac_link_82599(struct ixgbe_hw *hw, ixgbe_link_speed speed,
sys/dev/pci/ixgbe/ixgbe_82599.h
56
s32 ixgbe_setup_sfp_modules_82599(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_82599.h
58
s32 ixgbe_reset_hw_82599(struct ixgbe_hw *hw);
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_82599.h
61
s32 ixgbe_start_hw_82599(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_82599.h
62
s32 ixgbe_identify_phy_82599(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_82599.h
63
s32 ixgbe_init_phy_ops_82599(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_82599.h
65
s32 ixgbe_enable_rx_dma_82599(struct ixgbe_hw *hw, u32 regval);
sys/dev/pci/ixgbe/ixgbe_82599.h
66
s32 prot_autoc_read_82599(struct ixgbe_hw *hw, bool *locked, u32 *reg_val);
sys/dev/pci/ixgbe/ixgbe_82599.h
67
s32 prot_autoc_write_82599(struct ixgbe_hw *hw, u32 reg_val, bool locked);
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
1043
s32 ixgbe_enable_mc(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_api.c
1055
s32 ixgbe_disable_mc(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_api.c
1067
s32 ixgbe_clear_vfta(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_api.c
1083
s32 ixgbe_set_vfta(struct ixgbe_hw *hw, u32 vlan, u32 vind, bool vlan_on,
sys/dev/pci/ixgbe/ixgbe_api.c
1103
s32 ixgbe_set_vlvf(struct ixgbe_hw *hw, u32 vlan, u32 vind, bool vlan_on,
sys/dev/pci/ixgbe/ixgbe_api.c
1118
s32 ixgbe_toggle_txdctl(struct ixgbe_hw *hw, u32 vind)
sys/dev/pci/ixgbe/ixgbe_api.c
1130
s32 ixgbe_fc_enable(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_api.c
1142
s32 ixgbe_setup_fc(struct ixgbe_hw *hw)
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
1173
s32 ixgbe_dmac_config(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_api.c
1185
s32 ixgbe_dmac_update_tcs(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_api.c
1198
s32 ixgbe_dmac_config_tcs(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_api.c
1214
s32 ixgbe_setup_eee(struct ixgbe_hw *hw, bool enable_eee)
sys/dev/pci/ixgbe/ixgbe_api.c
1255
s32 ixgbe_read_iosf_sb_reg(struct ixgbe_hw *hw, u32 reg_addr,
sys/dev/pci/ixgbe/ixgbe_api.c
1271
s32 ixgbe_write_iosf_sb_reg(struct ixgbe_hw *hw, u32 reg_addr,
sys/dev/pci/ixgbe/ixgbe_api.c
1344
s32 ixgbe_enter_lplu(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_api.c
1361
s32 ixgbe_handle_lasi(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_api.c
137
s32 ixgbe_set_mac_type(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_api.c
1375
s32 ixgbe_bypass_rw(struct ixgbe_hw *hw, u32 cmd, u32 *status)
sys/dev/pci/ixgbe/ixgbe_api.c
139
s32 ret_val = IXGBE_SUCCESS;
sys/dev/pci/ixgbe/ixgbe_api.c
1411
s32 ixgbe_bypass_set(struct ixgbe_hw *hw, u32 cmd, u32 event, u32 action)
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
1465
s32 ixgbe_init_uta_tables(struct ixgbe_hw *hw)
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
1496
s32 ixgbe_read_i2c_byte_unlocked(struct ixgbe_hw *hw, u8 byte_offset,
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
1561
s32 ixgbe_write_i2c_byte_unlocked(struct ixgbe_hw *hw, u8 byte_offset,
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
1607
s32 ixgbe_write_i2c_eeprom(struct ixgbe_hw *hw,
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
1649
s32 ixgbe_enable_rx_dma(struct ixgbe_hw *hw, u32 regval)
sys/dev/pci/ixgbe/ixgbe_api.c
1661
s32 ixgbe_disable_sec_rx_path(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_api.c
1673
s32 ixgbe_enable_sec_rx_path(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_api.c
1687
s32 ixgbe_acquire_swfw_semaphore(struct ixgbe_hw *hw, u32 mask)
sys/dev/pci/ixgbe/ixgbe_api.c
237
s32 ixgbe_init_hw(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_api.c
250
s32 ixgbe_reset_hw(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_api.c
266
s32 ixgbe_start_hw(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_api.c
293
s32 ixgbe_clear_hw_cntrs(struct ixgbe_hw *hw)
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
361
s32 ixgbe_get_device_caps(struct ixgbe_hw *hw, u16 *device_caps)
sys/dev/pci/ixgbe/ixgbe_api.c
376
s32 ixgbe_get_wwn_prefix(struct ixgbe_hw *hw, u16 *wwnn_prefix,
sys/dev/pci/ixgbe/ixgbe_api.c
391
s32 ixgbe_get_fcoe_boot_status(struct ixgbe_hw *hw, u16 *bs)
sys/dev/pci/ixgbe/ixgbe_api.c
404
s32 ixgbe_get_bus_info(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_api.c
441
s32 ixgbe_stop_adapter(struct ixgbe_hw *hw)
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
467
s32 ixgbe_read_pba_num(struct ixgbe_hw *hw, u32 *pba_num)
sys/dev/pci/ixgbe/ixgbe_api.c
478
s32 ixgbe_identify_phy(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_api.c
480
s32 status = IXGBE_SUCCESS;
sys/dev/pci/ixgbe/ixgbe_api.c
494
s32 ixgbe_reset_phy(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_api.c
496
s32 status = IXGBE_SUCCESS;
sys/dev/pci/ixgbe/ixgbe_api.c
515
s32 ixgbe_get_phy_firmware_version(struct ixgbe_hw *hw, u16 *firmware_version)
sys/dev/pci/ixgbe/ixgbe_api.c
517
s32 status = IXGBE_SUCCESS;
sys/dev/pci/ixgbe/ixgbe_api.c
534
s32 ixgbe_read_phy_reg(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type,
sys/dev/pci/ixgbe/ixgbe_api.c
553
s32 ixgbe_write_phy_reg(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type,
sys/dev/pci/ixgbe/ixgbe_api.c
569
s32 ixgbe_setup_phy_link(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_api.c
583
s32 ixgbe_setup_internal_phy(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_api.c
598
s32 ixgbe_check_phy_link(struct ixgbe_hw *hw, ixgbe_link_speed *speed,
sys/dev/pci/ixgbe/ixgbe_api.c
613
s32 ixgbe_setup_phy_link_speed(struct ixgbe_hw *hw, ixgbe_link_speed speed,
sys/dev/pci/ixgbe/ixgbe_api.c
626
s32 ixgbe_set_phy_power(struct ixgbe_hw *hw, bool on)
sys/dev/pci/ixgbe/ixgbe_api.c
641
s32 ixgbe_check_link(struct ixgbe_hw *hw, ixgbe_link_speed *speed,
sys/dev/pci/ixgbe/ixgbe_api.c
696
s32 ixgbe_setup_link(struct ixgbe_hw *hw, ixgbe_link_speed speed,
sys/dev/pci/ixgbe/ixgbe_api.c
713
s32 ixgbe_setup_mac_link(struct ixgbe_hw *hw, ixgbe_link_speed speed,
sys/dev/pci/ixgbe/ixgbe_api.c
729
s32 ixgbe_get_link_capabilities(struct ixgbe_hw *hw, ixgbe_link_speed *speed,
sys/dev/pci/ixgbe/ixgbe_api.c
743
s32 ixgbe_led_on(struct ixgbe_hw *hw, u32 index)
sys/dev/pci/ixgbe/ixgbe_api.c
756
s32 ixgbe_led_off(struct ixgbe_hw *hw, u32 index)
sys/dev/pci/ixgbe/ixgbe_api.c
769
s32 ixgbe_blink_led_start(struct ixgbe_hw *hw, u32 index)
sys/dev/pci/ixgbe/ixgbe_api.c
782
s32 ixgbe_blink_led_stop(struct ixgbe_hw *hw, u32 index)
sys/dev/pci/ixgbe/ixgbe_api.c
795
s32 ixgbe_init_eeprom_params(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_api.c
812
s32 ixgbe_write_eeprom(struct ixgbe_hw *hw, u16 offset, u16 data)
sys/dev/pci/ixgbe/ixgbe_api.c
829
s32 ixgbe_write_eeprom_buffer(struct ixgbe_hw *hw, u16 offset, u16 words,
sys/dev/pci/ixgbe/ixgbe_api.c
845
s32 ixgbe_read_eeprom(struct ixgbe_hw *hw, u16 offset, u16 *data)
sys/dev/pci/ixgbe/ixgbe_api.c
860
s32 ixgbe_read_eeprom_buffer(struct ixgbe_hw *hw, u16 offset,
sys/dev/pci/ixgbe/ixgbe_api.c
875
s32 ixgbe_validate_eeprom_checksum(struct ixgbe_hw *hw, u16 *checksum_val)
sys/dev/pci/ixgbe/ixgbe_api.c
885
s32 ixgbe_update_eeprom_checksum(struct ixgbe_hw *hw)
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
91
s32 ixgbe_init_shared_code(struct ixgbe_hw *hw)
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.c
93
s32 status;
sys/dev/pci/ixgbe/ixgbe_api.c
931
s32 ixgbe_clear_rar(struct ixgbe_hw *hw, u32 index)
sys/dev/pci/ixgbe/ixgbe_api.c
943
s32 ixgbe_set_vmdq(struct ixgbe_hw *hw, u32 rar, u32 vmdq)
sys/dev/pci/ixgbe/ixgbe_api.c
955
s32 ixgbe_set_vmdq_san_mac(struct ixgbe_hw *hw, u32 vmdq)
sys/dev/pci/ixgbe/ixgbe_api.c
967
s32 ixgbe_clear_vmdq(struct ixgbe_hw *hw, u32 rar, u32 vmdq)
sys/dev/pci/ixgbe/ixgbe_api.c
981
s32 ixgbe_init_rx_addrs(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_api.h
100
s32 ixgbe_blink_led_stop(struct ixgbe_hw *hw, u32 index);
sys/dev/pci/ixgbe/ixgbe_api.h
102
s32 ixgbe_init_eeprom_params(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_api.h
103
s32 ixgbe_write_eeprom(struct ixgbe_hw *hw, u16 offset, u16 data);
sys/dev/pci/ixgbe/ixgbe_api.h
104
s32 ixgbe_write_eeprom_buffer(struct ixgbe_hw *hw, u16 offset,
sys/dev/pci/ixgbe/ixgbe_api.h
106
s32 ixgbe_read_eeprom(struct ixgbe_hw *hw, u16 offset, u16 *data);
sys/dev/pci/ixgbe/ixgbe_api.h
107
s32 ixgbe_read_eeprom_buffer(struct ixgbe_hw *hw, u16 offset,
sys/dev/pci/ixgbe/ixgbe_api.h
110
s32 ixgbe_validate_eeprom_checksum(struct ixgbe_hw *hw, u16 *checksum_val);
sys/dev/pci/ixgbe/ixgbe_api.h
111
s32 ixgbe_update_eeprom_checksum(struct ixgbe_hw *hw);
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
116
s32 ixgbe_clear_rar(struct ixgbe_hw *hw, u32 index);
sys/dev/pci/ixgbe/ixgbe_api.h
117
s32 ixgbe_set_vmdq(struct ixgbe_hw *hw, u32 rar, u32 vmdq);
sys/dev/pci/ixgbe/ixgbe_api.h
118
s32 ixgbe_set_vmdq_san_mac(struct ixgbe_hw *hw, u32 vmdq);
sys/dev/pci/ixgbe/ixgbe_api.h
119
s32 ixgbe_clear_vmdq(struct ixgbe_hw *hw, u32 rar, u32 vmdq);
sys/dev/pci/ixgbe/ixgbe_api.h
120
s32 ixgbe_init_rx_addrs(struct ixgbe_hw *hw);
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
128
s32 ixgbe_enable_mc(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_api.h
129
s32 ixgbe_disable_mc(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_api.h
130
s32 ixgbe_clear_vfta(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_api.h
131
s32 ixgbe_set_vfta(struct ixgbe_hw *hw, u32 vlan,
sys/dev/pci/ixgbe/ixgbe_api.h
133
s32 ixgbe_set_vlvf(struct ixgbe_hw *hw, u32 vlan, u32 vind,
sys/dev/pci/ixgbe/ixgbe_api.h
136
s32 ixgbe_toggle_txdctl(struct ixgbe_hw *hw, u32 vind);
sys/dev/pci/ixgbe/ixgbe_api.h
137
s32 ixgbe_fc_enable(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_api.h
138
s32 ixgbe_setup_fc(struct ixgbe_hw *hw);
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
142
s32 ixgbe_get_phy_firmware_version(struct ixgbe_hw *hw,
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
146
s32 ixgbe_init_uta_tables(struct ixgbe_hw *hw);
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
149
s32 ixgbe_enable_rx_dma(struct ixgbe_hw *hw, u32 regval);
sys/dev/pci/ixgbe/ixgbe_api.h
150
s32 ixgbe_disable_sec_rx_path(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_api.h
151
s32 ixgbe_enable_sec_rx_path(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_api.h
152
s32 ixgbe_mng_fw_enabled(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_api.h
153
s32 ixgbe_reinit_fdir_tables_82599(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_api.h
154
s32 ixgbe_init_fdir_signature_82599(struct ixgbe_hw *hw, u32 fdirctrl);
sys/dev/pci/ixgbe/ixgbe_api.h
155
s32 ixgbe_init_fdir_perfect_82599(struct ixgbe_hw *hw, u32 fdirctrl,
sys/dev/pci/ixgbe/ixgbe_api.h
161
s32 ixgbe_fdir_set_input_mask_82599(struct ixgbe_hw *hw,
sys/dev/pci/ixgbe/ixgbe_api.h
163
s32 ixgbe_fdir_write_perfect_filter_82599(struct ixgbe_hw *hw,
sys/dev/pci/ixgbe/ixgbe_api.h
166
s32 ixgbe_fdir_erase_perfect_filter_82599(struct ixgbe_hw *hw,
sys/dev/pci/ixgbe/ixgbe_api.h
169
s32 ixgbe_fdir_add_perfect_filter_82599(struct ixgbe_hw *hw,
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
182
s32 ixgbe_read_i2c_byte_unlocked(struct ixgbe_hw *hw, u8 byte_offset,
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
189
s32 ixgbe_write_i2c_byte_unlocked(struct ixgbe_hw *hw, u8 byte_offset,
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
196
s32 ixgbe_get_device_caps(struct ixgbe_hw *hw, u16 *device_caps);
sys/dev/pci/ixgbe/ixgbe_api.h
197
s32 ixgbe_acquire_swfw_semaphore(struct ixgbe_hw *hw, u32 mask);
sys/dev/pci/ixgbe/ixgbe_api.h
200
s32 ixgbe_get_wwn_prefix(struct ixgbe_hw *hw, u16 *wwnn_prefix,
sys/dev/pci/ixgbe/ixgbe_api.h
202
s32 ixgbe_get_fcoe_boot_status(struct ixgbe_hw *hw, u16 *bs);
sys/dev/pci/ixgbe/ixgbe_api.h
203
s32 ixgbe_bypass_rw(struct ixgbe_hw *hw, u32 cmd, u32 *status);
sys/dev/pci/ixgbe/ixgbe_api.h
204
s32 ixgbe_bypass_set(struct ixgbe_hw *hw, u32 cmd, u32 event, u32 action);
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
207
s32 ixgbe_dmac_config(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_api.h
208
s32 ixgbe_dmac_update_tcs(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_api.h
209
s32 ixgbe_dmac_config_tcs(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_api.h
210
s32 ixgbe_setup_eee(struct ixgbe_hw *hw, bool enable_eee);
sys/dev/pci/ixgbe/ixgbe_api.h
215
s32 ixgbe_read_iosf_sb_reg(struct ixgbe_hw *hw, u32 reg_addr,
sys/dev/pci/ixgbe/ixgbe_api.h
217
s32 ixgbe_write_iosf_sb_reg(struct ixgbe_hw *hw, u32 reg_addr,
sys/dev/pci/ixgbe/ixgbe_api.h
224
s32 ixgbe_enter_lplu(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_api.h
225
s32 ixgbe_handle_lasi(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_api.h
229
s32 ixgbe_negotiate_fc(struct ixgbe_hw *hw, u32 adv_reg, u32 lp_reg,
sys/dev/pci/ixgbe/ixgbe_api.h
45
s32 ixgbe_init_shared_code(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_api.h
47
extern s32 ixgbe_init_ops_82598(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_api.h
48
extern s32 ixgbe_init_ops_82599(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_api.h
49
extern s32 ixgbe_init_ops_X540(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_api.h
50
extern s32 ixgbe_init_ops_X550(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_api.h
51
extern s32 ixgbe_init_ops_X550EM(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_api.h
52
extern s32 ixgbe_init_ops_X550EM_x(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_api.h
53
extern s32 ixgbe_init_ops_X550EM_a(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_api.h
55
s32 ixgbe_set_mac_type(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_api.h
56
s32 ixgbe_init_hw(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_api.h
57
s32 ixgbe_reset_hw(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_api.h
58
s32 ixgbe_start_hw(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_api.h
60
s32 ixgbe_clear_hw_cntrs(struct ixgbe_hw *hw);
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
63
s32 ixgbe_get_bus_info(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_api.h
66
s32 ixgbe_stop_adapter(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_api.h
67
s32 ixgbe_read_pba_num(struct ixgbe_hw *hw, u32 *pba_num);
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_api.h
70
s32 ixgbe_identify_phy(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_api.h
71
s32 ixgbe_reset_phy(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_api.h
72
s32 ixgbe_read_phy_reg(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type,
sys/dev/pci/ixgbe/ixgbe_api.h
74
s32 ixgbe_write_phy_reg(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type,
sys/dev/pci/ixgbe/ixgbe_api.h
77
s32 ixgbe_setup_phy_link(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_api.h
78
s32 ixgbe_setup_internal_phy(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_api.h
79
s32 ixgbe_check_phy_link(struct ixgbe_hw *hw,
sys/dev/pci/ixgbe/ixgbe_api.h
82
s32 ixgbe_setup_phy_link_speed(struct ixgbe_hw *hw,
sys/dev/pci/ixgbe/ixgbe_api.h
85
s32 ixgbe_set_phy_power(struct ixgbe_hw *, bool on);
sys/dev/pci/ixgbe/ixgbe_api.h
89
s32 ixgbe_setup_link(struct ixgbe_hw *hw, ixgbe_link_speed speed,
sys/dev/pci/ixgbe/ixgbe_api.h
91
s32 ixgbe_setup_mac_link(struct ixgbe_hw *hw, ixgbe_link_speed speed,
sys/dev/pci/ixgbe/ixgbe_api.h
93
s32 ixgbe_check_link(struct ixgbe_hw *hw, ixgbe_link_speed *speed,
sys/dev/pci/ixgbe/ixgbe_api.h
95
s32 ixgbe_get_link_capabilities(struct ixgbe_hw *hw, ixgbe_link_speed *speed,
sys/dev/pci/ixgbe/ixgbe_api.h
97
s32 ixgbe_led_on(struct ixgbe_hw *hw, u32 index);
sys/dev/pci/ixgbe/ixgbe_api.h
98
s32 ixgbe_led_off(struct ixgbe_hw *hw, u32 index);
sys/dev/pci/ixgbe/ixgbe_api.h
99
s32 ixgbe_blink_led_start(struct ixgbe_hw *hw, u32 index);
sys/dev/pci/ixgbe/ixgbe_common.c
1061
s32 ixgbe_get_bus_info_generic(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_common.c
1117
s32 ixgbe_stop_adapter_generic(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_common.c
1189
s32 ixgbe_init_led_link_act_generic(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_common.c
1228
s32 ixgbe_led_on_generic(struct ixgbe_hw *hw, u32 index)
sys/dev/pci/ixgbe/ixgbe_common.c
1251
s32 ixgbe_led_off_generic(struct ixgbe_hw *hw, u32 index)
sys/dev/pci/ixgbe/ixgbe_common.c
1276
s32 ixgbe_init_eeprom_params_generic(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_common.c
1331
s32 ixgbe_write_eeprom_buffer_bit_bang_generic(struct ixgbe_hw *hw, u16 offset,
sys/dev/pci/ixgbe/ixgbe_common.c
1334
s32 status = IXGBE_SUCCESS;
sys/dev/pci/ixgbe/ixgbe_common.c
1388
static s32 ixgbe_write_eeprom_buffer_bit_bang(struct ixgbe_hw *hw, u16 offset,
sys/dev/pci/ixgbe/ixgbe_common.c
1391
s32 status;
sys/dev/pci/ixgbe/ixgbe_common.c
1470
s32 ixgbe_write_eeprom_generic(struct ixgbe_hw *hw, u16 offset, u16 data)
sys/dev/pci/ixgbe/ixgbe_common.c
1472
s32 status;
sys/dev/pci/ixgbe/ixgbe_common.c
1498
s32 ixgbe_read_eeprom_buffer_bit_bang_generic(struct ixgbe_hw *hw, u16 offset,
sys/dev/pci/ixgbe/ixgbe_common.c
1501
s32 status = IXGBE_SUCCESS;
sys/dev/pci/ixgbe/ixgbe_common.c
1547
static s32 ixgbe_read_eeprom_buffer_bit_bang(struct ixgbe_hw *hw, u16 offset,
sys/dev/pci/ixgbe/ixgbe_common.c
1550
s32 status;
sys/dev/pci/ixgbe/ixgbe_common.c
1604
s32 ixgbe_read_eeprom_bit_bang_generic(struct ixgbe_hw *hw, u16 offset,
sys/dev/pci/ixgbe/ixgbe_common.c
1607
s32 status;
sys/dev/pci/ixgbe/ixgbe_common.c
1633
s32 ixgbe_read_eerd_buffer_generic(struct ixgbe_hw *hw, u16 offset,
sys/dev/pci/ixgbe/ixgbe_common.c
1637
s32 status = IXGBE_SUCCESS;
sys/dev/pci/ixgbe/ixgbe_common.c
1684
static s32 ixgbe_detect_eeprom_page_size_generic(struct ixgbe_hw *hw,
sys/dev/pci/ixgbe/ixgbe_common.c
1688
s32 status = IXGBE_SUCCESS;
sys/dev/pci/ixgbe/ixgbe_common.c
1727
s32 ixgbe_read_eerd_generic(struct ixgbe_hw *hw, u16 offset, u16 *data)
sys/dev/pci/ixgbe/ixgbe_common.c
1741
s32 ixgbe_write_eewr_buffer_generic(struct ixgbe_hw *hw, u16 offset,
sys/dev/pci/ixgbe/ixgbe_common.c
1745
s32 status = IXGBE_SUCCESS;
sys/dev/pci/ixgbe/ixgbe_common.c
1796
s32 ixgbe_write_eewr_generic(struct ixgbe_hw *hw, u16 offset, u16 data)
sys/dev/pci/ixgbe/ixgbe_common.c
1809
s32 ixgbe_poll_eerd_eewr_done(struct ixgbe_hw *hw, u32 ee_reg)
sys/dev/pci/ixgbe/ixgbe_common.c
1813
s32 status = IXGBE_ERR_EEPROM;
sys/dev/pci/ixgbe/ixgbe_common.c
1844
static s32 ixgbe_acquire_eeprom(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_common.c
1846
s32 status = IXGBE_SUCCESS;
sys/dev/pci/ixgbe/ixgbe_common.c
1898
static s32 ixgbe_get_eeprom_semaphore(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_common.c
1900
s32 status = IXGBE_ERR_EEPROM;
sys/dev/pci/ixgbe/ixgbe_common.c
2006
static s32 ixgbe_ready_eeprom(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_common.c
2008
s32 status = IXGBE_SUCCESS;
sys/dev/pci/ixgbe/ixgbe_common.c
2237
s32 ixgbe_calc_eeprom_checksum_generic(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_common.c
2287
return (s32)checksum;
sys/dev/pci/ixgbe/ixgbe_common.c
2298
s32 ixgbe_validate_eeprom_checksum_generic(struct ixgbe_hw *hw,
sys/dev/pci/ixgbe/ixgbe_common.c
2301
s32 status;
sys/dev/pci/ixgbe/ixgbe_common.c
2346
s32 ixgbe_update_eeprom_checksum_generic(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_common.c
2348
s32 status;
sys/dev/pci/ixgbe/ixgbe_common.c
237
s32 ixgbe_setup_fc_generic(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_common.c
2380
s32 ixgbe_validate_mac_addr(u8 *mac_addr)
sys/dev/pci/ixgbe/ixgbe_common.c
2382
s32 status = IXGBE_SUCCESS;
sys/dev/pci/ixgbe/ixgbe_common.c
239
s32 ret_val = IXGBE_SUCCESS;
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
2461
s32 ixgbe_clear_rar_generic(struct ixgbe_hw *hw, u32 index)
sys/dev/pci/ixgbe/ixgbe_common.c
2500
s32 ixgbe_init_rx_addrs_generic(struct ixgbe_hw *hw)
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
2677
static s32 ixgbe_mta_vector(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
2799
s32 ixgbe_enable_mc_generic(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_common.c
2818
s32 ixgbe_disable_mc_generic(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_common.c
2836
s32 ixgbe_fc_enable_generic(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_common.c
2838
s32 ret_val = IXGBE_SUCCESS;
sys/dev/pci/ixgbe/ixgbe_common.c
2976
s32 ixgbe_negotiate_fc(struct ixgbe_hw *hw, u32 adv_reg, u32 lp_reg,
sys/dev/pci/ixgbe/ixgbe_common.c
3023
static s32 ixgbe_fc_autoneg_fiber(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_common.c
3026
s32 ret_val = IXGBE_ERR_FC_NOT_NEGOTIATED;
sys/dev/pci/ixgbe/ixgbe_common.c
3060
static s32 ixgbe_fc_autoneg_backplane(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_common.c
3063
s32 ret_val = IXGBE_ERR_FC_NOT_NEGOTIATED;
sys/dev/pci/ixgbe/ixgbe_common.c
3104
static s32 ixgbe_fc_autoneg_copper(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_common.c
3131
s32 ret_val = IXGBE_ERR_FC_NOT_NEGOTIATED;
sys/dev/pci/ixgbe/ixgbe_common.c
3245
s32 ixgbe_disable_pcie_primary(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_common.c
3247
s32 status = IXGBE_SUCCESS;
sys/dev/pci/ixgbe/ixgbe_common.c
3312
s32 ixgbe_acquire_swfw_sync(struct ixgbe_hw *hw, u32 mask)
sys/dev/pci/ixgbe/ixgbe_common.c
3382
s32 ixgbe_disable_sec_rx_path_generic(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_common.c
3419
s32 prot_autoc_read_generic(struct ixgbe_hw *hw, bool *locked, u32 *reg_val)
sys/dev/pci/ixgbe/ixgbe_common.c
3435
s32 prot_autoc_write_generic(struct ixgbe_hw *hw, u32 reg_val, bool locked)
sys/dev/pci/ixgbe/ixgbe_common.c
3449
s32 ixgbe_enable_sec_rx_path_generic(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_common.c
3470
s32 ixgbe_enable_rx_dma_generic(struct ixgbe_hw *hw, u32 regval)
sys/dev/pci/ixgbe/ixgbe_common.c
3487
s32 ixgbe_blink_led_start_generic(struct ixgbe_hw *hw, u32 index)
sys/dev/pci/ixgbe/ixgbe_common.c
3493
s32 ret_val = IXGBE_SUCCESS;
sys/dev/pci/ixgbe/ixgbe_common.c
3537
s32 ixgbe_blink_led_stop_generic(struct ixgbe_hw *hw, u32 index)
sys/dev/pci/ixgbe/ixgbe_common.c
3541
s32 ret_val = IXGBE_SUCCESS;
sys/dev/pci/ixgbe/ixgbe_common.c
3579
static s32 ixgbe_get_san_mac_addr_offset(struct ixgbe_hw *hw,
sys/dev/pci/ixgbe/ixgbe_common.c
3582
s32 ret_val;
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
3615
s32 ret_val;
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
3666
s32 ret_val;
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
3813
s32 ixgbe_clear_vmdq_generic(struct ixgbe_hw *hw, u32 rar, u32 vmdq)
sys/dev/pci/ixgbe/ixgbe_common.c
3867
s32 ixgbe_set_vmdq_generic(struct ixgbe_hw *hw, u32 rar, u32 vmdq)
sys/dev/pci/ixgbe/ixgbe_common.c
3903
s32 ixgbe_set_vmdq_san_mac_generic(struct ixgbe_hw *hw, u32 vmdq)
sys/dev/pci/ixgbe/ixgbe_common.c
3924
s32 ixgbe_init_uta_tables_generic(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_common.c
3948
s32 ixgbe_find_vlvf_slot(struct ixgbe_hw *hw, u32 vlan, bool vlvf_bypass)
sys/dev/pci/ixgbe/ixgbe_common.c
3950
s32 regindex, first_empty_slot;
sys/dev/pci/ixgbe/ixgbe_common.c
396
s32 ixgbe_start_hw_generic(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_common.c
398
s32 ret_val;
sys/dev/pci/ixgbe/ixgbe_common.c
3998
s32 ixgbe_set_vfta_generic(struct ixgbe_hw *hw, u32 vlan, u32 vind,
sys/dev/pci/ixgbe/ixgbe_common.c
4002
s32 ret_val;
sys/dev/pci/ixgbe/ixgbe_common.c
4065
s32 ixgbe_set_vlvf_generic(struct ixgbe_hw *hw, u32 vlan, u32 vind,
sys/dev/pci/ixgbe/ixgbe_common.c
4070
s32 vlvf_index;
sys/dev/pci/ixgbe/ixgbe_common.c
4147
s32 ixgbe_clear_vfta_generic(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_common.c
4172
s32 ixgbe_toggle_txdctl_generic(struct ixgbe_hw *hw, u32 vf_number)
sys/dev/pci/ixgbe/ixgbe_common.c
4255
s32 ixgbe_check_mac_link_generic(struct ixgbe_hw *hw, ixgbe_link_speed *speed,
sys/dev/pci/ixgbe/ixgbe_common.c
4359
s32 ixgbe_get_wwn_prefix_generic(struct ixgbe_hw *hw, u16 *wwnn_prefix,
sys/dev/pci/ixgbe/ixgbe_common.c
4414
s32 ixgbe_get_fcoe_boot_status_generic(struct ixgbe_hw *hw, u16 *bs)
sys/dev/pci/ixgbe/ixgbe_common.c
4417
s32 status;
sys/dev/pci/ixgbe/ixgbe_common.c
4512
s32 ixgbe_get_device_caps_generic(struct ixgbe_hw *hw, u16 *device_caps)
sys/dev/pci/ixgbe/ixgbe_common.c
4586
s32 ixgbe_hic_unlocked(struct ixgbe_hw *hw, u32 *buffer, u32 length,
sys/dev/pci/ixgbe/ixgbe_common.c
4671
s32 ixgbe_host_interface_command(struct ixgbe_hw *hw, u32 *buffer,
sys/dev/pci/ixgbe/ixgbe_common.c
4677
s32 status;
sys/dev/pci/ixgbe/ixgbe_common.c
47
static s32 ixgbe_acquire_eeprom(struct ixgbe_hw *hw);
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
4772
s32 ret_val = IXGBE_SUCCESS;
sys/dev/pci/ixgbe/ixgbe_common.c
48
static s32 ixgbe_get_eeprom_semaphore(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_common.c
4941
s32 ixgbe_bypass_rw_generic(struct ixgbe_hw *hw, u32 cmd, u32 *status)
sys/dev/pci/ixgbe/ixgbe_common.c
499
s32 ixgbe_init_hw_generic(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_common.c
50
static s32 ixgbe_ready_eeprom(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_common.c
501
s32 status;
sys/dev/pci/ixgbe/ixgbe_common.c
5109
s32 ixgbe_bypass_set_generic(struct ixgbe_hw *hw, u32 ctrl, u32 event,
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
530
s32 ixgbe_clear_hw_cntrs_generic(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_common.c
5396
s32 ixgbe_setup_mac_link_multispeed_fiber(struct ixgbe_hw *hw,
sys/dev/pci/ixgbe/ixgbe_common.c
5402
s32 status = IXGBE_SUCCESS;
sys/dev/pci/ixgbe/ixgbe_common.c
5552
s32 status;
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
60
static s32 ixgbe_get_san_mac_addr_offset(struct ixgbe_hw *hw,
sys/dev/pci/ixgbe/ixgbe_common.c
62
static s32 ixgbe_read_eeprom_buffer_bit_bang(struct ixgbe_hw *hw, u16 offset,
sys/dev/pci/ixgbe/ixgbe_common.c
64
static s32 ixgbe_write_eeprom_buffer_bit_bang(struct ixgbe_hw *hw, u16 offset,
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
652
s32 ret_val;
sys/dev/pci/ixgbe/ixgbe_common.c
66
static s32 ixgbe_detect_eeprom_page_size_generic(struct ixgbe_hw *hw,
sys/dev/pci/ixgbe/ixgbe_common.c
75
s32 ixgbe_init_ops_generic(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_common.c
759
s32 ixgbe_read_pba_num_generic(struct ixgbe_hw *hw, u32 *pba_num)
sys/dev/pci/ixgbe/ixgbe_common.c
761
s32 ret_val;
sys/dev/pci/ixgbe/ixgbe_common.c
798
s32 ixgbe_read_pba_raw(struct ixgbe_hw *hw, u16 *eeprom_buf,
sys/dev/pci/ixgbe/ixgbe_common.c
802
s32 ret_val;
sys/dev/pci/ixgbe/ixgbe_common.c
867
s32 ixgbe_write_pba_raw(struct ixgbe_hw *hw, u16 *eeprom_buf,
sys/dev/pci/ixgbe/ixgbe_common.c
870
s32 ret_val;
sys/dev/pci/ixgbe/ixgbe_common.c
926
s32 ixgbe_get_pba_block_size(struct ixgbe_hw *hw, u16 *eeprom_buf,
sys/dev/pci/ixgbe/ixgbe_common.c
929
s32 ret_val;
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.h
101
s32 ixgbe_set_rar_generic(struct ixgbe_hw *hw, u32 index, u8 *addr, u32 vmdq,
sys/dev/pci/ixgbe/ixgbe_common.h
103
s32 ixgbe_clear_rar_generic(struct ixgbe_hw *hw, u32 index);
sys/dev/pci/ixgbe/ixgbe_common.h
104
s32 ixgbe_init_rx_addrs_generic(struct ixgbe_hw *hw);
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
110
s32 ixgbe_enable_mc_generic(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_common.h
111
s32 ixgbe_disable_mc_generic(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_common.h
112
s32 ixgbe_enable_rx_dma_generic(struct ixgbe_hw *hw, u32 regval);
sys/dev/pci/ixgbe/ixgbe_common.h
113
s32 ixgbe_disable_sec_rx_path_generic(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_common.h
114
s32 ixgbe_enable_sec_rx_path_generic(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_common.h
116
s32 ixgbe_fc_enable_generic(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_common.h
119
s32 ixgbe_setup_fc_generic(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_common.h
121
s32 ixgbe_validate_mac_addr(u8 *mac_addr);
sys/dev/pci/ixgbe/ixgbe_common.h
122
s32 ixgbe_acquire_swfw_sync(struct ixgbe_hw *hw, u32 mask);
sys/dev/pci/ixgbe/ixgbe_common.h
124
s32 ixgbe_disable_pcie_primary(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_common.h
126
s32 prot_autoc_read_generic(struct ixgbe_hw *hw, bool *, u32 *reg_val);
sys/dev/pci/ixgbe/ixgbe_common.h
127
s32 prot_autoc_write_generic(struct ixgbe_hw *hw, u32 reg_val, bool locked);
sys/dev/pci/ixgbe/ixgbe_common.h
129
s32 ixgbe_blink_led_start_generic(struct ixgbe_hw *hw, u32 index);
sys/dev/pci/ixgbe/ixgbe_common.h
130
s32 ixgbe_blink_led_stop_generic(struct ixgbe_hw *hw, u32 index);
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
135
s32 ixgbe_set_vmdq_generic(struct ixgbe_hw *hw, u32 rar, u32 vmdq);
sys/dev/pci/ixgbe/ixgbe_common.h
136
s32 ixgbe_set_vmdq_san_mac_generic(struct ixgbe_hw *hw, u32 vmdq);
sys/dev/pci/ixgbe/ixgbe_common.h
137
s32 ixgbe_clear_vmdq_generic(struct ixgbe_hw *hw, u32 rar, u32 vmdq);
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
139
s32 ixgbe_init_uta_tables_generic(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_common.h
140
s32 ixgbe_set_vfta_generic(struct ixgbe_hw *hw, u32 vlan,
sys/dev/pci/ixgbe/ixgbe_common.h
142
s32 ixgbe_set_vlvf_generic(struct ixgbe_hw *hw, u32 vlan, u32 vind,
sys/dev/pci/ixgbe/ixgbe_common.h
145
s32 ixgbe_clear_vfta_generic(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_common.h
146
s32 ixgbe_find_vlvf_slot(struct ixgbe_hw *hw, u32 vlan, bool vlvf_bypass);
sys/dev/pci/ixgbe/ixgbe_common.h
147
s32 ixgbe_toggle_txdctl_generic(struct ixgbe_hw *hw, u32 vind);
sys/dev/pci/ixgbe/ixgbe_common.h
149
s32 ixgbe_check_mac_link_generic(struct ixgbe_hw *hw,
sys/dev/pci/ixgbe/ixgbe_common.h
153
s32 ixgbe_get_wwn_prefix_generic(struct ixgbe_hw *hw, u16 *wwnn_prefix,
sys/dev/pci/ixgbe/ixgbe_common.h
156
s32 ixgbe_get_fcoe_boot_status_generic(struct ixgbe_hw *hw, u16 *bs);
sys/dev/pci/ixgbe/ixgbe_common.h
159
s32 ixgbe_get_device_caps_generic(struct ixgbe_hw *hw, u16 *device_caps);
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
166
s32 ixgbe_host_interface_command(struct ixgbe_hw *hw, u32 *buffer,
sys/dev/pci/ixgbe/ixgbe_common.h
168
s32 ixgbe_hic_unlocked(struct ixgbe_hw *, u32 *buffer, u32 length, u32 timeout);
sys/dev/pci/ixgbe/ixgbe_common.h
169
s32 ixgbe_shutdown_fw_phy(struct ixgbe_hw *);
sys/dev/pci/ixgbe/ixgbe_common.h
170
s32 ixgbe_fw_phy_activity(struct ixgbe_hw *, u16 activity,
sys/dev/pci/ixgbe/ixgbe_common.h
173
s32 ixgbe_bypass_rw_generic(struct ixgbe_hw *hw, u32 cmd, u32 *status);
sys/dev/pci/ixgbe/ixgbe_common.h
175
s32 ixgbe_bypass_set_generic(struct ixgbe_hw *hw, u32 ctrl, u32 event,
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
190
s32 ixgbe_setup_mac_link_multispeed_fiber(struct ixgbe_hw *hw,
sys/dev/pci/ixgbe/ixgbe_common.h
56
s32 ixgbe_init_ops_generic(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_common.h
57
s32 ixgbe_init_hw_generic(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_common.h
58
s32 ixgbe_start_hw_generic(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_common.h
60
s32 ixgbe_clear_hw_cntrs_generic(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_common.h
61
s32 ixgbe_read_pba_num_generic(struct ixgbe_hw *hw, u32 *pba_num);
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
64
s32 ixgbe_read_pba_raw(struct ixgbe_hw *hw, u16 *eeprom_buf,
sys/dev/pci/ixgbe/ixgbe_common.h
67
s32 ixgbe_write_pba_raw(struct ixgbe_hw *hw, u16 *eeprom_buf,
sys/dev/pci/ixgbe/ixgbe_common.h
69
s32 ixgbe_get_pba_block_size(struct ixgbe_hw *hw, u16 *eeprom_buf,
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_common.h
72
s32 ixgbe_get_bus_info_generic(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_common.h
75
s32 ixgbe_stop_adapter_generic(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_common.h
77
s32 ixgbe_led_on_generic(struct ixgbe_hw *hw, u32 index);
sys/dev/pci/ixgbe/ixgbe_common.h
78
s32 ixgbe_led_off_generic(struct ixgbe_hw *hw, u32 index);
sys/dev/pci/ixgbe/ixgbe_common.h
79
s32 ixgbe_init_led_link_act_generic(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_common.h
81
s32 ixgbe_init_eeprom_params_generic(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_common.h
82
s32 ixgbe_write_eeprom_generic(struct ixgbe_hw *hw, u16 offset, u16 data);
sys/dev/pci/ixgbe/ixgbe_common.h
83
s32 ixgbe_write_eeprom_buffer_bit_bang_generic(struct ixgbe_hw *hw, u16 offset,
sys/dev/pci/ixgbe/ixgbe_common.h
85
s32 ixgbe_read_eerd_generic(struct ixgbe_hw *hw, u16 offset, u16 *data);
sys/dev/pci/ixgbe/ixgbe_common.h
86
s32 ixgbe_read_eerd_buffer_generic(struct ixgbe_hw *hw, u16 offset,
sys/dev/pci/ixgbe/ixgbe_common.h
88
s32 ixgbe_write_eewr_generic(struct ixgbe_hw *hw, u16 offset, u16 data);
sys/dev/pci/ixgbe/ixgbe_common.h
89
s32 ixgbe_write_eewr_buffer_generic(struct ixgbe_hw *hw, u16 offset,
sys/dev/pci/ixgbe/ixgbe_common.h
91
s32 ixgbe_read_eeprom_bit_bang_generic(struct ixgbe_hw *hw, u16 offset,
sys/dev/pci/ixgbe/ixgbe_common.h
93
s32 ixgbe_read_eeprom_buffer_bit_bang_generic(struct ixgbe_hw *hw, u16 offset,
sys/dev/pci/ixgbe/ixgbe_common.h
95
s32 ixgbe_calc_eeprom_checksum_generic(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_common.h
96
s32 ixgbe_validate_eeprom_checksum_generic(struct ixgbe_hw *hw,
sys/dev/pci/ixgbe/ixgbe_common.h
98
s32 ixgbe_update_eeprom_checksum_generic(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_common.h
99
s32 ixgbe_poll_eerd_eewr_done(struct ixgbe_hw *hw, u32 ee_reg);
sys/dev/pci/ixgbe/ixgbe_dcb.c
105
s32 ret_val = IXGBE_SUCCESS;
sys/dev/pci/ixgbe/ixgbe_dcb.c
313
s32 ixgbe_dcb_check_config_cee(struct ixgbe_dcb_config *dcb_config)
sys/dev/pci/ixgbe/ixgbe_dcb.c
316
s32 ret_val = IXGBE_SUCCESS;
sys/dev/pci/ixgbe/ixgbe_dcb.c
402
s32 ixgbe_dcb_get_tc_stats(struct ixgbe_hw *hw, struct ixgbe_hw_stats *stats,
sys/dev/pci/ixgbe/ixgbe_dcb.c
405
s32 ret = IXGBE_NOT_IMPLEMENTED;
sys/dev/pci/ixgbe/ixgbe_dcb.c
431
s32 ixgbe_dcb_get_pfc_stats(struct ixgbe_hw *hw, struct ixgbe_hw_stats *stats,
sys/dev/pci/ixgbe/ixgbe_dcb.c
434
s32 ret = IXGBE_NOT_IMPLEMENTED;
sys/dev/pci/ixgbe/ixgbe_dcb.c
459
s32 ixgbe_dcb_config_rx_arbiter_cee(struct ixgbe_hw *hw,
sys/dev/pci/ixgbe/ixgbe_dcb.c
462
s32 ret = IXGBE_NOT_IMPLEMENTED;
sys/dev/pci/ixgbe/ixgbe_dcb.c
500
s32 ixgbe_dcb_config_tx_desc_arbiter_cee(struct ixgbe_hw *hw,
sys/dev/pci/ixgbe/ixgbe_dcb.c
503
s32 ret = IXGBE_NOT_IMPLEMENTED;
sys/dev/pci/ixgbe/ixgbe_dcb.c
540
s32 ixgbe_dcb_config_tx_data_arbiter_cee(struct ixgbe_hw *hw,
sys/dev/pci/ixgbe/ixgbe_dcb.c
543
s32 ret = IXGBE_NOT_IMPLEMENTED;
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
583
s32 ixgbe_dcb_config_pfc_cee(struct ixgbe_hw *hw,
sys/dev/pci/ixgbe/ixgbe_dcb.c
586
s32 ret = IXGBE_NOT_IMPLEMENTED;
sys/dev/pci/ixgbe/ixgbe_dcb.c
617
s32 ixgbe_dcb_config_tc_stats(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_dcb.c
619
s32 ret = IXGBE_NOT_IMPLEMENTED;
sys/dev/pci/ixgbe/ixgbe_dcb.c
644
s32 ixgbe_dcb_hw_config_cee(struct ixgbe_hw *hw,
sys/dev/pci/ixgbe/ixgbe_dcb.c
647
s32 ret = IXGBE_NOT_IMPLEMENTED;
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
716
s32 ixgbe_dcb_hw_config(struct ixgbe_hw *hw, u16 *refill, u16 *max,
sys/dev/pci/ixgbe/ixgbe_dcb.c
98
s32 ixgbe_dcb_calculate_tc_credits_cee(struct ixgbe_hw *hw,
sys/dev/pci/ixgbe/ixgbe_dcb.h
141
s32 ixgbe_dcb_check_config_cee(struct ixgbe_dcb_config *);
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
145
s32 ixgbe_dcb_calculate_tc_credits_cee(struct ixgbe_hw *,
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
150
s32 ixgbe_dcb_config_pfc_cee(struct ixgbe_hw *, struct ixgbe_dcb_config *);
sys/dev/pci/ixgbe/ixgbe_dcb.h
153
s32 ixgbe_dcb_config_tc_stats(struct ixgbe_hw *);
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
158
s32 ixgbe_dcb_config_tx_desc_arbiter_cee(struct ixgbe_hw *,
sys/dev/pci/ixgbe/ixgbe_dcb.h
160
s32 ixgbe_dcb_config_tx_data_arbiter_cee(struct ixgbe_hw *,
sys/dev/pci/ixgbe/ixgbe_dcb.h
162
s32 ixgbe_dcb_config_rx_arbiter_cee(struct ixgbe_hw *,
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
176
s32 ixgbe_dcb_hw_config_cee(struct ixgbe_hw *, struct ixgbe_dcb_config *);
sys/dev/pci/ixgbe/ixgbe_dcb_82598.c
116
s32 ixgbe_dcb_config_rx_arbiter_82598(struct ixgbe_hw *hw, u16 *refill,
sys/dev/pci/ixgbe/ixgbe_dcb_82598.c
174
s32 ixgbe_dcb_config_tx_desc_arbiter_82598(struct ixgbe_hw *hw,
sys/dev/pci/ixgbe/ixgbe_dcb_82598.c
221
s32 ixgbe_dcb_config_tx_data_arbiter_82598(struct ixgbe_hw *hw,
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
318
s32 ixgbe_dcb_config_tc_stats_82598(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_dcb_82598.c
354
s32 ixgbe_dcb_hw_config_82598(struct ixgbe_hw *hw, int link_speed,
sys/dev/pci/ixgbe/ixgbe_dcb_82598.c
52
s32 ixgbe_dcb_get_tc_stats_82598(struct ixgbe_hw *hw,
sys/dev/pci/ixgbe/ixgbe_dcb_82598.c
86
s32 ixgbe_dcb_get_pfc_stats_82598(struct ixgbe_hw *hw,
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
88
s32 ixgbe_dcb_config_tc_stats_82598(struct ixgbe_hw *);
sys/dev/pci/ixgbe/ixgbe_dcb_82598.h
89
s32 ixgbe_dcb_get_tc_stats_82598(struct ixgbe_hw *,
sys/dev/pci/ixgbe/ixgbe_dcb_82598.h
91
s32 ixgbe_dcb_get_pfc_stats_82598(struct ixgbe_hw *,
sys/dev/pci/ixgbe/ixgbe_dcb_82598.h
95
s32 ixgbe_dcb_config_tx_desc_arbiter_82598(struct ixgbe_hw *, u16 *, u16 *,
sys/dev/pci/ixgbe/ixgbe_dcb_82598.h
97
s32 ixgbe_dcb_config_tx_data_arbiter_82598(struct ixgbe_hw *, u16 *, u16 *,
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
125
s32 ixgbe_dcb_config_rx_arbiter_82599(struct ixgbe_hw *hw, u16 *refill,
sys/dev/pci/ixgbe/ixgbe_dcb_82599.c
187
s32 ixgbe_dcb_config_tx_desc_arbiter_82599(struct ixgbe_hw *hw, u16 *refill,
sys/dev/pci/ixgbe/ixgbe_dcb_82599.c
236
s32 ixgbe_dcb_config_tx_data_arbiter_82599(struct ixgbe_hw *hw, u16 *refill,
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
385
s32 ixgbe_dcb_config_tc_stats_82599(struct ixgbe_hw *hw,
sys/dev/pci/ixgbe/ixgbe_dcb_82599.c
511
s32 ixgbe_dcb_config_82599(struct ixgbe_hw *hw,
sys/dev/pci/ixgbe/ixgbe_dcb_82599.c
52
s32 ixgbe_dcb_get_tc_stats_82599(struct ixgbe_hw *hw,
sys/dev/pci/ixgbe/ixgbe_dcb_82599.c
600
s32 ixgbe_dcb_hw_config_82599(struct ixgbe_hw *hw, int link_speed,
sys/dev/pci/ixgbe/ixgbe_dcb_82599.c
93
s32 ixgbe_dcb_get_pfc_stats_82599(struct ixgbe_hw *hw,
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
135
s32 ixgbe_dcb_config_tc_stats_82599(struct ixgbe_hw *,
sys/dev/pci/ixgbe/ixgbe_dcb_82599.h
137
s32 ixgbe_dcb_get_tc_stats_82599(struct ixgbe_hw *,
sys/dev/pci/ixgbe/ixgbe_dcb_82599.h
139
s32 ixgbe_dcb_get_pfc_stats_82599(struct ixgbe_hw *,
sys/dev/pci/ixgbe/ixgbe_dcb_82599.h
143
s32 ixgbe_dcb_config_tx_desc_arbiter_82599(struct ixgbe_hw *, u16 *, u16 *,
sys/dev/pci/ixgbe/ixgbe_dcb_82599.h
145
s32 ixgbe_dcb_config_tx_data_arbiter_82599(struct ixgbe_hw *, u16 *, u16 *,
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
151
s32 ixgbe_dcb_config_82599(struct ixgbe_hw *,
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_mbx.c
1015
static s32 ixgbe_read_mbx_pf_legacy(struct ixgbe_hw *hw, u32 *msg, u16 size,
sys/dev/pci/ixgbe/ixgbe_mbx.c
1018
s32 ret_val;
sys/dev/pci/ixgbe/ixgbe_mbx.c
1052
static s32 ixgbe_read_mbx_pf(struct ixgbe_hw *hw, u32 *msg, u16 size,
sys/dev/pci/ixgbe/ixgbe_mbx.c
1056
s32 ret_val;
sys/dev/pci/ixgbe/ixgbe_mbx.c
1090
static s32 ixgbe_clear_mbx_pf(struct ixgbe_hw *hw, u16 vf_id)
sys/dev/pci/ixgbe/ixgbe_mbx.c
123
s32 ixgbe_write_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id)
sys/dev/pci/ixgbe/ixgbe_mbx.c
126
s32 ret_val = IXGBE_ERR_MBX;
sys/dev/pci/ixgbe/ixgbe_mbx.c
156
s32 ixgbe_check_for_msg(struct ixgbe_hw *hw, u16 mbx_id)
sys/dev/pci/ixgbe/ixgbe_mbx.c
159
s32 ret_val = IXGBE_ERR_CONFIG;
sys/dev/pci/ixgbe/ixgbe_mbx.c
176
s32 ixgbe_check_for_ack(struct ixgbe_hw *hw, u16 mbx_id)
sys/dev/pci/ixgbe/ixgbe_mbx.c
179
s32 ret_val = IXGBE_ERR_CONFIG;
sys/dev/pci/ixgbe/ixgbe_mbx.c
196
s32 ixgbe_check_for_rst(struct ixgbe_hw *hw, u16 mbx_id)
sys/dev/pci/ixgbe/ixgbe_mbx.c
199
s32 ret_val = IXGBE_ERR_CONFIG;
sys/dev/pci/ixgbe/ixgbe_mbx.c
216
s32 ixgbe_clear_mbx(struct ixgbe_hw *hw, u16 mbx_id)
sys/dev/pci/ixgbe/ixgbe_mbx.c
219
s32 ret_val = IXGBE_ERR_CONFIG;
sys/dev/pci/ixgbe/ixgbe_mbx.c
236
static s32 ixgbe_poll_for_msg(struct ixgbe_hw *hw, u16 mbx_id)
sys/dev/pci/ixgbe/ixgbe_mbx.c
269
static s32 ixgbe_poll_for_ack(struct ixgbe_hw *hw, u16 mbx_id)
sys/dev/pci/ixgbe/ixgbe_mbx.c
352
static s32 ixgbe_check_for_bit_vf(struct ixgbe_hw *hw, u32 mask)
sys/dev/pci/ixgbe/ixgbe_mbx.c
369
static s32 ixgbe_check_for_msg_vf(struct ixgbe_hw *hw, u16 mbx_id)
sys/dev/pci/ixgbe/ixgbe_mbx.c
389
static s32 ixgbe_check_for_ack_vf(struct ixgbe_hw *hw, u16 mbx_id)
sys/dev/pci/ixgbe/ixgbe_mbx.c
411
static s32 ixgbe_check_for_rst_vf(struct ixgbe_hw *hw, u16 mbx_id)
sys/dev/pci/ixgbe/ixgbe_mbx.c
433
static s32 ixgbe_obtain_mbx_lock_vf(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_mbx.c
437
s32 ret_val = IXGBE_ERR_MBX;
sys/dev/pci/ixgbe/ixgbe_mbx.c
45
static s32 ixgbe_poll_for_msg(struct ixgbe_hw *hw, u16 mbx_id);
sys/dev/pci/ixgbe/ixgbe_mbx.c
46
static s32 ixgbe_poll_for_ack(struct ixgbe_hw *hw, u16 mbx_id);
sys/dev/pci/ixgbe/ixgbe_mbx.c
510
static s32 ixgbe_write_mbx_vf_legacy(struct ixgbe_hw *hw, u32 *msg, u16 size,
sys/dev/pci/ixgbe/ixgbe_mbx.c
513
s32 ret_val;
sys/dev/pci/ixgbe/ixgbe_mbx.c
552
static s32 ixgbe_write_mbx_vf(struct ixgbe_hw *hw, u32 *msg, u16 size,
sys/dev/pci/ixgbe/ixgbe_mbx.c
556
s32 ret_val;
sys/dev/pci/ixgbe/ixgbe_mbx.c
57
s32 ixgbe_read_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id)
sys/dev/pci/ixgbe/ixgbe_mbx.c
602
static s32 ixgbe_read_mbx_vf_legacy(struct ixgbe_hw *hw, u32 *msg, u16 size,
sys/dev/pci/ixgbe/ixgbe_mbx.c
605
s32 ret_val;
sys/dev/pci/ixgbe/ixgbe_mbx.c
638
static s32 ixgbe_read_mbx_vf(struct ixgbe_hw *hw, u32 *msg, u16 size,
sys/dev/pci/ixgbe/ixgbe_mbx.c
642
s32 ret_val;
sys/dev/pci/ixgbe/ixgbe_mbx.c
730
s32 index = IXGBE_PFMBICR_INDEX(vf_id);
sys/dev/pci/ixgbe/ixgbe_mbx.c
745
s32 index = IXGBE_PFMBICR_INDEX(vf_id);
sys/dev/pci/ixgbe/ixgbe_mbx.c
757
static s32 ixgbe_check_for_bit_pf(struct ixgbe_hw *hw, u32 mask, s32 index)
sys/dev/pci/ixgbe/ixgbe_mbx.c
774
static s32 ixgbe_check_for_msg_pf(struct ixgbe_hw *hw, u16 vf_id)
sys/dev/pci/ixgbe/ixgbe_mbx.c
777
s32 index = IXGBE_PFMBICR_INDEX(vf_id);
sys/dev/pci/ixgbe/ixgbe_mbx.c
795
static s32 ixgbe_check_for_ack_pf(struct ixgbe_hw *hw, u16 vf_id)
sys/dev/pci/ixgbe/ixgbe_mbx.c
798
s32 index = IXGBE_PFMBICR_INDEX(vf_id);
sys/dev/pci/ixgbe/ixgbe_mbx.c
799
s32 ret_val = IXGBE_ERR_MBX;
sys/dev/pci/ixgbe/ixgbe_mbx.c
820
static s32 ixgbe_check_for_rst_pf(struct ixgbe_hw *hw, u16 vf_id)
sys/dev/pci/ixgbe/ixgbe_mbx.c
824
s32 ret_val = IXGBE_ERR_MBX;
sys/dev/pci/ixgbe/ixgbe_mbx.c
859
static s32 ixgbe_obtain_mbx_lock_pf(struct ixgbe_hw *hw, u16 vf_id)
sys/dev/pci/ixgbe/ixgbe_mbx.c
86
s32 ixgbe_poll_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id)
sys/dev/pci/ixgbe/ixgbe_mbx.c
863
s32 ret_val = IXGBE_ERR_MBX;
sys/dev/pci/ixgbe/ixgbe_mbx.c
89
s32 ret_val;
sys/dev/pci/ixgbe/ixgbe_mbx.c
923
static s32 ixgbe_write_mbx_pf_legacy(struct ixgbe_hw *hw, u32 *msg, u16 size,
sys/dev/pci/ixgbe/ixgbe_mbx.c
926
s32 ret_val;
sys/dev/pci/ixgbe/ixgbe_mbx.c
964
static s32 ixgbe_write_mbx_pf(struct ixgbe_hw *hw, u32 *msg, u16 size,
sys/dev/pci/ixgbe/ixgbe_mbx.c
968
s32 ret_val;
sys/dev/pci/ixgbe/ixgbe_mbx.h
198
s32 ixgbe_read_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id);
sys/dev/pci/ixgbe/ixgbe_mbx.h
199
s32 ixgbe_poll_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id);
sys/dev/pci/ixgbe/ixgbe_mbx.h
200
s32 ixgbe_write_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id);
sys/dev/pci/ixgbe/ixgbe_mbx.h
201
s32 ixgbe_check_for_msg(struct ixgbe_hw *hw, u16 mbx_id);
sys/dev/pci/ixgbe/ixgbe_mbx.h
202
s32 ixgbe_check_for_ack(struct ixgbe_hw *hw, u16 mbx_id);
sys/dev/pci/ixgbe/ixgbe_mbx.h
203
s32 ixgbe_check_for_rst(struct ixgbe_hw *hw, u16 mbx_id);
sys/dev/pci/ixgbe/ixgbe_mbx.h
204
s32 ixgbe_clear_mbx(struct ixgbe_hw *hw, u16 vf_number);
sys/dev/pci/ixgbe/ixgbe_mbx.h
46
s32 (*read)(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id);
sys/dev/pci/ixgbe/ixgbe_mbx.h
47
s32 (*write)(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id);
sys/dev/pci/ixgbe/ixgbe_mbx.h
48
s32 (*check_for_msg)(struct ixgbe_hw *hw, u16 vf_number);
sys/dev/pci/ixgbe/ixgbe_mbx.h
49
s32 (*check_for_ack)(struct ixgbe_hw *hw, u16 vf_number);
sys/dev/pci/ixgbe/ixgbe_mbx.h
50
s32 (*check_for_rst)(struct ixgbe_hw *hw, u16 vf_number);
sys/dev/pci/ixgbe/ixgbe_mbx.h
51
s32 (*clear)(struct ixgbe_hw *hw, u16 vf_number);
sys/dev/pci/ixgbe/ixgbe_phy.c
1014
s32 ixgbe_check_phy_link_tnx(struct ixgbe_hw *hw, ixgbe_link_speed *speed,
sys/dev/pci/ixgbe/ixgbe_phy.c
1017
s32 status = IXGBE_SUCCESS;
sys/dev/pci/ixgbe/ixgbe_phy.c
1062
s32 ixgbe_setup_phy_link_tnx(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_phy.c
1064
s32 status = IXGBE_SUCCESS;
sys/dev/pci/ixgbe/ixgbe_phy.c
1139
s32 ixgbe_get_phy_firmware_version_tnx(struct ixgbe_hw *hw,
sys/dev/pci/ixgbe/ixgbe_phy.c
1142
s32 status;
sys/dev/pci/ixgbe/ixgbe_phy.c
1158
s32 ixgbe_get_phy_firmware_version_generic(struct ixgbe_hw *hw,
sys/dev/pci/ixgbe/ixgbe_phy.c
1161
s32 status;
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
1176
s32 ixgbe_reset_phy_nl(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_phy.c
1182
s32 ret_val = IXGBE_SUCCESS;
sys/dev/pci/ixgbe/ixgbe_phy.c
1324
s32 ixgbe_identify_module_generic(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_phy.c
1326
s32 status = IXGBE_ERR_SFP_NOT_PRESENT;
sys/dev/pci/ixgbe/ixgbe_phy.c
1362
s32 ixgbe_identify_sfp_module_generic(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_phy.c
1364
s32 status = IXGBE_ERR_PHY_ADDR_INVALID;
sys/dev/pci/ixgbe/ixgbe_phy.c
1712
s32 ixgbe_identify_qsfp_module_generic(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_phy.c
1714
s32 status = IXGBE_ERR_PHY_ADDR_INVALID;
sys/dev/pci/ixgbe/ixgbe_phy.c
1907
s32 ixgbe_get_sfp_init_sequence_offsets(struct ixgbe_hw *hw,
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
2001
s32 ixgbe_read_i2c_eeprom_generic(struct ixgbe_hw *hw, u8 byte_offset,
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
2035
s32 ixgbe_write_i2c_eeprom_generic(struct ixgbe_hw *hw, u8 byte_offset,
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
2074
s32 status;
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
2177
s32 ixgbe_read_i2c_byte_generic_unlocked(struct ixgbe_hw *hw, u8 byte_offset,
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
2198
s32 status;
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
2283
s32 ixgbe_write_i2c_byte_generic_unlocked(struct ixgbe_hw *hw, u8 byte_offset,
sys/dev/pci/ixgbe/ixgbe_phy.c
2370
s32 i;
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
2391
s32 status = IXGBE_SUCCESS;
sys/dev/pci/ixgbe/ixgbe_phy.c
2392
s32 i;
sys/dev/pci/ixgbe/ixgbe_phy.c
2422
static s32 ixgbe_get_i2c_ack(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_phy.c
2425
s32 status = IXGBE_SUCCESS;
sys/dev/pci/ixgbe/ixgbe_phy.c
2509
static s32 ixgbe_clock_out_i2c_bit(struct ixgbe_hw *hw, bool data)
sys/dev/pci/ixgbe/ixgbe_phy.c
2511
s32 status;
sys/dev/pci/ixgbe/ixgbe_phy.c
255
s32 ixgbe_init_phy_ops_generic(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_phy.c
2605
static s32 ixgbe_set_i2c_data(struct ixgbe_hw *hw, u32 *i2cctl, bool data)
sys/dev/pci/ixgbe/ixgbe_phy.c
2608
s32 status = IXGBE_SUCCESS;
sys/dev/pci/ixgbe/ixgbe_phy.c
2717
s32 ixgbe_tn_check_overtemp(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_phy.c
2719
s32 status = IXGBE_SUCCESS;
sys/dev/pci/ixgbe/ixgbe_phy.c
2745
s32 ixgbe_set_copper_phy_power(struct ixgbe_hw *hw, bool on)
sys/dev/pci/ixgbe/ixgbe_phy.c
329
s32 ixgbe_identify_phy_generic(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_phy.c
331
s32 status = IXGBE_ERR_PHY_ADDR_INVALID;
sys/dev/pci/ixgbe/ixgbe_phy.c
382
s32 ixgbe_check_reset_blocked(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_phy.c
432
s32 ixgbe_get_phy_id(struct ixgbe_hw *hw)
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
502
s32 ixgbe_reset_phy_generic(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_phy.c
506
s32 status = IXGBE_SUCCESS;
sys/dev/pci/ixgbe/ixgbe_phy.c
51
static s32 ixgbe_get_i2c_ack(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_phy.c
53
static s32 ixgbe_clock_out_i2c_bit(struct ixgbe_hw *hw, bool data);
sys/dev/pci/ixgbe/ixgbe_phy.c
56
static s32 ixgbe_set_i2c_data(struct ixgbe_hw *hw, u32 *i2cctl, bool 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
585
s32 ixgbe_read_phy_reg_mdi(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type,
sys/dev/pci/ixgbe/ixgbe_phy.c
667
s32 ixgbe_read_phy_reg_generic(struct ixgbe_hw *hw, u32 reg_addr,
sys/dev/pci/ixgbe/ixgbe_phy.c
670
s32 status;
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
693
s32 ixgbe_write_phy_reg_mdi(struct ixgbe_hw *hw, u32 reg_addr,
sys/dev/pci/ixgbe/ixgbe_phy.c
70
s32 status;
sys/dev/pci/ixgbe/ixgbe_phy.c
767
s32 ixgbe_write_phy_reg_generic(struct ixgbe_hw *hw, u32 reg_addr,
sys/dev/pci/ixgbe/ixgbe_phy.c
770
s32 status;
sys/dev/pci/ixgbe/ixgbe_phy.c
792
s32 ixgbe_setup_phy_link_generic(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_phy.c
794
s32 status = IXGBE_SUCCESS;
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
904
s32 ixgbe_setup_phy_link_speed_generic(struct ixgbe_hw *hw,
sys/dev/pci/ixgbe/ixgbe_phy.c
949
static s32 ixgbe_get_copper_speeds_supported(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_phy.c
951
s32 status;
sys/dev/pci/ixgbe/ixgbe_phy.c
989
s32 ixgbe_get_copper_link_capabilities_generic(struct ixgbe_hw *hw,
sys/dev/pci/ixgbe/ixgbe_phy.c
993
s32 status = IXGBE_SUCCESS;
sys/dev/pci/ixgbe/ixgbe_phy.h
162
s32 ixgbe_init_phy_ops_generic(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_phy.h
165
s32 ixgbe_get_phy_id(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_phy.h
166
s32 ixgbe_identify_phy_generic(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_phy.h
167
s32 ixgbe_reset_phy_generic(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_phy.h
168
s32 ixgbe_read_phy_reg_mdi(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type,
sys/dev/pci/ixgbe/ixgbe_phy.h
170
s32 ixgbe_write_phy_reg_mdi(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type,
sys/dev/pci/ixgbe/ixgbe_phy.h
172
s32 ixgbe_read_phy_reg_generic(struct ixgbe_hw *hw, u32 reg_addr,
sys/dev/pci/ixgbe/ixgbe_phy.h
174
s32 ixgbe_write_phy_reg_generic(struct ixgbe_hw *hw, u32 reg_addr,
sys/dev/pci/ixgbe/ixgbe_phy.h
176
s32 ixgbe_setup_phy_link_generic(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_phy.h
177
s32 ixgbe_setup_phy_link_speed_generic(struct ixgbe_hw *hw,
sys/dev/pci/ixgbe/ixgbe_phy.h
180
s32 ixgbe_get_copper_link_capabilities_generic(struct ixgbe_hw *hw,
sys/dev/pci/ixgbe/ixgbe_phy.h
183
s32 ixgbe_check_reset_blocked(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_phy.h
186
s32 ixgbe_check_phy_link_tnx(struct ixgbe_hw *hw,
sys/dev/pci/ixgbe/ixgbe_phy.h
189
s32 ixgbe_setup_phy_link_tnx(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_phy.h
190
s32 ixgbe_get_phy_firmware_version_tnx(struct ixgbe_hw *hw,
sys/dev/pci/ixgbe/ixgbe_phy.h
192
s32 ixgbe_get_phy_firmware_version_generic(struct ixgbe_hw *hw,
sys/dev/pci/ixgbe/ixgbe_phy.h
195
s32 ixgbe_reset_phy_nl(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_phy.h
196
s32 ixgbe_set_copper_phy_power(struct ixgbe_hw *hw, bool on);
sys/dev/pci/ixgbe/ixgbe_phy.h
198
s32 ixgbe_identify_module_generic(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_phy.h
199
s32 ixgbe_identify_sfp_module_generic(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_phy.h
201
s32 ixgbe_identify_qsfp_module_generic(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_phy.h
202
s32 ixgbe_get_sfp_init_sequence_offsets(struct ixgbe_hw *hw,
sys/dev/pci/ixgbe/ixgbe_phy.h
205
s32 ixgbe_tn_check_overtemp(struct ixgbe_hw *hw);
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
208
s32 ixgbe_read_i2c_byte_generic_unlocked(struct ixgbe_hw *hw, u8 byte_offset,
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
212
s32 ixgbe_write_i2c_byte_generic_unlocked(struct ixgbe_hw *hw, u8 byte_offset,
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
216
s32 ixgbe_write_i2c_eeprom_generic(struct ixgbe_hw *hw, u8 byte_offset,
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
4010
s32 (*init_params)(struct ixgbe_hw *);
sys/dev/pci/ixgbe/ixgbe_type.h
4011
s32 (*read)(struct ixgbe_hw *, u16, u16 *);
sys/dev/pci/ixgbe/ixgbe_type.h
4012
s32 (*read_buffer)(struct ixgbe_hw *, u16, u16, u16 *);
sys/dev/pci/ixgbe/ixgbe_type.h
4013
s32 (*write)(struct ixgbe_hw *, u16, u16);
sys/dev/pci/ixgbe/ixgbe_type.h
4014
s32 (*write_buffer)(struct ixgbe_hw *, u16, u16, u16 *);
sys/dev/pci/ixgbe/ixgbe_type.h
4015
s32 (*validate_checksum)(struct ixgbe_hw *, u16 *);
sys/dev/pci/ixgbe/ixgbe_type.h
4016
s32 (*update_checksum)(struct ixgbe_hw *);
sys/dev/pci/ixgbe/ixgbe_type.h
4017
s32 (*calc_checksum)(struct ixgbe_hw *);
sys/dev/pci/ixgbe/ixgbe_type.h
4021
s32 (*init_hw)(struct ixgbe_hw *);
sys/dev/pci/ixgbe/ixgbe_type.h
4022
s32 (*reset_hw)(struct ixgbe_hw *);
sys/dev/pci/ixgbe/ixgbe_type.h
4023
s32 (*start_hw)(struct ixgbe_hw *);
sys/dev/pci/ixgbe/ixgbe_type.h
4024
s32 (*clear_hw_cntrs)(struct ixgbe_hw *);
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
4031
s32 (*get_device_caps)(struct ixgbe_hw *, u16 *);
sys/dev/pci/ixgbe/ixgbe_type.h
4032
s32 (*get_wwn_prefix)(struct ixgbe_hw *, u16 *, u16 *);
sys/dev/pci/ixgbe/ixgbe_type.h
4033
s32 (*get_fcoe_boot_status)(struct ixgbe_hw *, u16 *);
sys/dev/pci/ixgbe/ixgbe_type.h
4034
s32 (*stop_adapter)(struct ixgbe_hw *);
sys/dev/pci/ixgbe/ixgbe_type.h
4035
s32 (*get_bus_info)(struct ixgbe_hw *);
sys/dev/pci/ixgbe/ixgbe_type.h
4036
s32 (*negotiate_api_version)(struct ixgbe_hw *, int);
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
4040
s32 (*setup_sfp)(struct ixgbe_hw *);
sys/dev/pci/ixgbe/ixgbe_type.h
4041
s32 (*enable_rx_dma)(struct ixgbe_hw *, u32);
sys/dev/pci/ixgbe/ixgbe_type.h
4042
s32 (*disable_sec_rx_path)(struct ixgbe_hw *);
sys/dev/pci/ixgbe/ixgbe_type.h
4043
s32 (*enable_sec_rx_path)(struct ixgbe_hw *);
sys/dev/pci/ixgbe/ixgbe_type.h
4044
s32 (*acquire_swfw_sync)(struct ixgbe_hw *, u32);
sys/dev/pci/ixgbe/ixgbe_type.h
4047
s32 (*prot_autoc_read)(struct ixgbe_hw *, bool *, u32 *);
sys/dev/pci/ixgbe/ixgbe_type.h
4048
s32 (*prot_autoc_write)(struct ixgbe_hw *, u32, bool);
sys/dev/pci/ixgbe/ixgbe_type.h
4054
s32 (*setup_link)(struct ixgbe_hw *, ixgbe_link_speed, bool);
sys/dev/pci/ixgbe/ixgbe_type.h
4055
s32 (*setup_mac_link)(struct ixgbe_hw *, ixgbe_link_speed, bool);
sys/dev/pci/ixgbe/ixgbe_type.h
4056
s32 (*check_link)(struct ixgbe_hw *, ixgbe_link_speed *, bool *, bool);
sys/dev/pci/ixgbe/ixgbe_type.h
4057
s32 (*get_link_capabilities)(struct ixgbe_hw *, ixgbe_link_speed *,
sys/dev/pci/ixgbe/ixgbe_type.h
4065
s32 (*led_on)(struct ixgbe_hw *, u32);
sys/dev/pci/ixgbe/ixgbe_type.h
4066
s32 (*led_off)(struct ixgbe_hw *, u32);
sys/dev/pci/ixgbe/ixgbe_type.h
4067
s32 (*blink_led_start)(struct ixgbe_hw *, u32);
sys/dev/pci/ixgbe/ixgbe_type.h
4068
s32 (*blink_led_stop)(struct ixgbe_hw *, u32);
sys/dev/pci/ixgbe/ixgbe_type.h
4069
s32 (*init_led_link_act)(struct ixgbe_hw *);
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
4074
s32 (*clear_rar)(struct ixgbe_hw *, u32);
sys/dev/pci/ixgbe/ixgbe_type.h
4075
s32 (*insert_mac_addr)(struct ixgbe_hw *, u8 *, u32);
sys/dev/pci/ixgbe/ixgbe_type.h
4076
s32 (*set_vmdq)(struct ixgbe_hw *, u32, u32);
sys/dev/pci/ixgbe/ixgbe_type.h
4077
s32 (*set_vmdq_san_mac)(struct ixgbe_hw *, u32);
sys/dev/pci/ixgbe/ixgbe_type.h
4078
s32 (*clear_vmdq)(struct ixgbe_hw *, u32, u32);
sys/dev/pci/ixgbe/ixgbe_type.h
4079
s32 (*init_rx_addrs)(struct ixgbe_hw *);
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
4084
s32 (*update_xcast_mode)(struct ixgbe_hw *, int);
sys/dev/pci/ixgbe/ixgbe_type.h
4085
s32 (*get_link_state)(struct ixgbe_hw *hw, bool *link_state);
sys/dev/pci/ixgbe/ixgbe_type.h
4086
s32 (*enable_mc)(struct ixgbe_hw *);
sys/dev/pci/ixgbe/ixgbe_type.h
4087
s32 (*disable_mc)(struct ixgbe_hw *);
sys/dev/pci/ixgbe/ixgbe_type.h
4088
s32 (*clear_vfta)(struct ixgbe_hw *);
sys/dev/pci/ixgbe/ixgbe_type.h
4089
s32 (*set_vfta)(struct ixgbe_hw *, u32, u32, bool, bool);
sys/dev/pci/ixgbe/ixgbe_type.h
4090
s32 (*set_vlvf)(struct ixgbe_hw *, u32, u32, bool, u32 *, u32,
sys/dev/pci/ixgbe/ixgbe_type.h
4092
s32 (*set_rlpml)(struct ixgbe_hw *, u16);
sys/dev/pci/ixgbe/ixgbe_type.h
4093
s32 (*init_uta_tables)(struct ixgbe_hw *);
sys/dev/pci/ixgbe/ixgbe_type.h
4096
s32 (*toggle_txdctl)(struct ixgbe_hw *hw, u32 vf_index);
sys/dev/pci/ixgbe/ixgbe_type.h
4099
s32 (*fc_enable)(struct ixgbe_hw *);
sys/dev/pci/ixgbe/ixgbe_type.h
4100
s32 (*setup_fc)(struct ixgbe_hw *);
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
4106
s32 (*bypass_rw) (struct ixgbe_hw *hw, u32 cmd, u32 *status);
sys/dev/pci/ixgbe/ixgbe_type.h
4108
s32 (*bypass_set) (struct ixgbe_hw *hw, u32 cmd, u32 event, u32 action);
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
4116
s32 (*dmac_update_tcs)(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_type.h
4117
s32 (*dmac_config_tcs)(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_type.h
4118
s32 (*dmac_config)(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_type.h
4119
s32 (*setup_eee)(struct ixgbe_hw *hw, bool enable_eee);
sys/dev/pci/ixgbe/ixgbe_type.h
4120
s32 (*read_iosf_sb_reg)(struct ixgbe_hw *, u32, u32, u32 *);
sys/dev/pci/ixgbe/ixgbe_type.h
4121
s32 (*write_iosf_sb_reg)(struct ixgbe_hw *, u32, u32, u32);
sys/dev/pci/ixgbe/ixgbe_type.h
4130
s32 (*identify)(struct ixgbe_hw *);
sys/dev/pci/ixgbe/ixgbe_type.h
4131
s32 (*identify_sfp)(struct ixgbe_hw *);
sys/dev/pci/ixgbe/ixgbe_type.h
4132
s32 (*init)(struct ixgbe_hw *);
sys/dev/pci/ixgbe/ixgbe_type.h
4133
s32 (*reset)(struct ixgbe_hw *);
sys/dev/pci/ixgbe/ixgbe_type.h
4134
s32 (*read_reg)(struct ixgbe_hw *, u32, u32, u16 *);
sys/dev/pci/ixgbe/ixgbe_type.h
4135
s32 (*write_reg)(struct ixgbe_hw *, u32, u32, u16);
sys/dev/pci/ixgbe/ixgbe_type.h
4136
s32 (*read_reg_mdi)(struct ixgbe_hw *, u32, u32, u16 *);
sys/dev/pci/ixgbe/ixgbe_type.h
4137
s32 (*write_reg_mdi)(struct ixgbe_hw *, u32, u32, u16);
sys/dev/pci/ixgbe/ixgbe_type.h
4138
s32 (*setup_link)(struct ixgbe_hw *);
sys/dev/pci/ixgbe/ixgbe_type.h
4139
s32 (*setup_internal_link)(struct ixgbe_hw *);
sys/dev/pci/ixgbe/ixgbe_type.h
4140
s32 (*setup_link_speed)(struct ixgbe_hw *, ixgbe_link_speed, bool);
sys/dev/pci/ixgbe/ixgbe_type.h
4141
s32 (*check_link)(struct ixgbe_hw *, ixgbe_link_speed *, bool *);
sys/dev/pci/ixgbe/ixgbe_type.h
4142
s32 (*get_firmware_version)(struct ixgbe_hw *, u16 *);
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
4149
s32 (*check_overtemp)(struct ixgbe_hw *);
sys/dev/pci/ixgbe/ixgbe_type.h
4150
s32 (*set_phy_power)(struct ixgbe_hw *, bool on);
sys/dev/pci/ixgbe/ixgbe_type.h
4151
s32 (*enter_lplu)(struct ixgbe_hw *);
sys/dev/pci/ixgbe/ixgbe_type.h
4152
s32 (*handle_lasi)(struct ixgbe_hw *hw);
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
4155
s32 (*write_i2c_byte_unlocked)(struct ixgbe_hw *, u8 offset, u8 addr,
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
4198
s32 mc_filter_type;
sys/dev/pci/ixgbe/ixgbe_vf.c
157
s32 ixgbe_start_hw_vf(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_vf.c
172
s32 ixgbe_init_hw_vf(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_vf.c
174
s32 status = hw->mac.ops.start_hw(hw);
sys/dev/pci/ixgbe/ixgbe_vf.c
188
s32 ixgbe_reset_hw_vf(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_vf.c
192
s32 ret_val = IXGBE_ERR_INVALID_MAC_ADDR;
sys/dev/pci/ixgbe/ixgbe_vf.c
263
s32 ixgbe_stop_adapter_vf(struct ixgbe_hw *hw)
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
340
static s32 ixgbevf_write_msg_read_ack(struct ixgbe_hw *hw, u32 *msg,
sys/dev/pci/ixgbe/ixgbe_vf.c
343
s32 retval = ixgbe_write_mbx(hw, msg, size, 0);
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
364
s32 ret_val;
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
445
s32 ixgbevf_update_xcast_mode(struct ixgbe_hw *hw, int xcast_mode)
sys/dev/pci/ixgbe/ixgbe_vf.c
448
s32 err;
sys/dev/pci/ixgbe/ixgbe_vf.c
507
s32 ixgbe_get_link_state_vf(struct ixgbe_hw *hw, bool *link_state)
sys/dev/pci/ixgbe/ixgbe_vf.c
510
s32 err;
sys/dev/pci/ixgbe/ixgbe_vf.c
511
s32 ret_val;
sys/dev/pci/ixgbe/ixgbe_vf.c
538
s32 ixgbe_set_vfta_vf(struct ixgbe_hw *hw, u32 vlan, u32 vind,
sys/dev/pci/ixgbe/ixgbe_vf.c
542
s32 ret_val;
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
600
s32 ret_val;
sys/dev/pci/ixgbe/ixgbe_vf.c
61
s32 ixgbe_init_ops_vf(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_vf.c
634
s32 ixgbe_setup_mac_link_vf(struct ixgbe_hw *hw, ixgbe_link_speed speed,
sys/dev/pci/ixgbe/ixgbe_vf.c
650
s32 ixgbe_check_mac_link_vf(struct ixgbe_hw *hw, ixgbe_link_speed *speed,
sys/dev/pci/ixgbe/ixgbe_vf.c
655
s32 ret_val = IXGBE_SUCCESS;
sys/dev/pci/ixgbe/ixgbe_vf.c
753
s32 ixgbevf_rlpml_set_vf(struct ixgbe_hw *hw, u16 max_size)
sys/dev/pci/ixgbe/ixgbe_vf.c
756
s32 retval;
sys/dev/pci/ixgbe/ixgbe_vf.h
117
s32 ixgbe_init_ops_vf(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_vf.h
118
s32 ixgbe_init_hw_vf(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_vf.h
119
s32 ixgbe_start_hw_vf(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_vf.h
120
s32 ixgbe_reset_hw_vf(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_vf.h
121
s32 ixgbe_stop_adapter_vf(struct ixgbe_hw *hw);
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
125
s32 ixgbe_setup_mac_link_vf(struct ixgbe_hw *hw, ixgbe_link_speed speed,
sys/dev/pci/ixgbe/ixgbe_vf.h
127
s32 ixgbe_check_mac_link_vf(struct ixgbe_hw *hw, ixgbe_link_speed *speed,
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_vf.h
135
s32 ixgbevf_update_xcast_mode(struct ixgbe_hw *hw, int xcast_mode);
sys/dev/pci/ixgbe/ixgbe_vf.h
136
s32 ixgbe_get_link_state_vf(struct ixgbe_hw *hw, bool *link_state);
sys/dev/pci/ixgbe/ixgbe_vf.h
137
s32 ixgbe_set_vfta_vf(struct ixgbe_hw *hw, u32 vlan, u32 vind,
sys/dev/pci/ixgbe/ixgbe_vf.h
139
s32 ixgbevf_rlpml_set_vf(struct ixgbe_hw *hw, u16 max_size);
sys/dev/pci/ixgbe/ixgbe_x540.c
1014
s32 ixgbe_blink_led_start_X540(struct ixgbe_hw *hw, u32 index)
sys/dev/pci/ixgbe/ixgbe_x540.c
1055
s32 ixgbe_blink_led_stop_X540(struct ixgbe_hw *hw, u32 index)
sys/dev/pci/ixgbe/ixgbe_x540.c
176
s32 ixgbe_get_link_capabilities_X540(struct ixgbe_hw *hw,
sys/dev/pci/ixgbe/ixgbe_x540.c
203
s32 ixgbe_setup_mac_link_X540(struct ixgbe_hw *hw,
sys/dev/pci/ixgbe/ixgbe_x540.c
218
s32 ixgbe_reset_hw_X540(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_x540.c
220
s32 status;
sys/dev/pci/ixgbe/ixgbe_x540.c
321
s32 ixgbe_start_hw_X540(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_x540.c
323
s32 ret_val = IXGBE_SUCCESS;
sys/dev/pci/ixgbe/ixgbe_x540.c
374
s32 ixgbe_init_eeprom_params_X540(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_x540.c
407
s32 ixgbe_read_eerd_X540(struct ixgbe_hw *hw, u16 offset, u16 *data)
sys/dev/pci/ixgbe/ixgbe_x540.c
409
s32 status = IXGBE_SUCCESS;
sys/dev/pci/ixgbe/ixgbe_x540.c
432
s32 ixgbe_read_eerd_buffer_X540(struct ixgbe_hw *hw,
sys/dev/pci/ixgbe/ixgbe_x540.c
435
s32 status = IXGBE_SUCCESS;
sys/dev/pci/ixgbe/ixgbe_x540.c
458
s32 ixgbe_write_eewr_X540(struct ixgbe_hw *hw, u16 offset, u16 data)
sys/dev/pci/ixgbe/ixgbe_x540.c
460
s32 status = IXGBE_SUCCESS;
sys/dev/pci/ixgbe/ixgbe_x540.c
483
s32 ixgbe_write_eewr_buffer_X540(struct ixgbe_hw *hw,
sys/dev/pci/ixgbe/ixgbe_x540.c
486
s32 status = IXGBE_SUCCESS;
sys/dev/pci/ixgbe/ixgbe_x540.c
511
s32 ixgbe_calc_eeprom_checksum_X540(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_x540.c
54
static s32 ixgbe_poll_flash_update_done_X540(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_x540.c
55
static s32 ixgbe_get_swfw_sync_semaphore(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_x540.c
576
return (s32)checksum;
sys/dev/pci/ixgbe/ixgbe_x540.c
587
s32 ixgbe_validate_eeprom_checksum_X540(struct ixgbe_hw *hw,
sys/dev/pci/ixgbe/ixgbe_x540.c
590
s32 status;
sys/dev/pci/ixgbe/ixgbe_x540.c
65
s32 ixgbe_init_ops_X540(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_x540.c
650
s32 ixgbe_update_eeprom_checksum_X540(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_x540.c
652
s32 status;
sys/dev/pci/ixgbe/ixgbe_x540.c
698
s32 ixgbe_update_flash_X540(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_x540.c
70
s32 ret_val;
sys/dev/pci/ixgbe/ixgbe_x540.c
701
s32 status;
sys/dev/pci/ixgbe/ixgbe_x540.c
745
static s32 ixgbe_poll_flash_update_done_X540(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_x540.c
749
s32 status = IXGBE_ERR_EEPROM;
sys/dev/pci/ixgbe/ixgbe_x540.c
777
s32 ixgbe_acquire_swfw_sync_X540(struct ixgbe_hw *hw, u32 mask)
sys/dev/pci/ixgbe/ixgbe_x540.c
899
static s32 ixgbe_get_swfw_sync_semaphore(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_x540.c
901
s32 status = IXGBE_ERR_EEPROM;
sys/dev/pci/ixgbe/ixgbe_x540.h
42
s32 ixgbe_get_link_capabilities_X540(struct ixgbe_hw *hw,
sys/dev/pci/ixgbe/ixgbe_x540.h
45
s32 ixgbe_setup_mac_link_X540(struct ixgbe_hw *hw, ixgbe_link_speed speed,
sys/dev/pci/ixgbe/ixgbe_x540.h
47
s32 ixgbe_reset_hw_X540(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_x540.h
48
s32 ixgbe_start_hw_X540(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_x540.h
51
s32 ixgbe_init_eeprom_params_X540(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_x540.h
52
s32 ixgbe_read_eerd_X540(struct ixgbe_hw *hw, u16 offset, u16 *data);
sys/dev/pci/ixgbe/ixgbe_x540.h
53
s32 ixgbe_read_eerd_buffer_X540(struct ixgbe_hw *hw, u16 offset, u16 words,
sys/dev/pci/ixgbe/ixgbe_x540.h
55
s32 ixgbe_write_eewr_X540(struct ixgbe_hw *hw, u16 offset, u16 data);
sys/dev/pci/ixgbe/ixgbe_x540.h
56
s32 ixgbe_write_eewr_buffer_X540(struct ixgbe_hw *hw, u16 offset, u16 words,
sys/dev/pci/ixgbe/ixgbe_x540.h
58
s32 ixgbe_update_eeprom_checksum_X540(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_x540.h
59
s32 ixgbe_validate_eeprom_checksum_X540(struct ixgbe_hw *hw, u16 *checksum_val);
sys/dev/pci/ixgbe/ixgbe_x540.h
60
s32 ixgbe_calc_eeprom_checksum_X540(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_x540.h
61
s32 ixgbe_update_flash_X540(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_x540.h
63
s32 ixgbe_acquire_swfw_sync_X540(struct ixgbe_hw *hw, u32 mask);
sys/dev/pci/ixgbe/ixgbe_x540.h
67
s32 ixgbe_blink_led_start_X540(struct ixgbe_hw *hw, u32 index);
sys/dev/pci/ixgbe/ixgbe_x540.h
68
s32 ixgbe_blink_led_stop_X540(struct ixgbe_hw *hw, u32 index);
sys/dev/pci/ixgbe/ixgbe_x550.c
1021
s32 ixgbe_init_ops_X550EM_x(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_x550.c
1025
s32 ret_val;
sys/dev/pci/ixgbe/ixgbe_x550.c
1059
s32 ixgbe_dmac_config_X550(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_x550.c
1107
s32 ixgbe_dmac_config_tcs_X550(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_x550.c
1162
s32 ixgbe_dmac_update_tcs_X550(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_x550.c
1190
s32 ixgbe_init_eeprom_params_X550(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_x550.c
123
static s32 ixgbe_read_cs4227(struct ixgbe_hw *hw, u16 reg, u16 *value)
sys/dev/pci/ixgbe/ixgbe_x550.c
1276
static s32 ixgbe_iosf_wait(struct ixgbe_hw *hw, u32 *ctrl)
sys/dev/pci/ixgbe/ixgbe_x550.c
1308
s32 ixgbe_write_iosf_sb_reg_x550(struct ixgbe_hw *hw, u32 reg_addr,
sys/dev/pci/ixgbe/ixgbe_x550.c
1313
s32 ret;
sys/dev/pci/ixgbe/ixgbe_x550.c
1354
s32 ixgbe_read_iosf_sb_reg_x550(struct ixgbe_hw *hw, u32 reg_addr,
sys/dev/pci/ixgbe/ixgbe_x550.c
1359
s32 ret;
sys/dev/pci/ixgbe/ixgbe_x550.c
136
static s32 ixgbe_write_cs4227(struct ixgbe_hw *hw, u16 reg, u16 value)
sys/dev/pci/ixgbe/ixgbe_x550.c
1398
s32 ixgbe_get_phy_token(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_x550.c
1401
s32 status;
sys/dev/pci/ixgbe/ixgbe_x550.c
1436
s32 ixgbe_put_phy_token(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_x550.c
1439
s32 status;
sys/dev/pci/ixgbe/ixgbe_x550.c
1469
s32 ixgbe_write_iosf_sb_reg_x550a(struct ixgbe_hw *hw, u32 reg_addr,
sys/dev/pci/ixgbe/ixgbe_x550.c
1473
s32 status;
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
1499
s32 ixgbe_read_iosf_sb_reg_x550a(struct ixgbe_hw *hw, u32 reg_addr,
sys/dev/pci/ixgbe/ixgbe_x550.c
1506
s32 status;
sys/dev/pci/ixgbe/ixgbe_x550.c
151
s32 status;
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
170
s32 status;
sys/dev/pci/ixgbe/ixgbe_x550.c
1724
static s32 ixgbe_supported_sfp_modules_X550em(struct ixgbe_hw *hw, bool *linear)
sys/dev/pci/ixgbe/ixgbe_x550.c
1761
s32 ixgbe_identify_sfp_module_X550em(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_x550.c
1763
s32 status;
sys/dev/pci/ixgbe/ixgbe_x550.c
1783
s32 ixgbe_setup_sfp_modules_X550em(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_x550.c
1785
s32 status;
sys/dev/pci/ixgbe/ixgbe_x550.c
1807
static s32 ixgbe_restart_an_internal_phy_x550em(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_x550.c
1809
s32 status;
sys/dev/pci/ixgbe/ixgbe_x550.c
1855
static s32 ixgbe_setup_sgmii(struct ixgbe_hw *hw, ixgbe_link_speed speed,
sys/dev/pci/ixgbe/ixgbe_x550.c
186
static s32 ixgbe_reset_cs4227(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_x550.c
1860
s32 rc;
sys/dev/pci/ixgbe/ixgbe_x550.c
188
s32 status;
sys/dev/pci/ixgbe/ixgbe_x550.c
1924
static s32 ixgbe_setup_sgmii_fw(struct ixgbe_hw *hw, ixgbe_link_speed speed,
sys/dev/pci/ixgbe/ixgbe_x550.c
1929
s32 rc;
sys/dev/pci/ixgbe/ixgbe_x550.c
2055
s32 ixgbe_get_link_capabilities_X550em(struct ixgbe_hw *hw,
sys/dev/pci/ixgbe/ixgbe_x550.c
2137
static s32 ixgbe_get_lasi_ext_t_x550em(struct ixgbe_hw *hw, bool *lsc)
sys/dev/pci/ixgbe/ixgbe_x550.c
2224
static s32 ixgbe_enable_lasi_ext_t_x550em(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_x550.c
2321
static s32 ixgbe_setup_kr_speed_x550em(struct ixgbe_hw *hw,
sys/dev/pci/ixgbe/ixgbe_x550.c
2324
s32 status;
sys/dev/pci/ixgbe/ixgbe_x550.c
2376
static s32 ixgbe_reset_phy_fw(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_x550.c
2379
s32 rc;
sys/dev/pci/ixgbe/ixgbe_x550.c
2400
static s32 ixgbe_check_overtemp_fw(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_x550.c
2403
s32 rc;
sys/dev/pci/ixgbe/ixgbe_x550.c
2423
static s32 ixgbe_read_mng_if_sel_x550em(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_x550.c
2451
s32 ixgbe_init_phy_ops_X550em(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_x550.c
2454
s32 ret_val;
sys/dev/pci/ixgbe/ixgbe_x550.c
2605
s32 ixgbe_reset_hw_X550em(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_x550.c
2608
s32 status;
sys/dev/pci/ixgbe/ixgbe_x550.c
2609
s32 phy_status = IXGBE_SUCCESS;
sys/dev/pci/ixgbe/ixgbe_x550.c
261
s32 status = IXGBE_SUCCESS;
sys/dev/pci/ixgbe/ixgbe_x550.c
2742
s32 ixgbe_init_ext_t_x550em(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_x550.c
2785
s32 ixgbe_setup_kr_x550em(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_x550.c
2805
s32 ixgbe_setup_mac_link_sfp_x550em(struct ixgbe_hw *hw,
sys/dev/pci/ixgbe/ixgbe_x550.c
2809
s32 ret_val;
sys/dev/pci/ixgbe/ixgbe_x550.c
2850
static s32 ixgbe_setup_sfi_x550a(struct ixgbe_hw *hw, ixgbe_link_speed *speed)
sys/dev/pci/ixgbe/ixgbe_x550.c
2853
s32 status;
sys/dev/pci/ixgbe/ixgbe_x550.c
2902
static s32 ixgbe_setup_mac_link_sfp_x550a(struct ixgbe_hw *hw,
sys/dev/pci/ixgbe/ixgbe_x550.c
2906
s32 ret_val;
sys/dev/pci/ixgbe/ixgbe_x550.c
3005
static s32 ixgbe_setup_ixfi_x550em_x(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_x550.c
3008
s32 status;
sys/dev/pci/ixgbe/ixgbe_x550.c
3076
static s32 ixgbe_setup_ixfi_x550em(struct ixgbe_hw *hw, ixgbe_link_speed *speed)
sys/dev/pci/ixgbe/ixgbe_x550.c
3079
s32 status;
sys/dev/pci/ixgbe/ixgbe_x550.c
3135
static s32 ixgbe_ext_phy_t_x550em_get_link(struct ixgbe_hw *hw, bool *link_up)
sys/dev/pci/ixgbe/ixgbe_x550.c
3172
s32 ixgbe_setup_internal_phy_t_x550em(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_x550.c
3235
s32 ixgbe_setup_phy_loopback_x550em(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_x550.c
3237
s32 status;
sys/dev/pci/ixgbe/ixgbe_x550.c
3305
s32 ixgbe_read_ee_hostif_X550(struct ixgbe_hw *hw, u16 offset, u16 *data)
sys/dev/pci/ixgbe/ixgbe_x550.c
3309
s32 status;
sys/dev/pci/ixgbe/ixgbe_x550.c
3349
s32 ixgbe_read_ee_hostif_buffer_X550(struct ixgbe_hw *hw,
sys/dev/pci/ixgbe/ixgbe_x550.c
3356
s32 status;
sys/dev/pci/ixgbe/ixgbe_x550.c
3424
s32 ixgbe_write_ee_hostif_data_X550(struct ixgbe_hw *hw, u16 offset,
sys/dev/pci/ixgbe/ixgbe_x550.c
3427
s32 status;
sys/dev/pci/ixgbe/ixgbe_x550.c
3467
s32 ixgbe_write_ee_hostif_X550(struct ixgbe_hw *hw, u16 offset,
sys/dev/pci/ixgbe/ixgbe_x550.c
3470
s32 status = IXGBE_SUCCESS;
sys/dev/pci/ixgbe/ixgbe_x550.c
3495
s32 ixgbe_write_ee_hostif_buffer_X550(struct ixgbe_hw *hw,
sys/dev/pci/ixgbe/ixgbe_x550.c
3498
s32 status = IXGBE_SUCCESS;
sys/dev/pci/ixgbe/ixgbe_x550.c
3537
static s32 ixgbe_checksum_ptr_x550(struct ixgbe_hw *hw, u16 ptr,
sys/dev/pci/ixgbe/ixgbe_x550.c
3542
s32 status;
sys/dev/pci/ixgbe/ixgbe_x550.c
356
static s32 ixgbe_read_phy_reg_mdi_22(struct ixgbe_hw *hw, u32 reg_addr,
sys/dev/pci/ixgbe/ixgbe_x550.c
3606
s32 ixgbe_calc_checksum_X550(struct ixgbe_hw *hw, u16 *buffer, u32 buffer_size)
sys/dev/pci/ixgbe/ixgbe_x550.c
3610
s32 status;
sys/dev/pci/ixgbe/ixgbe_x550.c
3678
return (s32)checksum;
sys/dev/pci/ixgbe/ixgbe_x550.c
3687
s32 ixgbe_calc_eeprom_checksum_X550(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_x550.c
3700
s32 ixgbe_validate_eeprom_checksum_X550(struct ixgbe_hw *hw, u16 *checksum_val)
sys/dev/pci/ixgbe/ixgbe_x550.c
3702
s32 status;
sys/dev/pci/ixgbe/ixgbe_x550.c
3753
s32 ixgbe_update_eeprom_checksum_X550(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_x550.c
3755
s32 status;
sys/dev/pci/ixgbe/ixgbe_x550.c
3792
s32 ixgbe_update_flash_X550(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_x550.c
3794
s32 status = IXGBE_SUCCESS;
sys/dev/pci/ixgbe/ixgbe_x550.c
3890
s32 ixgbe_get_bus_info_X550em(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_x550.c
3912
s32 status;
sys/dev/pci/ixgbe/ixgbe_x550.c
3956
s32 ixgbe_enter_lplu_t_x550em(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_x550.c
3959
s32 status;
sys/dev/pci/ixgbe/ixgbe_x550.c
403
static s32 ixgbe_write_phy_reg_mdi_22(struct ixgbe_hw *hw, u32 reg_addr,
sys/dev/pci/ixgbe/ixgbe_x550.c
4063
s32 ixgbe_get_lcd_t_x550em(struct ixgbe_hw *hw, ixgbe_link_speed *lcd_speed)
sys/dev/pci/ixgbe/ixgbe_x550.c
4066
s32 status;
sys/dev/pci/ixgbe/ixgbe_x550.c
4100
s32 ixgbe_setup_fc_X550em(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_x550.c
4102
s32 ret_val = IXGBE_SUCCESS;
sys/dev/pci/ixgbe/ixgbe_x550.c
4193
s32 status = IXGBE_ERR_FC_NOT_NEGOTIATED;
sys/dev/pci/ixgbe/ixgbe_x550.c
4281
s32 status = IXGBE_ERR_FC_NOT_NEGOTIATED;
sys/dev/pci/ixgbe/ixgbe_x550.c
4334
s32 ixgbe_setup_fc_backplane_x550em_a(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_x550.c
4336
s32 status = IXGBE_SUCCESS;
sys/dev/pci/ixgbe/ixgbe_x550.c
4443
s32 ixgbe_acquire_swfw_sync_X550em(struct ixgbe_hw *hw, u32 mask)
sys/dev/pci/ixgbe/ixgbe_x550.c
4445
s32 status;
sys/dev/pci/ixgbe/ixgbe_x550.c
447
static s32 ixgbe_identify_phy_x550em(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_x550.c
4483
static s32 ixgbe_acquire_swfw_sync_X550a(struct ixgbe_hw *hw, u32 mask)
sys/dev/pci/ixgbe/ixgbe_x550.c
4487
s32 status = IXGBE_SUCCESS;
sys/dev/pci/ixgbe/ixgbe_x550.c
4557
s32 ixgbe_read_phy_reg_x550a(struct ixgbe_hw *hw, u32 reg_addr,
sys/dev/pci/ixgbe/ixgbe_x550.c
4560
s32 status;
sys/dev/pci/ixgbe/ixgbe_x550.c
4585
s32 ixgbe_write_phy_reg_x550a(struct ixgbe_hw *hw, u32 reg_addr,
sys/dev/pci/ixgbe/ixgbe_x550.c
4588
s32 status;
sys/dev/pci/ixgbe/ixgbe_x550.c
4615
s32 ixgbe_handle_lasi_ext_t_x550em(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_x550.c
4642
s32 ixgbe_setup_mac_link_t_X550em(struct ixgbe_hw *hw,
sys/dev/pci/ixgbe/ixgbe_x550.c
4646
s32 status;
sys/dev/pci/ixgbe/ixgbe_x550.c
4681
s32 ixgbe_check_link_t_X550em(struct ixgbe_hw *hw, ixgbe_link_speed *speed,
sys/dev/pci/ixgbe/ixgbe_x550.c
4722
s32 ixgbe_reset_phy_t_X550em(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_x550.c
4724
s32 status;
sys/dev/pci/ixgbe/ixgbe_x550.c
4740
s32 ixgbe_led_on_t_X550em(struct ixgbe_hw *hw, u32 led_idx)
sys/dev/pci/ixgbe/ixgbe_x550.c
4765
s32 ixgbe_led_off_t_X550em(struct ixgbe_hw *hw, u32 led_idx)
sys/dev/pci/ixgbe/ixgbe_x550.c
48
static s32 ixgbe_setup_ixfi_x550em(struct ixgbe_hw *hw, ixgbe_link_speed *speed);
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
4804
s32 ret_val = IXGBE_SUCCESS;
sys/dev/pci/ixgbe/ixgbe_x550.c
49
static s32 ixgbe_setup_mac_link_sfp_x550a(struct ixgbe_hw *hw,
sys/dev/pci/ixgbe/ixgbe_x550.c
501
s32 ixgbe_fw_phy_activity(struct ixgbe_hw *hw, u16 activity,
sys/dev/pci/ixgbe/ixgbe_x550.c
509
s32 rc;
sys/dev/pci/ixgbe/ixgbe_x550.c
52
static s32 ixgbe_acquire_swfw_sync_X550a(struct ixgbe_hw *, u32 mask);
sys/dev/pci/ixgbe/ixgbe_x550.c
54
static s32 ixgbe_read_mng_if_sel_x550em(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_x550.c
559
static s32 ixgbe_get_phy_id_fw(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_x550.c
564
s32 rc;
sys/dev/pci/ixgbe/ixgbe_x550.c
602
static s32 ixgbe_identify_phy_fw(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_x550.c
621
s32 ixgbe_shutdown_fw_phy(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_x550.c
629
static s32 ixgbe_read_phy_reg_x550em(struct ixgbe_hw *hw, u32 reg_addr,
sys/dev/pci/ixgbe/ixgbe_x550.c
63
s32 ixgbe_init_ops_X550(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_x550.c
636
static s32 ixgbe_write_phy_reg_x550em(struct ixgbe_hw *hw, u32 reg_addr,
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
667
static s32
sys/dev/pci/ixgbe/ixgbe_x550.c
67
s32 ret_val;
sys/dev/pci/ixgbe/ixgbe_x550.c
683
static s32 ixgbe_write_i2c_combined_generic(struct ixgbe_hw *hw,
sys/dev/pci/ixgbe/ixgbe_x550.c
698
static s32
sys/dev/pci/ixgbe/ixgbe_x550.c
712
s32 ixgbe_init_ops_X550EM(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_x550.c
717
s32 ret_val;
sys/dev/pci/ixgbe/ixgbe_x550.c
808
static s32 ixgbe_setup_fw_link(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_x550.c
811
s32 rc;
sys/dev/pci/ixgbe/ixgbe_x550.c
813
s32 ret_val;
sys/dev/pci/ixgbe/ixgbe_x550.c
929
static s32 ixgbe_fc_autoneg_fw(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_x550.c
945
static s32 ixgbe_setup_eee_fw(struct ixgbe_hw *hw, bool enable_eee)
sys/dev/pci/ixgbe/ixgbe_x550.c
963
s32 ixgbe_init_ops_X550EM_a(struct ixgbe_hw *hw)
sys/dev/pci/ixgbe/ixgbe_x550.c
966
s32 ret_val;
sys/dev/pci/ixgbe/ixgbe_x550.h
100
s32 ixgbe_setup_mac_link_sfp_x550em(struct ixgbe_hw *hw,
sys/dev/pci/ixgbe/ixgbe_x550.h
103
s32 ixgbe_read_phy_reg_x550a(struct ixgbe_hw *hw, u32 reg_addr,
sys/dev/pci/ixgbe/ixgbe_x550.h
105
s32 ixgbe_write_phy_reg_x550a(struct ixgbe_hw *hw, u32 reg_addr,
sys/dev/pci/ixgbe/ixgbe_x550.h
107
s32 ixgbe_setup_fc_fiber_x550em_a(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_x550.h
108
s32 ixgbe_setup_fc_backplane_x550em_a(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_x550.h
109
s32 ixgbe_setup_fc_sgmii_x550em_a(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_x550.h
113
s32 ixgbe_handle_lasi_ext_t_x550em(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_x550.h
114
s32 ixgbe_setup_mac_link_t_X550em(struct ixgbe_hw *hw,
sys/dev/pci/ixgbe/ixgbe_x550.h
117
s32 ixgbe_check_link_t_X550em(struct ixgbe_hw *hw, ixgbe_link_speed *speed,
sys/dev/pci/ixgbe/ixgbe_x550.h
119
s32 ixgbe_reset_phy_t_X550em(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_x550.h
120
s32 ixgbe_identify_sfp_module_X550em(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_x550.h
121
s32 ixgbe_led_on_t_X550em(struct ixgbe_hw *hw, u32 led_idx);
sys/dev/pci/ixgbe/ixgbe_x550.h
122
s32 ixgbe_led_off_t_X550em(struct ixgbe_hw *hw, u32 led_idx);
sys/dev/pci/ixgbe/ixgbe_x550.h
41
s32 ixgbe_dmac_config_X550(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_x550.h
42
s32 ixgbe_dmac_config_tcs_X550(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_x550.h
43
s32 ixgbe_dmac_update_tcs_X550(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_x550.h
45
s32 ixgbe_get_bus_info_X550em(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_x550.h
46
s32 ixgbe_init_eeprom_params_X550(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_x550.h
47
s32 ixgbe_update_eeprom_checksum_X550(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_x550.h
48
s32 ixgbe_calc_eeprom_checksum_X550(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_x550.h
49
s32 ixgbe_calc_checksum_X550(struct ixgbe_hw *hw, u16 *buffer, u32 buffer_size);
sys/dev/pci/ixgbe/ixgbe_x550.h
50
s32 ixgbe_validate_eeprom_checksum_X550(struct ixgbe_hw *hw, u16 *checksum_val);
sys/dev/pci/ixgbe/ixgbe_x550.h
51
s32 ixgbe_update_flash_X550(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_x550.h
52
s32 ixgbe_write_ee_hostif_buffer_X550(struct ixgbe_hw *hw,
sys/dev/pci/ixgbe/ixgbe_x550.h
54
s32 ixgbe_write_ee_hostif_X550(struct ixgbe_hw *hw, u16 offset,
sys/dev/pci/ixgbe/ixgbe_x550.h
56
s32 ixgbe_read_ee_hostif_buffer_X550(struct ixgbe_hw *hw,
sys/dev/pci/ixgbe/ixgbe_x550.h
58
s32 ixgbe_read_ee_hostif_X550(struct ixgbe_hw *hw, u16 offset,
sys/dev/pci/ixgbe/ixgbe_x550.h
60
s32 ixgbe_write_ee_hostif_data_X550(struct ixgbe_hw *hw, u16 offset,
sys/dev/pci/ixgbe/ixgbe_x550.h
66
s32 ixgbe_write_iosf_sb_reg_x550(struct ixgbe_hw *hw, u32 reg_addr,
sys/dev/pci/ixgbe/ixgbe_x550.h
68
s32 ixgbe_read_iosf_sb_reg_x550(struct ixgbe_hw *hw, u32 reg_addr,
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
72
s32 ixgbe_get_phy_token(struct ixgbe_hw *);
sys/dev/pci/ixgbe/ixgbe_x550.h
73
s32 ixgbe_put_phy_token(struct ixgbe_hw *);
sys/dev/pci/ixgbe/ixgbe_x550.h
74
s32 ixgbe_write_iosf_sb_reg_x550a(struct ixgbe_hw *hw, u32 reg_addr,
sys/dev/pci/ixgbe/ixgbe_x550.h
76
s32 ixgbe_read_iosf_sb_reg_x550a(struct ixgbe_hw *hw, u32 reg_addr,
sys/dev/pci/ixgbe/ixgbe_x550.h
83
s32 ixgbe_setup_sfp_modules_X550em(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_x550.h
84
s32 ixgbe_get_link_capabilities_X550em(struct ixgbe_hw *hw,
sys/dev/pci/ixgbe/ixgbe_x550.h
87
s32 ixgbe_reset_hw_X550em(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_x550.h
88
s32 ixgbe_init_phy_ops_X550em(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_x550.h
89
s32 ixgbe_setup_kr_x550em(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_x550.h
90
s32 ixgbe_init_ext_t_x550em(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_x550.h
91
s32 ixgbe_setup_internal_phy_t_x550em(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_x550.h
92
s32 ixgbe_setup_phy_loopback_x550em(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_x550.h
95
s32 ixgbe_get_lcd_t_x550em(struct ixgbe_hw *hw, ixgbe_link_speed *lcd_speed);
sys/dev/pci/ixgbe/ixgbe_x550.h
96
s32 ixgbe_enter_lplu_t_x550em(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixgbe_x550.h
97
s32 ixgbe_acquire_swfw_sync_X550em(struct ixgbe_hw *hw, u32 mask);
sys/dev/pci/ixgbe/ixgbe_x550.h
99
s32 ixgbe_setup_fc_X550em(struct ixgbe_hw *hw);
sys/dev/pci/ixgbe/ixv.c
114
static s32 ixv_check_link(struct ixgbe_softc *);
sys/dev/pci/ixgbe/ixv.c
3598
static s32
sys/dev/pci/ixgbe/ixv.c
3601
s32 error;
tests/usr.bin/xlint/lint1/msg_117.c
12
int s32;
tests/usr.bin/xlint/lint1/msg_117.c
22
s32 = s8 << 0;
tests/usr.bin/xlint/lint1/msg_117.c
23
s32 = s8 << 23;
tests/usr.bin/xlint/lint1/msg_117.c
25
s32 = s8 << 24;
tests/usr.bin/xlint/lint1/msg_117.c
26
s32 = s8 << 31;
tests/usr.bin/xlint/lint1/msg_117.c
28
s32 = s8 << 32;
tests/usr.bin/xlint/lint1/msg_117.c
47
u32 = s32 << 0;
tests/usr.bin/xlint/lint1/msg_117.c
48
u32 = s32 << 23;
tests/usr.bin/xlint/lint1/msg_117.c
49
u32 = s32 << 24;
tests/usr.bin/xlint/lint1/msg_117.c
50
u32 = s32 << 31;
tests/usr.bin/xlint/lint1/msg_117.c
52
u32 = s32 << 32;
tests/usr.bin/xlint/lint1/msg_117.c
54
u64 = s32 << 32;
tests/usr.bin/xlint/lint1/msg_132.c
100
s32 = u8;
tests/usr.bin/xlint/lint1/msg_132.c
101
s32 = u16;
tests/usr.bin/xlint/lint1/msg_132.c
103
s32 = u64;
tests/usr.bin/xlint/lint1/msg_132.c
116
u8 = s32;
tests/usr.bin/xlint/lint1/msg_132.c
122
u16 = s32;
tests/usr.bin/xlint/lint1/msg_132.c
133
u64 = s32;
tests/usr.bin/xlint/lint1/msg_132.c
142
s8 = s32;
tests/usr.bin/xlint/lint1/msg_132.c
148
s16 = s32;
tests/usr.bin/xlint/lint1/msg_132.c
152
s32 = s8;
tests/usr.bin/xlint/lint1/msg_132.c
153
s32 = s16;
tests/usr.bin/xlint/lint1/msg_132.c
155
s32 = s64;
tests/usr.bin/xlint/lint1/msg_132.c
159
s64 = s32;
tests/usr.bin/xlint/lint1/msg_132.c
257
s32 = 1 * s32;
tests/usr.bin/xlint/lint1/msg_132.c
265
s32 = 2 * s32;
tests/usr.bin/xlint/lint1/msg_132.c
274
s32 = -1 * s32;
tests/usr.bin/xlint/lint1/msg_132.c
292
s32 = s32 / 1;
tests/usr.bin/xlint/lint1/msg_132.c
300
s32 = s32 / -1;
tests/usr.bin/xlint/lint1/msg_132.c
36
s32_t s32;
tests/usr.bin/xlint/lint1/msg_132.c
365
u32 = s32 + 0x80000000;
tests/usr.bin/xlint/lint1/msg_132.c
394
u16 = s32 % 0x00010000 + 0x7fff0000 + -0x7fff0000;
tests/usr.bin/xlint/lint1/msg_132.c
413
s32 = ((s64 & 0xffffffff) ^ 0x80000000) - 0x80000000;
tests/usr.bin/xlint/lint1/msg_132.c
423
u32 = s32 - -0x80000000;
tests/usr.bin/xlint/lint1/msg_132.c
502
s32 = (u32 ^ 0x80000000) - 0x80000000;
tests/usr.bin/xlint/lint1/msg_132.c
596
int s32:15;
tests/usr.bin/xlint/lint1/msg_132.c
607
b = s.s32 == 0;
tests/usr.bin/xlint/lint1/msg_132.c
638
s32 = 8 - bits.u3;
tests/usr.bin/xlint/lint1/msg_132.c
666
s32 = strlen("");
tests/usr.bin/xlint/lint1/msg_132.c
667
s32 = strcspn("", "");
tests/usr.bin/xlint/lint1/msg_132.c
668
s32 = strspn("", "");
tests/usr.bin/xlint/lint1/msg_132.c
669
s32 = strlcpy(buf128, "", sizeof(buf128));
tests/usr.bin/xlint/lint1/msg_132.c
670
s32 = strlcat(buf128, "", sizeof(buf128));
tests/usr.bin/xlint/lint1/msg_141.c
11
signed int s32;
tests/usr.bin/xlint/lint1/msg_141.c
132
s32 = -0x00010000 * +0x00010000; // -0x0100000000
tests/usr.bin/xlint/lint1/msg_141.c
134
s32 = -0x00000003 * +0x2aaaaaab; // -0x80000001
tests/usr.bin/xlint/lint1/msg_141.c
136
s32 = +0x2aaaaaab * -0x00000003; // -0x80000001
tests/usr.bin/xlint/lint1/msg_141.c
137
s32 = -0x00000008 * +0x10000000; // -0x80000000
tests/usr.bin/xlint/lint1/msg_141.c
138
s32 = +0x10000000 * -0x00000008; // -0x80000000
tests/usr.bin/xlint/lint1/msg_141.c
139
s32 = +0x00000002 * +0x3fffffff; // +0x7ffffffe
tests/usr.bin/xlint/lint1/msg_141.c
140
s32 = +0x3fffffff * +0x00000002; // +0x7ffffffe
tests/usr.bin/xlint/lint1/msg_141.c
141
s32 = +0x7fffffff * +0x00000001; // +0x7fffffff
tests/usr.bin/xlint/lint1/msg_141.c
142
s32 = +0x00000001 * +0x7fffffff; // +0x7fffffff
tests/usr.bin/xlint/lint1/msg_141.c
144
s32 = +0x00000002 * +0x40000000; // +0x80000000
tests/usr.bin/xlint/lint1/msg_141.c
146
s32 = +0x40000000 * +0x00000002; // +0x80000000
tests/usr.bin/xlint/lint1/msg_141.c
148
s32 = +0x0000ffff * +0x00010001; // +0xffffffff
tests/usr.bin/xlint/lint1/msg_141.c
150
s32 = +0x00010000 * +0x00010000; // +0x0100000000
tests/usr.bin/xlint/lint1/msg_141.c
199
s32 = (-0x7fffffff - 1) / -1;
tests/usr.bin/xlint/lint1/msg_141.c
20
s32 = ~(-0x7fffffff - 1);
tests/usr.bin/xlint/lint1/msg_141.c
200
s32 = (-0x7fffffff - 1) / 1;
tests/usr.bin/xlint/lint1/msg_141.c
201
s32 = 0x7fffffff / -1;
tests/usr.bin/xlint/lint1/msg_141.c
203
s32 = 0 / 0;
tests/usr.bin/xlint/lint1/msg_141.c
205
s32 = 0x7fffffff / 0;
tests/usr.bin/xlint/lint1/msg_141.c
21
s32 = ~-1;
tests/usr.bin/xlint/lint1/msg_141.c
22
s32 = ~0;
tests/usr.bin/xlint/lint1/msg_141.c
23
s32 = ~1;
tests/usr.bin/xlint/lint1/msg_141.c
24
s32 = ~0x7fffffff;
tests/usr.bin/xlint/lint1/msg_141.c
249
s32 = -1 % (-0x7fffffff - 1);
tests/usr.bin/xlint/lint1/msg_141.c
250
s32 = -1 % 0x7fffffff;
tests/usr.bin/xlint/lint1/msg_141.c
252
s32 = (-0x7fffffff - 1) % -1;
tests/usr.bin/xlint/lint1/msg_141.c
253
s32 = 0x7fffffff % -1;
tests/usr.bin/xlint/lint1/msg_141.c
292
s32 = -0x7fffffff + -0x7fffffff;
tests/usr.bin/xlint/lint1/msg_141.c
294
s32 = -0x7fffffff + -2; // INT_MIN - 1
tests/usr.bin/xlint/lint1/msg_141.c
296
s32 = -2 + -0x7fffffff; // INT_MIN - 1
tests/usr.bin/xlint/lint1/msg_141.c
297
s32 = -0x7fffffff + -1; // INT_MIN
tests/usr.bin/xlint/lint1/msg_141.c
298
s32 = -1 + -0x7fffffff; // INT_MIN
tests/usr.bin/xlint/lint1/msg_141.c
299
s32 = -0x7fffffff + 0; // INT_MIN + 1
tests/usr.bin/xlint/lint1/msg_141.c
300
s32 = 0 + -0x7fffffff; // INT_MIN + 1
tests/usr.bin/xlint/lint1/msg_141.c
301
s32 = (-0x7fffffff - 1) + 0x7fffffff; // -1
tests/usr.bin/xlint/lint1/msg_141.c
302
s32 = 0x7fffffff + (-0x7fffffff - 1); // -1
tests/usr.bin/xlint/lint1/msg_141.c
303
s32 = 0x7ffffffe + 1; // INT_MAX
tests/usr.bin/xlint/lint1/msg_141.c
304
s32 = 1 + 0x7ffffffe; // INT_MAX
tests/usr.bin/xlint/lint1/msg_141.c
305
s32 = 0x7fffffff + 0; // INT_MAX
tests/usr.bin/xlint/lint1/msg_141.c
306
s32 = 0 + 0x7fffffff; // INT_MAX
tests/usr.bin/xlint/lint1/msg_141.c
308
s32 = 0x7fffffff + 1; // INT_MAX + 1
tests/usr.bin/xlint/lint1/msg_141.c
310
s32 = 1 + 0x7fffffff; // INT_MAX + 1
tests/usr.bin/xlint/lint1/msg_141.c
312
s32 = 0x40000000 + 0x40000000; // INT_MAX + 1
tests/usr.bin/xlint/lint1/msg_141.c
314
s32 = 0x7fffffff + 0x7fffffff;
tests/usr.bin/xlint/lint1/msg_141.c
363
s32 = -0x7fffffff - 2;
tests/usr.bin/xlint/lint1/msg_141.c
364
s32 = -0x7fffffff - 1;
tests/usr.bin/xlint/lint1/msg_141.c
365
s32 = -0x7fffffff - 1 - 0;
tests/usr.bin/xlint/lint1/msg_141.c
366
s32 = -0x7fffffff - 1 - -1;
tests/usr.bin/xlint/lint1/msg_141.c
367
s32 = 0x7fffffff - 0x7fffffff;
tests/usr.bin/xlint/lint1/msg_141.c
368
s32 = 0x7fffffff - 1;
tests/usr.bin/xlint/lint1/msg_141.c
369
s32 = 0x7fffffff - 0;
tests/usr.bin/xlint/lint1/msg_141.c
371
s32 = 0x7fffffff - -1;
tests/usr.bin/xlint/lint1/msg_141.c
426
s32 = 0x0100 << 23;
tests/usr.bin/xlint/lint1/msg_141.c
428
s32 = 0x0100 << 24;
tests/usr.bin/xlint/lint1/msg_141.c
430
s32 = 0 << 0xffffffffffffffff;
tests/usr.bin/xlint/lint1/msg_141.c
470
s32 = -0x7fffffff >> 1;
tests/usr.bin/xlint/lint1/msg_141.c
471
s32 = -10 >> 1;
tests/usr.bin/xlint/lint1/msg_141.c
472
s32 = -9 >> 1;
tests/usr.bin/xlint/lint1/msg_141.c
473
s32 = +9 >> 1;
tests/usr.bin/xlint/lint1/msg_141.c
474
s32 = +10 >> 1;
tests/usr.bin/xlint/lint1/msg_141.c
475
s32 = 0x7fffffff >> 1;
tests/usr.bin/xlint/lint1/msg_141.c
564
s32 = 0x55555555 & -0xff;
tests/usr.bin/xlint/lint1/msg_141.c
57
s32 = +(-0x7fffffff - 1);
tests/usr.bin/xlint/lint1/msg_141.c
58
s32 = +-1;
tests/usr.bin/xlint/lint1/msg_141.c
589
s32 = 0x12345678 ^ 0x76543210;
tests/usr.bin/xlint/lint1/msg_141.c
59
s32 = +0;
tests/usr.bin/xlint/lint1/msg_141.c
60
s32 = +0x7fffffff;
tests/usr.bin/xlint/lint1/msg_141.c
614
s32 = 0x3333cccc | 0x5555aaaa;
tests/usr.bin/xlint/lint1/msg_141.c
94
s32 = -(-0x7fffffff - 1);
tests/usr.bin/xlint/lint1/msg_141.c
95
s32 = - -1;
tests/usr.bin/xlint/lint1/msg_141.c
96
s32 = -0;
tests/usr.bin/xlint/lint1/msg_141.c
97
s32 = -0x7fffffff;
tests/usr.bin/xlint/lint1/msg_218.c
10
signed int s32;
tests/usr.bin/xlint/lint1/msg_218.c
38
cond = s32 < 3000000000L;
tests/usr.bin/xlint/lint1/msg_218.c
41
cond = 3000000000L < s32;
tests/usr.bin/xlint/lint1/msg_381.c
17
s32 = -2147483649.0;
tests/usr.bin/xlint/lint1/msg_381.c
18
s32 = -2147483648.0;
tests/usr.bin/xlint/lint1/msg_381.c
20
s32 = 3.141;
tests/usr.bin/xlint/lint1/msg_381.c
21
s32 = 2147483647.0;
tests/usr.bin/xlint/lint1/msg_381.c
23
s32 = 2147483648.0;
tests/usr.bin/xlint/lint1/msg_381.c
73
s32 = (int)3.5;
tests/usr.bin/xlint/lint1/msg_381.c
8
int s32;
tests/usr.bin/xlint/lint1/platform_ilp32_int.c
12
int s32;
tests/usr.bin/xlint/lint1/platform_ilp32_int.c
25
s32 = sl32;
tests/usr.bin/xlint/lint1/platform_ilp32_int.c
26
sl32 = s32;
tests/usr.bin/xlint/lint1/platform_ilp32_long.c
16
int s32;
tests/usr.bin/xlint/lint1/platform_ilp32_long.c
34
s32 = sl32;
tests/usr.bin/xlint/lint1/platform_ilp32_long.c
35
sl32 = s32;
tests/usr.bin/xlint/lint1/platform_lp64.c
12
int s32;
tests/usr.bin/xlint/lint1/platform_lp64.c
23
s32 = sl32;
tests/usr.bin/xlint/lint1/platform_lp64.c
24
sl32 = s32;
tests/usr.bin/xlint/lint1/platform_lp64.c
43
s32 = s128;
tests/usr.bin/xlint/lint1/queries.c
126
u32 = u32 & s32;
tests/usr.bin/xlint/lint1/queries.c
132
u32 &= s32;
tests/usr.bin/xlint/lint1/queries.c
508
f32 = s32;
tests/usr.bin/xlint/lint1/queries.c
51
s32_t s32;
tests/usr.bin/xlint/lint1/queries.c
512
f64 = s32;
tests/usr.bin/xlint/lint1/queries.c
589
s32 = -s32;
tests/usr.bin/xlint/lint1/queries.c
62
int s32:32;