crypto/openssh/moduli.c
187
sieve_large(u_int32_t s32)
crypto/openssh/moduli.c
189
u_int64_t r, u, s = s32;
crypto/openssh/moduli.c
191
debug3("sieve_large %u", s32);
crypto/openssh/moduli.c
194
r = BN_mod_word(largebase, s32);
sys/compat/freebsd32/freebsd32_misc.c
1789
struct timeval32 s32[2];
sys/compat/freebsd32/freebsd32_misc.c
1794
error = copyin(uap->tptr, s32, sizeof(s32));
sys/compat/freebsd32/freebsd32_misc.c
1797
CP(s32[0], s[0], tv_sec);
sys/compat/freebsd32/freebsd32_misc.c
1798
CP(s32[0], s[0], tv_usec);
sys/compat/freebsd32/freebsd32_misc.c
1799
CP(s32[1], s[1], tv_sec);
sys/compat/freebsd32/freebsd32_misc.c
1800
CP(s32[1], s[1], tv_usec);
sys/compat/freebsd32/freebsd32_misc.c
1811
struct timeval32 s32[2];
sys/compat/freebsd32/freebsd32_misc.c
1816
error = copyin(uap->tptr, s32, sizeof(s32));
sys/compat/freebsd32/freebsd32_misc.c
1819
CP(s32[0], s[0], tv_sec);
sys/compat/freebsd32/freebsd32_misc.c
1820
CP(s32[0], s[0], tv_usec);
sys/compat/freebsd32/freebsd32_misc.c
1821
CP(s32[1], s[1], tv_sec);
sys/compat/freebsd32/freebsd32_misc.c
1822
CP(s32[1], s[1], tv_usec);
sys/compat/freebsd32/freebsd32_misc.c
1832
struct timeval32 s32[2];
sys/compat/freebsd32/freebsd32_misc.c
1837
error = copyin(uap->tptr, s32, sizeof(s32));
sys/compat/freebsd32/freebsd32_misc.c
1840
CP(s32[0], s[0], tv_sec);
sys/compat/freebsd32/freebsd32_misc.c
1841
CP(s32[0], s[0], tv_usec);
sys/compat/freebsd32/freebsd32_misc.c
1842
CP(s32[1], s[1], tv_sec);
sys/compat/freebsd32/freebsd32_misc.c
1843
CP(s32[1], s[1], tv_usec);
sys/compat/freebsd32/freebsd32_misc.c
1853
struct timeval32 s32[2];
sys/compat/freebsd32/freebsd32_misc.c
1858
error = copyin(uap->times, s32, sizeof(s32));
sys/compat/freebsd32/freebsd32_misc.c
1861
CP(s32[0], s[0], tv_sec);
sys/compat/freebsd32/freebsd32_misc.c
1862
CP(s32[0], s[0], tv_usec);
sys/compat/freebsd32/freebsd32_misc.c
1863
CP(s32[1], s[1], tv_sec);
sys/compat/freebsd32/freebsd32_misc.c
1864
CP(s32[1], s[1], tv_usec);
sys/compat/freebsd32/freebsd32_misc.c
1944
struct ostatfs32 s32;
sys/compat/freebsd32/freebsd32_misc.c
1951
copy_statfs(sp, &s32);
sys/compat/freebsd32/freebsd32_misc.c
1952
error = copyout(&s32, uap->buf, sizeof(s32));
sys/compat/freebsd32/freebsd32_misc.c
1963
struct ostatfs32 s32;
sys/compat/freebsd32/freebsd32_misc.c
1970
copy_statfs(sp, &s32);
sys/compat/freebsd32/freebsd32_misc.c
1971
error = copyout(&s32, uap->buf, sizeof(s32));
sys/compat/freebsd32/freebsd32_misc.c
1982
struct ostatfs32 s32;
sys/compat/freebsd32/freebsd32_misc.c
1992
copy_statfs(sp, &s32);
sys/compat/freebsd32/freebsd32_misc.c
1993
error = copyout(&s32, uap->buf, sizeof(s32));
sys/compat/freebsd32/freebsd32_misc.c
203
freebsd32_rusage_out(const struct rusage *s, struct rusage32 *s32)
sys/compat/freebsd32/freebsd32_misc.c
206
bzero(s32, sizeof(*s32));
sys/compat/freebsd32/freebsd32_misc.c
207
TV_CP(*s, *s32, ru_utime);
sys/compat/freebsd32/freebsd32_misc.c
208
TV_CP(*s, *s32, ru_stime);
sys/compat/freebsd32/freebsd32_misc.c
209
CP(*s, *s32, ru_maxrss);
sys/compat/freebsd32/freebsd32_misc.c
210
CP(*s, *s32, ru_ixrss);
sys/compat/freebsd32/freebsd32_misc.c
211
CP(*s, *s32, ru_idrss);
sys/compat/freebsd32/freebsd32_misc.c
212
CP(*s, *s32, ru_isrss);
sys/compat/freebsd32/freebsd32_misc.c
213
CP(*s, *s32, ru_minflt);
sys/compat/freebsd32/freebsd32_misc.c
214
CP(*s, *s32, ru_majflt);
sys/compat/freebsd32/freebsd32_misc.c
215
CP(*s, *s32, ru_nswap);
sys/compat/freebsd32/freebsd32_misc.c
216
CP(*s, *s32, ru_inblock);
sys/compat/freebsd32/freebsd32_misc.c
217
CP(*s, *s32, ru_oublock);
sys/compat/freebsd32/freebsd32_misc.c
218
CP(*s, *s32, ru_msgsnd);
sys/compat/freebsd32/freebsd32_misc.c
219
CP(*s, *s32, ru_msgrcv);
sys/compat/freebsd32/freebsd32_misc.c
220
CP(*s, *s32, ru_nsignals);
sys/compat/freebsd32/freebsd32_misc.c
221
CP(*s, *s32, ru_nvcsw);
sys/compat/freebsd32/freebsd32_misc.c
222
CP(*s, *s32, ru_nivcsw);
sys/compat/freebsd32/freebsd32_misc.c
2857
struct sigaction32 s32;
sys/compat/freebsd32/freebsd32_misc.c
2862
error = copyin(uap->act, &s32, sizeof(s32));
sys/compat/freebsd32/freebsd32_misc.c
2865
sa.sa_handler = PTRIN(s32.sa_u);
sys/compat/freebsd32/freebsd32_misc.c
2866
CP(s32, sa, sa_flags);
sys/compat/freebsd32/freebsd32_misc.c
2867
CP(s32, sa, sa_mask);
sys/compat/freebsd32/freebsd32_misc.c
2873
s32.sa_u = PTROUT(osa.sa_handler);
sys/compat/freebsd32/freebsd32_misc.c
2874
CP(osa, s32, sa_flags);
sys/compat/freebsd32/freebsd32_misc.c
2875
CP(osa, s32, sa_mask);
sys/compat/freebsd32/freebsd32_misc.c
2876
error = copyout(&s32, uap->oact, sizeof(s32));
sys/compat/freebsd32/freebsd32_misc.c
2886
struct sigaction32 s32;
sys/compat/freebsd32/freebsd32_misc.c
2891
error = copyin(uap->act, &s32, sizeof(s32));
sys/compat/freebsd32/freebsd32_misc.c
2894
sa.sa_handler = PTRIN(s32.sa_u);
sys/compat/freebsd32/freebsd32_misc.c
2895
CP(s32, sa, sa_flags);
sys/compat/freebsd32/freebsd32_misc.c
2896
CP(s32, sa, sa_mask);
sys/compat/freebsd32/freebsd32_misc.c
2902
s32.sa_u = PTROUT(osa.sa_handler);
sys/compat/freebsd32/freebsd32_misc.c
2903
CP(osa, s32, sa_flags);
sys/compat/freebsd32/freebsd32_misc.c
2904
CP(osa, s32, sa_mask);
sys/compat/freebsd32/freebsd32_misc.c
2905
error = copyout(&s32, uap->oact, sizeof(s32));
sys/compat/freebsd32/freebsd32_misc.c
2924
struct osigaction32 s32;
sys/compat/freebsd32/freebsd32_misc.c
2932
error = copyin(uap->nsa, &s32, sizeof(s32));
sys/compat/freebsd32/freebsd32_misc.c
2935
sa.sa_handler = PTRIN(s32.sa_u);
sys/compat/freebsd32/freebsd32_misc.c
2936
CP(s32, sa, sa_flags);
sys/compat/freebsd32/freebsd32_misc.c
2937
OSIG2SIG(s32.sa_mask, sa.sa_mask);
sys/compat/freebsd32/freebsd32_misc.c
2943
s32.sa_u = PTROUT(osa.sa_handler);
sys/compat/freebsd32/freebsd32_misc.c
2944
CP(osa, s32, sa_flags);
sys/compat/freebsd32/freebsd32_misc.c
2945
SIG2OSIG(osa.sa_mask, s32.sa_mask);
sys/compat/freebsd32/freebsd32_misc.c
2946
error = copyout(&s32, uap->osa, sizeof(s32));
sys/compat/freebsd32/freebsd32_misc.c
3000
struct sigstack32 s32;
sys/compat/freebsd32/freebsd32_misc.c
3005
error = copyin(uap->nss, &s32, sizeof(s32));
sys/compat/freebsd32/freebsd32_misc.c
3008
nss.ss_sp = PTRIN(s32.ss_sp);
sys/compat/freebsd32/freebsd32_misc.c
3009
CP(s32, nss, ss_onstack);
sys/compat/freebsd32/freebsd32_misc.c
3023
s32.ss_sp = PTROUT(oss.ss_sp);
sys/compat/freebsd32/freebsd32_misc.c
3024
CP(oss, s32, ss_onstack);
sys/compat/freebsd32/freebsd32_misc.c
3025
error = copyout(&s32, uap->oss, sizeof(s32));
sys/compat/freebsd32/freebsd32_misc.c
3591
struct yyy32 *p32, s32;
sys/compat/freebsd32/freebsd32_misc.c
3597
error = copyin(uap->zzz, &s32, sizeof(s32));
sys/compat/freebsd32/freebsd32_misc.c
3608
error = copyout(&s32, p32, sizeof(s32));
sys/compat/freebsd32/freebsd32_misc.c
406
struct sigaltstack32 s32;
sys/compat/freebsd32/freebsd32_misc.c
411
error = copyin(uap->ss, &s32, sizeof(s32));
sys/compat/freebsd32/freebsd32_misc.c
414
PTRIN_CP(s32, ss, ss_sp);
sys/compat/freebsd32/freebsd32_misc.c
415
CP(s32, ss, ss_size);
sys/compat/freebsd32/freebsd32_misc.c
416
CP(s32, ss, ss_flags);
sys/compat/freebsd32/freebsd32_misc.c
422
PTROUT_CP(oss, s32, ss_sp);
sys/compat/freebsd32/freebsd32_misc.c
423
CP(oss, s32, ss_size);
sys/compat/freebsd32/freebsd32_misc.c
424
CP(oss, s32, ss_flags);
sys/compat/freebsd32/freebsd32_misc.c
425
error = copyout(&s32, uap->oss, sizeof(s32));
sys/compat/freebsd32/freebsd32_misc.c
971
struct rusage32 s32;
sys/compat/freebsd32/freebsd32_misc.c
977
freebsd32_rusage_out(&s, &s32);
sys/compat/freebsd32/freebsd32_misc.c
978
error = copyout(&s32, uap->rusage, sizeof(s32));
sys/compat/freebsd32/freebsd32_util.h
119
void freebsd32_rusage_out(const struct rusage *s, struct rusage32 *s32);
sys/compat/linuxkpi/common/include/linux/platform_data/brcmfmac.h
115
s32 rev;
sys/dev/axgbe/xgbe-ptp.c
131
static int xgbe_adjfreq(struct ptp_clock_info *info, s32 delta)
sys/dev/drm2/drm_ioc32.c
263
drm_stats32_t *s32 = data;
sys/dev/drm2/drm_ioc32.c
271
s32->count = stats.count;
sys/dev/drm2/drm_ioc32.c
273
s32->data[i].value = stats.data[i].value;
sys/dev/drm2/drm_ioc32.c
274
s32->data[i].type = stats.data[i].type;
sys/dev/drm2/drm_ioc32.c
731
s32 tval_sec;
sys/dev/drm2/drm_ioc32.c
732
s32 tval_usec;
sys/dev/e1000/e1000_80003es2lan.c
1116
static s32 e1000_setup_copper_link_80003es2lan(struct e1000_hw *hw)
sys/dev/e1000/e1000_80003es2lan.c
1119
s32 ret_val;
sys/dev/e1000/e1000_80003es2lan.c
1174
static s32 e1000_cfg_on_link_up_80003es2lan(struct e1000_hw *hw)
sys/dev/e1000/e1000_80003es2lan.c
1176
s32 ret_val = E1000_SUCCESS;
sys/dev/e1000/e1000_80003es2lan.c
1205
static s32 e1000_cfg_kmrn_10_100_80003es2lan(struct e1000_hw *hw, u16 duplex)
sys/dev/e1000/e1000_80003es2lan.c
1207
s32 ret_val;
sys/dev/e1000/e1000_80003es2lan.c
1256
static s32 e1000_cfg_kmrn_1000_80003es2lan(struct e1000_hw *hw)
sys/dev/e1000/e1000_80003es2lan.c
1258
s32 ret_val;
sys/dev/e1000/e1000_80003es2lan.c
1307
static s32 e1000_read_kmrn_reg_80003es2lan(struct e1000_hw *hw, u32 offset,
sys/dev/e1000/e1000_80003es2lan.c
1311
s32 ret_val;
sys/dev/e1000/e1000_80003es2lan.c
1344
static s32 e1000_write_kmrn_reg_80003es2lan(struct e1000_hw *hw, u32 offset,
sys/dev/e1000/e1000_80003es2lan.c
1348
s32 ret_val;
sys/dev/e1000/e1000_80003es2lan.c
1372
static s32 e1000_read_mac_addr_80003es2lan(struct e1000_hw *hw)
sys/dev/e1000/e1000_80003es2lan.c
1374
s32 ret_val;
sys/dev/e1000/e1000_80003es2lan.c
138
static s32 e1000_init_nvm_params_80003es2lan(struct e1000_hw *hw)
sys/dev/e1000/e1000_80003es2lan.c
194
static s32 e1000_init_mac_params_80003es2lan(struct e1000_hw *hw)
sys/dev/e1000/e1000_80003es2lan.c
293
static s32 e1000_acquire_phy_80003es2lan(struct e1000_hw *hw)
sys/dev/e1000/e1000_80003es2lan.c
326
static s32 e1000_acquire_mac_csr_80003es2lan(struct e1000_hw *hw)
sys/dev/e1000/e1000_80003es2lan.c
360
static s32 e1000_acquire_nvm_80003es2lan(struct e1000_hw *hw)
sys/dev/e1000/e1000_80003es2lan.c
362
s32 ret_val;
sys/dev/e1000/e1000_80003es2lan.c
400
static s32 e1000_read_phy_reg_gg82563_80003es2lan(struct e1000_hw *hw,
sys/dev/e1000/e1000_80003es2lan.c
403
s32 ret_val;
sys/dev/e1000/e1000_80003es2lan.c
41
static s32 e1000_acquire_phy_80003es2lan(struct e1000_hw *hw);
sys/dev/e1000/e1000_80003es2lan.c
43
static s32 e1000_acquire_nvm_80003es2lan(struct e1000_hw *hw);
sys/dev/e1000/e1000_80003es2lan.c
45
static s32 e1000_read_phy_reg_gg82563_80003es2lan(struct e1000_hw *hw,
sys/dev/e1000/e1000_80003es2lan.c
471
static s32 e1000_write_phy_reg_gg82563_80003es2lan(struct e1000_hw *hw,
sys/dev/e1000/e1000_80003es2lan.c
474
s32 ret_val;
sys/dev/e1000/e1000_80003es2lan.c
48
static s32 e1000_write_phy_reg_gg82563_80003es2lan(struct e1000_hw *hw,
sys/dev/e1000/e1000_80003es2lan.c
51
static s32 e1000_write_nvm_80003es2lan(struct e1000_hw *hw, u16 offset,
sys/dev/e1000/e1000_80003es2lan.c
53
static s32 e1000_get_cfg_done_80003es2lan(struct e1000_hw *hw);
sys/dev/e1000/e1000_80003es2lan.c
54
static s32 e1000_phy_force_speed_duplex_80003es2lan(struct e1000_hw *hw);
sys/dev/e1000/e1000_80003es2lan.c
543
static s32 e1000_write_nvm_80003es2lan(struct e1000_hw *hw, u16 offset,
sys/dev/e1000/e1000_80003es2lan.c
55
static s32 e1000_get_cable_length_80003es2lan(struct e1000_hw *hw);
sys/dev/e1000/e1000_80003es2lan.c
558
static s32 e1000_get_cfg_done_80003es2lan(struct e1000_hw *hw)
sys/dev/e1000/e1000_80003es2lan.c
56
static s32 e1000_get_link_up_info_80003es2lan(struct e1000_hw *hw, u16 *speed,
sys/dev/e1000/e1000_80003es2lan.c
560
s32 timeout = PHY_CFG_TIMEOUT;
sys/dev/e1000/e1000_80003es2lan.c
58
static s32 e1000_reset_hw_80003es2lan(struct e1000_hw *hw);
sys/dev/e1000/e1000_80003es2lan.c
589
static s32 e1000_phy_force_speed_duplex_80003es2lan(struct e1000_hw *hw)
sys/dev/e1000/e1000_80003es2lan.c
59
static s32 e1000_init_hw_80003es2lan(struct e1000_hw *hw);
sys/dev/e1000/e1000_80003es2lan.c
591
s32 ret_val;
sys/dev/e1000/e1000_80003es2lan.c
60
static s32 e1000_setup_copper_link_80003es2lan(struct e1000_hw *hw);
sys/dev/e1000/e1000_80003es2lan.c
62
static s32 e1000_cfg_kmrn_10_100_80003es2lan(struct e1000_hw *hw, u16 duplex);
sys/dev/e1000/e1000_80003es2lan.c
63
static s32 e1000_cfg_kmrn_1000_80003es2lan(struct e1000_hw *hw);
sys/dev/e1000/e1000_80003es2lan.c
64
static s32 e1000_cfg_on_link_up_80003es2lan(struct e1000_hw *hw);
sys/dev/e1000/e1000_80003es2lan.c
65
static s32 e1000_read_kmrn_reg_80003es2lan(struct e1000_hw *hw, u32 offset,
sys/dev/e1000/e1000_80003es2lan.c
67
static s32 e1000_write_kmrn_reg_80003es2lan(struct e1000_hw *hw, u32 offset,
sys/dev/e1000/e1000_80003es2lan.c
684
static s32 e1000_get_cable_length_80003es2lan(struct e1000_hw *hw)
sys/dev/e1000/e1000_80003es2lan.c
687
s32 ret_val;
sys/dev/e1000/e1000_80003es2lan.c
70
static s32 e1000_read_mac_addr_80003es2lan(struct e1000_hw *hw);
sys/dev/e1000/e1000_80003es2lan.c
720
static s32 e1000_get_link_up_info_80003es2lan(struct e1000_hw *hw, u16 *speed,
sys/dev/e1000/e1000_80003es2lan.c
723
s32 ret_val;
sys/dev/e1000/e1000_80003es2lan.c
746
static s32 e1000_reset_hw_80003es2lan(struct e1000_hw *hw)
sys/dev/e1000/e1000_80003es2lan.c
749
s32 ret_val;
sys/dev/e1000/e1000_80003es2lan.c
811
static s32 e1000_init_hw_80003es2lan(struct e1000_hw *hw)
sys/dev/e1000/e1000_80003es2lan.c
815
s32 ret_val;
sys/dev/e1000/e1000_80003es2lan.c
87
static s32 e1000_init_phy_params_80003es2lan(struct e1000_hw *hw)
sys/dev/e1000/e1000_80003es2lan.c
90
s32 ret_val;
sys/dev/e1000/e1000_80003es2lan.c
968
static s32 e1000_copper_link_setup_gg82563_80003es2lan(struct e1000_hw *hw)
sys/dev/e1000/e1000_80003es2lan.c
971
s32 ret_val;
sys/dev/e1000/e1000_82540.c
117
static s32 e1000_init_nvm_params_82540(struct e1000_hw *hw)
sys/dev/e1000/e1000_82540.c
158
static s32 e1000_init_mac_params_82540(struct e1000_hw *hw)
sys/dev/e1000/e1000_82540.c
161
s32 ret_val = E1000_SUCCESS;
sys/dev/e1000/e1000_82540.c
270
static s32 e1000_reset_hw_82540(struct e1000_hw *hw)
sys/dev/e1000/e1000_82540.c
273
s32 ret_val = E1000_SUCCESS;
sys/dev/e1000/e1000_82540.c
328
static s32 e1000_init_hw_82540(struct e1000_hw *hw)
sys/dev/e1000/e1000_82540.c
332
s32 ret_val;
sys/dev/e1000/e1000_82540.c
411
static s32 e1000_setup_copper_link_82540(struct e1000_hw *hw)
sys/dev/e1000/e1000_82540.c
414
s32 ret_val;
sys/dev/e1000/e1000_82540.c
460
static s32 e1000_setup_fiber_serdes_link_82540(struct e1000_hw *hw)
sys/dev/e1000/e1000_82540.c
463
s32 ret_val = E1000_SUCCESS;
sys/dev/e1000/e1000_82540.c
48
static s32 e1000_init_phy_params_82540(struct e1000_hw *hw);
sys/dev/e1000/e1000_82540.c
49
static s32 e1000_init_nvm_params_82540(struct e1000_hw *hw);
sys/dev/e1000/e1000_82540.c
499
static s32 e1000_adjust_serdes_amplitude_82540(struct e1000_hw *hw)
sys/dev/e1000/e1000_82540.c
50
static s32 e1000_init_mac_params_82540(struct e1000_hw *hw);
sys/dev/e1000/e1000_82540.c
501
s32 ret_val;
sys/dev/e1000/e1000_82540.c
51
static s32 e1000_adjust_serdes_amplitude_82540(struct e1000_hw *hw);
sys/dev/e1000/e1000_82540.c
529
static s32 e1000_set_vco_speed_82540(struct e1000_hw *hw)
sys/dev/e1000/e1000_82540.c
53
static s32 e1000_init_hw_82540(struct e1000_hw *hw);
sys/dev/e1000/e1000_82540.c
531
s32 ret_val;
sys/dev/e1000/e1000_82540.c
54
static s32 e1000_reset_hw_82540(struct e1000_hw *hw);
sys/dev/e1000/e1000_82540.c
55
static s32 e1000_set_phy_mode_82540(struct e1000_hw *hw);
sys/dev/e1000/e1000_82540.c
56
static s32 e1000_set_vco_speed_82540(struct e1000_hw *hw);
sys/dev/e1000/e1000_82540.c
57
static s32 e1000_setup_copper_link_82540(struct e1000_hw *hw);
sys/dev/e1000/e1000_82540.c
58
static s32 e1000_setup_fiber_serdes_link_82540(struct e1000_hw *hw);
sys/dev/e1000/e1000_82540.c
588
static s32 e1000_set_phy_mode_82540(struct e1000_hw *hw)
sys/dev/e1000/e1000_82540.c
590
s32 ret_val = E1000_SUCCESS;
sys/dev/e1000/e1000_82540.c
60
static s32 e1000_read_mac_addr_82540(struct e1000_hw *hw);
sys/dev/e1000/e1000_82540.c
66
static s32 e1000_init_phy_params_82540(struct e1000_hw *hw)
sys/dev/e1000/e1000_82540.c
69
s32 ret_val;
sys/dev/e1000/e1000_82540.c
691
s32 e1000_read_mac_addr_82540(struct e1000_hw *hw)
sys/dev/e1000/e1000_82540.c
693
s32 ret_val = E1000_SUCCESS;
sys/dev/e1000/e1000_82541.c
1036
static s32 e1000_setup_led_82541(struct e1000_hw *hw)
sys/dev/e1000/e1000_82541.c
1039
s32 ret_val;
sys/dev/e1000/e1000_82541.c
1067
static s32 e1000_cleanup_led_82541(struct e1000_hw *hw)
sys/dev/e1000/e1000_82541.c
1070
s32 ret_val;
sys/dev/e1000/e1000_82541.c
1091
static s32 e1000_phy_init_script_82541(struct e1000_hw *hw)
sys/dev/e1000/e1000_82541.c
128
static s32 e1000_init_nvm_params_82541(struct e1000_hw *hw)
sys/dev/e1000/e1000_82541.c
1280
static s32 e1000_read_mac_addr_82541(struct e1000_hw *hw)
sys/dev/e1000/e1000_82541.c
1282
s32 ret_val = E1000_SUCCESS;
sys/dev/e1000/e1000_82541.c
131
s32 ret_val = E1000_SUCCESS;
sys/dev/e1000/e1000_82541.c
219
static s32 e1000_init_mac_params_82541(struct e1000_hw *hw)
sys/dev/e1000/e1000_82541.c
296
static s32 e1000_reset_hw_82541(struct e1000_hw *hw)
sys/dev/e1000/e1000_82541.c
374
static s32 e1000_init_hw_82541(struct e1000_hw *hw)
sys/dev/e1000/e1000_82541.c
379
s32 ret_val;
sys/dev/e1000/e1000_82541.c
444
static s32 e1000_get_link_up_info_82541(struct e1000_hw *hw, u16 *speed,
sys/dev/e1000/e1000_82541.c
448
s32 ret_val;
sys/dev/e1000/e1000_82541.c
46
static s32 e1000_init_phy_params_82541(struct e1000_hw *hw);
sys/dev/e1000/e1000_82541.c
47
static s32 e1000_init_nvm_params_82541(struct e1000_hw *hw);
sys/dev/e1000/e1000_82541.c
48
static s32 e1000_init_mac_params_82541(struct e1000_hw *hw);
sys/dev/e1000/e1000_82541.c
49
static s32 e1000_reset_hw_82541(struct e1000_hw *hw);
sys/dev/e1000/e1000_82541.c
499
static s32 e1000_phy_hw_reset_82541(struct e1000_hw *hw)
sys/dev/e1000/e1000_82541.c
50
static s32 e1000_init_hw_82541(struct e1000_hw *hw);
sys/dev/e1000/e1000_82541.c
501
s32 ret_val;
sys/dev/e1000/e1000_82541.c
51
static s32 e1000_get_link_up_info_82541(struct e1000_hw *hw, u16 *speed,
sys/dev/e1000/e1000_82541.c
53
static s32 e1000_phy_hw_reset_82541(struct e1000_hw *hw);
sys/dev/e1000/e1000_82541.c
533
static s32 e1000_setup_copper_link_82541(struct e1000_hw *hw)
sys/dev/e1000/e1000_82541.c
537
s32 ret_val;
sys/dev/e1000/e1000_82541.c
54
static s32 e1000_setup_copper_link_82541(struct e1000_hw *hw);
sys/dev/e1000/e1000_82541.c
55
static s32 e1000_check_for_link_82541(struct e1000_hw *hw);
sys/dev/e1000/e1000_82541.c
56
static s32 e1000_get_cable_length_igp_82541(struct e1000_hw *hw);
sys/dev/e1000/e1000_82541.c
57
static s32 e1000_set_d3_lplu_state_82541(struct e1000_hw *hw,
sys/dev/e1000/e1000_82541.c
584
static s32 e1000_check_for_link_82541(struct e1000_hw *hw)
sys/dev/e1000/e1000_82541.c
587
s32 ret_val;
sys/dev/e1000/e1000_82541.c
59
static s32 e1000_setup_led_82541(struct e1000_hw *hw);
sys/dev/e1000/e1000_82541.c
60
static s32 e1000_cleanup_led_82541(struct e1000_hw *hw);
sys/dev/e1000/e1000_82541.c
62
static s32 e1000_read_mac_addr_82541(struct e1000_hw *hw);
sys/dev/e1000/e1000_82541.c
63
static s32 e1000_config_dsp_after_link_change_82541(struct e1000_hw *hw,
sys/dev/e1000/e1000_82541.c
65
static s32 e1000_phy_init_script_82541(struct e1000_hw *hw);
sys/dev/e1000/e1000_82541.c
668
static s32 e1000_config_dsp_after_link_change_82541(struct e1000_hw *hw,
sys/dev/e1000/e1000_82541.c
673
s32 ret_val;
sys/dev/e1000/e1000_82541.c
85
static s32 e1000_init_phy_params_82541(struct e1000_hw *hw)
sys/dev/e1000/e1000_82541.c
872
static s32 e1000_get_cable_length_igp_82541(struct e1000_hw *hw)
sys/dev/e1000/e1000_82541.c
875
s32 ret_val = E1000_SUCCESS;
sys/dev/e1000/e1000_82541.c
88
s32 ret_val;
sys/dev/e1000/e1000_82541.c
945
static s32 e1000_set_d3_lplu_state_82541(struct e1000_hw *hw, bool active)
sys/dev/e1000/e1000_82541.c
948
s32 ret_val;
sys/dev/e1000/e1000_82542.c
100
static s32 e1000_init_mac_params_82542(struct e1000_hw *hw)
sys/dev/e1000/e1000_82542.c
175
static s32 e1000_get_bus_info_82542(struct e1000_hw *hw)
sys/dev/e1000/e1000_82542.c
192
static s32 e1000_reset_hw_82542(struct e1000_hw *hw)
sys/dev/e1000/e1000_82542.c
195
s32 ret_val = E1000_SUCCESS;
sys/dev/e1000/e1000_82542.c
243
static s32 e1000_init_hw_82542(struct e1000_hw *hw)
sys/dev/e1000/e1000_82542.c
247
s32 ret_val = E1000_SUCCESS;
sys/dev/e1000/e1000_82542.c
317
static s32 e1000_setup_link_82542(struct e1000_hw *hw)
sys/dev/e1000/e1000_82542.c
320
s32 ret_val;
sys/dev/e1000/e1000_82542.c
373
static s32 e1000_led_on_82542(struct e1000_hw *hw)
sys/dev/e1000/e1000_82542.c
392
static s32 e1000_led_off_82542(struct e1000_hw *hw)
sys/dev/e1000/e1000_82542.c
41
static s32 e1000_init_phy_params_82542(struct e1000_hw *hw);
sys/dev/e1000/e1000_82542.c
42
static s32 e1000_init_nvm_params_82542(struct e1000_hw *hw);
sys/dev/e1000/e1000_82542.c
43
static s32 e1000_init_mac_params_82542(struct e1000_hw *hw);
sys/dev/e1000/e1000_82542.c
44
static s32 e1000_get_bus_info_82542(struct e1000_hw *hw);
sys/dev/e1000/e1000_82542.c
45
static s32 e1000_reset_hw_82542(struct e1000_hw *hw);
sys/dev/e1000/e1000_82542.c
46
static s32 e1000_init_hw_82542(struct e1000_hw *hw);
sys/dev/e1000/e1000_82542.c
47
static s32 e1000_setup_link_82542(struct e1000_hw *hw);
sys/dev/e1000/e1000_82542.c
48
static s32 e1000_led_on_82542(struct e1000_hw *hw);
sys/dev/e1000/e1000_82542.c
49
static s32 e1000_led_off_82542(struct e1000_hw *hw);
sys/dev/e1000/e1000_82542.c
52
static s32 e1000_read_mac_addr_82542(struct e1000_hw *hw);
sys/dev/e1000/e1000_82542.c
568
s32 e1000_read_mac_addr_82542(struct e1000_hw *hw)
sys/dev/e1000/e1000_82542.c
570
s32 ret_val = E1000_SUCCESS;
sys/dev/e1000/e1000_82542.c
58
static s32 e1000_init_phy_params_82542(struct e1000_hw *hw)
sys/dev/e1000/e1000_82542.c
61
s32 ret_val = E1000_SUCCESS;
sys/dev/e1000/e1000_82542.c
74
static s32 e1000_init_nvm_params_82542(struct e1000_hw *hw)
sys/dev/e1000/e1000_82543.c
1019
static s32 e1000_setup_link_82543(struct e1000_hw *hw)
sys/dev/e1000/e1000_82543.c
1022
s32 ret_val;
sys/dev/e1000/e1000_82543.c
1060
static s32 e1000_setup_copper_link_82543(struct e1000_hw *hw)
sys/dev/e1000/e1000_82543.c
1063
s32 ret_val;
sys/dev/e1000/e1000_82543.c
1148
static s32 e1000_setup_fiber_link_82543(struct e1000_hw *hw)
sys/dev/e1000/e1000_82543.c
1151
s32 ret_val;
sys/dev/e1000/e1000_82543.c
1197
static s32 e1000_check_for_copper_link_82543(struct e1000_hw *hw)
sys/dev/e1000/e1000_82543.c
1201
s32 ret_val;
sys/dev/e1000/e1000_82543.c
1333
static s32 e1000_check_for_fiber_link_82543(struct e1000_hw *hw)
sys/dev/e1000/e1000_82543.c
1337
s32 ret_val = E1000_SUCCESS;
sys/dev/e1000/e1000_82543.c
1403
static s32 e1000_config_mac_to_phy_82543(struct e1000_hw *hw)
sys/dev/e1000/e1000_82543.c
1406
s32 ret_val = E1000_SUCCESS;
sys/dev/e1000/e1000_82543.c
1480
static s32 e1000_led_on_82543(struct e1000_hw *hw)
sys/dev/e1000/e1000_82543.c
1507
static s32 e1000_led_off_82543(struct e1000_hw *hw)
sys/dev/e1000/e1000_82543.c
1569
s32 e1000_read_mac_addr_82543(struct e1000_hw *hw)
sys/dev/e1000/e1000_82543.c
1571
s32 ret_val = E1000_SUCCESS;
sys/dev/e1000/e1000_82543.c
167
static s32 e1000_init_nvm_params_82543(struct e1000_hw *hw)
sys/dev/e1000/e1000_82543.c
193
static s32 e1000_init_mac_params_82543(struct e1000_hw *hw)
sys/dev/e1000/e1000_82543.c
46
static s32 e1000_init_phy_params_82543(struct e1000_hw *hw);
sys/dev/e1000/e1000_82543.c
47
static s32 e1000_init_nvm_params_82543(struct e1000_hw *hw);
sys/dev/e1000/e1000_82543.c
48
static s32 e1000_init_mac_params_82543(struct e1000_hw *hw);
sys/dev/e1000/e1000_82543.c
487
static s32 e1000_read_phy_reg_82543(struct e1000_hw *hw, u32 offset, u16 *data)
sys/dev/e1000/e1000_82543.c
49
static s32 e1000_read_phy_reg_82543(struct e1000_hw *hw, u32 offset,
sys/dev/e1000/e1000_82543.c
490
s32 ret_val = E1000_SUCCESS;
sys/dev/e1000/e1000_82543.c
51
static s32 e1000_write_phy_reg_82543(struct e1000_hw *hw, u32 offset,
sys/dev/e1000/e1000_82543.c
53
static s32 e1000_phy_force_speed_duplex_82543(struct e1000_hw *hw);
sys/dev/e1000/e1000_82543.c
54
static s32 e1000_phy_hw_reset_82543(struct e1000_hw *hw);
sys/dev/e1000/e1000_82543.c
543
static s32 e1000_write_phy_reg_82543(struct e1000_hw *hw, u32 offset, u16 data)
sys/dev/e1000/e1000_82543.c
546
s32 ret_val = E1000_SUCCESS;
sys/dev/e1000/e1000_82543.c
55
static s32 e1000_reset_hw_82543(struct e1000_hw *hw);
sys/dev/e1000/e1000_82543.c
56
static s32 e1000_init_hw_82543(struct e1000_hw *hw);
sys/dev/e1000/e1000_82543.c
57
static s32 e1000_setup_link_82543(struct e1000_hw *hw);
sys/dev/e1000/e1000_82543.c
58
static s32 e1000_setup_copper_link_82543(struct e1000_hw *hw);
sys/dev/e1000/e1000_82543.c
59
static s32 e1000_setup_fiber_link_82543(struct e1000_hw *hw);
sys/dev/e1000/e1000_82543.c
60
static s32 e1000_check_for_copper_link_82543(struct e1000_hw *hw);
sys/dev/e1000/e1000_82543.c
61
static s32 e1000_check_for_fiber_link_82543(struct e1000_hw *hw);
sys/dev/e1000/e1000_82543.c
62
static s32 e1000_led_on_82543(struct e1000_hw *hw);
sys/dev/e1000/e1000_82543.c
63
static s32 e1000_led_off_82543(struct e1000_hw *hw);
sys/dev/e1000/e1000_82543.c
67
static s32 e1000_config_mac_to_phy_82543(struct e1000_hw *hw);
sys/dev/e1000/e1000_82543.c
70
static s32 e1000_polarity_reversal_workaround_82543(struct e1000_hw *hw);
sys/dev/e1000/e1000_82543.c
741
static s32 e1000_phy_force_speed_duplex_82543(struct e1000_hw *hw)
sys/dev/e1000/e1000_82543.c
743
s32 ret_val;
sys/dev/e1000/e1000_82543.c
767
static s32 e1000_polarity_reversal_workaround_82543(struct e1000_hw *hw)
sys/dev/e1000/e1000_82543.c
769
s32 ret_val = E1000_SUCCESS;
sys/dev/e1000/e1000_82543.c
77
static s32 e1000_read_mac_addr_82543(struct e1000_hw *hw);
sys/dev/e1000/e1000_82543.c
84
static s32 e1000_init_phy_params_82543(struct e1000_hw *hw)
sys/dev/e1000/e1000_82543.c
861
static s32 e1000_phy_hw_reset_82543(struct e1000_hw *hw)
sys/dev/e1000/e1000_82543.c
864
s32 ret_val;
sys/dev/e1000/e1000_82543.c
87
s32 ret_val = E1000_SUCCESS;
sys/dev/e1000/e1000_82543.c
901
static s32 e1000_reset_hw_82543(struct e1000_hw *hw)
sys/dev/e1000/e1000_82543.c
904
s32 ret_val = E1000_SUCCESS;
sys/dev/e1000/e1000_82543.c
956
static s32 e1000_init_hw_82543(struct e1000_hw *hw)
sys/dev/e1000/e1000_82543.c
961
s32 ret_val;
sys/dev/e1000/e1000_82571.c
1069
static s32 e1000_init_hw_82571(struct e1000_hw *hw)
sys/dev/e1000/e1000_82571.c
1073
s32 ret_val;
sys/dev/e1000/e1000_82571.c
1336
s32 ret_val;
sys/dev/e1000/e1000_82571.c
1353
static s32 e1000_led_on_82574(struct e1000_hw *hw)
sys/dev/e1000/e1000_82571.c
1385
s32 ret_val;
sys/dev/e1000/e1000_82571.c
1420
static s32 e1000_setup_link_82571(struct e1000_hw *hw)
sys/dev/e1000/e1000_82571.c
1450
static s32 e1000_setup_copper_link_82571(struct e1000_hw *hw)
sys/dev/e1000/e1000_82571.c
1453
s32 ret_val;
sys/dev/e1000/e1000_82571.c
1488
static s32 e1000_setup_fiber_serdes_link_82571(struct e1000_hw *hw)
sys/dev/e1000/e1000_82571.c
1530
static s32 e1000_check_for_serdes_link_82571(struct e1000_hw *hw)
sys/dev/e1000/e1000_82571.c
1538
s32 ret_val = E1000_SUCCESS;
sys/dev/e1000/e1000_82571.c
1691
static s32 e1000_valid_led_default_82571(struct e1000_hw *hw, u16 *data)
sys/dev/e1000/e1000_82571.c
1693
s32 ret_val;
sys/dev/e1000/e1000_82571.c
1775
static s32 e1000_fix_nvm_checksum_82571(struct e1000_hw *hw)
sys/dev/e1000/e1000_82571.c
1778
s32 ret_val;
sys/dev/e1000/e1000_82571.c
1824
static s32 e1000_read_mac_addr_82571(struct e1000_hw *hw)
sys/dev/e1000/e1000_82571.c
1829
s32 ret_val;
sys/dev/e1000/e1000_82571.c
201
static s32 e1000_init_nvm_params_82571(struct e1000_hw *hw)
sys/dev/e1000/e1000_82571.c
282
static s32 e1000_init_mac_params_82571(struct e1000_hw *hw)
sys/dev/e1000/e1000_82571.c
460
static s32 e1000_get_phy_id_82571(struct e1000_hw *hw)
sys/dev/e1000/e1000_82571.c
463
s32 ret_val;
sys/dev/e1000/e1000_82571.c
511
static s32
sys/dev/e1000/e1000_82571.c
515
s32 i = 0;
sys/dev/e1000/e1000_82571.c
53
static s32 e1000_acquire_nvm_82571(struct e1000_hw *hw);
sys/dev/e1000/e1000_82571.c
55
static s32 e1000_write_nvm_82571(struct e1000_hw *hw, u16 offset,
sys/dev/e1000/e1000_82571.c
57
static s32 e1000_update_nvm_checksum_82571(struct e1000_hw *hw);
sys/dev/e1000/e1000_82571.c
574
static s32 e1000_set_d0_lplu_state_82574(struct e1000_hw *hw, bool active)
sys/dev/e1000/e1000_82571.c
58
static s32 e1000_validate_nvm_checksum_82571(struct e1000_hw *hw);
sys/dev/e1000/e1000_82571.c
59
static s32 e1000_get_cfg_done_82571(struct e1000_hw *hw);
sys/dev/e1000/e1000_82571.c
60
static s32 e1000_set_d0_lplu_state_82571(struct e1000_hw *hw,
sys/dev/e1000/e1000_82571.c
600
static s32 e1000_set_d3_lplu_state_82574(struct e1000_hw *hw, bool active)
sys/dev/e1000/e1000_82571.c
62
static s32 e1000_reset_hw_82571(struct e1000_hw *hw);
sys/dev/e1000/e1000_82571.c
627
static s32 e1000_acquire_nvm_82571(struct e1000_hw *hw)
sys/dev/e1000/e1000_82571.c
629
s32 ret_val;
sys/dev/e1000/e1000_82571.c
63
static s32 e1000_init_hw_82571(struct e1000_hw *hw);
sys/dev/e1000/e1000_82571.c
66
static s32 e1000_led_on_82574(struct e1000_hw *hw);
sys/dev/e1000/e1000_82571.c
67
static s32 e1000_setup_link_82571(struct e1000_hw *hw);
sys/dev/e1000/e1000_82571.c
677
static s32 e1000_write_nvm_82571(struct e1000_hw *hw, u16 offset, u16 words,
sys/dev/e1000/e1000_82571.c
68
static s32 e1000_setup_copper_link_82571(struct e1000_hw *hw);
sys/dev/e1000/e1000_82571.c
680
s32 ret_val;
sys/dev/e1000/e1000_82571.c
69
static s32 e1000_check_for_serdes_link_82571(struct e1000_hw *hw);
sys/dev/e1000/e1000_82571.c
70
static s32 e1000_setup_fiber_serdes_link_82571(struct e1000_hw *hw);
sys/dev/e1000/e1000_82571.c
71
static s32 e1000_valid_led_default_82571(struct e1000_hw *hw, u16 *data);
sys/dev/e1000/e1000_82571.c
710
static s32 e1000_update_nvm_checksum_82571(struct e1000_hw *hw)
sys/dev/e1000/e1000_82571.c
713
s32 ret_val;
sys/dev/e1000/e1000_82571.c
73
static s32 e1000_fix_nvm_checksum_82571(struct e1000_hw *hw);
sys/dev/e1000/e1000_82571.c
74
static s32 e1000_get_phy_id_82571(struct e1000_hw *hw);
sys/dev/e1000/e1000_82571.c
75
static s32 e1000_get_hw_semaphore_82574(struct e1000_hw *hw);
sys/dev/e1000/e1000_82571.c
77
static s32 e1000_set_d0_lplu_state_82574(struct e1000_hw *hw,
sys/dev/e1000/e1000_82571.c
771
static s32 e1000_validate_nvm_checksum_82571(struct e1000_hw *hw)
sys/dev/e1000/e1000_82571.c
79
static s32 e1000_set_d3_lplu_state_82574(struct e1000_hw *hw,
sys/dev/e1000/e1000_82571.c
795
static s32 e1000_write_nvm_eewr_82571(struct e1000_hw *hw, u16 offset,
sys/dev/e1000/e1000_82571.c
800
s32 ret_val = E1000_SUCCESS;
sys/dev/e1000/e1000_82571.c
82
static s32 e1000_write_nvm_eewr_82571(struct e1000_hw *hw, u16 offset,
sys/dev/e1000/e1000_82571.c
838
static s32 e1000_get_cfg_done_82571(struct e1000_hw *hw)
sys/dev/e1000/e1000_82571.c
84
static s32 e1000_read_mac_addr_82571(struct e1000_hw *hw);
sys/dev/e1000/e1000_82571.c
840
s32 timeout = PHY_CFG_TIMEOUT;
sys/dev/e1000/e1000_82571.c
870
static s32 e1000_set_d0_lplu_state_82571(struct e1000_hw *hw, bool active)
sys/dev/e1000/e1000_82571.c
873
s32 ret_val;
sys/dev/e1000/e1000_82571.c
91
static s32 e1000_init_phy_params_82571(struct e1000_hw *hw)
sys/dev/e1000/e1000_82571.c
94
s32 ret_val;
sys/dev/e1000/e1000_82571.c
949
static s32 e1000_reset_hw_82571(struct e1000_hw *hw)
sys/dev/e1000/e1000_82571.c
952
s32 ret_val;
sys/dev/e1000/e1000_82575.c
1002
static s32 e1000_get_cfg_done_82575(struct e1000_hw *hw)
sys/dev/e1000/e1000_82575.c
1004
s32 timeout = PHY_CFG_TIMEOUT;
sys/dev/e1000/e1000_82575.c
104
static s32 e1000_clock_out_i2c_byte(struct e1000_hw *hw, u8 data);
sys/dev/e1000/e1000_82575.c
1042
static s32 e1000_get_link_up_info_82575(struct e1000_hw *hw, u16 *speed,
sys/dev/e1000/e1000_82575.c
1045
s32 ret_val;
sys/dev/e1000/e1000_82575.c
105
static s32 e1000_get_i2c_ack(struct e1000_hw *hw);
sys/dev/e1000/e1000_82575.c
1066
static s32 e1000_check_for_link_82575(struct e1000_hw *hw)
sys/dev/e1000/e1000_82575.c
1068
s32 ret_val;
sys/dev/e1000/e1000_82575.c
107
static s32 e1000_clock_out_i2c_bit(struct e1000_hw *hw, bool data);
sys/dev/e1000/e1000_82575.c
110
static s32 e1000_set_i2c_data(struct e1000_hw *hw, u32 *i2cctl, bool data);
sys/dev/e1000/e1000_82575.c
1105
static s32 e1000_check_for_link_media_swap(struct e1000_hw *hw)
sys/dev/e1000/e1000_82575.c
1108
s32 ret_val;
sys/dev/e1000/e1000_82575.c
1199
static s32 e1000_get_pcs_speed_and_duplex_82575(struct e1000_hw *hw,
sys/dev/e1000/e1000_82575.c
1298
static s32 e1000_reset_hw_82575(struct e1000_hw *hw)
sys/dev/e1000/e1000_82575.c
1301
s32 ret_val;
sys/dev/e1000/e1000_82575.c
1362
static s32 e1000_init_hw_82575(struct e1000_hw *hw)
sys/dev/e1000/e1000_82575.c
1365
s32 ret_val;
sys/dev/e1000/e1000_82575.c
1402
static s32 e1000_setup_copper_link_82575(struct e1000_hw *hw)
sys/dev/e1000/e1000_82575.c
1406
s32 ret_val;
sys/dev/e1000/e1000_82575.c
1494
static s32 e1000_setup_serdes_link_82575(struct e1000_hw *hw)
sys/dev/e1000/e1000_82575.c
1498
s32 ret_val = E1000_SUCCESS;
sys/dev/e1000/e1000_82575.c
158
static s32 e1000_init_phy_params_82575(struct e1000_hw *hw)
sys/dev/e1000/e1000_82575.c
161
s32 ret_val = E1000_SUCCESS;
sys/dev/e1000/e1000_82575.c
1637
static s32 e1000_get_media_type_82575(struct e1000_hw *hw)
sys/dev/e1000/e1000_82575.c
1640
s32 ret_val = E1000_SUCCESS;
sys/dev/e1000/e1000_82575.c
1715
static s32 e1000_set_sfp_media_type_82575(struct e1000_hw *hw)
sys/dev/e1000/e1000_82575.c
1717
s32 ret_val = E1000_ERR_CONFIG;
sys/dev/e1000/e1000_82575.c
1722
s32 timeout = 3;
sys/dev/e1000/e1000_82575.c
1788
static s32 e1000_valid_led_default_82575(struct e1000_hw *hw, u16 *data)
sys/dev/e1000/e1000_82575.c
1790
s32 ret_val;
sys/dev/e1000/e1000_82575.c
1836
s32 e1000_reset_init_script_82575(struct e1000_hw *hw)
sys/dev/e1000/e1000_82575.c
1871
static s32 e1000_read_mac_addr_82575(struct e1000_hw *hw)
sys/dev/e1000/e1000_82575.c
1873
s32 ret_val;
sys/dev/e1000/e1000_82575.c
1989
static s32 e1000_set_pcie_completion_timeout(struct e1000_hw *hw)
sys/dev/e1000/e1000_82575.c
1992
s32 ret_val = E1000_SUCCESS;
sys/dev/e1000/e1000_82575.c
2134
static s32 e1000_read_phy_reg_82580(struct e1000_hw *hw, u32 offset, u16 *data)
sys/dev/e1000/e1000_82575.c
2136
s32 ret_val;
sys/dev/e1000/e1000_82575.c
2160
static s32 e1000_write_phy_reg_82580(struct e1000_hw *hw, u32 offset, u16 data)
sys/dev/e1000/e1000_82575.c
2162
s32 ret_val;
sys/dev/e1000/e1000_82575.c
2186
static s32 e1000_reset_mdicnfg_82580(struct e1000_hw *hw)
sys/dev/e1000/e1000_82575.c
2188
s32 ret_val = E1000_SUCCESS;
sys/dev/e1000/e1000_82575.c
2224
static s32 e1000_reset_hw_82580(struct e1000_hw *hw)
sys/dev/e1000/e1000_82575.c
2226
s32 ret_val = E1000_SUCCESS;
sys/dev/e1000/e1000_82575.c
2343
s32 e1000_validate_nvm_checksum_with_offset(struct e1000_hw *hw, u16 offset)
sys/dev/e1000/e1000_82575.c
2345
s32 ret_val = E1000_SUCCESS;
sys/dev/e1000/e1000_82575.c
2380
s32 e1000_update_nvm_checksum_with_offset(struct e1000_hw *hw, u16 offset)
sys/dev/e1000/e1000_82575.c
2382
s32 ret_val;
sys/dev/e1000/e1000_82575.c
2414
static s32 e1000_validate_nvm_checksum_82580(struct e1000_hw *hw)
sys/dev/e1000/e1000_82575.c
2416
s32 ret_val;
sys/dev/e1000/e1000_82575.c
2455
static s32 e1000_update_nvm_checksum_82580(struct e1000_hw *hw)
sys/dev/e1000/e1000_82575.c
2457
s32 ret_val;
sys/dev/e1000/e1000_82575.c
2499
static s32 e1000_validate_nvm_checksum_i350(struct e1000_hw *hw)
sys/dev/e1000/e1000_82575.c
2501
s32 ret_val = E1000_SUCCESS;
sys/dev/e1000/e1000_82575.c
2527
static s32 e1000_update_nvm_checksum_i350(struct e1000_hw *hw)
sys/dev/e1000/e1000_82575.c
2529
s32 ret_val = E1000_SUCCESS;
sys/dev/e1000/e1000_82575.c
2553
static s32 __e1000_access_emi_reg(struct e1000_hw *hw, u16 address,
sys/dev/e1000/e1000_82575.c
2556
s32 ret_val;
sys/dev/e1000/e1000_82575.c
2578
s32 e1000_read_emi_reg(struct e1000_hw *hw, u16 addr, u16 *data)
sys/dev/e1000/e1000_82575.c
2591
s32 e1000_initialize_M88E1512_phy(struct e1000_hw *hw)
sys/dev/e1000/e1000_82575.c
2594
s32 ret_val = E1000_SUCCESS;
sys/dev/e1000/e1000_82575.c
2680
s32 e1000_initialize_M88E1543_phy(struct e1000_hw *hw)
sys/dev/e1000/e1000_82575.c
2683
s32 ret_val = E1000_SUCCESS;
sys/dev/e1000/e1000_82575.c
2782
s32 e1000_set_eee_i350(struct e1000_hw *hw, bool adv1G, bool adv100M)
sys/dev/e1000/e1000_82575.c
2837
s32 e1000_set_eee_i354(struct e1000_hw *hw, bool adv1G, bool adv100M)
sys/dev/e1000/e1000_82575.c
2840
s32 ret_val = E1000_SUCCESS;
sys/dev/e1000/e1000_82575.c
2919
s32 e1000_get_eee_status_i354(struct e1000_hw *hw, bool *status)
sys/dev/e1000/e1000_82575.c
2922
s32 ret_val = E1000_SUCCESS;
sys/dev/e1000/e1000_82575.c
3002
s32 e1000_set_i2c_bb(struct e1000_hw *hw)
sys/dev/e1000/e1000_82575.c
3004
s32 ret_val = E1000_SUCCESS;
sys/dev/e1000/e1000_82575.c
3034
s32 e1000_read_i2c_byte_generic(struct e1000_hw *hw, u8 byte_offset,
sys/dev/e1000/e1000_82575.c
3037
s32 status = E1000_SUCCESS;
sys/dev/e1000/e1000_82575.c
3123
s32 e1000_write_i2c_byte_generic(struct e1000_hw *hw, u8 byte_offset,
sys/dev/e1000/e1000_82575.c
3126
s32 status = E1000_SUCCESS;
sys/dev/e1000/e1000_82575.c
323
static s32 e1000_init_mac_params_82575(struct e1000_hw *hw)
sys/dev/e1000/e1000_82575.c
3251
s32 i;
sys/dev/e1000/e1000_82575.c
3270
static s32 e1000_clock_out_i2c_byte(struct e1000_hw *hw, u8 data)
sys/dev/e1000/e1000_82575.c
3272
s32 status = E1000_SUCCESS;
sys/dev/e1000/e1000_82575.c
3273
s32 i;
sys/dev/e1000/e1000_82575.c
3303
static s32 e1000_get_i2c_ack(struct e1000_hw *hw)
sys/dev/e1000/e1000_82575.c
3305
s32 status = E1000_SUCCESS;
sys/dev/e1000/e1000_82575.c
3376
static s32 e1000_clock_out_i2c_bit(struct e1000_hw *hw, bool data)
sys/dev/e1000/e1000_82575.c
3378
s32 status;
sys/dev/e1000/e1000_82575.c
3452
static s32 e1000_set_i2c_data(struct e1000_hw *hw, u32 *i2cctl, bool data)
sys/dev/e1000/e1000_82575.c
3454
s32 status = E1000_SUCCESS;
sys/dev/e1000/e1000_82575.c
440
s32 e1000_init_nvm_params_82575(struct e1000_hw *hw)
sys/dev/e1000/e1000_82575.c
48
static s32 e1000_init_phy_params_82575(struct e1000_hw *hw);
sys/dev/e1000/e1000_82575.c
49
static s32 e1000_init_mac_params_82575(struct e1000_hw *hw);
sys/dev/e1000/e1000_82575.c
50
static s32 e1000_acquire_nvm_82575(struct e1000_hw *hw);
sys/dev/e1000/e1000_82575.c
52
static s32 e1000_check_for_link_82575(struct e1000_hw *hw);
sys/dev/e1000/e1000_82575.c
53
static s32 e1000_check_for_link_media_swap(struct e1000_hw *hw);
sys/dev/e1000/e1000_82575.c
54
static s32 e1000_get_cfg_done_82575(struct e1000_hw *hw);
sys/dev/e1000/e1000_82575.c
544
static s32 e1000_read_phy_reg_sgmii_82575(struct e1000_hw *hw, u32 offset,
sys/dev/e1000/e1000_82575.c
547
s32 ret_val = -E1000_ERR_PARAM;
sys/dev/e1000/e1000_82575.c
55
static s32 e1000_get_link_up_info_82575(struct e1000_hw *hw, u16 *speed,
sys/dev/e1000/e1000_82575.c
57
static s32 e1000_phy_hw_reset_sgmii_82575(struct e1000_hw *hw);
sys/dev/e1000/e1000_82575.c
577
static s32 e1000_write_phy_reg_sgmii_82575(struct e1000_hw *hw, u32 offset,
sys/dev/e1000/e1000_82575.c
58
static s32 e1000_read_phy_reg_sgmii_82575(struct e1000_hw *hw, u32 offset,
sys/dev/e1000/e1000_82575.c
580
s32 ret_val = -E1000_ERR_PARAM;
sys/dev/e1000/e1000_82575.c
60
static s32 e1000_reset_hw_82575(struct e1000_hw *hw);
sys/dev/e1000/e1000_82575.c
608
static s32 e1000_get_phy_id_82575(struct e1000_hw *hw)
sys/dev/e1000/e1000_82575.c
61
static s32 e1000_init_hw_82575(struct e1000_hw *hw);
sys/dev/e1000/e1000_82575.c
611
s32 ret_val = E1000_SUCCESS;
sys/dev/e1000/e1000_82575.c
62
static s32 e1000_reset_hw_82580(struct e1000_hw *hw);
sys/dev/e1000/e1000_82575.c
63
static s32 e1000_read_phy_reg_82580(struct e1000_hw *hw,
sys/dev/e1000/e1000_82575.c
65
static s32 e1000_write_phy_reg_82580(struct e1000_hw *hw,
sys/dev/e1000/e1000_82575.c
67
static s32 e1000_set_d0_lplu_state_82580(struct e1000_hw *hw,
sys/dev/e1000/e1000_82575.c
69
static s32 e1000_set_d3_lplu_state_82580(struct e1000_hw *hw,
sys/dev/e1000/e1000_82575.c
71
static s32 e1000_set_d0_lplu_state_82575(struct e1000_hw *hw,
sys/dev/e1000/e1000_82575.c
710
static s32 e1000_phy_hw_reset_sgmii_82575(struct e1000_hw *hw)
sys/dev/e1000/e1000_82575.c
712
s32 ret_val = E1000_SUCCESS;
sys/dev/e1000/e1000_82575.c
73
static s32 e1000_setup_copper_link_82575(struct e1000_hw *hw);
sys/dev/e1000/e1000_82575.c
74
static s32 e1000_setup_serdes_link_82575(struct e1000_hw *hw);
sys/dev/e1000/e1000_82575.c
75
static s32 e1000_get_media_type_82575(struct e1000_hw *hw);
sys/dev/e1000/e1000_82575.c
758
static s32 e1000_set_d0_lplu_state_82575(struct e1000_hw *hw, bool active)
sys/dev/e1000/e1000_82575.c
76
static s32 e1000_set_sfp_media_type_82575(struct e1000_hw *hw);
sys/dev/e1000/e1000_82575.c
761
s32 ret_val = E1000_SUCCESS;
sys/dev/e1000/e1000_82575.c
77
static s32 e1000_valid_led_default_82575(struct e1000_hw *hw, u16 *data);
sys/dev/e1000/e1000_82575.c
78
static s32 e1000_write_phy_reg_sgmii_82575(struct e1000_hw *hw,
sys/dev/e1000/e1000_82575.c
81
static s32 e1000_get_pcs_speed_and_duplex_82575(struct e1000_hw *hw,
sys/dev/e1000/e1000_82575.c
83
static s32 e1000_get_phy_id_82575(struct e1000_hw *hw);
sys/dev/e1000/e1000_82575.c
844
static s32 e1000_set_d0_lplu_state_82580(struct e1000_hw *hw, bool active)
sys/dev/e1000/e1000_82575.c
85
static s32 e1000_read_mac_addr_82575(struct e1000_hw *hw);
sys/dev/e1000/e1000_82575.c
89
static s32 e1000_set_pcie_completion_timeout(struct e1000_hw *hw);
sys/dev/e1000/e1000_82575.c
891
s32 e1000_set_d3_lplu_state_82580(struct e1000_hw *hw, bool active)
sys/dev/e1000/e1000_82575.c
90
static s32 e1000_reset_mdicnfg_82580(struct e1000_hw *hw);
sys/dev/e1000/e1000_82575.c
91
static s32 e1000_validate_nvm_checksum_82580(struct e1000_hw *hw);
sys/dev/e1000/e1000_82575.c
92
static s32 e1000_update_nvm_checksum_82580(struct e1000_hw *hw);
sys/dev/e1000/e1000_82575.c
93
static s32 e1000_update_nvm_checksum_with_offset(struct e1000_hw *hw,
sys/dev/e1000/e1000_82575.c
933
static s32 e1000_acquire_nvm_82575(struct e1000_hw *hw)
sys/dev/e1000/e1000_82575.c
935
s32 ret_val = E1000_SUCCESS;
sys/dev/e1000/e1000_82575.c
95
static s32 e1000_validate_nvm_checksum_with_offset(struct e1000_hw *hw,
sys/dev/e1000/e1000_82575.c
97
static s32 e1000_validate_nvm_checksum_i350(struct e1000_hw *hw);
sys/dev/e1000/e1000_82575.c
98
static s32 e1000_update_nvm_checksum_i350(struct e1000_hw *hw);
sys/dev/e1000/e1000_82575.h
388
s32 e1000_reset_init_script_82575(struct e1000_hw *hw);
sys/dev/e1000/e1000_82575.h
389
s32 e1000_init_nvm_params_82575(struct e1000_hw *hw);
sys/dev/e1000/e1000_82575.h
407
s32 e1000_promisc_set_vf(struct e1000_hw *, enum e1000_promisc_type type);
sys/dev/e1000/e1000_82575.h
410
s32 e1000_read_emi_reg(struct e1000_hw *hw, u16 addr, u16 *data);
sys/dev/e1000/e1000_82575.h
411
s32 e1000_set_eee_i350(struct e1000_hw *hw, bool adv1G, bool adv100M);
sys/dev/e1000/e1000_82575.h
412
s32 e1000_set_eee_i354(struct e1000_hw *hw, bool adv1G, bool adv100M);
sys/dev/e1000/e1000_82575.h
413
s32 e1000_get_eee_status_i354(struct e1000_hw *, bool *);
sys/dev/e1000/e1000_82575.h
414
s32 e1000_initialize_M88E1512_phy(struct e1000_hw *hw);
sys/dev/e1000/e1000_82575.h
415
s32 e1000_initialize_M88E1543_phy(struct e1000_hw *hw);
sys/dev/e1000/e1000_82575.h
429
s32 e1000_set_i2c_bb(struct e1000_hw *hw);
sys/dev/e1000/e1000_82575.h
430
s32 e1000_read_i2c_byte_generic(struct e1000_hw *hw, u8 byte_offset,
sys/dev/e1000/e1000_82575.h
432
s32 e1000_write_i2c_byte_generic(struct e1000_hw *hw, u8 byte_offset,
sys/dev/e1000/e1000_api.c
1010
s32 e1000_set_obff_timer(struct e1000_hw *hw, u32 itr)
sys/dev/e1000/e1000_api.c
1025
s32 e1000_check_reset_block(struct e1000_hw *hw)
sys/dev/e1000/e1000_api.c
1042
s32 e1000_read_phy_reg(struct e1000_hw *hw, u32 offset, u16 *data)
sys/dev/e1000/e1000_api.c
1059
s32 e1000_write_phy_reg(struct e1000_hw *hw, u32 offset, u16 data)
sys/dev/e1000/e1000_api.c
1087
s32 e1000_acquire_phy(struct e1000_hw *hw)
sys/dev/e1000/e1000_api.c
1099
s32 e1000_cfg_on_link_up(struct e1000_hw *hw)
sys/dev/e1000/e1000_api.c
1117
s32 e1000_read_kmrn_reg(struct e1000_hw *hw, u32 offset, u16 *data)
sys/dev/e1000/e1000_api.c
1132
s32 e1000_write_kmrn_reg(struct e1000_hw *hw, u32 offset, u16 data)
sys/dev/e1000/e1000_api.c
1145
s32 e1000_get_cable_length(struct e1000_hw *hw)
sys/dev/e1000/e1000_api.c
1161
s32 e1000_get_phy_info(struct e1000_hw *hw)
sys/dev/e1000/e1000_api.c
1176
s32 e1000_phy_hw_reset(struct e1000_hw *hw)
sys/dev/e1000/e1000_api.c
1191
s32 e1000_phy_commit(struct e1000_hw *hw)
sys/dev/e1000/e1000_api.c
1213
s32 e1000_set_d0_lplu_state(struct e1000_hw *hw, bool active)
sys/dev/e1000/e1000_api.c
122
s32 e1000_init_mbx_params(struct e1000_hw *hw)
sys/dev/e1000/e1000_api.c
1235
s32 e1000_set_d3_lplu_state(struct e1000_hw *hw, bool active)
sys/dev/e1000/e1000_api.c
124
s32 ret_val = E1000_SUCCESS;
sys/dev/e1000/e1000_api.c
1251
s32 e1000_read_mac_addr(struct e1000_hw *hw)
sys/dev/e1000/e1000_api.c
1270
s32 e1000_read_pba_string(struct e1000_hw *hw, u8 *pba_num, u32 pba_num_size)
sys/dev/e1000/e1000_api.c
1285
s32 e1000_read_pba_length(struct e1000_hw *hw, u32 *pba_num_size)
sys/dev/e1000/e1000_api.c
1300
s32 e1000_read_pba_num(struct e1000_hw *hw, u32 *pba_num)
sys/dev/e1000/e1000_api.c
1312
s32 e1000_validate_nvm_checksum(struct e1000_hw *hw)
sys/dev/e1000/e1000_api.c
1327
s32 e1000_update_nvm_checksum(struct e1000_hw *hw)
sys/dev/e1000/e1000_api.c
1358
s32 e1000_read_nvm(struct e1000_hw *hw, u16 offset, u16 words, u16 *data)
sys/dev/e1000/e1000_api.c
1376
s32 e1000_write_nvm(struct e1000_hw *hw, u16 offset, u16 words, u16 *data)
sys/dev/e1000/e1000_api.c
1394
s32 e1000_write_8bit_ctrl_reg(struct e1000_hw *hw, u32 reg, u32 offset,
sys/dev/e1000/e1000_api.c
150
s32 e1000_set_mac_type(struct e1000_hw *hw)
sys/dev/e1000/e1000_api.c
153
s32 ret_val = E1000_SUCCESS;
sys/dev/e1000/e1000_api.c
44
s32 e1000_init_mac_params(struct e1000_hw *hw)
sys/dev/e1000/e1000_api.c
450
s32 e1000_setup_init_funcs(struct e1000_hw *hw, bool init_device)
sys/dev/e1000/e1000_api.c
452
s32 ret_val;
sys/dev/e1000/e1000_api.c
46
s32 ret_val = E1000_SUCCESS;
sys/dev/e1000/e1000_api.c
583
s32 e1000_get_bus_info(struct e1000_hw *hw)
sys/dev/e1000/e1000_api.c
644
s32 e1000_force_mac_fc(struct e1000_hw *hw)
sys/dev/e1000/e1000_api.c
657
s32 e1000_check_for_link(struct e1000_hw *hw)
sys/dev/e1000/e1000_api.c
688
s32 e1000_mng_write_dhcp_info(struct e1000_hw *hw, u8 *buffer, u16 length)
sys/dev/e1000/e1000_api.c
70
s32 e1000_init_nvm_params(struct e1000_hw *hw)
sys/dev/e1000/e1000_api.c
700
s32 e1000_reset_hw(struct e1000_hw *hw)
sys/dev/e1000/e1000_api.c
715
s32 e1000_init_hw(struct e1000_hw *hw)
sys/dev/e1000/e1000_api.c
72
s32 ret_val = E1000_SUCCESS;
sys/dev/e1000/e1000_api.c
731
s32 e1000_setup_link(struct e1000_hw *hw)
sys/dev/e1000/e1000_api.c
749
s32 e1000_get_speed_and_duplex(struct e1000_hw *hw, u16 *speed, u16 *duplex)
sys/dev/e1000/e1000_api.c
765
s32 e1000_setup_led(struct e1000_hw *hw)
sys/dev/e1000/e1000_api.c
780
s32 e1000_cleanup_led(struct e1000_hw *hw)
sys/dev/e1000/e1000_api.c
796
s32 e1000_blink_led(struct e1000_hw *hw)
sys/dev/e1000/e1000_api.c
811
s32 e1000_id_led_init(struct e1000_hw *hw)
sys/dev/e1000/e1000_api.c
826
s32 e1000_led_on(struct e1000_hw *hw)
sys/dev/e1000/e1000_api.c
841
s32 e1000_led_off(struct e1000_hw *hw)
sys/dev/e1000/e1000_api.c
881
s32 e1000_disable_pcie_master(struct e1000_hw *hw)
sys/dev/e1000/e1000_api.c
921
s32 e1000_validate_mdi_setting(struct e1000_hw *hw)
sys/dev/e1000/e1000_api.c
96
s32 e1000_init_phy_params(struct e1000_hw *hw)
sys/dev/e1000/e1000_api.c
969
s32 e1000_mng_host_if_write(struct e1000_hw *hw, u8 *buffer, u16 length,
sys/dev/e1000/e1000_api.c
98
s32 ret_val = E1000_SUCCESS;
sys/dev/e1000/e1000_api.c
982
s32 e1000_mng_write_cmd_header(struct e1000_hw *hw,
sys/dev/e1000/e1000_api.c
998
s32 e1000_mng_enable_host_if(struct e1000_hw *hw)
sys/dev/e1000/e1000_api.h
100
s32 e1000_read_pba_string(struct e1000_hw *hw, u8 *pba_num, u32 pba_num_size);
sys/dev/e1000/e1000_api.h
101
s32 e1000_read_pba_length(struct e1000_hw *hw, u32 *pba_num_size);
sys/dev/e1000/e1000_api.h
103
s32 e1000_update_nvm_checksum(struct e1000_hw *hw);
sys/dev/e1000/e1000_api.h
104
s32 e1000_validate_nvm_checksum(struct e1000_hw *hw);
sys/dev/e1000/e1000_api.h
105
s32 e1000_read_nvm(struct e1000_hw *hw, u16 offset, u16 words, u16 *data);
sys/dev/e1000/e1000_api.h
106
s32 e1000_read_kmrn_reg(struct e1000_hw *hw, u32 offset, u16 *data);
sys/dev/e1000/e1000_api.h
107
s32 e1000_write_kmrn_reg(struct e1000_hw *hw, u32 offset, u16 data);
sys/dev/e1000/e1000_api.h
108
s32 e1000_write_nvm(struct e1000_hw *hw, u16 offset, u16 words, u16 *data);
sys/dev/e1000/e1000_api.h
109
s32 e1000_set_d3_lplu_state(struct e1000_hw *hw, bool active);
sys/dev/e1000/e1000_api.h
110
s32 e1000_set_d0_lplu_state(struct e1000_hw *hw, bool active);
sys/dev/e1000/e1000_api.h
113
s32 e1000_mng_enable_host_if(struct e1000_hw *hw);
sys/dev/e1000/e1000_api.h
114
s32 e1000_mng_host_if_write(struct e1000_hw *hw, u8 *buffer, u16 length,
sys/dev/e1000/e1000_api.h
116
s32 e1000_mng_write_cmd_header(struct e1000_hw *hw,
sys/dev/e1000/e1000_api.h
118
s32 e1000_mng_write_dhcp_info(struct e1000_hw *hw, u8 *buffer, u16 length);
sys/dev/e1000/e1000_api.h
53
s32 e1000_set_obff_timer(struct e1000_hw *hw, u32 itr);
sys/dev/e1000/e1000_api.h
54
s32 e1000_set_mac_type(struct e1000_hw *hw);
sys/dev/e1000/e1000_api.h
55
s32 e1000_setup_init_funcs(struct e1000_hw *hw, bool init_device);
sys/dev/e1000/e1000_api.h
56
s32 e1000_init_mac_params(struct e1000_hw *hw);
sys/dev/e1000/e1000_api.h
57
s32 e1000_init_nvm_params(struct e1000_hw *hw);
sys/dev/e1000/e1000_api.h
58
s32 e1000_init_phy_params(struct e1000_hw *hw);
sys/dev/e1000/e1000_api.h
59
s32 e1000_init_mbx_params(struct e1000_hw *hw);
sys/dev/e1000/e1000_api.h
60
s32 e1000_get_bus_info(struct e1000_hw *hw);
sys/dev/e1000/e1000_api.h
63
s32 e1000_force_mac_fc(struct e1000_hw *hw);
sys/dev/e1000/e1000_api.h
64
s32 e1000_check_for_link(struct e1000_hw *hw);
sys/dev/e1000/e1000_api.h
65
s32 e1000_reset_hw(struct e1000_hw *hw);
sys/dev/e1000/e1000_api.h
66
s32 e1000_init_hw(struct e1000_hw *hw);
sys/dev/e1000/e1000_api.h
67
s32 e1000_setup_link(struct e1000_hw *hw);
sys/dev/e1000/e1000_api.h
68
s32 e1000_get_speed_and_duplex(struct e1000_hw *hw, u16 *speed, u16 *duplex);
sys/dev/e1000/e1000_api.h
69
s32 e1000_disable_pcie_master(struct e1000_hw *hw);
sys/dev/e1000/e1000_api.h
75
s32 e1000_setup_led(struct e1000_hw *hw);
sys/dev/e1000/e1000_api.h
76
s32 e1000_cleanup_led(struct e1000_hw *hw);
sys/dev/e1000/e1000_api.h
77
s32 e1000_check_reset_block(struct e1000_hw *hw);
sys/dev/e1000/e1000_api.h
78
s32 e1000_blink_led(struct e1000_hw *hw);
sys/dev/e1000/e1000_api.h
79
s32 e1000_led_on(struct e1000_hw *hw);
sys/dev/e1000/e1000_api.h
80
s32 e1000_led_off(struct e1000_hw *hw);
sys/dev/e1000/e1000_api.h
81
s32 e1000_id_led_init(struct e1000_hw *hw);
sys/dev/e1000/e1000_api.h
84
s32 e1000_get_cable_length(struct e1000_hw *hw);
sys/dev/e1000/e1000_api.h
85
s32 e1000_validate_mdi_setting(struct e1000_hw *hw);
sys/dev/e1000/e1000_api.h
86
s32 e1000_read_phy_reg(struct e1000_hw *hw, u32 offset, u16 *data);
sys/dev/e1000/e1000_api.h
87
s32 e1000_write_phy_reg(struct e1000_hw *hw, u32 offset, u16 data);
sys/dev/e1000/e1000_api.h
88
s32 e1000_write_8bit_ctrl_reg(struct e1000_hw *hw, u32 reg, u32 offset,
sys/dev/e1000/e1000_api.h
90
s32 e1000_get_phy_info(struct e1000_hw *hw);
sys/dev/e1000/e1000_api.h
92
s32 e1000_acquire_phy(struct e1000_hw *hw);
sys/dev/e1000/e1000_api.h
93
s32 e1000_cfg_on_link_up(struct e1000_hw *hw);
sys/dev/e1000/e1000_api.h
94
s32 e1000_phy_hw_reset(struct e1000_hw *hw);
sys/dev/e1000/e1000_api.h
95
s32 e1000_phy_commit(struct e1000_hw *hw);
sys/dev/e1000/e1000_api.h
98
s32 e1000_read_mac_addr(struct e1000_hw *hw);
sys/dev/e1000/e1000_api.h
99
s32 e1000_read_pba_num(struct e1000_hw *hw, u32 *part_num);
sys/dev/e1000/e1000_base.c
47
s32 e1000_acquire_phy_base(struct e1000_hw *hw)
sys/dev/e1000/e1000_base.c
91
s32 e1000_init_hw_base(struct e1000_hw *hw)
sys/dev/e1000/e1000_base.c
94
s32 ret_val;
sys/dev/e1000/e1000_base.h
39
s32 e1000_init_hw_base(struct e1000_hw *hw);
sys/dev/e1000/e1000_base.h
42
s32 e1000_acquire_phy_base(struct e1000_hw *hw);
sys/dev/e1000/e1000_hw.h
1083
s32 e1000_read_pcie_cap_reg(struct e1000_hw *hw, u32 reg, u16 *value);
sys/dev/e1000/e1000_hw.h
1084
s32 e1000_write_pcie_cap_reg(struct e1000_hw *hw, u32 reg, u16 *value);
sys/dev/e1000/e1000_hw.h
740
s32 (*init_params)(struct e1000_hw *);
sys/dev/e1000/e1000_hw.h
741
s32 (*id_led_init)(struct e1000_hw *);
sys/dev/e1000/e1000_hw.h
742
s32 (*blink_led)(struct e1000_hw *);
sys/dev/e1000/e1000_hw.h
744
s32 (*check_for_link)(struct e1000_hw *);
sys/dev/e1000/e1000_hw.h
745
s32 (*cleanup_led)(struct e1000_hw *);
sys/dev/e1000/e1000_hw.h
748
s32 (*get_bus_info)(struct e1000_hw *);
sys/dev/e1000/e1000_hw.h
750
s32 (*get_link_up_info)(struct e1000_hw *, u16 *, u16 *);
sys/dev/e1000/e1000_hw.h
751
s32 (*led_on)(struct e1000_hw *);
sys/dev/e1000/e1000_hw.h
752
s32 (*led_off)(struct e1000_hw *);
sys/dev/e1000/e1000_hw.h
754
s32 (*reset_hw)(struct e1000_hw *);
sys/dev/e1000/e1000_hw.h
755
s32 (*init_hw)(struct e1000_hw *);
sys/dev/e1000/e1000_hw.h
758
s32 (*setup_link)(struct e1000_hw *);
sys/dev/e1000/e1000_hw.h
759
s32 (*setup_physical_interface)(struct e1000_hw *);
sys/dev/e1000/e1000_hw.h
760
s32 (*setup_led)(struct e1000_hw *);
sys/dev/e1000/e1000_hw.h
764
s32 (*read_mac_addr)(struct e1000_hw *);
sys/dev/e1000/e1000_hw.h
765
s32 (*validate_mdi_setting)(struct e1000_hw *);
sys/dev/e1000/e1000_hw.h
766
s32 (*set_obff_timer)(struct e1000_hw *, u32);
sys/dev/e1000/e1000_hw.h
767
s32 (*acquire_swfw_sync)(struct e1000_hw *, u16);
sys/dev/e1000/e1000_hw.h
786
s32 (*init_params)(struct e1000_hw *);
sys/dev/e1000/e1000_hw.h
787
s32 (*acquire)(struct e1000_hw *);
sys/dev/e1000/e1000_hw.h
788
s32 (*cfg_on_link_up)(struct e1000_hw *);
sys/dev/e1000/e1000_hw.h
789
s32 (*check_polarity)(struct e1000_hw *);
sys/dev/e1000/e1000_hw.h
790
s32 (*check_reset_block)(struct e1000_hw *);
sys/dev/e1000/e1000_hw.h
791
s32 (*commit)(struct e1000_hw *);
sys/dev/e1000/e1000_hw.h
792
s32 (*force_speed_duplex)(struct e1000_hw *);
sys/dev/e1000/e1000_hw.h
793
s32 (*get_cfg_done)(struct e1000_hw *hw);
sys/dev/e1000/e1000_hw.h
794
s32 (*get_cable_length)(struct e1000_hw *);
sys/dev/e1000/e1000_hw.h
795
s32 (*get_info)(struct e1000_hw *);
sys/dev/e1000/e1000_hw.h
796
s32 (*set_page)(struct e1000_hw *, u16);
sys/dev/e1000/e1000_hw.h
797
s32 (*read_reg)(struct e1000_hw *, u32, u16 *);
sys/dev/e1000/e1000_hw.h
798
s32 (*read_reg_locked)(struct e1000_hw *, u32, u16 *);
sys/dev/e1000/e1000_hw.h
799
s32 (*read_reg_page)(struct e1000_hw *, u32, u16 *);
sys/dev/e1000/e1000_hw.h
801
s32 (*reset)(struct e1000_hw *);
sys/dev/e1000/e1000_hw.h
802
s32 (*set_d0_lplu_state)(struct e1000_hw *, bool);
sys/dev/e1000/e1000_hw.h
803
s32 (*set_d3_lplu_state)(struct e1000_hw *, bool);
sys/dev/e1000/e1000_hw.h
804
s32 (*write_reg)(struct e1000_hw *, u32, u16);
sys/dev/e1000/e1000_hw.h
805
s32 (*write_reg_locked)(struct e1000_hw *, u32, u16);
sys/dev/e1000/e1000_hw.h
806
s32 (*write_reg_page)(struct e1000_hw *, u32, u16);
sys/dev/e1000/e1000_hw.h
809
s32 (*read_i2c_byte)(struct e1000_hw *, u8, u8, u8 *);
sys/dev/e1000/e1000_hw.h
810
s32 (*write_i2c_byte)(struct e1000_hw *, u8, u8, u8);
sys/dev/e1000/e1000_hw.h
815
s32 (*init_params)(struct e1000_hw *);
sys/dev/e1000/e1000_hw.h
816
s32 (*acquire)(struct e1000_hw *);
sys/dev/e1000/e1000_hw.h
817
s32 (*read)(struct e1000_hw *, u16, u16, u16 *);
sys/dev/e1000/e1000_hw.h
820
s32 (*update)(struct e1000_hw *);
sys/dev/e1000/e1000_hw.h
821
s32 (*valid_led_default)(struct e1000_hw *, u16 *);
sys/dev/e1000/e1000_hw.h
822
s32 (*validate)(struct e1000_hw *);
sys/dev/e1000/e1000_hw.h
823
s32 (*write)(struct e1000_hw *, u16, u16, u16 *);
sys/dev/e1000/e1000_hw.h
940
s32 (*init_params)(struct e1000_hw *hw);
sys/dev/e1000/e1000_hw.h
941
s32 (*read)(struct e1000_hw *, u32 *, u16, u16);
sys/dev/e1000/e1000_hw.h
942
s32 (*write)(struct e1000_hw *, u32 *, u16, u16);
sys/dev/e1000/e1000_hw.h
943
s32 (*read_posted)(struct e1000_hw *, u32 *, u16, u16);
sys/dev/e1000/e1000_hw.h
944
s32 (*write_posted)(struct e1000_hw *, u32 *, u16, u16);
sys/dev/e1000/e1000_hw.h
945
s32 (*check_for_msg)(struct e1000_hw *, u16);
sys/dev/e1000/e1000_hw.h
946
s32 (*check_for_ack)(struct e1000_hw *, u16);
sys/dev/e1000/e1000_hw.h
947
s32 (*check_for_rst)(struct e1000_hw *, u16);
sys/dev/e1000/e1000_i210.c
134
s32 e1000_write_nvm_srwr_i210(struct e1000_hw *hw, u16 offset, u16 words,
sys/dev/e1000/e1000_i210.c
137
s32 status = E1000_SUCCESS;
sys/dev/e1000/e1000_i210.c
175
static s32 e1000_write_nvm_srwr(struct e1000_hw *hw, u16 offset, u16 words,
sys/dev/e1000/e1000_i210.c
181
s32 ret_val = E1000_SUCCESS;
sys/dev/e1000/e1000_i210.c
232
static s32 e1000_read_invm_word_i210(struct e1000_hw *hw, u8 address, u16 *data)
sys/dev/e1000/e1000_i210.c
234
s32 status = -E1000_ERR_INVM_VALUE_NOT_FOUND;
sys/dev/e1000/e1000_i210.c
274
static s32 e1000_read_invm_i210(struct e1000_hw *hw, u16 offset,
sys/dev/e1000/e1000_i210.c
277
s32 ret_val = E1000_SUCCESS;
sys/dev/e1000/e1000_i210.c
354
s32 e1000_read_invm_version(struct e1000_hw *hw,
sys/dev/e1000/e1000_i210.c
364
s32 status = -E1000_ERR_INVM_VALUE_NOT_FOUND;
sys/dev/e1000/e1000_i210.c
38
static s32 e1000_acquire_nvm_i210(struct e1000_hw *hw);
sys/dev/e1000/e1000_i210.c
40
static s32 e1000_write_nvm_srwr(struct e1000_hw *hw, u16 offset, u16 words,
sys/dev/e1000/e1000_i210.c
42
static s32 e1000_pool_flash_update_done_i210(struct e1000_hw *hw);
sys/dev/e1000/e1000_i210.c
43
static s32 e1000_valid_led_default_i210(struct e1000_hw *hw, u16 *data);
sys/dev/e1000/e1000_i210.c
453
s32 e1000_validate_nvm_checksum_i210(struct e1000_hw *hw)
sys/dev/e1000/e1000_i210.c
455
s32 status = E1000_SUCCESS;
sys/dev/e1000/e1000_i210.c
456
s32 (*read_op_ptr)(struct e1000_hw *, u16, u16, u16 *);
sys/dev/e1000/e1000_i210.c
492
s32 e1000_update_nvm_checksum_i210(struct e1000_hw *hw)
sys/dev/e1000/e1000_i210.c
494
s32 ret_val;
sys/dev/e1000/e1000_i210.c
54
static s32 e1000_acquire_nvm_i210(struct e1000_hw *hw)
sys/dev/e1000/e1000_i210.c
56
s32 ret_val;
sys/dev/e1000/e1000_i210.c
571
s32 e1000_update_flash_i210(struct e1000_hw *hw)
sys/dev/e1000/e1000_i210.c
573
s32 ret_val;
sys/dev/e1000/e1000_i210.c
602
s32 e1000_pool_flash_update_done_i210(struct e1000_hw *hw)
sys/dev/e1000/e1000_i210.c
604
s32 ret_val = -E1000_ERR_NVM;
sys/dev/e1000/e1000_i210.c
627
static s32 e1000_init_nvm_params_i210(struct e1000_hw *hw)
sys/dev/e1000/e1000_i210.c
629
s32 ret_val;
sys/dev/e1000/e1000_i210.c
674
static s32 e1000_valid_led_default_i210(struct e1000_hw *hw, u16 *data)
sys/dev/e1000/e1000_i210.c
676
s32 ret_val;
sys/dev/e1000/e1000_i210.c
708
static s32 e1000_pll_workaround_i210(struct e1000_hw *hw)
sys/dev/e1000/e1000_i210.c
710
s32 ret_val;
sys/dev/e1000/e1000_i210.c
785
static s32 e1000_get_cfg_done_i210(struct e1000_hw *hw)
sys/dev/e1000/e1000_i210.c
787
s32 timeout = PHY_CFG_TIMEOUT;
sys/dev/e1000/e1000_i210.c
810
s32 e1000_init_hw_i210(struct e1000_hw *hw)
sys/dev/e1000/e1000_i210.c
813
s32 ret_val;
sys/dev/e1000/e1000_i210.c
89
s32 e1000_read_nvm_srrd_i210(struct e1000_hw *hw, u16 offset, u16 words,
sys/dev/e1000/e1000_i210.c
92
s32 status = E1000_SUCCESS;
sys/dev/e1000/e1000_i210.h
39
s32 e1000_update_flash_i210(struct e1000_hw *hw);
sys/dev/e1000/e1000_i210.h
40
s32 e1000_update_nvm_checksum_i210(struct e1000_hw *hw);
sys/dev/e1000/e1000_i210.h
41
s32 e1000_validate_nvm_checksum_i210(struct e1000_hw *hw);
sys/dev/e1000/e1000_i210.h
42
s32 e1000_write_nvm_srwr_i210(struct e1000_hw *hw, u16 offset,
sys/dev/e1000/e1000_i210.h
44
s32 e1000_read_nvm_srrd_i210(struct e1000_hw *hw, u16 offset,
sys/dev/e1000/e1000_i210.h
46
s32 e1000_read_invm_version(struct e1000_hw *hw,
sys/dev/e1000/e1000_i210.h
48
s32 e1000_init_hw_i210(struct e1000_hw *hw);
sys/dev/e1000/e1000_ich8lan.c
100
static s32 e1000_validate_nvm_checksum_ich8lan(struct e1000_hw *hw);
sys/dev/e1000/e1000_ich8lan.c
101
static s32 e1000_update_nvm_checksum_ich8lan(struct e1000_hw *hw);
sys/dev/e1000/e1000_ich8lan.c
102
static s32 e1000_update_nvm_checksum_spt(struct e1000_hw *hw);
sys/dev/e1000/e1000_ich8lan.c
1021
static s32 e1000_k1_workaround_lpt_lp(struct e1000_hw *hw, bool link)
sys/dev/e1000/e1000_ich8lan.c
1025
s32 ret_val = E1000_SUCCESS;
sys/dev/e1000/e1000_ich8lan.c
103
static s32 e1000_valid_led_default_ich8lan(struct e1000_hw *hw,
sys/dev/e1000/e1000_ich8lan.c
105
static s32 e1000_id_led_init_pchlan(struct e1000_hw *hw);
sys/dev/e1000/e1000_ich8lan.c
106
static s32 e1000_get_bus_info_ich8lan(struct e1000_hw *hw);
sys/dev/e1000/e1000_ich8lan.c
107
static s32 e1000_reset_hw_ich8lan(struct e1000_hw *hw);
sys/dev/e1000/e1000_ich8lan.c
108
static s32 e1000_init_hw_ich8lan(struct e1000_hw *hw);
sys/dev/e1000/e1000_ich8lan.c
109
static s32 e1000_setup_link_ich8lan(struct e1000_hw *hw);
sys/dev/e1000/e1000_ich8lan.c
110
static s32 e1000_setup_copper_link_ich8lan(struct e1000_hw *hw);
sys/dev/e1000/e1000_ich8lan.c
111
static s32 e1000_setup_copper_link_pch_lpt(struct e1000_hw *hw);
sys/dev/e1000/e1000_ich8lan.c
112
static s32 e1000_get_link_up_info_ich8lan(struct e1000_hw *hw,
sys/dev/e1000/e1000_ich8lan.c
1130
static s32 e1000_platform_pm_pch_lpt(struct e1000_hw *hw, bool link)
sys/dev/e1000/e1000_ich8lan.c
1135
s32 obff_hwm = 0;
sys/dev/e1000/e1000_ich8lan.c
114
static s32 e1000_cleanup_led_ich8lan(struct e1000_hw *hw);
sys/dev/e1000/e1000_ich8lan.c
115
static s32 e1000_led_on_ich8lan(struct e1000_hw *hw);
sys/dev/e1000/e1000_ich8lan.c
116
static s32 e1000_led_off_ich8lan(struct e1000_hw *hw);
sys/dev/e1000/e1000_ich8lan.c
117
static s32 e1000_k1_gig_workaround_hv(struct e1000_hw *hw, bool link);
sys/dev/e1000/e1000_ich8lan.c
118
static s32 e1000_setup_led_pchlan(struct e1000_hw *hw);
sys/dev/e1000/e1000_ich8lan.c
119
static s32 e1000_cleanup_led_pchlan(struct e1000_hw *hw);
sys/dev/e1000/e1000_ich8lan.c
120
static s32 e1000_led_on_pchlan(struct e1000_hw *hw);
sys/dev/e1000/e1000_ich8lan.c
1201
obff_hwm = (s32)(rxa - lat_ns);
sys/dev/e1000/e1000_ich8lan.c
121
static s32 e1000_led_off_pchlan(struct e1000_hw *hw);
sys/dev/e1000/e1000_ich8lan.c
123
static s32 e1000_erase_flash_bank_ich8lan(struct e1000_hw *hw, u32 bank);
sys/dev/e1000/e1000_ich8lan.c
1238
static s32 e1000_set_obff_timer_pch_lpt(struct e1000_hw *hw, u32 itr)
sys/dev/e1000/e1000_ich8lan.c
1241
s32 timer;
sys/dev/e1000/e1000_ich8lan.c
125
static s32 e1000_kmrn_lock_loss_workaround_ich8lan(struct e1000_hw *hw);
sys/dev/e1000/e1000_ich8lan.c
126
static s32 e1000_read_flash_byte_ich8lan(struct e1000_hw *hw,
sys/dev/e1000/e1000_ich8lan.c
1272
s32 e1000_enable_ulp_lpt_lp(struct e1000_hw *hw, bool to_sx)
sys/dev/e1000/e1000_ich8lan.c
1275
s32 ret_val = E1000_SUCCESS;
sys/dev/e1000/e1000_ich8lan.c
128
static s32 e1000_read_flash_data_ich8lan(struct e1000_hw *hw, u32 offset,
sys/dev/e1000/e1000_ich8lan.c
130
static s32 e1000_read_flash_data32_ich8lan(struct e1000_hw *hw, u32 offset,
sys/dev/e1000/e1000_ich8lan.c
132
static s32 e1000_read_flash_dword_ich8lan(struct e1000_hw *hw,
sys/dev/e1000/e1000_ich8lan.c
134
static s32 e1000_write_flash_data32_ich8lan(struct e1000_hw *hw,
sys/dev/e1000/e1000_ich8lan.c
136
static s32 e1000_retry_write_flash_dword_ich8lan(struct e1000_hw *hw,
sys/dev/e1000/e1000_ich8lan.c
138
static s32 e1000_read_flash_word_ich8lan(struct e1000_hw *hw,
sys/dev/e1000/e1000_ich8lan.c
140
static s32 e1000_retry_write_flash_byte_ich8lan(struct e1000_hw *hw,
sys/dev/e1000/e1000_ich8lan.c
1419
s32 e1000_disable_ulp_lpt_lp(struct e1000_hw *hw, bool force)
sys/dev/e1000/e1000_ich8lan.c
142
static s32 e1000_get_cfg_done_ich8lan(struct e1000_hw *hw);
sys/dev/e1000/e1000_ich8lan.c
1421
s32 ret_val = E1000_SUCCESS;
sys/dev/e1000/e1000_ich8lan.c
144
static s32 e1000_check_for_copper_link_ich8lan(struct e1000_hw *hw);
sys/dev/e1000/e1000_ich8lan.c
145
static s32 e1000_set_mdio_slow_mode_hv(struct e1000_hw *hw);
sys/dev/e1000/e1000_ich8lan.c
146
static s32 e1000_k1_workaround_lv(struct e1000_hw *hw);
sys/dev/e1000/e1000_ich8lan.c
148
static s32 e1000_set_obff_timer_pch_lpt(struct e1000_hw *hw, u32 itr);
sys/dev/e1000/e1000_ich8lan.c
1560
static s32 e1000_check_for_copper_link_ich8lan(struct e1000_hw *hw)
sys/dev/e1000/e1000_ich8lan.c
1563
s32 ret_val, tipg_reg = 0;
sys/dev/e1000/e1000_ich8lan.c
1870
static s32 e1000_acquire_nvm_ich8lan(struct e1000_hw *hw)
sys/dev/e1000/e1000_ich8lan.c
1899
static s32 e1000_acquire_swflag_ich8lan(struct e1000_hw *hw)
sys/dev/e1000/e1000_ich8lan.c
1902
s32 ret_val = E1000_SUCCESS;
sys/dev/e1000/e1000_ich8lan.c
205
s32 ret_val = 0;
sys/dev/e1000/e1000_ich8lan.c
2056
s32 ret_val;
sys/dev/e1000/e1000_ich8lan.c
2134
s32 ret_val;
sys/dev/e1000/e1000_ich8lan.c
2177
s32 ret_val;
sys/dev/e1000/e1000_ich8lan.c
2214
static s32 e1000_check_reset_block_ich8lan(struct e1000_hw *hw)
sys/dev/e1000/e1000_ich8lan.c
2241
static s32 e1000_write_smbus_addr(struct e1000_hw *hw)
sys/dev/e1000/e1000_ich8lan.c
2247
s32 ret_val;
sys/dev/e1000/e1000_ich8lan.c
2282
static s32 e1000_sw_lcd_config_ich8lan(struct e1000_hw *hw)
sys/dev/e1000/e1000_ich8lan.c
2286
s32 ret_val = E1000_SUCCESS;
sys/dev/e1000/e1000_ich8lan.c
2413
static s32 e1000_k1_gig_workaround_hv(struct e1000_hw *hw, bool link)
sys/dev/e1000/e1000_ich8lan.c
2415
s32 ret_val = E1000_SUCCESS;
sys/dev/e1000/e1000_ich8lan.c
2495
s32 e1000_configure_k1_ich8lan(struct e1000_hw *hw, bool k1_enable)
sys/dev/e1000/e1000_ich8lan.c
2497
s32 ret_val;
sys/dev/e1000/e1000_ich8lan.c
2548
static s32 e1000_oem_bits_config_ich8lan(struct e1000_hw *hw, bool d0_state)
sys/dev/e1000/e1000_ich8lan.c
2550
s32 ret_val = 0;
sys/dev/e1000/e1000_ich8lan.c
2615
static s32 e1000_set_mdio_slow_mode_hv(struct e1000_hw *hw)
sys/dev/e1000/e1000_ich8lan.c
2617
s32 ret_val;
sys/dev/e1000/e1000_ich8lan.c
2638
static s32 e1000_hv_phy_workarounds_ich8lan(struct e1000_hw *hw)
sys/dev/e1000/e1000_ich8lan.c
2640
s32 ret_val = E1000_SUCCESS;
sys/dev/e1000/e1000_ich8lan.c
2729
s32 ret_val;
sys/dev/e1000/e1000_ich8lan.c
2786
s32 e1000_lv_jumbo_workaround_ich8lan(struct e1000_hw *hw, bool enable)
sys/dev/e1000/e1000_ich8lan.c
2788
s32 ret_val = E1000_SUCCESS;
sys/dev/e1000/e1000_ich8lan.c
2960
static s32 e1000_lv_phy_workarounds_ich8lan(struct e1000_hw *hw)
sys/dev/e1000/e1000_ich8lan.c
2962
s32 ret_val = E1000_SUCCESS;
sys/dev/e1000/e1000_ich8lan.c
2996
static s32 e1000_k1_workaround_lv(struct e1000_hw *hw)
sys/dev/e1000/e1000_ich8lan.c
2998
s32 ret_val = E1000_SUCCESS;
sys/dev/e1000/e1000_ich8lan.c
3103
static s32 e1000_post_phy_reset_ich8lan(struct e1000_hw *hw)
sys/dev/e1000/e1000_ich8lan.c
3105
s32 ret_val = E1000_SUCCESS;
sys/dev/e1000/e1000_ich8lan.c
317
static s32 e1000_init_phy_workarounds_pchlan(struct e1000_hw *hw)
sys/dev/e1000/e1000_ich8lan.c
3176
static s32 e1000_phy_hw_reset_ich8lan(struct e1000_hw *hw)
sys/dev/e1000/e1000_ich8lan.c
3178
s32 ret_val = E1000_SUCCESS;
sys/dev/e1000/e1000_ich8lan.c
320
s32 ret_val;
sys/dev/e1000/e1000_ich8lan.c
3205
static s32 e1000_set_lplu_state_pchlan(struct e1000_hw *hw, bool active)
sys/dev/e1000/e1000_ich8lan.c
3207
s32 ret_val;
sys/dev/e1000/e1000_ich8lan.c
3239
static s32 e1000_set_d0_lplu_state_ich8lan(struct e1000_hw *hw, bool active)
sys/dev/e1000/e1000_ich8lan.c
3243
s32 ret_val = E1000_SUCCESS;
sys/dev/e1000/e1000_ich8lan.c
3335
static s32 e1000_set_d3_lplu_state_ich8lan(struct e1000_hw *hw, bool active)
sys/dev/e1000/e1000_ich8lan.c
3339
s32 ret_val = E1000_SUCCESS;
sys/dev/e1000/e1000_ich8lan.c
3424
static s32 e1000_valid_nvm_bank_detect_ich8lan(struct e1000_hw *hw, u32 *bank)
sys/dev/e1000/e1000_ich8lan.c
3432
s32 ret_val;
sys/dev/e1000/e1000_ich8lan.c
3531
static s32 e1000_read_nvm_spt(struct e1000_hw *hw, u16 offset, u16 words,
sys/dev/e1000/e1000_ich8lan.c
3537
s32 ret_val = E1000_SUCCESS;
sys/dev/e1000/e1000_ich8lan.c
3626
static s32 e1000_read_nvm_ich8lan(struct e1000_hw *hw, u16 offset, u16 words,
sys/dev/e1000/e1000_ich8lan.c
3632
s32 ret_val = E1000_SUCCESS;
sys/dev/e1000/e1000_ich8lan.c
3686
static s32 e1000_flash_cycle_init_ich8lan(struct e1000_hw *hw)
sys/dev/e1000/e1000_ich8lan.c
3689
s32 ret_val = -E1000_ERR_NVM;
sys/dev/e1000/e1000_ich8lan.c
3732
s32 i;
sys/dev/e1000/e1000_ich8lan.c
3772
static s32 e1000_flash_cycle_ich8lan(struct e1000_hw *hw, u32 timeout)
sys/dev/e1000/e1000_ich8lan.c
3816
static s32 e1000_read_flash_dword_ich8lan(struct e1000_hw *hw, u32 offset,
sys/dev/e1000/e1000_ich8lan.c
3839
static s32 e1000_read_flash_word_ich8lan(struct e1000_hw *hw, u32 offset,
sys/dev/e1000/e1000_ich8lan.c
3861
static s32 e1000_read_flash_byte_ich8lan(struct e1000_hw *hw, u32 offset,
sys/dev/e1000/e1000_ich8lan.c
3864
s32 ret_val;
sys/dev/e1000/e1000_ich8lan.c
3892
static s32 e1000_read_flash_data_ich8lan(struct e1000_hw *hw, u32 offset,
sys/dev/e1000/e1000_ich8lan.c
3899
s32 ret_val = -E1000_ERR_NVM;
sys/dev/e1000/e1000_ich8lan.c
3967
static s32 e1000_read_flash_data32_ich8lan(struct e1000_hw *hw, u32 offset,
sys/dev/e1000/e1000_ich8lan.c
3973
s32 ret_val = -E1000_ERR_NVM;
sys/dev/e1000/e1000_ich8lan.c
4046
static s32 e1000_write_nvm_ich8lan(struct e1000_hw *hw, u16 offset, u16 words,
sys/dev/e1000/e1000_ich8lan.c
4084
static s32 e1000_update_nvm_checksum_spt(struct e1000_hw *hw)
sys/dev/e1000/e1000_ich8lan.c
4089
s32 ret_val;
sys/dev/e1000/e1000_ich8lan.c
4246
static s32 e1000_update_nvm_checksum_ich8lan(struct e1000_hw *hw)
sys/dev/e1000/e1000_ich8lan.c
4251
s32 ret_val;
sys/dev/e1000/e1000_ich8lan.c
4396
static s32 e1000_validate_nvm_checksum_ich8lan(struct e1000_hw *hw)
sys/dev/e1000/e1000_ich8lan.c
4398
s32 ret_val;
sys/dev/e1000/e1000_ich8lan.c
4453
static s32 e1000_write_flash_data_ich8lan(struct e1000_hw *hw, u32 offset,
sys/dev/e1000/e1000_ich8lan.c
4460
s32 ret_val;
sys/dev/e1000/e1000_ich8lan.c
4550
static s32 e1000_write_flash_data32_ich8lan(struct e1000_hw *hw, u32 offset,
sys/dev/e1000/e1000_ich8lan.c
4556
s32 ret_val;
sys/dev/e1000/e1000_ich8lan.c
457
static s32 e1000_init_phy_params_pchlan(struct e1000_hw *hw)
sys/dev/e1000/e1000_ich8lan.c
460
s32 ret_val;
sys/dev/e1000/e1000_ich8lan.c
4639
static s32 e1000_write_flash_byte_ich8lan(struct e1000_hw *hw, u32 offset,
sys/dev/e1000/e1000_ich8lan.c
4658
static s32 e1000_retry_write_flash_dword_ich8lan(struct e1000_hw *hw,
sys/dev/e1000/e1000_ich8lan.c
4661
s32 ret_val;
sys/dev/e1000/e1000_ich8lan.c
4695
static s32 e1000_retry_write_flash_byte_ich8lan(struct e1000_hw *hw,
sys/dev/e1000/e1000_ich8lan.c
4698
s32 ret_val;
sys/dev/e1000/e1000_ich8lan.c
4728
static s32 e1000_erase_flash_bank_ich8lan(struct e1000_hw *hw, u32 bank)
sys/dev/e1000/e1000_ich8lan.c
4736
s32 ret_val;
sys/dev/e1000/e1000_ich8lan.c
4737
s32 count = 0;
sys/dev/e1000/e1000_ich8lan.c
4738
s32 j, iteration, sector_size;
sys/dev/e1000/e1000_ich8lan.c
4849
static s32 e1000_valid_led_default_ich8lan(struct e1000_hw *hw, u16 *data)
sys/dev/e1000/e1000_ich8lan.c
4851
s32 ret_val;
sys/dev/e1000/e1000_ich8lan.c
4880
static s32 e1000_id_led_init_pchlan(struct e1000_hw *hw)
sys/dev/e1000/e1000_ich8lan.c
4883
s32 ret_val;
sys/dev/e1000/e1000_ich8lan.c
4948
static s32 e1000_get_bus_info_ich8lan(struct e1000_hw *hw)
sys/dev/e1000/e1000_ich8lan.c
4951
s32 ret_val;
sys/dev/e1000/e1000_ich8lan.c
4975
static s32 e1000_reset_hw_ich8lan(struct e1000_hw *hw)
sys/dev/e1000/e1000_ich8lan.c
4980
s32 ret_val;
sys/dev/e1000/e1000_ich8lan.c
5112
static s32 e1000_init_hw_ich8lan(struct e1000_hw *hw)
sys/dev/e1000/e1000_ich8lan.c
5116
s32 ret_val;
sys/dev/e1000/e1000_ich8lan.c
5288
static s32 e1000_setup_link_ich8lan(struct e1000_hw *hw)
sys/dev/e1000/e1000_ich8lan.c
5290
s32 ret_val;
sys/dev/e1000/e1000_ich8lan.c
5341
static s32 e1000_setup_copper_link_ich8lan(struct e1000_hw *hw)
sys/dev/e1000/e1000_ich8lan.c
5344
s32 ret_val;
sys/dev/e1000/e1000_ich8lan.c
5432
static s32 e1000_setup_copper_link_pch_lpt(struct e1000_hw *hw)
sys/dev/e1000/e1000_ich8lan.c
5435
s32 ret_val;
sys/dev/e1000/e1000_ich8lan.c
5461
static s32 e1000_get_link_up_info_ich8lan(struct e1000_hw *hw, u16 *speed,
sys/dev/e1000/e1000_ich8lan.c
5464
s32 ret_val;
sys/dev/e1000/e1000_ich8lan.c
5496
static s32 e1000_kmrn_lock_loss_workaround_ich8lan(struct e1000_hw *hw)
sys/dev/e1000/e1000_ich8lan.c
5500
s32 ret_val;
sys/dev/e1000/e1000_ich8lan.c
552
static s32 e1000_init_phy_params_ich8lan(struct e1000_hw *hw)
sys/dev/e1000/e1000_ich8lan.c
555
s32 ret_val;
sys/dev/e1000/e1000_ich8lan.c
5641
s32 ret_val;
sys/dev/e1000/e1000_ich8lan.c
5683
s32 ret_val;
sys/dev/e1000/e1000_ich8lan.c
5815
s32 ret_val;
sys/dev/e1000/e1000_ich8lan.c
5883
static s32 e1000_cleanup_led_ich8lan(struct e1000_hw *hw)
sys/dev/e1000/e1000_ich8lan.c
5901
static s32 e1000_led_on_ich8lan(struct e1000_hw *hw)
sys/dev/e1000/e1000_ich8lan.c
5919
static s32 e1000_led_off_ich8lan(struct e1000_hw *hw)
sys/dev/e1000/e1000_ich8lan.c
5937
static s32 e1000_setup_led_pchlan(struct e1000_hw *hw)
sys/dev/e1000/e1000_ich8lan.c
5951
static s32 e1000_cleanup_led_pchlan(struct e1000_hw *hw)
sys/dev/e1000/e1000_ich8lan.c
5965
static s32 e1000_led_on_pchlan(struct e1000_hw *hw)
sys/dev/e1000/e1000_ich8lan.c
5997
static s32 e1000_led_off_pchlan(struct e1000_hw *hw)
sys/dev/e1000/e1000_ich8lan.c
6035
static s32 e1000_get_cfg_done_ich8lan(struct e1000_hw *hw)
sys/dev/e1000/e1000_ich8lan.c
6037
s32 ret_val = E1000_SUCCESS;
sys/dev/e1000/e1000_ich8lan.c
6111
s32 ret_val;
sys/dev/e1000/e1000_ich8lan.c
6177
s32 e1000_configure_k0s_lpt(struct e1000_hw *hw, u8 entry_latency, u8 min_time)
sys/dev/e1000/e1000_ich8lan.c
6179
s32 ret_val;
sys/dev/e1000/e1000_ich8lan.c
644
static s32 e1000_init_nvm_params_ich8lan(struct e1000_hw *hw)
sys/dev/e1000/e1000_ich8lan.c
734
static s32 e1000_init_mac_params_ich8lan(struct e1000_hw *hw)
sys/dev/e1000/e1000_ich8lan.c
74
static s32 e1000_oem_bits_config_ich8lan(struct e1000_hw *hw, bool d0_state);
sys/dev/e1000/e1000_ich8lan.c
75
static s32 e1000_acquire_swflag_ich8lan(struct e1000_hw *hw);
sys/dev/e1000/e1000_ich8lan.c
77
static s32 e1000_acquire_nvm_ich8lan(struct e1000_hw *hw);
sys/dev/e1000/e1000_ich8lan.c
83
static s32 e1000_sw_lcd_config_ich8lan(struct e1000_hw *hw);
sys/dev/e1000/e1000_ich8lan.c
855
static s32 __e1000_access_emi_reg_locked(struct e1000_hw *hw, u16 address,
sys/dev/e1000/e1000_ich8lan.c
858
s32 ret_val;
sys/dev/e1000/e1000_ich8lan.c
87
static s32 e1000_check_reset_block_ich8lan(struct e1000_hw *hw);
sys/dev/e1000/e1000_ich8lan.c
88
static s32 e1000_phy_hw_reset_ich8lan(struct e1000_hw *hw);
sys/dev/e1000/e1000_ich8lan.c
884
s32 e1000_read_emi_reg_locked(struct e1000_hw *hw, u16 addr, u16 *data)
sys/dev/e1000/e1000_ich8lan.c
89
static s32 e1000_set_lplu_state_pchlan(struct e1000_hw *hw, bool active);
sys/dev/e1000/e1000_ich8lan.c
899
s32 e1000_write_emi_reg_locked(struct e1000_hw *hw, u16 addr, u16 data)
sys/dev/e1000/e1000_ich8lan.c
90
static s32 e1000_set_d0_lplu_state_ich8lan(struct e1000_hw *hw,
sys/dev/e1000/e1000_ich8lan.c
92
static s32 e1000_set_d3_lplu_state_ich8lan(struct e1000_hw *hw,
sys/dev/e1000/e1000_ich8lan.c
920
s32 e1000_set_eee_pchlan(struct e1000_hw *hw)
sys/dev/e1000/e1000_ich8lan.c
923
s32 ret_val;
sys/dev/e1000/e1000_ich8lan.c
94
static s32 e1000_read_nvm_ich8lan(struct e1000_hw *hw, u16 offset,
sys/dev/e1000/e1000_ich8lan.c
96
static s32 e1000_read_nvm_spt(struct e1000_hw *hw, u16 offset, u16 words,
sys/dev/e1000/e1000_ich8lan.c
98
static s32 e1000_write_nvm_ich8lan(struct e1000_hw *hw, u16 offset,
sys/dev/e1000/e1000_ich8lan.h
338
s32 e1000_configure_k1_ich8lan(struct e1000_hw *hw, bool k1_enable);
sys/dev/e1000/e1000_ich8lan.h
339
s32 e1000_configure_k0s_lpt(struct e1000_hw *hw, u8 entry_latency, u8 min_time);
sys/dev/e1000/e1000_ich8lan.h
341
s32 e1000_lv_jumbo_workaround_ich8lan(struct e1000_hw *hw, bool enable);
sys/dev/e1000/e1000_ich8lan.h
342
s32 e1000_read_emi_reg_locked(struct e1000_hw *hw, u16 addr, u16 *data);
sys/dev/e1000/e1000_ich8lan.h
343
s32 e1000_write_emi_reg_locked(struct e1000_hw *hw, u16 addr, u16 data);
sys/dev/e1000/e1000_ich8lan.h
344
s32 e1000_set_eee_pchlan(struct e1000_hw *hw);
sys/dev/e1000/e1000_ich8lan.h
345
s32 e1000_enable_ulp_lpt_lp(struct e1000_hw *hw, bool to_sx);
sys/dev/e1000/e1000_ich8lan.h
346
s32 e1000_disable_ulp_lpt_lp(struct e1000_hw *hw, bool force);
sys/dev/e1000/e1000_mac.c
1009
s32 e1000_setup_link_generic(struct e1000_hw *hw)
sys/dev/e1000/e1000_mac.c
1011
s32 ret_val;
sys/dev/e1000/e1000_mac.c
1065
s32 e1000_commit_fc_settings_generic(struct e1000_hw *hw)
sys/dev/e1000/e1000_mac.c
109
s32 e1000_null_link_info(struct e1000_hw E1000_UNUSEDARG *hw,
sys/dev/e1000/e1000_mac.c
1134
s32 e1000_poll_fiber_serdes_link_generic(struct e1000_hw *hw)
sys/dev/e1000/e1000_mac.c
1138
s32 ret_val;
sys/dev/e1000/e1000_mac.c
1183
s32 e1000_setup_fiber_serdes_link_generic(struct e1000_hw *hw)
sys/dev/e1000/e1000_mac.c
1186
s32 ret_val;
sys/dev/e1000/e1000_mac.c
1257
s32 e1000_set_fc_watermarks_generic(struct e1000_hw *hw)
sys/dev/e1000/e1000_mac.c
1296
s32 e1000_force_mac_fc_generic(struct e1000_hw *hw)
sys/dev/e1000/e1000_mac.c
1358
s32 e1000_config_fc_after_link_up_generic(struct e1000_hw *hw)
sys/dev/e1000/e1000_mac.c
1361
s32 ret_val = E1000_SUCCESS;
sys/dev/e1000/e1000_mac.c
1666
s32 e1000_get_speed_and_duplex_copper_generic(struct e1000_hw *hw, u16 *speed,
sys/dev/e1000/e1000_mac.c
169
s32 e1000_null_set_obff_timer(struct e1000_hw E1000_UNUSEDARG *hw,
sys/dev/e1000/e1000_mac.c
1705
s32 e1000_get_speed_and_duplex_fiber_serdes_generic(struct e1000_hw E1000_UNUSEDARG *hw,
sys/dev/e1000/e1000_mac.c
1722
s32 e1000_get_auto_rd_done_generic(struct e1000_hw *hw)
sys/dev/e1000/e1000_mac.c
1724
s32 i = 0;
sys/dev/e1000/e1000_mac.c
1751
s32 e1000_valid_led_default_generic(struct e1000_hw *hw, u16 *data)
sys/dev/e1000/e1000_mac.c
1753
s32 ret_val;
sys/dev/e1000/e1000_mac.c
1774
s32 e1000_id_led_init_generic(struct e1000_hw *hw)
sys/dev/e1000/e1000_mac.c
1777
s32 ret_val;
sys/dev/e1000/e1000_mac.c
184
s32 e1000_get_bus_info_pci_generic(struct e1000_hw *hw)
sys/dev/e1000/e1000_mac.c
1842
s32 e1000_setup_led_generic(struct e1000_hw *hw)
sys/dev/e1000/e1000_mac.c
1874
s32 e1000_cleanup_led_generic(struct e1000_hw *hw)
sys/dev/e1000/e1000_mac.c
1888
s32 e1000_blink_led_generic(struct e1000_hw *hw)
sys/dev/e1000/e1000_mac.c
189
s32 ret_val = E1000_SUCCESS;
sys/dev/e1000/e1000_mac.c
1935
s32 e1000_led_on_generic(struct e1000_hw *hw)
sys/dev/e1000/e1000_mac.c
1964
s32 e1000_led_off_generic(struct e1000_hw *hw)
sys/dev/e1000/e1000_mac.c
2022
s32 e1000_disable_pcie_master_generic(struct e1000_hw *hw)
sys/dev/e1000/e1000_mac.c
2025
s32 timeout = MASTER_DISABLE_TIMEOUT;
sys/dev/e1000/e1000_mac.c
2128
static s32 e1000_validate_mdi_setting_generic(struct e1000_hw *hw)
sys/dev/e1000/e1000_mac.c
2148
s32 e1000_validate_mdi_setting_crossover_generic(struct e1000_hw E1000_UNUSEDARG *hw)
sys/dev/e1000/e1000_mac.c
2166
s32 e1000_write_8bit_ctrl_reg_generic(struct e1000_hw *hw, u32 reg,
sys/dev/e1000/e1000_mac.c
2198
s32 e1000_get_hw_semaphore(struct e1000_hw *hw)
sys/dev/e1000/e1000_mac.c
2201
s32 fw_timeout = hw->nvm.word_size + 1;
sys/dev/e1000/e1000_mac.c
2202
s32 sw_timeout = hw->nvm.word_size + 1;
sys/dev/e1000/e1000_mac.c
2203
s32 i = 0;
sys/dev/e1000/e1000_mac.c
2299
s32
sys/dev/e1000/e1000_mac.c
2305
s32 ret_val = E1000_SUCCESS;
sys/dev/e1000/e1000_mac.c
2306
s32 i = 0, timeout = 200;
sys/dev/e1000/e1000_mac.c
239
s32 e1000_get_bus_info_pcie_generic(struct e1000_hw *hw)
sys/dev/e1000/e1000_mac.c
243
s32 ret_val;
sys/dev/e1000/e1000_mac.c
37
static s32 e1000_validate_mdi_setting_generic(struct e1000_hw *hw);
sys/dev/e1000/e1000_mac.c
407
s32 e1000_check_alt_mac_addr_generic(struct e1000_hw *hw)
sys/dev/e1000/e1000_mac.c
410
s32 ret_val;
sys/dev/e1000/e1000_mac.c
716
s32 e1000_check_for_copper_link_generic(struct e1000_hw *hw)
sys/dev/e1000/e1000_mac.c
719
s32 ret_val;
sys/dev/e1000/e1000_mac.c
781
s32 e1000_check_for_fiber_link_generic(struct e1000_hw *hw)
sys/dev/e1000/e1000_mac.c
787
s32 ret_val;
sys/dev/e1000/e1000_mac.c
848
s32 e1000_check_for_serdes_link_generic(struct e1000_hw *hw)
sys/dev/e1000/e1000_mac.c
854
s32 ret_val;
sys/dev/e1000/e1000_mac.c
87
s32 e1000_null_ops_generic(struct e1000_hw E1000_UNUSEDARG *hw)
sys/dev/e1000/e1000_mac.c
954
s32 e1000_set_default_fc_generic(struct e1000_hw *hw)
sys/dev/e1000/e1000_mac.c
956
s32 ret_val;
sys/dev/e1000/e1000_mac.h
41
s32 e1000_null_ops_generic(struct e1000_hw *hw);
sys/dev/e1000/e1000_mac.h
42
s32 e1000_null_link_info(struct e1000_hw *hw, u16 *s, u16 *d);
sys/dev/e1000/e1000_mac.h
47
s32 e1000_null_set_obff_timer(struct e1000_hw *hw, u32 a);
sys/dev/e1000/e1000_mac.h
48
s32 e1000_blink_led_generic(struct e1000_hw *hw);
sys/dev/e1000/e1000_mac.h
49
s32 e1000_check_for_copper_link_generic(struct e1000_hw *hw);
sys/dev/e1000/e1000_mac.h
50
s32 e1000_check_for_fiber_link_generic(struct e1000_hw *hw);
sys/dev/e1000/e1000_mac.h
51
s32 e1000_check_for_serdes_link_generic(struct e1000_hw *hw);
sys/dev/e1000/e1000_mac.h
52
s32 e1000_cleanup_led_generic(struct e1000_hw *hw);
sys/dev/e1000/e1000_mac.h
53
s32 e1000_commit_fc_settings_generic(struct e1000_hw *hw);
sys/dev/e1000/e1000_mac.h
54
s32 e1000_poll_fiber_serdes_link_generic(struct e1000_hw *hw);
sys/dev/e1000/e1000_mac.h
55
s32 e1000_config_fc_after_link_up_generic(struct e1000_hw *hw);
sys/dev/e1000/e1000_mac.h
56
s32 e1000_disable_pcie_master_generic(struct e1000_hw *hw);
sys/dev/e1000/e1000_mac.h
57
s32 e1000_force_mac_fc_generic(struct e1000_hw *hw);
sys/dev/e1000/e1000_mac.h
58
s32 e1000_get_auto_rd_done_generic(struct e1000_hw *hw);
sys/dev/e1000/e1000_mac.h
59
s32 e1000_get_bus_info_pci_generic(struct e1000_hw *hw);
sys/dev/e1000/e1000_mac.h
60
s32 e1000_get_bus_info_pcie_generic(struct e1000_hw *hw);
sys/dev/e1000/e1000_mac.h
63
s32 e1000_get_speed_and_duplex_copper_generic(struct e1000_hw *hw, u16 *speed,
sys/dev/e1000/e1000_mac.h
65
s32 e1000_get_speed_and_duplex_fiber_serdes_generic(struct e1000_hw *hw,
sys/dev/e1000/e1000_mac.h
67
s32 e1000_id_led_init_generic(struct e1000_hw *hw);
sys/dev/e1000/e1000_mac.h
68
s32 e1000_led_on_generic(struct e1000_hw *hw);
sys/dev/e1000/e1000_mac.h
69
s32 e1000_led_off_generic(struct e1000_hw *hw);
sys/dev/e1000/e1000_mac.h
73
s32 e1000_set_default_fc_generic(struct e1000_hw *hw);
sys/dev/e1000/e1000_mac.h
74
s32 e1000_set_fc_watermarks_generic(struct e1000_hw *hw);
sys/dev/e1000/e1000_mac.h
75
s32 e1000_setup_fiber_serdes_link_generic(struct e1000_hw *hw);
sys/dev/e1000/e1000_mac.h
76
s32 e1000_setup_led_generic(struct e1000_hw *hw);
sys/dev/e1000/e1000_mac.h
77
s32 e1000_setup_link_generic(struct e1000_hw *hw);
sys/dev/e1000/e1000_mac.h
78
s32 e1000_validate_mdi_setting_crossover_generic(struct e1000_hw *hw);
sys/dev/e1000/e1000_mac.h
79
s32 e1000_write_8bit_ctrl_reg_generic(struct e1000_hw *hw, u32 reg,
sys/dev/e1000/e1000_mac.h
88
s32 e1000_check_alt_mac_addr_generic(struct e1000_hw *hw);
sys/dev/e1000/e1000_mac.h
94
s32 e1000_get_hw_semaphore(struct e1000_hw *hw);
sys/dev/e1000/e1000_mac.h
96
s32 e1000_acquire_swfw_sync(struct e1000_hw *hw, u16 mask);
sys/dev/e1000/e1000_manage.c
136
s32 ret_val, hdr_csum, csum;
sys/dev/e1000/e1000_manage.c
191
s32 e1000_mng_write_cmd_header_generic(struct e1000_hw *hw,
sys/dev/e1000/e1000_manage.c
225
s32 e1000_mng_host_if_write_generic(struct e1000_hw *hw, u8 *buffer,
sys/dev/e1000/e1000_manage.c
297
s32 e1000_mng_write_dhcp_info_generic(struct e1000_hw *hw, u8 *buffer,
sys/dev/e1000/e1000_manage.c
301
s32 ret_val;
sys/dev/e1000/e1000_manage.c
368
s32 ret_val;
sys/dev/e1000/e1000_manage.c
396
s32 e1000_host_interface_command(struct e1000_hw *hw, u8 *buffer, u32 length)
sys/dev/e1000/e1000_manage.c
470
s32 e1000_load_firmware(struct e1000_hw *hw, u8 *buffer, u32 length)
sys/dev/e1000/e1000_manage.c
72
s32 e1000_mng_enable_host_if_generic(struct e1000_hw *hw)
sys/dev/e1000/e1000_manage.h
40
s32 e1000_mng_enable_host_if_generic(struct e1000_hw *hw);
sys/dev/e1000/e1000_manage.h
41
s32 e1000_mng_host_if_write_generic(struct e1000_hw *hw, u8 *buffer,
sys/dev/e1000/e1000_manage.h
43
s32 e1000_mng_write_cmd_header_generic(struct e1000_hw *hw,
sys/dev/e1000/e1000_manage.h
45
s32 e1000_mng_write_dhcp_info_generic(struct e1000_hw *hw,
sys/dev/e1000/e1000_manage.h
49
s32 e1000_host_interface_command(struct e1000_hw *hw, u8 *buffer, u32 length);
sys/dev/e1000/e1000_manage.h
50
s32 e1000_load_firmware(struct e1000_hw *hw, u8 *buffer, u32 length);
sys/dev/e1000/e1000_mbx.c
102
s32 e1000_write_mbx(struct e1000_hw *hw, u32 *msg, u16 size, u16 mbx_id)
sys/dev/e1000/e1000_mbx.c
105
s32 ret_val = E1000_SUCCESS;
sys/dev/e1000/e1000_mbx.c
125
s32 e1000_check_for_msg(struct e1000_hw *hw, u16 mbx_id)
sys/dev/e1000/e1000_mbx.c
128
s32 ret_val = -E1000_ERR_MBX;
sys/dev/e1000/e1000_mbx.c
145
s32 e1000_check_for_ack(struct e1000_hw *hw, u16 mbx_id)
sys/dev/e1000/e1000_mbx.c
148
s32 ret_val = -E1000_ERR_MBX;
sys/dev/e1000/e1000_mbx.c
165
s32 e1000_check_for_rst(struct e1000_hw *hw, u16 mbx_id)
sys/dev/e1000/e1000_mbx.c
168
s32 ret_val = -E1000_ERR_MBX;
sys/dev/e1000/e1000_mbx.c
185
static s32 e1000_poll_for_msg(struct e1000_hw *hw, u16 mbx_id)
sys/dev/e1000/e1000_mbx.c
216
static s32 e1000_poll_for_ack(struct e1000_hw *hw, u16 mbx_id)
sys/dev/e1000/e1000_mbx.c
250
s32 e1000_read_posted_mbx(struct e1000_hw *hw, u32 *msg, u16 size, u16 mbx_id)
sys/dev/e1000/e1000_mbx.c
253
s32 ret_val = -E1000_ERR_MBX;
sys/dev/e1000/e1000_mbx.c
279
s32 e1000_write_posted_mbx(struct e1000_hw *hw, u32 *msg, u16 size, u16 mbx_id)
sys/dev/e1000/e1000_mbx.c
282
s32 ret_val = -E1000_ERR_MBX;
sys/dev/e1000/e1000_mbx.c
344
static s32 e1000_check_for_bit_vf(struct e1000_hw *hw, u32 mask)
sys/dev/e1000/e1000_mbx.c
347
s32 ret_val = -E1000_ERR_MBX;
sys/dev/e1000/e1000_mbx.c
364
static s32 e1000_check_for_msg_vf(struct e1000_hw *hw,
sys/dev/e1000/e1000_mbx.c
367
s32 ret_val = -E1000_ERR_MBX;
sys/dev/e1000/e1000_mbx.c
386
static s32 e1000_check_for_ack_vf(struct e1000_hw *hw,
sys/dev/e1000/e1000_mbx.c
389
s32 ret_val = -E1000_ERR_MBX;
sys/dev/e1000/e1000_mbx.c
408
static s32 e1000_check_for_rst_vf(struct e1000_hw *hw,
sys/dev/e1000/e1000_mbx.c
411
s32 ret_val = -E1000_ERR_MBX;
sys/dev/e1000/e1000_mbx.c
42
static s32 e1000_null_mbx_check_for_flag(struct e1000_hw E1000_UNUSEDARG *hw,
sys/dev/e1000/e1000_mbx.c
430
static s32 e1000_obtain_mbx_lock_vf(struct e1000_hw *hw)
sys/dev/e1000/e1000_mbx.c
432
s32 ret_val = -E1000_ERR_MBX;
sys/dev/e1000/e1000_mbx.c
461
static s32 e1000_write_mbx_vf(struct e1000_hw *hw, u32 *msg, u16 size,
sys/dev/e1000/e1000_mbx.c
464
s32 ret_val;
sys/dev/e1000/e1000_mbx.c
502
static s32 e1000_read_mbx_vf(struct e1000_hw *hw, u32 *msg, u16 size,
sys/dev/e1000/e1000_mbx.c
505
s32 ret_val = E1000_SUCCESS;
sys/dev/e1000/e1000_mbx.c
535
s32 e1000_init_mbx_params_vf(struct e1000_hw *hw)
sys/dev/e1000/e1000_mbx.c
563
static s32 e1000_check_for_bit_pf(struct e1000_hw *hw, u32 mask)
sys/dev/e1000/e1000_mbx.c
566
s32 ret_val = -E1000_ERR_MBX;
sys/dev/e1000/e1000_mbx.c
57
static s32 e1000_null_mbx_transact(struct e1000_hw E1000_UNUSEDARG *hw,
sys/dev/e1000/e1000_mbx.c
583
static s32 e1000_check_for_msg_pf(struct e1000_hw *hw, u16 vf_number)
sys/dev/e1000/e1000_mbx.c
585
s32 ret_val = -E1000_ERR_MBX;
sys/dev/e1000/e1000_mbx.c
604
static s32 e1000_check_for_ack_pf(struct e1000_hw *hw, u16 vf_number)
sys/dev/e1000/e1000_mbx.c
606
s32 ret_val = -E1000_ERR_MBX;
sys/dev/e1000/e1000_mbx.c
625
static s32 e1000_check_for_rst_pf(struct e1000_hw *hw, u16 vf_number)
sys/dev/e1000/e1000_mbx.c
628
s32 ret_val = -E1000_ERR_MBX;
sys/dev/e1000/e1000_mbx.c
648
static s32 e1000_obtain_mbx_lock_pf(struct e1000_hw *hw, u16 vf_number)
sys/dev/e1000/e1000_mbx.c
650
s32 ret_val = -E1000_ERR_MBX;
sys/dev/e1000/e1000_mbx.c
683
static s32 e1000_write_mbx_pf(struct e1000_hw *hw, u32 *msg, u16 size,
sys/dev/e1000/e1000_mbx.c
686
s32 ret_val;
sys/dev/e1000/e1000_mbx.c
726
static s32 e1000_read_mbx_pf(struct e1000_hw *hw, u32 *msg, u16 size,
sys/dev/e1000/e1000_mbx.c
729
s32 ret_val;
sys/dev/e1000/e1000_mbx.c
759
s32 e1000_init_mbx_params_pf(struct e1000_hw *hw)
sys/dev/e1000/e1000_mbx.c
76
s32 e1000_read_mbx(struct e1000_hw *hw, u32 *msg, u16 size, u16 mbx_id)
sys/dev/e1000/e1000_mbx.c
79
s32 ret_val = -E1000_ERR_MBX;
sys/dev/e1000/e1000_mbx.h
100
s32 e1000_check_for_ack(struct e1000_hw *, u16);
sys/dev/e1000/e1000_mbx.h
101
s32 e1000_check_for_rst(struct e1000_hw *, u16);
sys/dev/e1000/e1000_mbx.h
103
s32 e1000_init_mbx_params_vf(struct e1000_hw *);
sys/dev/e1000/e1000_mbx.h
104
s32 e1000_init_mbx_params_pf(struct e1000_hw *);
sys/dev/e1000/e1000_mbx.h
95
s32 e1000_read_mbx(struct e1000_hw *, u32 *, u16, u16);
sys/dev/e1000/e1000_mbx.h
96
s32 e1000_write_mbx(struct e1000_hw *, u32 *, u16, u16);
sys/dev/e1000/e1000_mbx.h
97
s32 e1000_read_posted_mbx(struct e1000_hw *, u32 *, u16, u16);
sys/dev/e1000/e1000_mbx.h
98
s32 e1000_write_posted_mbx(struct e1000_hw *, u32 *, u16, u16);
sys/dev/e1000/e1000_mbx.h
99
s32 e1000_check_for_msg(struct e1000_hw *, u16);
sys/dev/e1000/e1000_nvm.c
1058
s32 e1000_write_pba_raw(struct e1000_hw *hw, u16 *eeprom_buf,
sys/dev/e1000/e1000_nvm.c
106
s32 e1000_null_write_nvm(struct e1000_hw E1000_UNUSEDARG *hw,
sys/dev/e1000/e1000_nvm.c
1061
s32 ret_val;
sys/dev/e1000/e1000_nvm.c
1117
s32 e1000_get_pba_block_size(struct e1000_hw *hw, u16 *eeprom_buf,
sys/dev/e1000/e1000_nvm.c
1120
s32 ret_val;
sys/dev/e1000/e1000_nvm.c
1173
s32 e1000_read_mac_addr_generic(struct e1000_hw *hw)
sys/dev/e1000/e1000_nvm.c
1201
s32 e1000_validate_nvm_checksum_generic(struct e1000_hw *hw)
sys/dev/e1000/e1000_nvm.c
1203
s32 ret_val;
sys/dev/e1000/e1000_nvm.c
1234
s32 e1000_update_nvm_checksum_generic(struct e1000_hw *hw)
sys/dev/e1000/e1000_nvm.c
1236
s32 ret_val;
sys/dev/e1000/e1000_nvm.c
238
s32 e1000_poll_eerd_eewr_done(struct e1000_hw *hw, int ee_reg)
sys/dev/e1000/e1000_nvm.c
268
s32 e1000_acquire_nvm_generic(struct e1000_hw *hw)
sys/dev/e1000/e1000_nvm.c
271
s32 timeout = E1000_NVM_GRANT_ATTEMPTS;
sys/dev/e1000/e1000_nvm.c
388
static s32 e1000_ready_nvm_eeprom(struct e1000_hw *hw)
sys/dev/e1000/e1000_nvm.c
447
s32 e1000_read_nvm_spi(struct e1000_hw *hw, u16 offset, u16 words, u16 *data)
sys/dev/e1000/e1000_nvm.c
451
s32 ret_val;
sys/dev/e1000/e1000_nvm.c
507
s32 e1000_read_nvm_microwire(struct e1000_hw *hw, u16 offset, u16 words,
sys/dev/e1000/e1000_nvm.c
512
s32 ret_val;
sys/dev/e1000/e1000_nvm.c
562
s32 e1000_read_nvm_eerd(struct e1000_hw *hw, u16 offset, u16 words, u16 *data)
sys/dev/e1000/e1000_nvm.c
566
s32 ret_val = E1000_SUCCESS;
sys/dev/e1000/e1000_nvm.c
610
s32 e1000_write_nvm_spi(struct e1000_hw *hw, u16 offset, u16 words, u16 *data)
sys/dev/e1000/e1000_nvm.c
613
s32 ret_val = -E1000_ERR_NVM;
sys/dev/e1000/e1000_nvm.c
69
s32 e1000_null_read_nvm(struct e1000_hw E1000_UNUSEDARG *hw,
sys/dev/e1000/e1000_nvm.c
690
s32 e1000_write_nvm_microwire(struct e1000_hw *hw, u16 offset, u16 words,
sys/dev/e1000/e1000_nvm.c
694
s32 ret_val;
sys/dev/e1000/e1000_nvm.c
774
s32 e1000_read_pba_string_generic(struct e1000_hw *hw, u8 *pba_num,
sys/dev/e1000/e1000_nvm.c
777
s32 ret_val;
sys/dev/e1000/e1000_nvm.c
890
s32 e1000_read_pba_length_generic(struct e1000_hw *hw, u32 *pba_num_size)
sys/dev/e1000/e1000_nvm.c
892
s32 ret_val;
sys/dev/e1000/e1000_nvm.c
92
s32 e1000_null_led_default(struct e1000_hw E1000_UNUSEDARG *hw,
sys/dev/e1000/e1000_nvm.c
949
s32 e1000_read_pba_num_generic(struct e1000_hw *hw, u32 *pba_num)
sys/dev/e1000/e1000_nvm.c
951
s32 ret_val;
sys/dev/e1000/e1000_nvm.c
989
s32 e1000_read_pba_raw(struct e1000_hw *hw, u16 *eeprom_buf,
sys/dev/e1000/e1000_nvm.c
993
s32 ret_val;
sys/dev/e1000/e1000_nvm.h
61
s32 e1000_null_read_nvm(struct e1000_hw *hw, u16 a, u16 b, u16 *c);
sys/dev/e1000/e1000_nvm.h
63
s32 e1000_null_led_default(struct e1000_hw *hw, u16 *data);
sys/dev/e1000/e1000_nvm.h
64
s32 e1000_null_write_nvm(struct e1000_hw *hw, u16 a, u16 b, u16 *c);
sys/dev/e1000/e1000_nvm.h
65
s32 e1000_acquire_nvm_generic(struct e1000_hw *hw);
sys/dev/e1000/e1000_nvm.h
67
s32 e1000_poll_eerd_eewr_done(struct e1000_hw *hw, int ee_reg);
sys/dev/e1000/e1000_nvm.h
68
s32 e1000_read_mac_addr_generic(struct e1000_hw *hw);
sys/dev/e1000/e1000_nvm.h
69
s32 e1000_read_pba_num_generic(struct e1000_hw *hw, u32 *pba_num);
sys/dev/e1000/e1000_nvm.h
70
s32 e1000_read_pba_string_generic(struct e1000_hw *hw, u8 *pba_num,
sys/dev/e1000/e1000_nvm.h
72
s32 e1000_read_pba_length_generic(struct e1000_hw *hw, u32 *pba_num_size);
sys/dev/e1000/e1000_nvm.h
73
s32 e1000_read_pba_raw(struct e1000_hw *hw, u16 *eeprom_buf,
sys/dev/e1000/e1000_nvm.h
76
s32 e1000_write_pba_raw(struct e1000_hw *hw, u16 *eeprom_buf,
sys/dev/e1000/e1000_nvm.h
78
s32 e1000_get_pba_block_size(struct e1000_hw *hw, u16 *eeprom_buf,
sys/dev/e1000/e1000_nvm.h
80
s32 e1000_read_nvm_spi(struct e1000_hw *hw, u16 offset, u16 words, u16 *data);
sys/dev/e1000/e1000_nvm.h
81
s32 e1000_read_nvm_microwire(struct e1000_hw *hw, u16 offset,
sys/dev/e1000/e1000_nvm.h
83
s32 e1000_read_nvm_eerd(struct e1000_hw *hw, u16 offset, u16 words,
sys/dev/e1000/e1000_nvm.h
85
s32 e1000_valid_led_default_generic(struct e1000_hw *hw, u16 *data);
sys/dev/e1000/e1000_nvm.h
86
s32 e1000_validate_nvm_checksum_generic(struct e1000_hw *hw);
sys/dev/e1000/e1000_nvm.h
87
s32 e1000_write_nvm_microwire(struct e1000_hw *hw, u16 offset,
sys/dev/e1000/e1000_nvm.h
89
s32 e1000_write_nvm_spi(struct e1000_hw *hw, u16 offset, u16 words,
sys/dev/e1000/e1000_nvm.h
91
s32 e1000_update_nvm_checksum_generic(struct e1000_hw *hw);
sys/dev/e1000/e1000_phy.c
1003
s32 e1000_write_kmrn_reg_locked(struct e1000_hw *hw, u32 offset, u16 data)
sys/dev/e1000/e1000_phy.c
1014
static s32 e1000_set_master_slave_mode(struct e1000_hw *hw)
sys/dev/e1000/e1000_phy.c
1016
s32 ret_val;
sys/dev/e1000/e1000_phy.c
1054
s32 e1000_copper_link_setup_82577(struct e1000_hw *hw)
sys/dev/e1000/e1000_phy.c
1056
s32 ret_val;
sys/dev/e1000/e1000_phy.c
108
s32 e1000_null_set_page(struct e1000_hw E1000_UNUSEDARG *hw,
sys/dev/e1000/e1000_phy.c
1119
s32 e1000_copper_link_setup_m88(struct e1000_hw *hw)
sys/dev/e1000/e1000_phy.c
1122
s32 ret_val;
sys/dev/e1000/e1000_phy.c
121
s32 e1000_null_read_reg(struct e1000_hw E1000_UNUSEDARG *hw,
sys/dev/e1000/e1000_phy.c
1272
s32 e1000_copper_link_setup_m88_gen2(struct e1000_hw *hw)
sys/dev/e1000/e1000_phy.c
1275
s32 ret_val;
sys/dev/e1000/e1000_phy.c
1370
s32 e1000_copper_link_setup_igp(struct e1000_hw *hw)
sys/dev/e1000/e1000_phy.c
1373
s32 ret_val;
sys/dev/e1000/e1000_phy.c
143
s32 e1000_null_lplu_state(struct e1000_hw E1000_UNUSEDARG *hw,
sys/dev/e1000/e1000_phy.c
1481
s32 e1000_phy_setup_autoneg(struct e1000_hw *hw)
sys/dev/e1000/e1000_phy.c
1484
s32 ret_val;
sys/dev/e1000/e1000_phy.c
156
s32 e1000_null_write_reg(struct e1000_hw E1000_UNUSEDARG *hw,
sys/dev/e1000/e1000_phy.c
1634
s32 e1000_copper_link_autoneg(struct e1000_hw *hw)
sys/dev/e1000/e1000_phy.c
1637
s32 ret_val;
sys/dev/e1000/e1000_phy.c
1698
s32 e1000_setup_copper_link_generic(struct e1000_hw *hw)
sys/dev/e1000/e1000_phy.c
1700
s32 ret_val;
sys/dev/e1000/e1000_phy.c
171
s32 e1000_read_i2c_byte_null(struct e1000_hw E1000_UNUSEDARG *hw,
sys/dev/e1000/e1000_phy.c
1751
s32 e1000_phy_force_speed_duplex_igp(struct e1000_hw *hw)
sys/dev/e1000/e1000_phy.c
1754
s32 ret_val;
sys/dev/e1000/e1000_phy.c
1817
s32 e1000_phy_force_speed_duplex_m88(struct e1000_hw *hw)
sys/dev/e1000/e1000_phy.c
1820
s32 ret_val;
sys/dev/e1000/e1000_phy.c
188
s32 e1000_write_i2c_byte_null(struct e1000_hw E1000_UNUSEDARG *hw,
sys/dev/e1000/e1000_phy.c
1956
s32 e1000_phy_force_speed_duplex_ife(struct e1000_hw *hw)
sys/dev/e1000/e1000_phy.c
1959
s32 ret_val;
sys/dev/e1000/e1000_phy.c
205
s32 e1000_check_reset_block_generic(struct e1000_hw *hw)
sys/dev/e1000/e1000_phy.c
2087
s32 e1000_set_d3_lplu_state_generic(struct e1000_hw *hw, bool active)
sys/dev/e1000/e1000_phy.c
2090
s32 ret_val;
sys/dev/e1000/e1000_phy.c
2171
s32 e1000_check_downshift_generic(struct e1000_hw *hw)
sys/dev/e1000/e1000_phy.c
2174
s32 ret_val;
sys/dev/e1000/e1000_phy.c
2216
s32 e1000_check_polarity_m88(struct e1000_hw *hw)
sys/dev/e1000/e1000_phy.c
2219
s32 ret_val;
sys/dev/e1000/e1000_phy.c
224
s32 e1000_get_phy_id(struct e1000_hw *hw)
sys/dev/e1000/e1000_phy.c
2243
s32 e1000_check_polarity_igp(struct e1000_hw *hw)
sys/dev/e1000/e1000_phy.c
2246
s32 ret_val;
sys/dev/e1000/e1000_phy.c
227
s32 ret_val = E1000_SUCCESS;
sys/dev/e1000/e1000_phy.c
2286
s32 e1000_check_polarity_ife(struct e1000_hw *hw)
sys/dev/e1000/e1000_phy.c
2289
s32 ret_val;
sys/dev/e1000/e1000_phy.c
2321
static s32 e1000_wait_autoneg(struct e1000_hw *hw)
sys/dev/e1000/e1000_phy.c
2323
s32 ret_val = E1000_SUCCESS;
sys/dev/e1000/e1000_phy.c
2359
s32 e1000_phy_has_link_generic(struct e1000_hw *hw, u32 iterations,
sys/dev/e1000/e1000_phy.c
2362
s32 ret_val = E1000_SUCCESS;
sys/dev/e1000/e1000_phy.c
2417
s32 e1000_get_cable_length_m88(struct e1000_hw *hw)
sys/dev/e1000/e1000_phy.c
2420
s32 ret_val;
sys/dev/e1000/e1000_phy.c
2443
s32 e1000_get_cable_length_m88_gen2(struct e1000_hw *hw)
sys/dev/e1000/e1000_phy.c
2446
s32 ret_val;
sys/dev/e1000/e1000_phy.c
2566
s32 e1000_get_cable_length_igp_2(struct e1000_hw *hw)
sys/dev/e1000/e1000_phy.c
2569
s32 ret_val;
sys/dev/e1000/e1000_phy.c
2636
s32 e1000_get_phy_info_m88(struct e1000_hw *hw)
sys/dev/e1000/e1000_phy.c
2639
s32 ret_val;
sys/dev/e1000/e1000_phy.c
265
s32 e1000_phy_reset_dsp_generic(struct e1000_hw *hw)
sys/dev/e1000/e1000_phy.c
267
s32 ret_val;
sys/dev/e1000/e1000_phy.c
2711
s32 e1000_get_phy_info_igp(struct e1000_hw *hw)
sys/dev/e1000/e1000_phy.c
2714
s32 ret_val;
sys/dev/e1000/e1000_phy.c
2773
s32 e1000_get_phy_info_ife(struct e1000_hw *hw)
sys/dev/e1000/e1000_phy.c
2776
s32 ret_val;
sys/dev/e1000/e1000_phy.c
2828
s32 e1000_phy_sw_reset_generic(struct e1000_hw *hw)
sys/dev/e1000/e1000_phy.c
2830
s32 ret_val;
sys/dev/e1000/e1000_phy.c
2861
s32 e1000_phy_hw_reset_generic(struct e1000_hw *hw)
sys/dev/e1000/e1000_phy.c
2864
s32 ret_val;
sys/dev/e1000/e1000_phy.c
290
s32 e1000_read_phy_reg_mdic(struct e1000_hw *hw, u32 offset, u16 *data)
sys/dev/e1000/e1000_phy.c
2902
s32 e1000_get_cfg_done_generic(struct e1000_hw E1000_UNUSEDARG *hw)
sys/dev/e1000/e1000_phy.c
2917
s32 e1000_phy_init_script_igp3(struct e1000_hw *hw)
sys/dev/e1000/e1000_phy.c
3067
s32 e1000_determine_phy_address(struct e1000_hw *hw)
sys/dev/e1000/e1000_phy.c
3123
s32 e1000_write_phy_reg_bm(struct e1000_hw *hw, u32 offset, u16 data)
sys/dev/e1000/e1000_phy.c
3125
s32 ret_val;
sys/dev/e1000/e1000_phy.c
3183
s32 e1000_read_phy_reg_bm(struct e1000_hw *hw, u32 offset, u16 *data)
sys/dev/e1000/e1000_phy.c
3185
s32 ret_val;
sys/dev/e1000/e1000_phy.c
3242
s32 e1000_read_phy_reg_bm2(struct e1000_hw *hw, u32 offset, u16 *data)
sys/dev/e1000/e1000_phy.c
3244
s32 ret_val;
sys/dev/e1000/e1000_phy.c
3287
s32 e1000_write_phy_reg_bm2(struct e1000_hw *hw, u32 offset, u16 data)
sys/dev/e1000/e1000_phy.c
3289
s32 ret_val;
sys/dev/e1000/e1000_phy.c
3332
s32 e1000_enable_phy_wakeup_reg_access_bm(struct e1000_hw *hw, u16 *phy_reg)
sys/dev/e1000/e1000_phy.c
3334
s32 ret_val;
sys/dev/e1000/e1000_phy.c
3390
s32 e1000_disable_phy_wakeup_reg_access_bm(struct e1000_hw *hw, u16 *phy_reg)
sys/dev/e1000/e1000_phy.c
3392
s32 ret_val;
sys/dev/e1000/e1000_phy.c
3440
static s32 e1000_access_phy_wakeup_reg_bm(struct e1000_hw *hw, u32 offset,
sys/dev/e1000/e1000_phy.c
3443
s32 ret_val;
sys/dev/e1000/e1000_phy.c
3544
static s32 __e1000_read_phy_reg_hv(struct e1000_hw *hw, u32 offset, u16 *data,
sys/dev/e1000/e1000_phy.c
3547
s32 ret_val;
sys/dev/e1000/e1000_phy.c
355
s32 e1000_write_phy_reg_mdic(struct e1000_hw *hw, u32 offset, u16 data)
sys/dev/e1000/e1000_phy.c
3610
s32 e1000_read_phy_reg_hv(struct e1000_hw *hw, u32 offset, u16 *data)
sys/dev/e1000/e1000_phy.c
3624
s32 e1000_read_phy_reg_hv_locked(struct e1000_hw *hw, u32 offset, u16 *data)
sys/dev/e1000/e1000_phy.c
3638
s32 e1000_read_phy_reg_page_hv(struct e1000_hw *hw, u32 offset, u16 *data)
sys/dev/e1000/e1000_phy.c
3654
static s32 __e1000_write_phy_reg_hv(struct e1000_hw *hw, u32 offset, u16 data,
sys/dev/e1000/e1000_phy.c
3657
s32 ret_val;
sys/dev/e1000/e1000_phy.c
37
static s32 e1000_wait_autoneg(struct e1000_hw *hw);
sys/dev/e1000/e1000_phy.c
3736
s32 e1000_write_phy_reg_hv(struct e1000_hw *hw, u32 offset, u16 data)
sys/dev/e1000/e1000_phy.c
3750
s32 e1000_write_phy_reg_hv_locked(struct e1000_hw *hw, u32 offset, u16 data)
sys/dev/e1000/e1000_phy.c
3764
s32 e1000_write_phy_reg_page_hv(struct e1000_hw *hw, u32 offset, u16 data)
sys/dev/e1000/e1000_phy.c
3795
static s32 e1000_access_phy_debug_regs_hv(struct e1000_hw *hw, u32 offset,
sys/dev/e1000/e1000_phy.c
3798
s32 ret_val;
sys/dev/e1000/e1000_phy.c
38
static s32 e1000_access_phy_wakeup_reg_bm(struct e1000_hw *hw, u32 offset,
sys/dev/e1000/e1000_phy.c
3842
s32 e1000_link_stall_workaround_hv(struct e1000_hw *hw)
sys/dev/e1000/e1000_phy.c
3844
s32 ret_val = E1000_SUCCESS;
sys/dev/e1000/e1000_phy.c
3890
s32 e1000_check_polarity_82577(struct e1000_hw *hw)
sys/dev/e1000/e1000_phy.c
3893
s32 ret_val;
sys/dev/e1000/e1000_phy.c
3914
s32 e1000_phy_force_speed_duplex_82577(struct e1000_hw *hw)
sys/dev/e1000/e1000_phy.c
3917
s32 ret_val;
sys/dev/e1000/e1000_phy.c
3963
s32 e1000_get_phy_info_82577(struct e1000_hw *hw)
sys/dev/e1000/e1000_phy.c
3966
s32 ret_val;
sys/dev/e1000/e1000_phy.c
4026
s32 e1000_get_cable_length_82577(struct e1000_hw *hw)
sys/dev/e1000/e1000_phy.c
4029
s32 ret_val;
sys/dev/e1000/e1000_phy.c
4058
s32 e1000_write_phy_reg_gs40g(struct e1000_hw *hw, u32 offset, u16 data)
sys/dev/e1000/e1000_phy.c
4060
s32 ret_val;
sys/dev/e1000/e1000_phy.c
4090
s32 e1000_read_phy_reg_gs40g(struct e1000_hw *hw, u32 offset, u16 *data)
sys/dev/e1000/e1000_phy.c
4092
s32 ret_val;
sys/dev/e1000/e1000_phy.c
41
static s32 e1000_access_phy_debug_regs_hv(struct e1000_hw *hw, u32 offset,
sys/dev/e1000/e1000_phy.c
4121
s32 e1000_read_phy_reg_mphy(struct e1000_hw *hw, u32 address, u32 *data)
sys/dev/e1000/e1000_phy.c
4182
s32 e1000_write_phy_reg_mphy(struct e1000_hw *hw, u32 address, u32 data,
sys/dev/e1000/e1000_phy.c
421
s32 e1000_read_phy_reg_i2c(struct e1000_hw *hw, u32 offset, u16 *data)
sys/dev/e1000/e1000_phy.c
4275
static s32 __e1000_access_xmdio_reg(struct e1000_hw *hw, u16 address,
sys/dev/e1000/e1000_phy.c
4278
s32 ret_val;
sys/dev/e1000/e1000_phy.c
4317
s32 e1000_read_xmdio_reg(struct e1000_hw *hw, u16 addr, u8 dev_addr, u16 *data)
sys/dev/e1000/e1000_phy.c
4331
s32 e1000_write_xmdio_reg(struct e1000_hw *hw, u16 addr, u8 dev_addr, u16 data)
sys/dev/e1000/e1000_phy.c
468
s32 e1000_write_phy_reg_i2c(struct e1000_hw *hw, u32 offset, u16 data)
sys/dev/e1000/e1000_phy.c
529
s32 e1000_read_sfp_data_byte(struct e1000_hw *hw, u16 offset, u8 *data)
sys/dev/e1000/e1000_phy.c
584
s32 e1000_write_sfp_data_byte(struct e1000_hw *hw, u16 offset, u8 data)
sys/dev/e1000/e1000_phy.c
654
s32 e1000_read_phy_reg_m88(struct e1000_hw *hw, u32 offset, u16 *data)
sys/dev/e1000/e1000_phy.c
656
s32 ret_val;
sys/dev/e1000/e1000_phy.c
684
s32 e1000_write_phy_reg_m88(struct e1000_hw *hw, u32 offset, u16 data)
sys/dev/e1000/e1000_phy.c
686
s32 ret_val;
sys/dev/e1000/e1000_phy.c
714
s32 e1000_set_page_igp(struct e1000_hw *hw, u16 page)
sys/dev/e1000/e1000_phy.c
736
static s32 __e1000_read_phy_reg_igp(struct e1000_hw *hw, u32 offset, u16 *data,
sys/dev/e1000/e1000_phy.c
739
s32 ret_val = E1000_SUCCESS;
sys/dev/e1000/e1000_phy.c
776
s32 e1000_read_phy_reg_igp(struct e1000_hw *hw, u32 offset, u16 *data)
sys/dev/e1000/e1000_phy.c
790
s32 e1000_read_phy_reg_igp_locked(struct e1000_hw *hw, u32 offset, u16 *data)
sys/dev/e1000/e1000_phy.c
805
static s32 __e1000_write_phy_reg_igp(struct e1000_hw *hw, u32 offset, u16 data,
sys/dev/e1000/e1000_phy.c
808
s32 ret_val = E1000_SUCCESS;
sys/dev/e1000/e1000_phy.c
844
s32 e1000_write_phy_reg_igp(struct e1000_hw *hw, u32 offset, u16 data)
sys/dev/e1000/e1000_phy.c
858
s32 e1000_write_phy_reg_igp_locked(struct e1000_hw *hw, u32 offset, u16 data)
sys/dev/e1000/e1000_phy.c
874
static s32 __e1000_read_kmrn_reg(struct e1000_hw *hw, u32 offset, u16 *data,
sys/dev/e1000/e1000_phy.c
882
s32 ret_val = E1000_SUCCESS;
sys/dev/e1000/e1000_phy.c
918
s32 e1000_read_kmrn_reg_generic(struct e1000_hw *hw, u32 offset, u16 *data)
sys/dev/e1000/e1000_phy.c
933
s32 e1000_read_kmrn_reg_locked(struct e1000_hw *hw, u32 offset, u16 *data)
sys/dev/e1000/e1000_phy.c
949
static s32 __e1000_write_kmrn_reg(struct e1000_hw *hw, u32 offset, u16 data,
sys/dev/e1000/e1000_phy.c
957
s32 ret_val = E1000_SUCCESS;
sys/dev/e1000/e1000_phy.c
989
s32 e1000_write_kmrn_reg_generic(struct e1000_hw *hw, u32 offset, u16 data)
sys/dev/e1000/e1000_phy.h
100
s32 e1000_write_phy_reg_mdic(struct e1000_hw *hw, u32 offset, u16 data);
sys/dev/e1000/e1000_phy.h
101
s32 e1000_read_phy_reg_i2c(struct e1000_hw *hw, u32 offset, u16 *data);
sys/dev/e1000/e1000_phy.h
102
s32 e1000_write_phy_reg_i2c(struct e1000_hw *hw, u32 offset, u16 data);
sys/dev/e1000/e1000_phy.h
103
s32 e1000_read_sfp_data_byte(struct e1000_hw *hw, u16 offset, u8 *data);
sys/dev/e1000/e1000_phy.h
104
s32 e1000_write_sfp_data_byte(struct e1000_hw *hw, u16 offset, u8 data);
sys/dev/e1000/e1000_phy.h
105
s32 e1000_read_phy_reg_hv(struct e1000_hw *hw, u32 offset, u16 *data);
sys/dev/e1000/e1000_phy.h
106
s32 e1000_read_phy_reg_hv_locked(struct e1000_hw *hw, u32 offset, u16 *data);
sys/dev/e1000/e1000_phy.h
107
s32 e1000_read_phy_reg_page_hv(struct e1000_hw *hw, u32 offset, u16 *data);
sys/dev/e1000/e1000_phy.h
108
s32 e1000_write_phy_reg_hv(struct e1000_hw *hw, u32 offset, u16 data);
sys/dev/e1000/e1000_phy.h
109
s32 e1000_write_phy_reg_hv_locked(struct e1000_hw *hw, u32 offset, u16 data);
sys/dev/e1000/e1000_phy.h
110
s32 e1000_write_phy_reg_page_hv(struct e1000_hw *hw, u32 offset, u16 data);
sys/dev/e1000/e1000_phy.h
111
s32 e1000_link_stall_workaround_hv(struct e1000_hw *hw);
sys/dev/e1000/e1000_phy.h
112
s32 e1000_copper_link_setup_82577(struct e1000_hw *hw);
sys/dev/e1000/e1000_phy.h
113
s32 e1000_check_polarity_82577(struct e1000_hw *hw);
sys/dev/e1000/e1000_phy.h
114
s32 e1000_get_phy_info_82577(struct e1000_hw *hw);
sys/dev/e1000/e1000_phy.h
115
s32 e1000_phy_force_speed_duplex_82577(struct e1000_hw *hw);
sys/dev/e1000/e1000_phy.h
116
s32 e1000_get_cable_length_82577(struct e1000_hw *hw);
sys/dev/e1000/e1000_phy.h
117
s32 e1000_write_phy_reg_gs40g(struct e1000_hw *hw, u32 offset, u16 data);
sys/dev/e1000/e1000_phy.h
118
s32 e1000_read_phy_reg_gs40g(struct e1000_hw *hw, u32 offset, u16 *data);
sys/dev/e1000/e1000_phy.h
119
s32 e1000_read_phy_reg_mphy(struct e1000_hw *hw, u32 address, u32 *data);
sys/dev/e1000/e1000_phy.h
120
s32 e1000_write_phy_reg_mphy(struct e1000_hw *hw, u32 address, u32 data,
sys/dev/e1000/e1000_phy.h
124
s32 e1000_read_xmdio_reg(struct e1000_hw *hw, u16 addr, u8 dev_addr,
sys/dev/e1000/e1000_phy.h
126
s32 e1000_write_xmdio_reg(struct e1000_hw *hw, u16 addr, u8 dev_addr,
sys/dev/e1000/e1000_phy.h
39
s32 e1000_null_read_reg(struct e1000_hw *hw, u32 offset, u16 *data);
sys/dev/e1000/e1000_phy.h
41
s32 e1000_null_lplu_state(struct e1000_hw *hw, bool active);
sys/dev/e1000/e1000_phy.h
42
s32 e1000_null_write_reg(struct e1000_hw *hw, u32 offset, u16 data);
sys/dev/e1000/e1000_phy.h
43
s32 e1000_null_set_page(struct e1000_hw *hw, u16 data);
sys/dev/e1000/e1000_phy.h
44
s32 e1000_read_i2c_byte_null(struct e1000_hw *hw, u8 byte_offset,
sys/dev/e1000/e1000_phy.h
46
s32 e1000_write_i2c_byte_null(struct e1000_hw *hw, u8 byte_offset,
sys/dev/e1000/e1000_phy.h
48
s32 e1000_check_downshift_generic(struct e1000_hw *hw);
sys/dev/e1000/e1000_phy.h
49
s32 e1000_check_polarity_m88(struct e1000_hw *hw);
sys/dev/e1000/e1000_phy.h
50
s32 e1000_check_polarity_igp(struct e1000_hw *hw);
sys/dev/e1000/e1000_phy.h
51
s32 e1000_check_polarity_ife(struct e1000_hw *hw);
sys/dev/e1000/e1000_phy.h
52
s32 e1000_check_reset_block_generic(struct e1000_hw *hw);
sys/dev/e1000/e1000_phy.h
53
s32 e1000_phy_setup_autoneg(struct e1000_hw *hw);
sys/dev/e1000/e1000_phy.h
54
s32 e1000_copper_link_autoneg(struct e1000_hw *hw);
sys/dev/e1000/e1000_phy.h
55
s32 e1000_copper_link_setup_igp(struct e1000_hw *hw);
sys/dev/e1000/e1000_phy.h
56
s32 e1000_copper_link_setup_m88(struct e1000_hw *hw);
sys/dev/e1000/e1000_phy.h
57
s32 e1000_copper_link_setup_m88_gen2(struct e1000_hw *hw);
sys/dev/e1000/e1000_phy.h
58
s32 e1000_phy_force_speed_duplex_igp(struct e1000_hw *hw);
sys/dev/e1000/e1000_phy.h
59
s32 e1000_phy_force_speed_duplex_m88(struct e1000_hw *hw);
sys/dev/e1000/e1000_phy.h
60
s32 e1000_phy_force_speed_duplex_ife(struct e1000_hw *hw);
sys/dev/e1000/e1000_phy.h
61
s32 e1000_get_cable_length_m88(struct e1000_hw *hw);
sys/dev/e1000/e1000_phy.h
62
s32 e1000_get_cable_length_m88_gen2(struct e1000_hw *hw);
sys/dev/e1000/e1000_phy.h
63
s32 e1000_get_cable_length_igp_2(struct e1000_hw *hw);
sys/dev/e1000/e1000_phy.h
64
s32 e1000_get_cfg_done_generic(struct e1000_hw *hw);
sys/dev/e1000/e1000_phy.h
65
s32 e1000_get_phy_id(struct e1000_hw *hw);
sys/dev/e1000/e1000_phy.h
66
s32 e1000_get_phy_info_igp(struct e1000_hw *hw);
sys/dev/e1000/e1000_phy.h
67
s32 e1000_get_phy_info_m88(struct e1000_hw *hw);
sys/dev/e1000/e1000_phy.h
68
s32 e1000_get_phy_info_ife(struct e1000_hw *hw);
sys/dev/e1000/e1000_phy.h
69
s32 e1000_phy_sw_reset_generic(struct e1000_hw *hw);
sys/dev/e1000/e1000_phy.h
71
s32 e1000_phy_hw_reset_generic(struct e1000_hw *hw);
sys/dev/e1000/e1000_phy.h
72
s32 e1000_phy_reset_dsp_generic(struct e1000_hw *hw);
sys/dev/e1000/e1000_phy.h
73
s32 e1000_read_kmrn_reg_generic(struct e1000_hw *hw, u32 offset, u16 *data);
sys/dev/e1000/e1000_phy.h
74
s32 e1000_read_kmrn_reg_locked(struct e1000_hw *hw, u32 offset, u16 *data);
sys/dev/e1000/e1000_phy.h
75
s32 e1000_set_page_igp(struct e1000_hw *hw, u16 page);
sys/dev/e1000/e1000_phy.h
76
s32 e1000_read_phy_reg_igp(struct e1000_hw *hw, u32 offset, u16 *data);
sys/dev/e1000/e1000_phy.h
77
s32 e1000_read_phy_reg_igp_locked(struct e1000_hw *hw, u32 offset, u16 *data);
sys/dev/e1000/e1000_phy.h
78
s32 e1000_read_phy_reg_m88(struct e1000_hw *hw, u32 offset, u16 *data);
sys/dev/e1000/e1000_phy.h
79
s32 e1000_set_d3_lplu_state_generic(struct e1000_hw *hw, bool active);
sys/dev/e1000/e1000_phy.h
80
s32 e1000_setup_copper_link_generic(struct e1000_hw *hw);
sys/dev/e1000/e1000_phy.h
81
s32 e1000_write_kmrn_reg_generic(struct e1000_hw *hw, u32 offset, u16 data);
sys/dev/e1000/e1000_phy.h
82
s32 e1000_write_kmrn_reg_locked(struct e1000_hw *hw, u32 offset, u16 data);
sys/dev/e1000/e1000_phy.h
83
s32 e1000_write_phy_reg_igp(struct e1000_hw *hw, u32 offset, u16 data);
sys/dev/e1000/e1000_phy.h
84
s32 e1000_write_phy_reg_igp_locked(struct e1000_hw *hw, u32 offset, u16 data);
sys/dev/e1000/e1000_phy.h
85
s32 e1000_write_phy_reg_m88(struct e1000_hw *hw, u32 offset, u16 data);
sys/dev/e1000/e1000_phy.h
86
s32 e1000_phy_has_link_generic(struct e1000_hw *hw, u32 iterations,
sys/dev/e1000/e1000_phy.h
88
s32 e1000_phy_init_script_igp3(struct e1000_hw *hw);
sys/dev/e1000/e1000_phy.h
90
s32 e1000_determine_phy_address(struct e1000_hw *hw);
sys/dev/e1000/e1000_phy.h
91
s32 e1000_write_phy_reg_bm(struct e1000_hw *hw, u32 offset, u16 data);
sys/dev/e1000/e1000_phy.h
92
s32 e1000_read_phy_reg_bm(struct e1000_hw *hw, u32 offset, u16 *data);
sys/dev/e1000/e1000_phy.h
93
s32 e1000_enable_phy_wakeup_reg_access_bm(struct e1000_hw *hw, u16 *phy_reg);
sys/dev/e1000/e1000_phy.h
94
s32 e1000_disable_phy_wakeup_reg_access_bm(struct e1000_hw *hw, u16 *phy_reg);
sys/dev/e1000/e1000_phy.h
95
s32 e1000_read_phy_reg_bm2(struct e1000_hw *hw, u32 offset, u16 *data);
sys/dev/e1000/e1000_phy.h
96
s32 e1000_write_phy_reg_bm2(struct e1000_hw *hw, u32 offset, u16 data);
sys/dev/e1000/e1000_phy.h
99
s32 e1000_read_phy_reg_mdic(struct e1000_hw *hw, u32 offset, u16 *data);
sys/dev/e1000/e1000_vf.c
162
static s32 e1000_acquire_vf(struct e1000_hw E1000_UNUSEDARG *hw)
sys/dev/e1000/e1000_vf.c
186
static s32 e1000_setup_link_vf(struct e1000_hw E1000_UNUSEDARG *hw)
sys/dev/e1000/e1000_vf.c
199
static s32 e1000_get_bus_info_pcie_vf(struct e1000_hw *hw)
sys/dev/e1000/e1000_vf.c
221
static s32 e1000_get_link_up_info_vf(struct e1000_hw *hw, u16 *speed,
sys/dev/e1000/e1000_vf.c
224
s32 status;
sys/dev/e1000/e1000_vf.c
258
static s32 e1000_reset_hw_vf(struct e1000_hw *hw)
sys/dev/e1000/e1000_vf.c
262
s32 ret_val = -E1000_ERR_MAC_INIT;
sys/dev/e1000/e1000_vf.c
307
static s32 e1000_init_hw_vf(struct e1000_hw *hw)
sys/dev/e1000/e1000_vf.c
329
s32 ret_val;
sys/dev/e1000/e1000_vf.c
385
s32 retval = mbx->ops.write_posted(hw, msg, size, 0);
sys/dev/e1000/e1000_vf.c
39
static s32 e1000_init_phy_params_vf(struct e1000_hw *hw);
sys/dev/e1000/e1000_vf.c
40
static s32 e1000_init_nvm_params_vf(struct e1000_hw *hw);
sys/dev/e1000/e1000_vf.c
42
static s32 e1000_acquire_vf(struct e1000_hw *hw);
sys/dev/e1000/e1000_vf.c
43
static s32 e1000_setup_link_vf(struct e1000_hw *hw);
sys/dev/e1000/e1000_vf.c
44
static s32 e1000_get_bus_info_pcie_vf(struct e1000_hw *hw);
sys/dev/e1000/e1000_vf.c
45
static s32 e1000_init_mac_params_vf(struct e1000_hw *hw);
sys/dev/e1000/e1000_vf.c
46
static s32 e1000_check_for_link_vf(struct e1000_hw *hw);
sys/dev/e1000/e1000_vf.c
47
static s32 e1000_get_link_up_info_vf(struct e1000_hw *hw, u16 *speed,
sys/dev/e1000/e1000_vf.c
479
s32 e1000_promisc_set_vf(struct e1000_hw *hw, enum e1000_promisc_type type)
sys/dev/e1000/e1000_vf.c
483
s32 ret_val;
sys/dev/e1000/e1000_vf.c
49
static s32 e1000_init_hw_vf(struct e1000_hw *hw);
sys/dev/e1000/e1000_vf.c
50
static s32 e1000_reset_hw_vf(struct e1000_hw *hw);
sys/dev/e1000/e1000_vf.c
516
static s32 e1000_read_mac_addr_vf(struct e1000_hw *hw)
sys/dev/e1000/e1000_vf.c
53
static s32 e1000_read_mac_addr_vf(struct e1000_hw *);
sys/dev/e1000/e1000_vf.c
534
static s32 e1000_check_for_link_vf(struct e1000_hw *hw)
sys/dev/e1000/e1000_vf.c
538
s32 ret_val = E1000_SUCCESS;
sys/dev/e1000/e1000_vf.c
61
static s32 e1000_init_phy_params_vf(struct e1000_hw *hw)
sys/dev/e1000/e1000_vf.c
77
static s32 e1000_init_nvm_params_vf(struct e1000_hw *hw)
sys/dev/e1000/e1000_vf.c
91
static s32 e1000_init_mac_params_vf(struct e1000_hw *hw)
sys/dev/e1000/e1000_vf.h
201
s32 (*init_params)(struct e1000_hw *);
sys/dev/e1000/e1000_vf.h
202
s32 (*check_for_link)(struct e1000_hw *);
sys/dev/e1000/e1000_vf.h
204
s32 (*get_bus_info)(struct e1000_hw *);
sys/dev/e1000/e1000_vf.h
205
s32 (*get_link_up_info)(struct e1000_hw *, u16 *, u16 *);
sys/dev/e1000/e1000_vf.h
207
s32 (*reset_hw)(struct e1000_hw *);
sys/dev/e1000/e1000_vf.h
208
s32 (*init_hw)(struct e1000_hw *);
sys/dev/e1000/e1000_vf.h
209
s32 (*setup_link)(struct e1000_hw *);
sys/dev/e1000/e1000_vf.h
212
s32 (*read_mac_addr)(struct e1000_hw *);
sys/dev/e1000/e1000_vf.h
229
s32 (*init_params)(struct e1000_hw *hw);
sys/dev/e1000/e1000_vf.h
230
s32 (*read)(struct e1000_hw *, u32 *, u16, u16);
sys/dev/e1000/e1000_vf.h
231
s32 (*write)(struct e1000_hw *, u32 *, u16, u16);
sys/dev/e1000/e1000_vf.h
232
s32 (*read_posted)(struct e1000_hw *, u32 *, u16, u16);
sys/dev/e1000/e1000_vf.h
233
s32 (*write_posted)(struct e1000_hw *, u32 *, u16, u16);
sys/dev/e1000/e1000_vf.h
234
s32 (*check_for_msg)(struct e1000_hw *, u16);
sys/dev/e1000/e1000_vf.h
235
s32 (*check_for_ack)(struct e1000_hw *, u16);
sys/dev/e1000/e1000_vf.h
236
s32 (*check_for_rst)(struct e1000_hw *, u16);
sys/dev/e1000/e1000_vf.h
292
s32 e1000_read_pcie_cap_reg(struct e1000_hw *hw, u32 reg, u16 *value);
sys/dev/e1000/e1000_vf.h
295
s32 e1000_promisc_set_vf(struct e1000_hw *, enum e1000_promisc_type);
sys/dev/ice/ice_nvm.c
2169
s32 ice_nvm_sanitize_operate(struct ice_hw *hw)
sys/dev/ice/ice_nvm.c
2171
s32 status;
sys/dev/ice/ice_nvm.c
2201
s32 ice_nvm_sanitize(struct ice_hw *hw, u8 cmd_flags, u8 *values)
sys/dev/ice/ice_nvm.c
2205
s32 status;
sys/dev/ice/ice_nvm.h
160
s32 ice_nvm_sanitize_operate(struct ice_hw *hw);
sys/dev/ice/ice_nvm.h
161
s32 ice_nvm_sanitize(struct ice_hw *hw, u8 cmd_flags, u8 *values);
sys/dev/ice/ice_sched.c
3965
static u16 ice_sched_calc_wakeup(struct ice_hw *hw, s32 bw)
sys/dev/ice/ice_sched.c
3968
s32 wakeup_f_int;
sys/dev/ice/ice_sched.c
3991
wakeup_f_int = (s32)DIV_S64(wakeup_f * ICE_RL_PROF_FRACTION,
sys/dev/ice/ice_sched.c
4015
s32 encode = 0;
sys/dev/ice/ice_sched.c
4017
s32 i;
sys/dev/ice/virtchnl.h
1365
s32 flow_type;
sys/dev/ice/virtchnl.h
1368
s32 action;
sys/dev/ice/virtchnl.h
1402
s32 event;
sys/dev/ice/virtchnl.h
1425
s32 severity;
sys/dev/ice/virtchnl.h
1482
((hdr)->type == ((s32)((val) >> PROTO_HDR_SHIFT)))
sys/dev/ice/virtchnl.h
1629
s32 type;
sys/dev/ice/virtchnl.h
1643
s32 type;
sys/dev/ice/virtchnl.h
1695
s32 rss_algorithm;
sys/dev/ice/virtchnl.h
1704
s32 type;
sys/dev/ice/virtchnl.h
1799
s32 status;
sys/dev/ice/virtchnl.h
1814
s32 status;
sys/dev/ice/virtchnl.h
1860
s32 status;
sys/dev/ice/virtchnl.h
1874
s32 status;
sys/dev/ice/virtchnl.h
1962
s32 type;
sys/dev/ice/virtchnl.h
2010
s32 itr_idx;
sys/dev/ice/virtchnl.h
2013
s32 queue_type;
sys/dev/ice/virtchnl.h
422
s32 vsi_type;
sys/dev/ice/virtchnl.h
567
s32 rx_split_pos;
sys/dev/igc/igc_api.c
100
s32 ret_val = IGC_SUCCESS;
sys/dev/igc/igc_api.c
144
s32 igc_setup_init_funcs(struct igc_hw *hw, bool init_device)
sys/dev/igc/igc_api.c
146
s32 ret_val;
sys/dev/igc/igc_api.c
17
s32 igc_init_mac_params(struct igc_hw *hw)
sys/dev/igc/igc_api.c
19
s32 ret_val = IGC_SUCCESS;
sys/dev/igc/igc_api.c
214
s32 igc_get_bus_info(struct igc_hw *hw)
sys/dev/igc/igc_api.c
275
s32 igc_force_mac_fc(struct igc_hw *hw)
sys/dev/igc/igc_api.c
288
s32 igc_check_for_link(struct igc_hw *hw)
sys/dev/igc/igc_api.c
303
s32 igc_reset_hw(struct igc_hw *hw)
sys/dev/igc/igc_api.c
318
s32 igc_init_hw(struct igc_hw *hw)
sys/dev/igc/igc_api.c
334
s32 igc_setup_link(struct igc_hw *hw)
sys/dev/igc/igc_api.c
352
s32 igc_get_speed_and_duplex(struct igc_hw *hw, u16 *speed, u16 *duplex)
sys/dev/igc/igc_api.c
368
s32 igc_disable_pcie_master(struct igc_hw *hw)
sys/dev/igc/igc_api.c
408
s32 igc_validate_mdi_setting(struct igc_hw *hw)
sys/dev/igc/igc_api.c
43
s32 igc_init_nvm_params(struct igc_hw *hw)
sys/dev/igc/igc_api.c
437
s32 igc_check_reset_block(struct igc_hw *hw)
sys/dev/igc/igc_api.c
45
s32 ret_val = IGC_SUCCESS;
sys/dev/igc/igc_api.c
454
s32 igc_read_phy_reg(struct igc_hw *hw, u32 offset, u16 *data)
sys/dev/igc/igc_api.c
471
s32 igc_write_phy_reg(struct igc_hw *hw, u32 offset, u16 data)
sys/dev/igc/igc_api.c
499
s32 igc_acquire_phy(struct igc_hw *hw)
sys/dev/igc/igc_api.c
515
s32 igc_get_phy_info(struct igc_hw *hw)
sys/dev/igc/igc_api.c
530
s32 igc_phy_hw_reset(struct igc_hw *hw)
sys/dev/igc/igc_api.c
552
s32 igc_set_d0_lplu_state(struct igc_hw *hw, bool active)
sys/dev/igc/igc_api.c
574
s32 igc_set_d3_lplu_state(struct igc_hw *hw, bool active)
sys/dev/igc/igc_api.c
590
s32 igc_read_mac_addr(struct igc_hw *hw)
sys/dev/igc/igc_api.c
609
s32 igc_read_pba_string(struct igc_hw *hw, u8 *pba_num, u32 pba_num_size)
sys/dev/igc/igc_api.c
621
s32 igc_validate_nvm_checksum(struct igc_hw *hw)
sys/dev/igc/igc_api.c
636
s32 igc_update_nvm_checksum(struct igc_hw *hw)
sys/dev/igc/igc_api.c
667
s32 igc_read_nvm(struct igc_hw *hw, u16 offset, u16 words, u16 *data)
sys/dev/igc/igc_api.c
685
s32 igc_write_nvm(struct igc_hw *hw, u16 offset, u16 words, u16 *data)
sys/dev/igc/igc_api.c
69
s32 igc_init_phy_params(struct igc_hw *hw)
sys/dev/igc/igc_api.c
71
s32 ret_val = IGC_SUCCESS;
sys/dev/igc/igc_api.c
97
s32 igc_set_mac_type(struct igc_hw *hw)
sys/dev/igc/igc_api.h
14
s32 igc_set_mac_type(struct igc_hw *hw);
sys/dev/igc/igc_api.h
15
s32 igc_setup_init_funcs(struct igc_hw *hw, bool init_device);
sys/dev/igc/igc_api.h
16
s32 igc_init_mac_params(struct igc_hw *hw);
sys/dev/igc/igc_api.h
17
s32 igc_init_nvm_params(struct igc_hw *hw);
sys/dev/igc/igc_api.h
18
s32 igc_init_phy_params(struct igc_hw *hw);
sys/dev/igc/igc_api.h
19
s32 igc_get_bus_info(struct igc_hw *hw);
sys/dev/igc/igc_api.h
22
s32 igc_force_mac_fc(struct igc_hw *hw);
sys/dev/igc/igc_api.h
23
s32 igc_check_for_link(struct igc_hw *hw);
sys/dev/igc/igc_api.h
24
s32 igc_reset_hw(struct igc_hw *hw);
sys/dev/igc/igc_api.h
25
s32 igc_init_hw(struct igc_hw *hw);
sys/dev/igc/igc_api.h
26
s32 igc_setup_link(struct igc_hw *hw);
sys/dev/igc/igc_api.h
27
s32 igc_get_speed_and_duplex(struct igc_hw *hw, u16 *speed, u16 *duplex);
sys/dev/igc/igc_api.h
28
s32 igc_disable_pcie_master(struct igc_hw *hw);
sys/dev/igc/igc_api.h
34
s32 igc_check_reset_block(struct igc_hw *hw);
sys/dev/igc/igc_api.h
35
s32 igc_get_cable_length(struct igc_hw *hw);
sys/dev/igc/igc_api.h
36
s32 igc_validate_mdi_setting(struct igc_hw *hw);
sys/dev/igc/igc_api.h
37
s32 igc_read_phy_reg(struct igc_hw *hw, u32 offset, u16 *data);
sys/dev/igc/igc_api.h
38
s32 igc_write_phy_reg(struct igc_hw *hw, u32 offset, u16 data);
sys/dev/igc/igc_api.h
39
s32 igc_get_phy_info(struct igc_hw *hw);
sys/dev/igc/igc_api.h
41
s32 igc_acquire_phy(struct igc_hw *hw);
sys/dev/igc/igc_api.h
42
s32 igc_phy_hw_reset(struct igc_hw *hw);
sys/dev/igc/igc_api.h
45
s32 igc_read_mac_addr(struct igc_hw *hw);
sys/dev/igc/igc_api.h
46
s32 igc_read_pba_string(struct igc_hw *hw, u8 *pba_num, u32 pba_num_size);
sys/dev/igc/igc_api.h
48
s32 igc_update_nvm_checksum(struct igc_hw *hw);
sys/dev/igc/igc_api.h
49
s32 igc_validate_nvm_checksum(struct igc_hw *hw);
sys/dev/igc/igc_api.h
50
s32 igc_read_nvm(struct igc_hw *hw, u16 offset, u16 words, u16 *data);
sys/dev/igc/igc_api.h
51
s32 igc_write_nvm(struct igc_hw *hw, u16 offset, u16 words, u16 *data);
sys/dev/igc/igc_api.h
52
s32 igc_set_d3_lplu_state(struct igc_hw *hw, bool active);
sys/dev/igc/igc_api.h
53
s32 igc_set_d0_lplu_state(struct igc_hw *hw, bool active);
sys/dev/igc/igc_base.c
19
s32 igc_acquire_phy_base(struct igc_hw *hw)
sys/dev/igc/igc_base.c
55
s32 igc_init_hw_base(struct igc_hw *hw)
sys/dev/igc/igc_base.c
58
s32 ret_val;
sys/dev/igc/igc_base.h
11
s32 igc_init_hw_base(struct igc_hw *hw);
sys/dev/igc/igc_base.h
14
s32 igc_acquire_phy_base(struct igc_hw *hw);
sys/dev/igc/igc_hw.h
345
s32 (*init_params)(struct igc_hw *);
sys/dev/igc/igc_hw.h
346
s32 (*check_for_link)(struct igc_hw *);
sys/dev/igc/igc_hw.h
349
s32 (*get_bus_info)(struct igc_hw *);
sys/dev/igc/igc_hw.h
351
s32 (*get_link_up_info)(struct igc_hw *, u16 *, u16 *);
sys/dev/igc/igc_hw.h
353
s32 (*reset_hw)(struct igc_hw *);
sys/dev/igc/igc_hw.h
354
s32 (*init_hw)(struct igc_hw *);
sys/dev/igc/igc_hw.h
355
s32 (*setup_link)(struct igc_hw *);
sys/dev/igc/igc_hw.h
356
s32 (*setup_physical_interface)(struct igc_hw *);
sys/dev/igc/igc_hw.h
360
s32 (*read_mac_addr)(struct igc_hw *);
sys/dev/igc/igc_hw.h
361
s32 (*validate_mdi_setting)(struct igc_hw *);
sys/dev/igc/igc_hw.h
362
s32 (*acquire_swfw_sync)(struct igc_hw *, u16);
sys/dev/igc/igc_hw.h
381
s32 (*init_params)(struct igc_hw *);
sys/dev/igc/igc_hw.h
382
s32 (*acquire)(struct igc_hw *);
sys/dev/igc/igc_hw.h
383
s32 (*check_reset_block)(struct igc_hw *);
sys/dev/igc/igc_hw.h
384
s32 (*force_speed_duplex)(struct igc_hw *);
sys/dev/igc/igc_hw.h
385
s32 (*get_info)(struct igc_hw *);
sys/dev/igc/igc_hw.h
386
s32 (*set_page)(struct igc_hw *, u16);
sys/dev/igc/igc_hw.h
387
s32 (*read_reg)(struct igc_hw *, u32, u16 *);
sys/dev/igc/igc_hw.h
388
s32 (*read_reg_locked)(struct igc_hw *, u32, u16 *);
sys/dev/igc/igc_hw.h
389
s32 (*read_reg_page)(struct igc_hw *, u32, u16 *);
sys/dev/igc/igc_hw.h
391
s32 (*reset)(struct igc_hw *);
sys/dev/igc/igc_hw.h
392
s32 (*set_d0_lplu_state)(struct igc_hw *, bool);
sys/dev/igc/igc_hw.h
393
s32 (*set_d3_lplu_state)(struct igc_hw *, bool);
sys/dev/igc/igc_hw.h
394
s32 (*write_reg)(struct igc_hw *, u32, u16);
sys/dev/igc/igc_hw.h
395
s32 (*write_reg_locked)(struct igc_hw *, u32, u16);
sys/dev/igc/igc_hw.h
396
s32 (*write_reg_page)(struct igc_hw *, u32, u16);
sys/dev/igc/igc_hw.h
403
s32 (*init_params)(struct igc_hw *);
sys/dev/igc/igc_hw.h
404
s32 (*acquire)(struct igc_hw *);
sys/dev/igc/igc_hw.h
405
s32 (*read)(struct igc_hw *, u16, u16, u16 *);
sys/dev/igc/igc_hw.h
408
s32 (*update)(struct igc_hw *);
sys/dev/igc/igc_hw.h
409
s32 (*validate)(struct igc_hw *);
sys/dev/igc/igc_hw.h
410
s32 (*write)(struct igc_hw *, u16, u16, u16 *);
sys/dev/igc/igc_hw.h
414
s32 (*get_invariants)(struct igc_hw *hw);
sys/dev/igc/igc_hw.h
541
s32 igc_read_pcie_cap_reg(struct igc_hw *hw, u32 reg, u16 *value);
sys/dev/igc/igc_hw.h
542
s32 igc_write_pcie_cap_reg(struct igc_hw *hw, u32 reg, u16 *value);
sys/dev/igc/igc_i225.c
10
static s32 igc_init_nvm_params_i225(struct igc_hw *hw);
sys/dev/igc/igc_i225.c
1084
s32 igc_init_hw_i225(struct igc_hw *hw)
sys/dev/igc/igc_i225.c
1086
s32 ret_val;
sys/dev/igc/igc_i225.c
11
static s32 igc_init_mac_params_i225(struct igc_hw *hw);
sys/dev/igc/igc_i225.c
1102
s32 igc_set_d0_lplu_state_i225(struct igc_hw *hw, bool active)
sys/dev/igc/igc_i225.c
1130
s32 igc_set_d3_lplu_state_i225(struct igc_hw *hw, bool active)
sys/dev/igc/igc_i225.c
1162
s32 igc_set_eee_i225(struct igc_hw *hw, bool adv2p5G, bool adv1G,
sys/dev/igc/igc_i225.c
12
static s32 igc_init_phy_params_i225(struct igc_hw *hw);
sys/dev/igc/igc_i225.c
13
static s32 igc_reset_hw_i225(struct igc_hw *hw);
sys/dev/igc/igc_i225.c
133
static s32 igc_init_phy_params_i225(struct igc_hw *hw)
sys/dev/igc/igc_i225.c
136
s32 ret_val = IGC_SUCCESS;
sys/dev/igc/igc_i225.c
14
static s32 igc_acquire_nvm_i225(struct igc_hw *hw);
sys/dev/igc/igc_i225.c
16
static s32 igc_get_hw_semaphore_i225(struct igc_hw *hw);
sys/dev/igc/igc_i225.c
17
static s32 __igc_write_nvm_srwr(struct igc_hw *hw, u16 offset, u16 words,
sys/dev/igc/igc_i225.c
182
static s32 igc_reset_hw_i225(struct igc_hw *hw)
sys/dev/igc/igc_i225.c
185
s32 ret_val;
sys/dev/igc/igc_i225.c
19
static s32 igc_pool_flash_update_done_i225(struct igc_hw *hw);
sys/dev/igc/igc_i225.c
239
static s32 igc_acquire_nvm_i225(struct igc_hw *hw)
sys/dev/igc/igc_i225.c
241
s32 ret_val;
sys/dev/igc/igc_i225.c
25
static s32 igc_init_nvm_params_i225(struct igc_hw *hw)
sys/dev/igc/igc_i225.c
270
s32 igc_acquire_swfw_sync_i225(struct igc_hw *hw, u16 mask)
sys/dev/igc/igc_i225.c
275
s32 ret_val = IGC_SUCCESS;
sys/dev/igc/igc_i225.c
276
s32 i = 0, timeout = 200; /* FIXME: find real value to use here */
sys/dev/igc/igc_i225.c
344
s32 igc_setup_copper_link_i225(struct igc_hw *hw)
sys/dev/igc/igc_i225.c
347
s32 ret_val;
sys/dev/igc/igc_i225.c
371
static s32 igc_get_hw_semaphore_i225(struct igc_hw *hw)
sys/dev/igc/igc_i225.c
374
s32 timeout = hw->nvm.word_size + 1;
sys/dev/igc/igc_i225.c
375
s32 i = 0;
sys/dev/igc/igc_i225.c
444
s32 igc_read_nvm_srrd_i225(struct igc_hw *hw, u16 offset, u16 words,
sys/dev/igc/igc_i225.c
447
s32 status = IGC_SUCCESS;
sys/dev/igc/igc_i225.c
489
s32 igc_write_nvm_srwr_i225(struct igc_hw *hw, u16 offset, u16 words,
sys/dev/igc/igc_i225.c
492
s32 status = IGC_SUCCESS;
sys/dev/igc/igc_i225.c
530
static s32 __igc_write_nvm_srwr(struct igc_hw *hw, u16 offset, u16 words,
sys/dev/igc/igc_i225.c
536
s32 ret_val = IGC_SUCCESS;
sys/dev/igc/igc_i225.c
582
s32 igc_validate_nvm_checksum_i225(struct igc_hw *hw)
sys/dev/igc/igc_i225.c
584
s32 status = IGC_SUCCESS;
sys/dev/igc/igc_i225.c
585
s32 (*read_op_ptr)(struct igc_hw *, u16, u16, u16 *);
sys/dev/igc/igc_i225.c
617
s32 igc_update_nvm_checksum_i225(struct igc_hw *hw)
sys/dev/igc/igc_i225.c
619
s32 ret_val;
sys/dev/igc/igc_i225.c
694
s32 igc_set_flsw_flash_burst_counter_i225(struct igc_hw *hw,
sys/dev/igc/igc_i225.c
697
s32 ret_val = IGC_SUCCESS;
sys/dev/igc/igc_i225.c
719
s32 igc_write_erase_flash_command_i225(struct igc_hw *hw, u32 opcode,
sys/dev/igc/igc_i225.c
723
s32 timeout = IGC_NVM_GRANT_ATTEMPTS;
sys/dev/igc/igc_i225.c
724
s32 ret_val = IGC_SUCCESS;
sys/dev/igc/igc_i225.c
765
s32 igc_update_flash_i225(struct igc_hw *hw)
sys/dev/igc/igc_i225.c
772
s32 ret_val = 0;
sys/dev/igc/igc_i225.c
82
static s32 igc_init_mac_params_i225(struct igc_hw *hw)
sys/dev/igc/igc_i225.c
860
s32 igc_pool_flash_update_done_i225(struct igc_hw *hw)
sys/dev/igc/igc_i225.c
862
s32 ret_val = -IGC_ERR_NVM;
sys/dev/igc/igc_i225.c
886
static s32 igc_set_ltr_i225(struct igc_hw *hw, bool link)
sys/dev/igc/igc_i225.c
890
s32 size;
sys/dev/igc/igc_i225.c
988
s32 igc_check_for_link_i225(struct igc_hw *hw)
sys/dev/igc/igc_i225.c
991
s32 ret_val;
sys/dev/igc/igc_i225.h
11
s32 igc_update_flash_i225(struct igc_hw *hw);
sys/dev/igc/igc_i225.h
12
s32 igc_update_nvm_checksum_i225(struct igc_hw *hw);
sys/dev/igc/igc_i225.h
13
s32 igc_validate_nvm_checksum_i225(struct igc_hw *hw);
sys/dev/igc/igc_i225.h
14
s32 igc_write_nvm_srwr_i225(struct igc_hw *hw, u16 offset,
sys/dev/igc/igc_i225.h
16
s32 igc_read_nvm_srrd_i225(struct igc_hw *hw, u16 offset,
sys/dev/igc/igc_i225.h
18
s32 igc_set_flsw_flash_burst_counter_i225(struct igc_hw *hw,
sys/dev/igc/igc_i225.h
20
s32 igc_write_erase_flash_command_i225(struct igc_hw *hw, u32 opcode,
sys/dev/igc/igc_i225.h
22
s32 igc_check_for_link_i225(struct igc_hw *hw);
sys/dev/igc/igc_i225.h
23
s32 igc_acquire_swfw_sync_i225(struct igc_hw *hw, u16 mask);
sys/dev/igc/igc_i225.h
25
s32 igc_init_hw_i225(struct igc_hw *hw);
sys/dev/igc/igc_i225.h
26
s32 igc_setup_copper_link_i225(struct igc_hw *hw);
sys/dev/igc/igc_i225.h
27
s32 igc_set_d0_lplu_state_i225(struct igc_hw *hw, bool active);
sys/dev/igc/igc_i225.h
28
s32 igc_set_d3_lplu_state_i225(struct igc_hw *hw, bool active);
sys/dev/igc/igc_i225.h
29
s32 igc_set_eee_i225(struct igc_hw *hw, bool adv2p5G, bool adv1G,
sys/dev/igc/igc_mac.c
1023
s32 igc_disable_pcie_master_generic(struct igc_hw *hw)
sys/dev/igc/igc_mac.c
1026
s32 timeout = MASTER_DISABLE_TIMEOUT;
sys/dev/igc/igc_mac.c
199
s32 igc_check_alt_mac_addr_generic(struct igc_hw *hw)
sys/dev/igc/igc_mac.c
202
s32 ret_val;
sys/dev/igc/igc_mac.c
33
s32 igc_null_ops_generic(struct igc_hw IGC_UNUSEDARG *hw)
sys/dev/igc/igc_mac.c
459
s32 igc_check_for_copper_link_generic(struct igc_hw *hw)
sys/dev/igc/igc_mac.c
462
s32 ret_val;
sys/dev/igc/igc_mac.c
527
s32 igc_setup_link_generic(struct igc_hw *hw)
sys/dev/igc/igc_mac.c
529
s32 ret_val;
sys/dev/igc/igc_mac.c
55
s32 igc_null_link_info(struct igc_hw IGC_UNUSEDARG *hw,
sys/dev/igc/igc_mac.c
604
s32 igc_set_fc_watermarks_generic(struct igc_hw *hw)
sys/dev/igc/igc_mac.c
643
s32 igc_force_mac_fc_generic(struct igc_hw *hw)
sys/dev/igc/igc_mac.c
705
s32 igc_config_fc_after_link_up_generic(struct igc_hw *hw)
sys/dev/igc/igc_mac.c
708
s32 ret_val = IGC_SUCCESS;
sys/dev/igc/igc_mac.c
875
s32 igc_get_speed_and_duplex_copper_generic(struct igc_hw *hw, u16 *speed,
sys/dev/igc/igc_mac.c
921
s32 igc_get_hw_semaphore_generic(struct igc_hw *hw)
sys/dev/igc/igc_mac.c
924
s32 timeout = hw->nvm.word_size + 1;
sys/dev/igc/igc_mac.c
925
s32 i = 0;
sys/dev/igc/igc_mac.c
991
s32 igc_get_auto_rd_done_generic(struct igc_hw *hw)
sys/dev/igc/igc_mac.c
993
s32 i = 0;
sys/dev/igc/igc_mac.h
12
s32 igc_null_ops_generic(struct igc_hw *hw);
sys/dev/igc/igc_mac.h
13
s32 igc_null_link_info(struct igc_hw *hw, u16 *s, u16 *d);
sys/dev/igc/igc_mac.h
18
s32 igc_check_for_copper_link_generic(struct igc_hw *hw);
sys/dev/igc/igc_mac.h
19
s32 igc_config_fc_after_link_up_generic(struct igc_hw *hw);
sys/dev/igc/igc_mac.h
20
s32 igc_disable_pcie_master_generic(struct igc_hw *hw);
sys/dev/igc/igc_mac.h
21
s32 igc_force_mac_fc_generic(struct igc_hw *hw);
sys/dev/igc/igc_mac.h
22
s32 igc_get_auto_rd_done_generic(struct igc_hw *hw);
sys/dev/igc/igc_mac.h
23
s32 igc_get_bus_info_pcie_generic(struct igc_hw *hw);
sys/dev/igc/igc_mac.h
25
s32 igc_get_hw_semaphore_generic(struct igc_hw *hw);
sys/dev/igc/igc_mac.h
26
s32 igc_get_speed_and_duplex_copper_generic(struct igc_hw *hw, u16 *speed,
sys/dev/igc/igc_mac.h
31
s32 igc_set_fc_watermarks_generic(struct igc_hw *hw);
sys/dev/igc/igc_mac.h
32
s32 igc_setup_link_generic(struct igc_hw *hw);
sys/dev/igc/igc_mac.h
33
s32 igc_validate_mdi_setting_crossover_generic(struct igc_hw *hw);
sys/dev/igc/igc_mac.h
42
s32 igc_check_alt_mac_addr_generic(struct igc_hw *hw);
sys/dev/igc/igc_nvm.c
195
s32 igc_poll_eerd_eewr_done(struct igc_hw *hw, int ee_reg)
sys/dev/igc/igc_nvm.c
225
s32 igc_acquire_nvm_generic(struct igc_hw *hw)
sys/dev/igc/igc_nvm.c
228
s32 timeout = IGC_NVM_GRANT_ATTEMPTS;
sys/dev/igc/igc_nvm.c
324
static s32 igc_ready_nvm_eeprom(struct igc_hw *hw)
sys/dev/igc/igc_nvm.c
376
s32 igc_read_nvm_eerd(struct igc_hw *hw, u16 offset, u16 words, u16 *data)
sys/dev/igc/igc_nvm.c
380
s32 ret_val = IGC_SUCCESS;
sys/dev/igc/igc_nvm.c
41
s32 igc_null_read_nvm(struct igc_hw IGC_UNUSEDARG *hw,
sys/dev/igc/igc_nvm.c
424
s32 igc_write_nvm_spi(struct igc_hw *hw, u16 offset, u16 words, u16 *data)
sys/dev/igc/igc_nvm.c
427
s32 ret_val = -IGC_ERR_NVM;
sys/dev/igc/igc_nvm.c
501
s32 igc_read_pba_string_generic(struct igc_hw *hw, u8 *pba_num,
sys/dev/igc/igc_nvm.c
504
s32 ret_val;
sys/dev/igc/igc_nvm.c
614
s32 igc_read_mac_addr_generic(struct igc_hw *hw)
sys/dev/igc/igc_nvm.c
642
s32 igc_validate_nvm_checksum_generic(struct igc_hw *hw)
sys/dev/igc/igc_nvm.c
644
s32 ret_val;
sys/dev/igc/igc_nvm.c
66
s32 igc_null_write_nvm(struct igc_hw IGC_UNUSEDARG *hw,
sys/dev/igc/igc_nvm.c
675
s32 igc_update_nvm_checksum_generic(struct igc_hw *hw)
sys/dev/igc/igc_nvm.c
677
s32 ret_val;
sys/dev/igc/igc_nvm.h
27
s32 igc_null_read_nvm(struct igc_hw *hw, u16 a, u16 b, u16 *c);
sys/dev/igc/igc_nvm.h
29
s32 igc_null_led_default(struct igc_hw *hw, u16 *data);
sys/dev/igc/igc_nvm.h
30
s32 igc_null_write_nvm(struct igc_hw *hw, u16 a, u16 b, u16 *c);
sys/dev/igc/igc_nvm.h
31
s32 igc_acquire_nvm_generic(struct igc_hw *hw);
sys/dev/igc/igc_nvm.h
33
s32 igc_poll_eerd_eewr_done(struct igc_hw *hw, int ee_reg);
sys/dev/igc/igc_nvm.h
34
s32 igc_read_mac_addr_generic(struct igc_hw *hw);
sys/dev/igc/igc_nvm.h
35
s32 igc_read_pba_string_generic(struct igc_hw *hw, u8 *pba_num,
sys/dev/igc/igc_nvm.h
37
s32 igc_read_nvm_eerd(struct igc_hw *hw, u16 offset, u16 words,
sys/dev/igc/igc_nvm.h
39
s32 igc_valid_led_default_generic(struct igc_hw *hw, u16 *data);
sys/dev/igc/igc_nvm.h
40
s32 igc_validate_nvm_checksum_generic(struct igc_hw *hw);
sys/dev/igc/igc_nvm.h
41
s32 igc_write_nvm_spi(struct igc_hw *hw, u16 offset, u16 words,
sys/dev/igc/igc_nvm.h
43
s32 igc_update_nvm_checksum_generic(struct igc_hw *hw);
sys/dev/igc/igc_phy.c
10
static s32 igc_wait_autoneg(struct igc_hw *hw);
sys/dev/igc/igc_phy.c
1011
static s32 __igc_access_xmdio_reg(struct igc_hw *hw, u16 address,
sys/dev/igc/igc_phy.c
1014
s32 ret_val;
sys/dev/igc/igc_phy.c
1053
s32 igc_read_xmdio_reg(struct igc_hw *hw, u16 addr, u8 dev_addr, u16 *data)
sys/dev/igc/igc_phy.c
1067
s32 igc_write_xmdio_reg(struct igc_hw *hw, u16 addr, u8 dev_addr, u16 data)
sys/dev/igc/igc_phy.c
112
s32 igc_check_reset_block_generic(struct igc_hw *hw)
sys/dev/igc/igc_phy.c
131
s32 igc_get_phy_id(struct igc_hw *hw)
sys/dev/igc/igc_phy.c
134
s32 ret_val = IGC_SUCCESS;
sys/dev/igc/igc_phy.c
167
s32 igc_read_phy_reg_mdic(struct igc_hw *hw, u32 offset, u16 *data)
sys/dev/igc/igc_phy.c
226
s32 igc_write_phy_reg_mdic(struct igc_hw *hw, u32 offset, u16 data)
sys/dev/igc/igc_phy.c
286
static s32 igc_phy_setup_autoneg(struct igc_hw *hw)
sys/dev/igc/igc_phy.c
289
s32 ret_val;
sys/dev/igc/igc_phy.c
470
static s32 igc_copper_link_autoneg(struct igc_hw *hw)
sys/dev/igc/igc_phy.c
473
s32 ret_val;
sys/dev/igc/igc_phy.c
49
s32 igc_null_set_page(struct igc_hw IGC_UNUSEDARG *hw,
sys/dev/igc/igc_phy.c
534
s32 igc_setup_copper_link_generic(struct igc_hw *hw)
sys/dev/igc/igc_phy.c
536
s32 ret_val;
sys/dev/igc/igc_phy.c
62
s32 igc_null_read_reg(struct igc_hw IGC_UNUSEDARG *hw,
sys/dev/igc/igc_phy.c
654
s32 igc_set_d3_lplu_state_generic(struct igc_hw *hw, bool active)
sys/dev/igc/igc_phy.c
657
s32 ret_val;
sys/dev/igc/igc_phy.c
738
s32 igc_check_downshift_generic(struct igc_hw *hw)
sys/dev/igc/igc_phy.c
741
s32 ret_val;
sys/dev/igc/igc_phy.c
763
static s32 igc_wait_autoneg(struct igc_hw *hw)
sys/dev/igc/igc_phy.c
765
s32 ret_val = IGC_SUCCESS;
sys/dev/igc/igc_phy.c
801
s32 igc_phy_has_link_generic(struct igc_hw *hw, u32 iterations,
sys/dev/igc/igc_phy.c
804
s32 ret_val = IGC_SUCCESS;
sys/dev/igc/igc_phy.c
84
s32 igc_null_lplu_state(struct igc_hw IGC_UNUSEDARG *hw,
sys/dev/igc/igc_phy.c
853
s32 igc_phy_hw_reset_generic(struct igc_hw *hw)
sys/dev/igc/igc_phy.c
856
s32 ret_val;
sys/dev/igc/igc_phy.c
944
s32 igc_write_phy_reg_gpy(struct igc_hw *hw, u32 offset, u16 data)
sys/dev/igc/igc_phy.c
946
s32 ret_val;
sys/dev/igc/igc_phy.c
97
s32 igc_null_write_reg(struct igc_hw IGC_UNUSEDARG *hw,
sys/dev/igc/igc_phy.c
978
s32 igc_read_phy_reg_gpy(struct igc_hw *hw, u32 offset, u16 *data)
sys/dev/igc/igc_phy.c
980
s32 ret_val;
sys/dev/igc/igc_phy.h
11
s32 igc_null_read_reg(struct igc_hw *hw, u32 offset, u16 *data);
sys/dev/igc/igc_phy.h
13
s32 igc_null_lplu_state(struct igc_hw *hw, bool active);
sys/dev/igc/igc_phy.h
14
s32 igc_null_write_reg(struct igc_hw *hw, u32 offset, u16 data);
sys/dev/igc/igc_phy.h
15
s32 igc_null_set_page(struct igc_hw *hw, u16 data);
sys/dev/igc/igc_phy.h
16
s32 igc_check_downshift_generic(struct igc_hw *hw);
sys/dev/igc/igc_phy.h
17
s32 igc_check_reset_block_generic(struct igc_hw *hw);
sys/dev/igc/igc_phy.h
18
s32 igc_get_phy_id(struct igc_hw *hw);
sys/dev/igc/igc_phy.h
20
s32 igc_phy_hw_reset_generic(struct igc_hw *hw);
sys/dev/igc/igc_phy.h
21
s32 igc_phy_reset_dsp_generic(struct igc_hw *hw);
sys/dev/igc/igc_phy.h
22
s32 igc_set_d3_lplu_state_generic(struct igc_hw *hw, bool active);
sys/dev/igc/igc_phy.h
23
s32 igc_setup_copper_link_generic(struct igc_hw *hw);
sys/dev/igc/igc_phy.h
24
s32 igc_phy_has_link_generic(struct igc_hw *hw, u32 iterations,
sys/dev/igc/igc_phy.h
27
s32 igc_determine_phy_address(struct igc_hw *hw);
sys/dev/igc/igc_phy.h
28
s32 igc_enable_phy_wakeup_reg_access_bm(struct igc_hw *hw, u16 *phy_reg);
sys/dev/igc/igc_phy.h
29
s32 igc_disable_phy_wakeup_reg_access_bm(struct igc_hw *hw, u16 *phy_reg);
sys/dev/igc/igc_phy.h
32
s32 igc_read_phy_reg_mdic(struct igc_hw *hw, u32 offset, u16 *data);
sys/dev/igc/igc_phy.h
33
s32 igc_write_phy_reg_mdic(struct igc_hw *hw, u32 offset, u16 data);
sys/dev/igc/igc_phy.h
35
s32 igc_read_xmdio_reg(struct igc_hw *hw, u16 addr, u8 dev_addr,
sys/dev/igc/igc_phy.h
37
s32 igc_write_xmdio_reg(struct igc_hw *hw, u16 addr, u8 dev_addr,
sys/dev/igc/igc_phy.h
39
s32 igc_write_phy_reg_gpy(struct igc_hw *hw, u32 offset, u16 data);
sys/dev/igc/igc_phy.h
40
s32 igc_read_phy_reg_gpy(struct igc_hw *hw, u32 offset, u16 *data);
sys/dev/iicbus/iic.c
436
struct iiccmd32 *s32;
sys/dev/iicbus/iic.c
446
s32 = (struct iiccmd32 *)data;
sys/dev/iicbus/iic.c
462
CP(*s32, iicswab, slave);
sys/dev/iicbus/iic.c
463
CP(*s32, iicswab, count);
sys/dev/iicbus/iic.c
464
CP(*s32, iicswab, last);
sys/dev/iicbus/iic.c
465
PTRIN_CP(*s32, iicswab, buf);
sys/dev/ixgbe/if_ix.c
1492
s32 error = 0;
sys/dev/ixgbe/if_ix.c
1573
s32 error = 0;
sys/dev/ixgbe/if_ix.c
2984
s32 retval;
sys/dev/ixgbe/if_ix.c
3609
s32 error = 0;
sys/dev/ixgbe/if_ix.c
4308
s32 ret = hw->phy.ops.identify_sfp(hw);
sys/dev/ixgbe/if_ix.c
4438
s32 ixgbe_enable_lse(struct ixgbe_softc *sc)
sys/dev/ixgbe/if_ix.c
4440
s32 error;
sys/dev/ixgbe/if_ix.c
4458
s32 ixgbe_disable_lse(struct ixgbe_softc *sc)
sys/dev/ixgbe/if_ix.c
4460
s32 error;
sys/dev/ixgbe/if_ix.c
4481
s32 error;
sys/dev/ixgbe/if_ix.c
5117
s32 err = IXGBE_NOT_IMPLEMENTED;
sys/dev/ixgbe/if_ix.c
5237
s32 err;
sys/dev/ixgbe/if_ix.c
5590
s32 retval;
sys/dev/ixgbe/if_ix.c
5687
s32 error;
sys/dev/ixgbe/if_ixv.c
925
s32 status;
sys/dev/ixgbe/ixgbe_82598.c
1004
s32 ixgbe_set_vfta_82598(struct ixgbe_hw *hw, u32 vlan, u32 vind,
sys/dev/ixgbe/ixgbe_82598.c
1053
static s32 ixgbe_clear_vfta_82598(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_82598.c
1079
s32 ixgbe_read_analog_reg8_82598(struct ixgbe_hw *hw, u32 reg, u8 *val)
sys/dev/ixgbe/ixgbe_82598.c
1103
s32 ixgbe_write_analog_reg8_82598(struct ixgbe_hw *hw, u32 reg, u8 val)
sys/dev/ixgbe/ixgbe_82598.c
1126
static s32 ixgbe_read_i2c_phy_82598(struct ixgbe_hw *hw, u8 dev_addr,
sys/dev/ixgbe/ixgbe_82598.c
1129
s32 status = IXGBE_SUCCESS;
sys/dev/ixgbe/ixgbe_82598.c
119
s32 ixgbe_init_ops_82598(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_82598.c
1199
s32 ixgbe_read_i2c_eeprom_82598(struct ixgbe_hw *hw, u8 byte_offset,
sys/dev/ixgbe/ixgbe_82598.c
1214
static s32 ixgbe_read_i2c_sff8472_82598(struct ixgbe_hw *hw, u8 byte_offset,
sys/dev/ixgbe/ixgbe_82598.c
123
s32 ret_val;
sys/dev/ixgbe/ixgbe_82598.c
1434
s32 ixgbe_enable_rx_dma_82598(struct ixgbe_hw *hw, u32 regval)
sys/dev/ixgbe/ixgbe_82598.c
191
s32 ixgbe_init_phy_ops_82598(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_82598.c
195
s32 ret_val = IXGBE_SUCCESS;
sys/dev/ixgbe/ixgbe_82598.c
254
s32 ixgbe_start_hw_82598(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_82598.c
258
s32 ret_val = IXGBE_SUCCESS;
sys/dev/ixgbe/ixgbe_82598.c
296
static s32 ixgbe_get_link_capabilities_82598(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_82598.c
300
s32 status = IXGBE_SUCCESS;
sys/dev/ixgbe/ixgbe_82598.c
408
s32 ixgbe_fc_enable_82598(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_82598.c
410
s32 ret_val = IXGBE_SUCCESS;
sys/dev/ixgbe/ixgbe_82598.c
48
static s32 ixgbe_get_link_capabilities_82598(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_82598.c
52
static s32 ixgbe_start_mac_link_82598(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_82598.c
54
static s32 ixgbe_check_mac_link_82598(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_82598.c
557
static s32 ixgbe_start_mac_link_82598(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_82598.c
563
s32 status = IXGBE_SUCCESS;
sys/dev/ixgbe/ixgbe_82598.c
57
static s32 ixgbe_setup_mac_link_82598(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_82598.c
60
static s32 ixgbe_setup_copper_link_82598(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_82598.c
605
static s32 ixgbe_validate_link_ready(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_82598.c
63
static s32 ixgbe_reset_hw_82598(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_82598.c
64
static s32 ixgbe_clear_vmdq_82598(struct ixgbe_hw *hw, u32 rar, u32 vmdq);
sys/dev/ixgbe/ixgbe_82598.c
642
static s32 ixgbe_check_mac_link_82598(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_82598.c
65
static s32 ixgbe_clear_vfta_82598(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_82598.c
68
static s32 ixgbe_read_i2c_sff8472_82598(struct ixgbe_hw *hw, u8 byte_offset,
sys/dev/ixgbe/ixgbe_82598.c
731
static s32 ixgbe_setup_mac_link_82598(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_82598.c
736
s32 status = IXGBE_SUCCESS;
sys/dev/ixgbe/ixgbe_82598.c
785
static s32 ixgbe_setup_copper_link_82598(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_82598.c
789
s32 status;
sys/dev/ixgbe/ixgbe_82598.c
810
static s32 ixgbe_reset_hw_82598(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_82598.c
812
s32 status = IXGBE_SUCCESS;
sys/dev/ixgbe/ixgbe_82598.c
813
s32 phy_status = IXGBE_SUCCESS;
sys/dev/ixgbe/ixgbe_82598.c
946
s32 ixgbe_set_vmdq_82598(struct ixgbe_hw *hw, u32 rar, u32 vmdq)
sys/dev/ixgbe/ixgbe_82598.c
972
static s32 ixgbe_clear_vmdq_82598(struct ixgbe_hw *hw, u32 rar, u32 vmdq)
sys/dev/ixgbe/ixgbe_82598.h
39
s32 ixgbe_fc_enable_82598(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_82598.h
40
s32 ixgbe_start_hw_82598(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_82598.h
42
s32 ixgbe_set_vmdq_82598(struct ixgbe_hw *hw, u32 rar, u32 vmdq);
sys/dev/ixgbe/ixgbe_82598.h
43
s32 ixgbe_set_vfta_82598(struct ixgbe_hw *hw, u32 vlan, u32 vind, bool vlan_on,
sys/dev/ixgbe/ixgbe_82598.h
45
s32 ixgbe_read_analog_reg8_82598(struct ixgbe_hw *hw, u32 reg, u8 *val);
sys/dev/ixgbe/ixgbe_82598.h
46
s32 ixgbe_write_analog_reg8_82598(struct ixgbe_hw *hw, u32 reg, u8 val);
sys/dev/ixgbe/ixgbe_82598.h
47
s32 ixgbe_read_i2c_eeprom_82598(struct ixgbe_hw *hw, u8 byte_offset,
sys/dev/ixgbe/ixgbe_82598.h
50
s32 ixgbe_init_phy_ops_82598(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_82598.h
53
s32 ixgbe_enable_rx_dma_82598(struct ixgbe_hw *hw, u32 regval);
sys/dev/ixgbe/ixgbe_82599.c
1030
static s32 ixgbe_setup_copper_link_82599(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_82599.c
1034
s32 status;
sys/dev/ixgbe/ixgbe_82599.c
1055
s32 ixgbe_reset_hw_82599(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_82599.c
1058
s32 status;
sys/dev/ixgbe/ixgbe_82599.c
115
s32 ixgbe_init_phy_ops_82599(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_82599.c
119
s32 ret_val = IXGBE_SUCCESS;
sys/dev/ixgbe/ixgbe_82599.c
1234
static s32 ixgbe_fdir_check_cmd_complete(struct ixgbe_hw *hw, u32 *fdircmd)
sys/dev/ixgbe/ixgbe_82599.c
1252
s32 ixgbe_reinit_fdir_tables_82599(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_82599.c
1254
s32 err;
sys/dev/ixgbe/ixgbe_82599.c
1368
s32 ixgbe_init_fdir_signature_82599(struct ixgbe_hw *hw, u32 fdirctrl)
sys/dev/ixgbe/ixgbe_82599.c
1395
s32 ixgbe_init_fdir_perfect_82599(struct ixgbe_hw *hw, u32 fdirctrl,
sys/dev/ixgbe/ixgbe_82599.c
1721
s32 ixgbe_fdir_set_input_mask_82599(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_82599.c
173
s32 ixgbe_setup_sfp_modules_82599(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_82599.c
175
s32 ret_val = IXGBE_SUCCESS;
sys/dev/ixgbe/ixgbe_82599.c
1900
s32 ixgbe_fdir_write_perfect_filter_82599(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_82599.c
1907
s32 err;
sys/dev/ixgbe/ixgbe_82599.c
1990
s32 ixgbe_fdir_erase_perfect_filter_82599(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_82599.c
1996
s32 err;
sys/dev/ixgbe/ixgbe_82599.c
2038
s32 ixgbe_fdir_add_perfect_filter_82599(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_82599.c
2043
s32 err = IXGBE_ERR_CONFIG;
sys/dev/ixgbe/ixgbe_82599.c
2103
s32 ixgbe_read_analog_reg8_82599(struct ixgbe_hw *hw, u32 reg, u8 *val)
sys/dev/ixgbe/ixgbe_82599.c
2127
s32 ixgbe_write_analog_reg8_82599(struct ixgbe_hw *hw, u32 reg, u8 val)
sys/dev/ixgbe/ixgbe_82599.c
2149
s32 ixgbe_start_hw_82599(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_82599.c
2151
s32 ret_val = IXGBE_SUCCESS;
sys/dev/ixgbe/ixgbe_82599.c
2178
s32 ixgbe_identify_phy_82599(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_82599.c
2180
s32 status;
sys/dev/ixgbe/ixgbe_82599.c
2301
s32 ixgbe_enable_rx_dma_82599(struct ixgbe_hw *hw, u32 regval)
sys/dev/ixgbe/ixgbe_82599.c
2335
static s32 ixgbe_verify_fw_version_82599(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_82599.c
2337
s32 status = IXGBE_ERR_EEPROM_VERSION;
sys/dev/ixgbe/ixgbe_82599.c
2400
s32 status;
sys/dev/ixgbe/ixgbe_82599.c
2444
static s32 ixgbe_read_eeprom_buffer_82599(struct ixgbe_hw *hw, u16 offset,
sys/dev/ixgbe/ixgbe_82599.c
2448
s32 ret_val = IXGBE_ERR_CONFIG;
sys/dev/ixgbe/ixgbe_82599.c
2478
static s32 ixgbe_read_eeprom_82599(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_82599.c
2482
s32 ret_val = IXGBE_ERR_CONFIG;
sys/dev/ixgbe/ixgbe_82599.c
250
s32 prot_autoc_read_82599(struct ixgbe_hw *hw, bool *locked, u32 *reg_val)
sys/dev/ixgbe/ixgbe_82599.c
2507
s32 ixgbe_reset_pipeline_82599(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_82599.c
2509
s32 ret_val;
sys/dev/ixgbe/ixgbe_82599.c
252
s32 ret_val;
sys/dev/ixgbe/ixgbe_82599.c
2560
static s32 ixgbe_read_i2c_byte_82599(struct ixgbe_hw *hw, u8 byte_offset,
sys/dev/ixgbe/ixgbe_82599.c
2564
s32 status;
sys/dev/ixgbe/ixgbe_82599.c
2565
s32 timeout = 200;
sys/dev/ixgbe/ixgbe_82599.c
2618
static s32 ixgbe_write_i2c_byte_82599(struct ixgbe_hw *hw, u8 byte_offset,
sys/dev/ixgbe/ixgbe_82599.c
2622
s32 status;
sys/dev/ixgbe/ixgbe_82599.c
2623
s32 timeout = 200;
sys/dev/ixgbe/ixgbe_82599.c
279
s32 prot_autoc_write_82599(struct ixgbe_hw *hw, u32 autoc, bool locked)
sys/dev/ixgbe/ixgbe_82599.c
281
s32 ret_val = IXGBE_SUCCESS;
sys/dev/ixgbe/ixgbe_82599.c
321
s32 ixgbe_init_ops_82599(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_82599.c
326
s32 ret_val;
sys/dev/ixgbe/ixgbe_82599.c
422
s32 ixgbe_get_link_capabilities_82599(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_82599.c
426
s32 status = IXGBE_SUCCESS;
sys/dev/ixgbe/ixgbe_82599.c
48
static s32 ixgbe_setup_copper_link_82599(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_82599.c
51
static s32 ixgbe_verify_fw_version_82599(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_82599.c
52
static s32 ixgbe_read_eeprom_82599(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_82599.c
54
static s32 ixgbe_read_eeprom_buffer_82599(struct ixgbe_hw *hw, u16 offset,
sys/dev/ixgbe/ixgbe_82599.c
56
static s32 ixgbe_read_i2c_byte_82599(struct ixgbe_hw *hw, u8 byte_offset,
sys/dev/ixgbe/ixgbe_82599.c
58
static s32 ixgbe_write_i2c_byte_82599(struct ixgbe_hw *hw, u8 byte_offset,
sys/dev/ixgbe/ixgbe_82599.c
634
s32 ixgbe_start_mac_link_82599(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_82599.c
640
s32 status = IXGBE_SUCCESS;
sys/dev/ixgbe/ixgbe_82599.c
800
s32 ixgbe_setup_mac_link_smartspeed(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_82599.c
804
s32 status = IXGBE_SUCCESS;
sys/dev/ixgbe/ixgbe_82599.c
806
s32 i, j;
sys/dev/ixgbe/ixgbe_82599.c
912
s32 ixgbe_setup_mac_link_82599(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_82599.c
917
s32 status = IXGBE_SUCCESS;
sys/dev/ixgbe/ixgbe_82599.h
38
s32 ixgbe_get_link_capabilities_82599(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_82599.h
46
s32 ixgbe_setup_mac_link_smartspeed(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_82599.h
49
s32 ixgbe_start_mac_link_82599(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_82599.h
51
s32 ixgbe_setup_mac_link_82599(struct ixgbe_hw *hw, ixgbe_link_speed speed,
sys/dev/ixgbe/ixgbe_82599.h
53
s32 ixgbe_setup_sfp_modules_82599(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_82599.h
55
s32 ixgbe_reset_hw_82599(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_82599.h
56
s32 ixgbe_read_analog_reg8_82599(struct ixgbe_hw *hw, u32 reg, u8 *val);
sys/dev/ixgbe/ixgbe_82599.h
57
s32 ixgbe_write_analog_reg8_82599(struct ixgbe_hw *hw, u32 reg, u8 val);
sys/dev/ixgbe/ixgbe_82599.h
58
s32 ixgbe_start_hw_82599(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_82599.h
59
s32 ixgbe_identify_phy_82599(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_82599.h
60
s32 ixgbe_init_phy_ops_82599(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_82599.h
62
s32 ixgbe_enable_rx_dma_82599(struct ixgbe_hw *hw, u32 regval);
sys/dev/ixgbe/ixgbe_82599.h
63
s32 prot_autoc_read_82599(struct ixgbe_hw *hw, bool *locked, u32 *reg_val);
sys/dev/ixgbe/ixgbe_82599.h
64
s32 prot_autoc_write_82599(struct ixgbe_hw *hw, u32 reg_val, bool locked);
sys/dev/ixgbe/ixgbe_api.c
1008
s32 ixgbe_clear_vmdq(struct ixgbe_hw *hw, u32 rar, u32 vmdq)
sys/dev/ixgbe/ixgbe_api.c
1022
s32 ixgbe_init_rx_addrs(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_api.c
1048
s32 ixgbe_update_uc_addr_list(struct ixgbe_hw *hw, u8 *addr_list,
sys/dev/ixgbe/ixgbe_api.c
1069
s32 ixgbe_update_mc_addr_list(struct ixgbe_hw *hw, u8 *mc_addr_list,
sys/dev/ixgbe/ixgbe_api.c
1084
s32 ixgbe_enable_mc(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_api.c
1096
s32 ixgbe_disable_mc(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_api.c
1108
s32 ixgbe_clear_vfta(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_api.c
1124
s32 ixgbe_set_vfta(struct ixgbe_hw *hw, u32 vlan, u32 vind, bool vlan_on,
sys/dev/ixgbe/ixgbe_api.c
1144
s32 ixgbe_set_vlvf(struct ixgbe_hw *hw, u32 vlan, u32 vind, bool vlan_on,
sys/dev/ixgbe/ixgbe_api.c
1159
s32 ixgbe_toggle_txdctl(struct ixgbe_hw *hw, u32 vind)
sys/dev/ixgbe/ixgbe_api.c
1171
s32 ixgbe_fc_enable(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_api.c
1183
s32 ixgbe_setup_fc(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_api.c
1199
s32 ixgbe_set_fw_drv_ver(struct ixgbe_hw *hw, u8 maj, u8 min, u8 build,
sys/dev/ixgbe/ixgbe_api.c
1214
s32 ixgbe_get_thermal_sensor_data(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_api.c
1226
s32 ixgbe_init_thermal_sensor_thresh(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_api.c
1239
s32 ixgbe_dmac_config(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_api.c
1251
s32 ixgbe_dmac_update_tcs(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_api.c
1264
s32 ixgbe_dmac_config_tcs(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_api.c
1280
s32 ixgbe_setup_eee(struct ixgbe_hw *hw, bool enable_eee)
sys/dev/ixgbe/ixgbe_api.c
1321
s32 ixgbe_read_iosf_sb_reg(struct ixgbe_hw *hw, u32 reg_addr,
sys/dev/ixgbe/ixgbe_api.c
1337
s32 ixgbe_write_iosf_sb_reg(struct ixgbe_hw *hw, u32 reg_addr,
sys/dev/ixgbe/ixgbe_api.c
1410
s32 ixgbe_enter_lplu(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_api.c
142
s32 ixgbe_set_mac_type(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_api.c
1427
s32 ixgbe_handle_lasi(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_api.c
144
s32 ret_val = IXGBE_SUCCESS;
sys/dev/ixgbe/ixgbe_api.c
1441
s32 ixgbe_bypass_rw(struct ixgbe_hw *hw, u32 cmd, u32 *status)
sys/dev/ixgbe/ixgbe_api.c
1477
s32 ixgbe_bypass_set(struct ixgbe_hw *hw, u32 cmd, u32 event, u32 action)
sys/dev/ixgbe/ixgbe_api.c
1490
s32 ixgbe_bypass_rd_eep(struct ixgbe_hw *hw, u32 addr, u8 *value)
sys/dev/ixgbe/ixgbe_api.c
1504
s32 ixgbe_read_analog_reg8(struct ixgbe_hw *hw, u32 reg, u8 *val)
sys/dev/ixgbe/ixgbe_api.c
1518
s32 ixgbe_write_analog_reg8(struct ixgbe_hw *hw, u32 reg, u8 val)
sys/dev/ixgbe/ixgbe_api.c
1531
s32 ixgbe_init_uta_tables(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_api.c
1546
s32 ixgbe_read_i2c_byte(struct ixgbe_hw *hw, u8 byte_offset, u8 dev_addr,
sys/dev/ixgbe/ixgbe_api.c
1562
s32 ixgbe_read_i2c_byte_unlocked(struct ixgbe_hw *hw, u8 byte_offset,
sys/dev/ixgbe/ixgbe_api.c
1579
s32 ixgbe_read_link(struct ixgbe_hw *hw, u8 addr, u16 reg, u16 *val)
sys/dev/ixgbe/ixgbe_api.c
1594
s32 ixgbe_read_link_unlocked(struct ixgbe_hw *hw, u8 addr, u16 reg, u16 *val)
sys/dev/ixgbe/ixgbe_api.c
1610
s32 ixgbe_write_i2c_byte(struct ixgbe_hw *hw, u8 byte_offset, u8 dev_addr,
sys/dev/ixgbe/ixgbe_api.c
1627
s32 ixgbe_write_i2c_byte_unlocked(struct ixgbe_hw *hw, u8 byte_offset,
sys/dev/ixgbe/ixgbe_api.c
1644
s32 ixgbe_write_link(struct ixgbe_hw *hw, u8 addr, u16 reg, u16 val)
sys/dev/ixgbe/ixgbe_api.c
1659
s32 ixgbe_write_link_unlocked(struct ixgbe_hw *hw, u8 addr, u16 reg, u16 val)
sys/dev/ixgbe/ixgbe_api.c
1673
s32 ixgbe_write_i2c_eeprom(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_api.c
1689
s32 ixgbe_read_i2c_eeprom(struct ixgbe_hw *hw, u8 byte_offset, u8 *eeprom_data)
sys/dev/ixgbe/ixgbe_api.c
1715
s32 ixgbe_enable_rx_dma(struct ixgbe_hw *hw, u32 regval)
sys/dev/ixgbe/ixgbe_api.c
1727
s32 ixgbe_disable_sec_rx_path(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_api.c
1739
s32 ixgbe_enable_sec_rx_path(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_api.c
1753
s32 ixgbe_acquire_swfw_semaphore(struct ixgbe_hw *hw, u32 mask)
sys/dev/ixgbe/ixgbe_api.c
278
s32 ixgbe_init_hw(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_api.c
291
s32 ixgbe_reset_hw(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_api.c
307
s32 ixgbe_start_hw(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_api.c
334
s32 ixgbe_clear_hw_cntrs(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_api.c
362
s32 ixgbe_get_mac_addr(struct ixgbe_hw *hw, u8 *mac_addr)
sys/dev/ixgbe/ixgbe_api.c
376
s32 ixgbe_get_san_mac_addr(struct ixgbe_hw *hw, u8 *san_mac_addr)
sys/dev/ixgbe/ixgbe_api.c
389
s32 ixgbe_set_san_mac_addr(struct ixgbe_hw *hw, u8 *san_mac_addr)
sys/dev/ixgbe/ixgbe_api.c
402
s32 ixgbe_get_device_caps(struct ixgbe_hw *hw, u16 *device_caps)
sys/dev/ixgbe/ixgbe_api.c
417
s32 ixgbe_get_wwn_prefix(struct ixgbe_hw *hw, u16 *wwnn_prefix,
sys/dev/ixgbe/ixgbe_api.c
432
s32 ixgbe_get_fcoe_boot_status(struct ixgbe_hw *hw, u16 *bs)
sys/dev/ixgbe/ixgbe_api.c
445
s32 ixgbe_get_bus_info(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_api.c
482
s32 ixgbe_stop_adapter(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_api.c
496
s32 ixgbe_read_pba_string(struct ixgbe_hw *hw, u8 *pba_num, u32 pba_num_size)
sys/dev/ixgbe/ixgbe_api.c
508
s32 ixgbe_read_pba_num(struct ixgbe_hw *hw, u32 *pba_num)
sys/dev/ixgbe/ixgbe_api.c
519
s32 ixgbe_identify_phy(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_api.c
521
s32 status = IXGBE_SUCCESS;
sys/dev/ixgbe/ixgbe_api.c
535
s32 ixgbe_reset_phy(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_api.c
537
s32 status = IXGBE_SUCCESS;
sys/dev/ixgbe/ixgbe_api.c
556
s32 ixgbe_get_phy_firmware_version(struct ixgbe_hw *hw, u16 *firmware_version)
sys/dev/ixgbe/ixgbe_api.c
558
s32 status = IXGBE_SUCCESS;
sys/dev/ixgbe/ixgbe_api.c
575
s32 ixgbe_read_phy_reg(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type,
sys/dev/ixgbe/ixgbe_api.c
594
s32 ixgbe_write_phy_reg(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type,
sys/dev/ixgbe/ixgbe_api.c
610
s32 ixgbe_setup_phy_link(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_api.c
624
s32 ixgbe_setup_internal_phy(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_api.c
639
s32 ixgbe_check_phy_link(struct ixgbe_hw *hw, ixgbe_link_speed *speed,
sys/dev/ixgbe/ixgbe_api.c
654
s32 ixgbe_setup_phy_link_speed(struct ixgbe_hw *hw, ixgbe_link_speed speed,
sys/dev/ixgbe/ixgbe_api.c
667
s32 ixgbe_set_phy_power(struct ixgbe_hw *hw, bool on)
sys/dev/ixgbe/ixgbe_api.c
682
s32 ixgbe_check_link(struct ixgbe_hw *hw, ixgbe_link_speed *speed,
sys/dev/ixgbe/ixgbe_api.c
737
s32 ixgbe_setup_link(struct ixgbe_hw *hw, ixgbe_link_speed speed,
sys/dev/ixgbe/ixgbe_api.c
754
s32 ixgbe_setup_mac_link(struct ixgbe_hw *hw, ixgbe_link_speed speed,
sys/dev/ixgbe/ixgbe_api.c
770
s32 ixgbe_get_link_capabilities(struct ixgbe_hw *hw, ixgbe_link_speed *speed,
sys/dev/ixgbe/ixgbe_api.c
784
s32 ixgbe_led_on(struct ixgbe_hw *hw, u32 index)
sys/dev/ixgbe/ixgbe_api.c
797
s32 ixgbe_led_off(struct ixgbe_hw *hw, u32 index)
sys/dev/ixgbe/ixgbe_api.c
810
s32 ixgbe_blink_led_start(struct ixgbe_hw *hw, u32 index)
sys/dev/ixgbe/ixgbe_api.c
823
s32 ixgbe_blink_led_stop(struct ixgbe_hw *hw, u32 index)
sys/dev/ixgbe/ixgbe_api.c
836
s32 ixgbe_init_eeprom_params(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_api.c
85
s32 ixgbe_init_shared_code(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_api.c
853
s32 ixgbe_write_eeprom(struct ixgbe_hw *hw, u16 offset, u16 data)
sys/dev/ixgbe/ixgbe_api.c
87
s32 status;
sys/dev/ixgbe/ixgbe_api.c
870
s32 ixgbe_write_eeprom_buffer(struct ixgbe_hw *hw, u16 offset, u16 words,
sys/dev/ixgbe/ixgbe_api.c
886
s32 ixgbe_read_eeprom(struct ixgbe_hw *hw, u16 offset, u16 *data)
sys/dev/ixgbe/ixgbe_api.c
901
s32 ixgbe_read_eeprom_buffer(struct ixgbe_hw *hw, u16 offset,
sys/dev/ixgbe/ixgbe_api.c
916
s32 ixgbe_validate_eeprom_checksum(struct ixgbe_hw *hw, u16 *checksum_val)
sys/dev/ixgbe/ixgbe_api.c
926
s32 ixgbe_update_eeprom_checksum(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_api.c
941
s32 ixgbe_insert_mac_addr(struct ixgbe_hw *hw, u8 *addr, u32 vmdq)
sys/dev/ixgbe/ixgbe_api.c
958
s32 ixgbe_set_rar(struct ixgbe_hw *hw, u32 index, u8 *addr, u32 vmdq,
sys/dev/ixgbe/ixgbe_api.c
972
s32 ixgbe_clear_rar(struct ixgbe_hw *hw, u32 index)
sys/dev/ixgbe/ixgbe_api.c
984
s32 ixgbe_set_vmdq(struct ixgbe_hw *hw, u32 rar, u32 vmdq)
sys/dev/ixgbe/ixgbe_api.c
996
s32 ixgbe_set_vmdq_san_mac(struct ixgbe_hw *hw, u32 vmdq)
sys/dev/ixgbe/ixgbe_api.h
101
s32 ixgbe_init_eeprom_params(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_api.h
102
s32 ixgbe_write_eeprom(struct ixgbe_hw *hw, u16 offset, u16 data);
sys/dev/ixgbe/ixgbe_api.h
103
s32 ixgbe_write_eeprom_buffer(struct ixgbe_hw *hw, u16 offset,
sys/dev/ixgbe/ixgbe_api.h
105
s32 ixgbe_read_eeprom(struct ixgbe_hw *hw, u16 offset, u16 *data);
sys/dev/ixgbe/ixgbe_api.h
106
s32 ixgbe_read_eeprom_buffer(struct ixgbe_hw *hw, u16 offset,
sys/dev/ixgbe/ixgbe_api.h
109
s32 ixgbe_validate_eeprom_checksum(struct ixgbe_hw *hw, u16 *checksum_val);
sys/dev/ixgbe/ixgbe_api.h
110
s32 ixgbe_update_eeprom_checksum(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_api.h
112
s32 ixgbe_insert_mac_addr(struct ixgbe_hw *hw, u8 *addr, u32 vmdq);
sys/dev/ixgbe/ixgbe_api.h
113
s32 ixgbe_set_rar(struct ixgbe_hw *hw, u32 index, u8 *addr, u32 vmdq,
sys/dev/ixgbe/ixgbe_api.h
115
s32 ixgbe_clear_rar(struct ixgbe_hw *hw, u32 index);
sys/dev/ixgbe/ixgbe_api.h
116
s32 ixgbe_set_vmdq(struct ixgbe_hw *hw, u32 rar, u32 vmdq);
sys/dev/ixgbe/ixgbe_api.h
117
s32 ixgbe_set_vmdq_san_mac(struct ixgbe_hw *hw, u32 vmdq);
sys/dev/ixgbe/ixgbe_api.h
118
s32 ixgbe_clear_vmdq(struct ixgbe_hw *hw, u32 rar, u32 vmdq);
sys/dev/ixgbe/ixgbe_api.h
119
s32 ixgbe_init_rx_addrs(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_api.h
121
s32 ixgbe_update_uc_addr_list(struct ixgbe_hw *hw, u8 *addr_list,
sys/dev/ixgbe/ixgbe_api.h
123
s32 ixgbe_update_mc_addr_list(struct ixgbe_hw *hw, u8 *mc_addr_list,
sys/dev/ixgbe/ixgbe_api.h
127
s32 ixgbe_enable_mc(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_api.h
128
s32 ixgbe_disable_mc(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_api.h
129
s32 ixgbe_clear_vfta(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_api.h
130
s32 ixgbe_set_vfta(struct ixgbe_hw *hw, u32 vlan,
sys/dev/ixgbe/ixgbe_api.h
132
s32 ixgbe_set_vlvf(struct ixgbe_hw *hw, u32 vlan, u32 vind,
sys/dev/ixgbe/ixgbe_api.h
135
s32 ixgbe_toggle_txdctl(struct ixgbe_hw *hw, u32 vind);
sys/dev/ixgbe/ixgbe_api.h
136
s32 ixgbe_fc_enable(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_api.h
137
s32 ixgbe_setup_fc(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_api.h
138
s32 ixgbe_set_fw_drv_ver(struct ixgbe_hw *hw, u8 maj, u8 min, u8 build,
sys/dev/ixgbe/ixgbe_api.h
140
s32 ixgbe_get_thermal_sensor_data(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_api.h
141
s32 ixgbe_init_thermal_sensor_thresh(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_api.h
143
s32 ixgbe_get_phy_firmware_version(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_api.h
145
s32 ixgbe_read_analog_reg8(struct ixgbe_hw *hw, u32 reg, u8 *val);
sys/dev/ixgbe/ixgbe_api.h
146
s32 ixgbe_write_analog_reg8(struct ixgbe_hw *hw, u32 reg, u8 val);
sys/dev/ixgbe/ixgbe_api.h
147
s32 ixgbe_init_uta_tables(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_api.h
148
s32 ixgbe_read_i2c_eeprom(struct ixgbe_hw *hw, u8 byte_offset, u8 *eeprom_data);
sys/dev/ixgbe/ixgbe_api.h
150
s32 ixgbe_enable_rx_dma(struct ixgbe_hw *hw, u32 regval);
sys/dev/ixgbe/ixgbe_api.h
151
s32 ixgbe_disable_sec_rx_path(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_api.h
152
s32 ixgbe_enable_sec_rx_path(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_api.h
153
s32 ixgbe_reinit_fdir_tables_82599(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_api.h
154
s32 ixgbe_init_fdir_signature_82599(struct ixgbe_hw *hw, u32 fdirctrl);
sys/dev/ixgbe/ixgbe_api.h
155
s32 ixgbe_init_fdir_perfect_82599(struct ixgbe_hw *hw, u32 fdirctrl,
sys/dev/ixgbe/ixgbe_api.h
161
s32 ixgbe_fdir_set_input_mask_82599(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_api.h
163
s32 ixgbe_fdir_write_perfect_filter_82599(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_api.h
166
s32 ixgbe_fdir_erase_perfect_filter_82599(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_api.h
169
s32 ixgbe_fdir_add_perfect_filter_82599(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_api.h
180
s32 ixgbe_read_i2c_byte(struct ixgbe_hw *hw, u8 byte_offset, u8 dev_addr,
sys/dev/ixgbe/ixgbe_api.h
182
s32 ixgbe_read_i2c_byte_unlocked(struct ixgbe_hw *hw, u8 byte_offset,
sys/dev/ixgbe/ixgbe_api.h
184
s32 ixgbe_read_link(struct ixgbe_hw *hw, u8 addr, u16 reg, u16 *val);
sys/dev/ixgbe/ixgbe_api.h
185
s32 ixgbe_read_link_unlocked(struct ixgbe_hw *hw, u8 addr, u16 reg, u16 *val);
sys/dev/ixgbe/ixgbe_api.h
186
s32 ixgbe_write_i2c_byte(struct ixgbe_hw *hw, u8 byte_offset, u8 dev_addr,
sys/dev/ixgbe/ixgbe_api.h
189
s32 ixgbe_write_i2c_byte_unlocked(struct ixgbe_hw *hw, u8 byte_offset,
sys/dev/ixgbe/ixgbe_api.h
191
s32 ixgbe_write_link(struct ixgbe_hw *hw, u8 addr, u16 reg, u16 val);
sys/dev/ixgbe/ixgbe_api.h
192
s32 ixgbe_write_link_unlocked(struct ixgbe_hw *hw, u8 addr, u16 reg, u16 val);
sys/dev/ixgbe/ixgbe_api.h
193
s32 ixgbe_write_i2c_eeprom(struct ixgbe_hw *hw, u8 byte_offset, u8 eeprom_data);
sys/dev/ixgbe/ixgbe_api.h
194
s32 ixgbe_get_san_mac_addr(struct ixgbe_hw *hw, u8 *san_mac_addr);
sys/dev/ixgbe/ixgbe_api.h
195
s32 ixgbe_set_san_mac_addr(struct ixgbe_hw *hw, u8 *san_mac_addr);
sys/dev/ixgbe/ixgbe_api.h
196
s32 ixgbe_get_device_caps(struct ixgbe_hw *hw, u16 *device_caps);
sys/dev/ixgbe/ixgbe_api.h
197
s32 ixgbe_acquire_swfw_semaphore(struct ixgbe_hw *hw, u32 mask);
sys/dev/ixgbe/ixgbe_api.h
200
s32 ixgbe_get_wwn_prefix(struct ixgbe_hw *hw, u16 *wwnn_prefix,
sys/dev/ixgbe/ixgbe_api.h
202
s32 ixgbe_get_fcoe_boot_status(struct ixgbe_hw *hw, u16 *bs);
sys/dev/ixgbe/ixgbe_api.h
203
s32 ixgbe_bypass_rw(struct ixgbe_hw *hw, u32 cmd, u32 *status);
sys/dev/ixgbe/ixgbe_api.h
204
s32 ixgbe_bypass_set(struct ixgbe_hw *hw, u32 cmd, u32 event, u32 action);
sys/dev/ixgbe/ixgbe_api.h
205
s32 ixgbe_bypass_rd_eep(struct ixgbe_hw *hw, u32 addr, u8 *value);
sys/dev/ixgbe/ixgbe_api.h
207
s32 ixgbe_dmac_config(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_api.h
208
s32 ixgbe_dmac_update_tcs(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_api.h
209
s32 ixgbe_dmac_config_tcs(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_api.h
210
s32 ixgbe_setup_eee(struct ixgbe_hw *hw, bool enable_eee);
sys/dev/ixgbe/ixgbe_api.h
215
s32 ixgbe_read_iosf_sb_reg(struct ixgbe_hw *hw, u32 reg_addr,
sys/dev/ixgbe/ixgbe_api.h
217
s32 ixgbe_write_iosf_sb_reg(struct ixgbe_hw *hw, u32 reg_addr,
sys/dev/ixgbe/ixgbe_api.h
224
s32 ixgbe_enter_lplu(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_api.h
225
s32 ixgbe_handle_lasi(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_api.h
229
s32 ixgbe_negotiate_fc(struct ixgbe_hw *hw, u32 adv_reg, u32 lp_reg,
sys/dev/ixgbe/ixgbe_api.h
42
s32 ixgbe_init_shared_code(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_api.h
44
extern s32 ixgbe_init_ops_82598(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_api.h
45
extern s32 ixgbe_init_ops_82599(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_api.h
46
extern s32 ixgbe_init_ops_X540(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_api.h
47
extern s32 ixgbe_init_ops_X550(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_api.h
48
extern s32 ixgbe_init_ops_X550EM(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_api.h
49
extern s32 ixgbe_init_ops_X550EM_x(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_api.h
50
extern s32 ixgbe_init_ops_X550EM_a(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_api.h
51
extern s32 ixgbe_init_ops_E610(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_api.h
52
extern s32 ixgbe_init_ops_vf(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_api.h
54
s32 ixgbe_set_mac_type(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_api.h
55
s32 ixgbe_init_hw(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_api.h
56
s32 ixgbe_reset_hw(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_api.h
57
s32 ixgbe_start_hw(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_api.h
59
s32 ixgbe_clear_hw_cntrs(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_api.h
61
s32 ixgbe_get_mac_addr(struct ixgbe_hw *hw, u8 *mac_addr);
sys/dev/ixgbe/ixgbe_api.h
62
s32 ixgbe_get_bus_info(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_api.h
65
s32 ixgbe_stop_adapter(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_api.h
66
s32 ixgbe_read_pba_num(struct ixgbe_hw *hw, u32 *pba_num);
sys/dev/ixgbe/ixgbe_api.h
67
s32 ixgbe_read_pba_string(struct ixgbe_hw *hw, u8 *pba_num, u32 pba_num_size);
sys/dev/ixgbe/ixgbe_api.h
69
s32 ixgbe_identify_phy(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_api.h
70
s32 ixgbe_reset_phy(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_api.h
71
s32 ixgbe_read_phy_reg(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type,
sys/dev/ixgbe/ixgbe_api.h
73
s32 ixgbe_write_phy_reg(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type,
sys/dev/ixgbe/ixgbe_api.h
76
s32 ixgbe_setup_phy_link(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_api.h
77
s32 ixgbe_setup_internal_phy(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_api.h
78
s32 ixgbe_check_phy_link(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_api.h
81
s32 ixgbe_setup_phy_link_speed(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_api.h
84
s32 ixgbe_set_phy_power(struct ixgbe_hw *, bool on);
sys/dev/ixgbe/ixgbe_api.h
88
s32 ixgbe_setup_link(struct ixgbe_hw *hw, ixgbe_link_speed speed,
sys/dev/ixgbe/ixgbe_api.h
90
s32 ixgbe_setup_mac_link(struct ixgbe_hw *hw, ixgbe_link_speed speed,
sys/dev/ixgbe/ixgbe_api.h
92
s32 ixgbe_check_link(struct ixgbe_hw *hw, ixgbe_link_speed *speed,
sys/dev/ixgbe/ixgbe_api.h
94
s32 ixgbe_get_link_capabilities(struct ixgbe_hw *hw, ixgbe_link_speed *speed,
sys/dev/ixgbe/ixgbe_api.h
96
s32 ixgbe_led_on(struct ixgbe_hw *hw, u32 index);
sys/dev/ixgbe/ixgbe_api.h
97
s32 ixgbe_led_off(struct ixgbe_hw *hw, u32 index);
sys/dev/ixgbe/ixgbe_api.h
98
s32 ixgbe_blink_led_start(struct ixgbe_hw *hw, u32 index);
sys/dev/ixgbe/ixgbe_api.h
99
s32 ixgbe_blink_led_stop(struct ixgbe_hw *hw, u32 index);
sys/dev/ixgbe/ixgbe_common.c
1062
s32 ixgbe_get_bus_info_generic(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_common.c
1120
s32 ixgbe_stop_adapter_generic(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_common.c
1172
s32 ixgbe_init_led_link_act_generic(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_common.c
1211
s32 ixgbe_led_on_generic(struct ixgbe_hw *hw, u32 index)
sys/dev/ixgbe/ixgbe_common.c
1234
s32 ixgbe_led_off_generic(struct ixgbe_hw *hw, u32 index)
sys/dev/ixgbe/ixgbe_common.c
1259
s32 ixgbe_init_eeprom_params_generic(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_common.c
1314
s32 ixgbe_write_eeprom_buffer_bit_bang_generic(struct ixgbe_hw *hw, u16 offset,
sys/dev/ixgbe/ixgbe_common.c
1317
s32 status = IXGBE_SUCCESS;
sys/dev/ixgbe/ixgbe_common.c
1371
static s32 ixgbe_write_eeprom_buffer_bit_bang(struct ixgbe_hw *hw, u16 offset,
sys/dev/ixgbe/ixgbe_common.c
1374
s32 status;
sys/dev/ixgbe/ixgbe_common.c
1453
s32 ixgbe_write_eeprom_generic(struct ixgbe_hw *hw, u16 offset, u16 data)
sys/dev/ixgbe/ixgbe_common.c
1455
s32 status;
sys/dev/ixgbe/ixgbe_common.c
1481
s32 ixgbe_read_eeprom_buffer_bit_bang_generic(struct ixgbe_hw *hw, u16 offset,
sys/dev/ixgbe/ixgbe_common.c
1484
s32 status = IXGBE_SUCCESS;
sys/dev/ixgbe/ixgbe_common.c
1530
static s32 ixgbe_read_eeprom_buffer_bit_bang(struct ixgbe_hw *hw, u16 offset,
sys/dev/ixgbe/ixgbe_common.c
1533
s32 status;
sys/dev/ixgbe/ixgbe_common.c
1587
s32 ixgbe_read_eeprom_bit_bang_generic(struct ixgbe_hw *hw, u16 offset,
sys/dev/ixgbe/ixgbe_common.c
1590
s32 status;
sys/dev/ixgbe/ixgbe_common.c
1616
s32 ixgbe_read_eerd_buffer_generic(struct ixgbe_hw *hw, u16 offset,
sys/dev/ixgbe/ixgbe_common.c
1620
s32 status = IXGBE_SUCCESS;
sys/dev/ixgbe/ixgbe_common.c
1667
static s32 ixgbe_detect_eeprom_page_size_generic(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_common.c
1671
s32 status = IXGBE_SUCCESS;
sys/dev/ixgbe/ixgbe_common.c
1710
s32 ixgbe_read_eerd_generic(struct ixgbe_hw *hw, u16 offset, u16 *data)
sys/dev/ixgbe/ixgbe_common.c
1724
s32 ixgbe_write_eewr_buffer_generic(struct ixgbe_hw *hw, u16 offset,
sys/dev/ixgbe/ixgbe_common.c
1728
s32 status = IXGBE_SUCCESS;
sys/dev/ixgbe/ixgbe_common.c
1779
s32 ixgbe_write_eewr_generic(struct ixgbe_hw *hw, u16 offset, u16 data)
sys/dev/ixgbe/ixgbe_common.c
1792
s32 ixgbe_poll_eerd_eewr_done(struct ixgbe_hw *hw, u32 ee_reg)
sys/dev/ixgbe/ixgbe_common.c
1796
s32 status = IXGBE_ERR_EEPROM;
sys/dev/ixgbe/ixgbe_common.c
1827
static s32 ixgbe_acquire_eeprom(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_common.c
1829
s32 status = IXGBE_SUCCESS;
sys/dev/ixgbe/ixgbe_common.c
1881
static s32 ixgbe_get_eeprom_semaphore(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_common.c
1883
s32 status = IXGBE_ERR_EEPROM;
sys/dev/ixgbe/ixgbe_common.c
1989
static s32 ixgbe_ready_eeprom(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_common.c
1991
s32 status = IXGBE_SUCCESS;
sys/dev/ixgbe/ixgbe_common.c
2220
s32 ixgbe_calc_eeprom_checksum_generic(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_common.c
2270
return (s32)checksum;
sys/dev/ixgbe/ixgbe_common.c
2281
s32 ixgbe_validate_eeprom_checksum_generic(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_common.c
2284
s32 status;
sys/dev/ixgbe/ixgbe_common.c
2329
s32 ixgbe_update_eeprom_checksum_generic(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_common.c
2331
s32 status;
sys/dev/ixgbe/ixgbe_common.c
2363
s32 ixgbe_validate_mac_addr(u8 *mac_addr)
sys/dev/ixgbe/ixgbe_common.c
2365
s32 status = IXGBE_SUCCESS;
sys/dev/ixgbe/ixgbe_common.c
239
s32 ixgbe_setup_fc_generic(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_common.c
2393
s32 ixgbe_set_rar_generic(struct ixgbe_hw *hw, u32 index, u8 *addr, u32 vmdq,
sys/dev/ixgbe/ixgbe_common.c
241
s32 ret_val = IXGBE_SUCCESS;
sys/dev/ixgbe/ixgbe_common.c
2444
s32 ixgbe_clear_rar_generic(struct ixgbe_hw *hw, u32 index)
sys/dev/ixgbe/ixgbe_common.c
2483
s32 ixgbe_init_rx_addrs_generic(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_common.c
2592
s32 ixgbe_update_uc_addr_list_generic(struct ixgbe_hw *hw, u8 *addr_list,
sys/dev/ixgbe/ixgbe_common.c
2660
static s32 ixgbe_mta_vector(struct ixgbe_hw *hw, u8 *mc_addr)
sys/dev/ixgbe/ixgbe_common.c
2735
s32 ixgbe_update_mc_addr_list_generic(struct ixgbe_hw *hw, u8 *mc_addr_list,
sys/dev/ixgbe/ixgbe_common.c
2782
s32 ixgbe_enable_mc_generic(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_common.c
2801
s32 ixgbe_disable_mc_generic(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_common.c
2819
s32 ixgbe_fc_enable_generic(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_common.c
2821
s32 ret_val = IXGBE_SUCCESS;
sys/dev/ixgbe/ixgbe_common.c
2959
s32 ixgbe_negotiate_fc(struct ixgbe_hw *hw, u32 adv_reg, u32 lp_reg,
sys/dev/ixgbe/ixgbe_common.c
3006
static s32 ixgbe_fc_autoneg_fiber(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_common.c
3009
s32 ret_val = IXGBE_ERR_FC_NOT_NEGOTIATED;
sys/dev/ixgbe/ixgbe_common.c
3043
static s32 ixgbe_fc_autoneg_backplane(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_common.c
3046
s32 ret_val = IXGBE_ERR_FC_NOT_NEGOTIATED;
sys/dev/ixgbe/ixgbe_common.c
3087
static s32 ixgbe_fc_autoneg_copper(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_common.c
3114
s32 ret_val = IXGBE_ERR_FC_NOT_NEGOTIATED;
sys/dev/ixgbe/ixgbe_common.c
3228
s32 ixgbe_disable_pcie_primary(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_common.c
3230
s32 status = IXGBE_SUCCESS;
sys/dev/ixgbe/ixgbe_common.c
3295
s32 ixgbe_acquire_swfw_sync(struct ixgbe_hw *hw, u32 mask)
sys/dev/ixgbe/ixgbe_common.c
3365
s32 ixgbe_disable_sec_rx_path_generic(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_common.c
3402
s32 prot_autoc_read_generic(struct ixgbe_hw *hw, bool *locked, u32 *reg_val)
sys/dev/ixgbe/ixgbe_common.c
3418
s32 prot_autoc_write_generic(struct ixgbe_hw *hw, u32 reg_val, bool locked)
sys/dev/ixgbe/ixgbe_common.c
3432
s32 ixgbe_enable_sec_rx_path_generic(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_common.c
3453
s32 ixgbe_enable_rx_dma_generic(struct ixgbe_hw *hw, u32 regval)
sys/dev/ixgbe/ixgbe_common.c
3470
s32 ixgbe_blink_led_start_generic(struct ixgbe_hw *hw, u32 index)
sys/dev/ixgbe/ixgbe_common.c
3476
s32 ret_val = IXGBE_SUCCESS;
sys/dev/ixgbe/ixgbe_common.c
3520
s32 ixgbe_blink_led_stop_generic(struct ixgbe_hw *hw, u32 index)
sys/dev/ixgbe/ixgbe_common.c
3524
s32 ret_val = IXGBE_SUCCESS;
sys/dev/ixgbe/ixgbe_common.c
3562
static s32 ixgbe_get_san_mac_addr_offset(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_common.c
3565
s32 ret_val;
sys/dev/ixgbe/ixgbe_common.c
3594
s32 ixgbe_get_san_mac_addr_generic(struct ixgbe_hw *hw, u8 *san_mac_addr)
sys/dev/ixgbe/ixgbe_common.c
3598
s32 ret_val;
sys/dev/ixgbe/ixgbe_common.c
3647
s32 ixgbe_set_san_mac_addr_generic(struct ixgbe_hw *hw, u8 *san_mac_addr)
sys/dev/ixgbe/ixgbe_common.c
3649
s32 ret_val;
sys/dev/ixgbe/ixgbe_common.c
3734
s32 ixgbe_insert_mac_addr_generic(struct ixgbe_hw *hw, u8 *addr, u32 vmdq)
sys/dev/ixgbe/ixgbe_common.c
3800
s32 ixgbe_clear_vmdq_generic(struct ixgbe_hw *hw, u32 rar, u32 vmdq)
sys/dev/ixgbe/ixgbe_common.c
3854
s32 ixgbe_set_vmdq_generic(struct ixgbe_hw *hw, u32 rar, u32 vmdq)
sys/dev/ixgbe/ixgbe_common.c
3891
s32 ixgbe_set_vmdq_san_mac_generic(struct ixgbe_hw *hw, u32 vmdq)
sys/dev/ixgbe/ixgbe_common.c
3912
s32 ixgbe_init_uta_tables_generic(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_common.c
3936
s32 ixgbe_find_vlvf_slot(struct ixgbe_hw *hw, u32 vlan, bool vlvf_bypass)
sys/dev/ixgbe/ixgbe_common.c
3938
s32 regindex, first_empty_slot;
sys/dev/ixgbe/ixgbe_common.c
3986
s32 ixgbe_set_vfta_generic(struct ixgbe_hw *hw, u32 vlan, u32 vind,
sys/dev/ixgbe/ixgbe_common.c
399
s32 ixgbe_start_hw_generic(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_common.c
3990
s32 ret_val;
sys/dev/ixgbe/ixgbe_common.c
401
s32 ret_val;
sys/dev/ixgbe/ixgbe_common.c
4053
s32 ixgbe_set_vlvf_generic(struct ixgbe_hw *hw, u32 vlan, u32 vind,
sys/dev/ixgbe/ixgbe_common.c
4058
s32 vlvf_index;
sys/dev/ixgbe/ixgbe_common.c
41
static s32 ixgbe_acquire_eeprom(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_common.c
4135
s32 ixgbe_clear_vfta_generic(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_common.c
4160
s32 ixgbe_toggle_txdctl_generic(struct ixgbe_hw *hw, u32 vf_number)
sys/dev/ixgbe/ixgbe_common.c
42
static s32 ixgbe_get_eeprom_semaphore(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_common.c
4243
s32 ixgbe_check_mac_link_generic(struct ixgbe_hw *hw, ixgbe_link_speed *speed,
sys/dev/ixgbe/ixgbe_common.c
4365
s32 ixgbe_get_wwn_prefix_generic(struct ixgbe_hw *hw, u16 *wwnn_prefix,
sys/dev/ixgbe/ixgbe_common.c
44
static s32 ixgbe_ready_eeprom(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_common.c
4420
s32 ixgbe_get_fcoe_boot_status_generic(struct ixgbe_hw *hw, u16 *bs)
sys/dev/ixgbe/ixgbe_common.c
4423
s32 status;
sys/dev/ixgbe/ixgbe_common.c
4518
s32 ixgbe_get_device_caps_generic(struct ixgbe_hw *hw, u16 *device_caps)
sys/dev/ixgbe/ixgbe_common.c
4592
s32 ixgbe_hic_unlocked(struct ixgbe_hw *hw, u32 *buffer, u32 length,
sys/dev/ixgbe/ixgbe_common.c
4677
s32 ixgbe_host_interface_command(struct ixgbe_hw *hw, u32 *buffer,
sys/dev/ixgbe/ixgbe_common.c
4683
s32 status;
sys/dev/ixgbe/ixgbe_common.c
4772
s32 ixgbe_set_fw_drv_ver_generic(struct ixgbe_hw *hw, u8 maj, u8 min,
sys/dev/ixgbe/ixgbe_common.c
4778
s32 ret_val = IXGBE_SUCCESS;
sys/dev/ixgbe/ixgbe_common.c
4959
s32 ixgbe_get_thermal_sensor_data_generic(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_common.c
4961
s32 status = IXGBE_SUCCESS;
sys/dev/ixgbe/ixgbe_common.c
500
s32 ixgbe_init_hw_generic(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_common.c
502
s32 status;
sys/dev/ixgbe/ixgbe_common.c
5034
s32 ixgbe_init_thermal_sensor_thresh_generic(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_common.c
5036
s32 status = IXGBE_SUCCESS;
sys/dev/ixgbe/ixgbe_common.c
5118
s32 ixgbe_bypass_rw_generic(struct ixgbe_hw *hw, u32 cmd, u32 *status)
sys/dev/ixgbe/ixgbe_common.c
5287
s32 ixgbe_bypass_set_generic(struct ixgbe_hw *hw, u32 ctrl, u32 event,
sys/dev/ixgbe/ixgbe_common.c
53
static s32 ixgbe_mta_vector(struct ixgbe_hw *hw, u8 *mc_addr);
sys/dev/ixgbe/ixgbe_common.c
531
s32 ixgbe_clear_hw_cntrs_generic(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_common.c
5329
s32 ixgbe_bypass_rd_eep_generic(struct ixgbe_hw *hw, u32 addr, u8 *value)
sys/dev/ixgbe/ixgbe_common.c
54
static s32 ixgbe_get_san_mac_addr_offset(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_common.c
56
static s32 ixgbe_read_eeprom_buffer_bit_bang(struct ixgbe_hw *hw, u16 offset,
sys/dev/ixgbe/ixgbe_common.c
5674
s32 ixgbe_setup_mac_link_multispeed_fiber(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_common.c
5680
s32 status = IXGBE_SUCCESS;
sys/dev/ixgbe/ixgbe_common.c
58
static s32 ixgbe_write_eeprom_buffer_bit_bang(struct ixgbe_hw *hw, u16 offset,
sys/dev/ixgbe/ixgbe_common.c
5823
s32 status;
sys/dev/ixgbe/ixgbe_common.c
60
static s32 ixgbe_detect_eeprom_page_size_generic(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_common.c
647
s32 ixgbe_read_pba_string_generic(struct ixgbe_hw *hw, u8 *pba_num,
sys/dev/ixgbe/ixgbe_common.c
650
s32 ret_val;
sys/dev/ixgbe/ixgbe_common.c
69
s32 ixgbe_init_ops_generic(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_common.c
757
s32 ixgbe_read_pba_num_generic(struct ixgbe_hw *hw, u32 *pba_num)
sys/dev/ixgbe/ixgbe_common.c
759
s32 ret_val;
sys/dev/ixgbe/ixgbe_common.c
796
s32 ixgbe_read_pba_raw(struct ixgbe_hw *hw, u16 *eeprom_buf,
sys/dev/ixgbe/ixgbe_common.c
800
s32 ret_val;
sys/dev/ixgbe/ixgbe_common.c
865
s32 ixgbe_write_pba_raw(struct ixgbe_hw *hw, u16 *eeprom_buf,
sys/dev/ixgbe/ixgbe_common.c
868
s32 ret_val;
sys/dev/ixgbe/ixgbe_common.c
924
s32 ixgbe_get_pba_block_size(struct ixgbe_hw *hw, u16 *eeprom_buf,
sys/dev/ixgbe/ixgbe_common.c
927
s32 ret_val;
sys/dev/ixgbe/ixgbe_common.c
982
s32 ixgbe_get_mac_addr_generic(struct ixgbe_hw *hw, u8 *mac_addr)
sys/dev/ixgbe/ixgbe_common.h
100
s32 ixgbe_clear_rar_generic(struct ixgbe_hw *hw, u32 index);
sys/dev/ixgbe/ixgbe_common.h
101
s32 ixgbe_init_rx_addrs_generic(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_common.h
102
s32 ixgbe_update_mc_addr_list_generic(struct ixgbe_hw *hw, u8 *mc_addr_list,
sys/dev/ixgbe/ixgbe_common.h
105
s32 ixgbe_update_uc_addr_list_generic(struct ixgbe_hw *hw, u8 *addr_list,
sys/dev/ixgbe/ixgbe_common.h
107
s32 ixgbe_enable_mc_generic(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_common.h
108
s32 ixgbe_disable_mc_generic(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_common.h
109
s32 ixgbe_enable_rx_dma_generic(struct ixgbe_hw *hw, u32 regval);
sys/dev/ixgbe/ixgbe_common.h
110
s32 ixgbe_disable_sec_rx_path_generic(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_common.h
111
s32 ixgbe_enable_sec_rx_path_generic(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_common.h
113
s32 ixgbe_fc_enable_generic(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_common.h
116
s32 ixgbe_setup_fc_generic(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_common.h
118
s32 ixgbe_validate_mac_addr(u8 *mac_addr);
sys/dev/ixgbe/ixgbe_common.h
119
s32 ixgbe_acquire_swfw_sync(struct ixgbe_hw *hw, u32 mask);
sys/dev/ixgbe/ixgbe_common.h
121
s32 ixgbe_disable_pcie_primary(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_common.h
123
s32 prot_autoc_read_generic(struct ixgbe_hw *hw, bool *, u32 *reg_val);
sys/dev/ixgbe/ixgbe_common.h
124
s32 prot_autoc_write_generic(struct ixgbe_hw *hw, u32 reg_val, bool locked);
sys/dev/ixgbe/ixgbe_common.h
126
s32 ixgbe_blink_led_start_generic(struct ixgbe_hw *hw, u32 index);
sys/dev/ixgbe/ixgbe_common.h
127
s32 ixgbe_blink_led_stop_generic(struct ixgbe_hw *hw, u32 index);
sys/dev/ixgbe/ixgbe_common.h
129
s32 ixgbe_get_san_mac_addr_generic(struct ixgbe_hw *hw, u8 *san_mac_addr);
sys/dev/ixgbe/ixgbe_common.h
130
s32 ixgbe_set_san_mac_addr_generic(struct ixgbe_hw *hw, u8 *san_mac_addr);
sys/dev/ixgbe/ixgbe_common.h
132
s32 ixgbe_set_vmdq_generic(struct ixgbe_hw *hw, u32 rar, u32 vmdq);
sys/dev/ixgbe/ixgbe_common.h
133
s32 ixgbe_set_vmdq_san_mac_generic(struct ixgbe_hw *hw, u32 vmdq);
sys/dev/ixgbe/ixgbe_common.h
134
s32 ixgbe_clear_vmdq_generic(struct ixgbe_hw *hw, u32 rar, u32 vmdq);
sys/dev/ixgbe/ixgbe_common.h
135
s32 ixgbe_insert_mac_addr_generic(struct ixgbe_hw *hw, u8 *addr, u32 vmdq);
sys/dev/ixgbe/ixgbe_common.h
136
s32 ixgbe_init_uta_tables_generic(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_common.h
137
s32 ixgbe_set_vfta_generic(struct ixgbe_hw *hw, u32 vlan,
sys/dev/ixgbe/ixgbe_common.h
139
s32 ixgbe_set_vlvf_generic(struct ixgbe_hw *hw, u32 vlan, u32 vind,
sys/dev/ixgbe/ixgbe_common.h
142
s32 ixgbe_clear_vfta_generic(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_common.h
143
s32 ixgbe_find_vlvf_slot(struct ixgbe_hw *hw, u32 vlan, bool vlvf_bypass);
sys/dev/ixgbe/ixgbe_common.h
144
s32 ixgbe_toggle_txdctl_generic(struct ixgbe_hw *hw, u32 vind);
sys/dev/ixgbe/ixgbe_common.h
146
s32 ixgbe_check_mac_link_generic(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_common.h
150
s32 ixgbe_get_wwn_prefix_generic(struct ixgbe_hw *hw, u16 *wwnn_prefix,
sys/dev/ixgbe/ixgbe_common.h
153
s32 ixgbe_get_fcoe_boot_status_generic(struct ixgbe_hw *hw, u16 *bs);
sys/dev/ixgbe/ixgbe_common.h
156
s32 ixgbe_get_device_caps_generic(struct ixgbe_hw *hw, u16 *device_caps);
sys/dev/ixgbe/ixgbe_common.h
160
s32 ixgbe_set_fw_drv_ver_generic(struct ixgbe_hw *hw, u8 maj, u8 min,
sys/dev/ixgbe/ixgbe_common.h
163
s32 ixgbe_host_interface_command(struct ixgbe_hw *hw, u32 *buffer,
sys/dev/ixgbe/ixgbe_common.h
165
s32 ixgbe_hic_unlocked(struct ixgbe_hw *, u32 *buffer, u32 length, u32 timeout);
sys/dev/ixgbe/ixgbe_common.h
166
s32 ixgbe_shutdown_fw_phy(struct ixgbe_hw *);
sys/dev/ixgbe/ixgbe_common.h
167
s32 ixgbe_fw_phy_activity(struct ixgbe_hw *, u16 activity,
sys/dev/ixgbe/ixgbe_common.h
170
s32 ixgbe_bypass_rw_generic(struct ixgbe_hw *hw, u32 cmd, u32 *status);
sys/dev/ixgbe/ixgbe_common.h
172
s32 ixgbe_bypass_set_generic(struct ixgbe_hw *hw, u32 ctrl, u32 event,
sys/dev/ixgbe/ixgbe_common.h
174
s32 ixgbe_bypass_rd_eep_generic(struct ixgbe_hw *hw, u32 addr, u8 *value);
sys/dev/ixgbe/ixgbe_common.h
176
extern s32 ixgbe_reset_pipeline_82599(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_common.h
191
s32 ixgbe_get_thermal_sensor_data_generic(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_common.h
192
s32 ixgbe_init_thermal_sensor_thresh_generic(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_common.h
203
s32 ixgbe_setup_mac_link_multispeed_fiber(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_common.h
53
s32 ixgbe_init_ops_generic(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_common.h
54
s32 ixgbe_init_hw_generic(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_common.h
55
s32 ixgbe_start_hw_generic(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_common.h
57
s32 ixgbe_clear_hw_cntrs_generic(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_common.h
58
s32 ixgbe_read_pba_num_generic(struct ixgbe_hw *hw, u32 *pba_num);
sys/dev/ixgbe/ixgbe_common.h
59
s32 ixgbe_read_pba_string_generic(struct ixgbe_hw *hw, u8 *pba_num,
sys/dev/ixgbe/ixgbe_common.h
61
s32 ixgbe_read_pba_raw(struct ixgbe_hw *hw, u16 *eeprom_buf,
sys/dev/ixgbe/ixgbe_common.h
64
s32 ixgbe_write_pba_raw(struct ixgbe_hw *hw, u16 *eeprom_buf,
sys/dev/ixgbe/ixgbe_common.h
66
s32 ixgbe_get_pba_block_size(struct ixgbe_hw *hw, u16 *eeprom_buf,
sys/dev/ixgbe/ixgbe_common.h
68
s32 ixgbe_get_mac_addr_generic(struct ixgbe_hw *hw, u8 *mac_addr);
sys/dev/ixgbe/ixgbe_common.h
69
s32 ixgbe_get_bus_info_generic(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_common.h
72
s32 ixgbe_stop_adapter_generic(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_common.h
74
s32 ixgbe_led_on_generic(struct ixgbe_hw *hw, u32 index);
sys/dev/ixgbe/ixgbe_common.h
75
s32 ixgbe_led_off_generic(struct ixgbe_hw *hw, u32 index);
sys/dev/ixgbe/ixgbe_common.h
76
s32 ixgbe_init_led_link_act_generic(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_common.h
78
s32 ixgbe_init_eeprom_params_generic(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_common.h
79
s32 ixgbe_write_eeprom_generic(struct ixgbe_hw *hw, u16 offset, u16 data);
sys/dev/ixgbe/ixgbe_common.h
80
s32 ixgbe_write_eeprom_buffer_bit_bang_generic(struct ixgbe_hw *hw, u16 offset,
sys/dev/ixgbe/ixgbe_common.h
82
s32 ixgbe_read_eerd_generic(struct ixgbe_hw *hw, u16 offset, u16 *data);
sys/dev/ixgbe/ixgbe_common.h
83
s32 ixgbe_read_eerd_buffer_generic(struct ixgbe_hw *hw, u16 offset,
sys/dev/ixgbe/ixgbe_common.h
85
s32 ixgbe_write_eewr_generic(struct ixgbe_hw *hw, u16 offset, u16 data);
sys/dev/ixgbe/ixgbe_common.h
86
s32 ixgbe_write_eewr_buffer_generic(struct ixgbe_hw *hw, u16 offset,
sys/dev/ixgbe/ixgbe_common.h
88
s32 ixgbe_read_eeprom_bit_bang_generic(struct ixgbe_hw *hw, u16 offset,
sys/dev/ixgbe/ixgbe_common.h
90
s32 ixgbe_read_eeprom_buffer_bit_bang_generic(struct ixgbe_hw *hw, u16 offset,
sys/dev/ixgbe/ixgbe_common.h
92
s32 ixgbe_calc_eeprom_checksum_generic(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_common.h
93
s32 ixgbe_validate_eeprom_checksum_generic(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_common.h
95
s32 ixgbe_update_eeprom_checksum_generic(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_common.h
96
s32 ixgbe_poll_eerd_eewr_done(struct ixgbe_hw *hw, u32 ee_reg);
sys/dev/ixgbe/ixgbe_common.h
98
s32 ixgbe_set_rar_generic(struct ixgbe_hw *hw, u32 index, u8 *addr, u32 vmdq,
sys/dev/ixgbe/ixgbe_dcb.c
101
s32 ret_val = IXGBE_SUCCESS;
sys/dev/ixgbe/ixgbe_dcb.c
309
s32 ixgbe_dcb_check_config_cee(struct ixgbe_dcb_config *dcb_config)
sys/dev/ixgbe/ixgbe_dcb.c
312
s32 ret_val = IXGBE_SUCCESS;
sys/dev/ixgbe/ixgbe_dcb.c
398
s32 ixgbe_dcb_get_tc_stats(struct ixgbe_hw *hw, struct ixgbe_hw_stats *stats,
sys/dev/ixgbe/ixgbe_dcb.c
401
s32 ret = IXGBE_NOT_IMPLEMENTED;
sys/dev/ixgbe/ixgbe_dcb.c
427
s32 ixgbe_dcb_get_pfc_stats(struct ixgbe_hw *hw, struct ixgbe_hw_stats *stats,
sys/dev/ixgbe/ixgbe_dcb.c
430
s32 ret = IXGBE_NOT_IMPLEMENTED;
sys/dev/ixgbe/ixgbe_dcb.c
455
s32 ixgbe_dcb_config_rx_arbiter_cee(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_dcb.c
458
s32 ret = IXGBE_NOT_IMPLEMENTED;
sys/dev/ixgbe/ixgbe_dcb.c
496
s32 ixgbe_dcb_config_tx_desc_arbiter_cee(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_dcb.c
499
s32 ret = IXGBE_NOT_IMPLEMENTED;
sys/dev/ixgbe/ixgbe_dcb.c
52
s32 ixgbe_dcb_calculate_tc_credits(u8 *bw, u16 *refill, u16 *max,
sys/dev/ixgbe/ixgbe_dcb.c
536
s32 ixgbe_dcb_config_tx_data_arbiter_cee(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_dcb.c
539
s32 ret = IXGBE_NOT_IMPLEMENTED;
sys/dev/ixgbe/ixgbe_dcb.c
579
s32 ixgbe_dcb_config_pfc_cee(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_dcb.c
582
s32 ret = IXGBE_NOT_IMPLEMENTED;
sys/dev/ixgbe/ixgbe_dcb.c
613
s32 ixgbe_dcb_config_tc_stats(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_dcb.c
615
s32 ret = IXGBE_NOT_IMPLEMENTED;
sys/dev/ixgbe/ixgbe_dcb.c
640
s32 ixgbe_dcb_hw_config_cee(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_dcb.c
643
s32 ret = IXGBE_NOT_IMPLEMENTED;
sys/dev/ixgbe/ixgbe_dcb.c
691
s32 ixgbe_dcb_config_pfc(struct ixgbe_hw *hw, u8 pfc_en, u8 *map)
sys/dev/ixgbe/ixgbe_dcb.c
712
s32 ixgbe_dcb_hw_config(struct ixgbe_hw *hw, u16 *refill, u16 *max,
sys/dev/ixgbe/ixgbe_dcb.c
94
s32 ixgbe_dcb_calculate_tc_credits_cee(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_dcb.h
139
s32 ixgbe_dcb_check_config_cee(struct ixgbe_dcb_config *);
sys/dev/ixgbe/ixgbe_dcb.h
142
s32 ixgbe_dcb_calculate_tc_credits(u8 *, u16 *, u16 *, int);
sys/dev/ixgbe/ixgbe_dcb.h
143
s32 ixgbe_dcb_calculate_tc_credits_cee(struct ixgbe_hw *,
sys/dev/ixgbe/ixgbe_dcb.h
147
s32 ixgbe_dcb_config_pfc(struct ixgbe_hw *, u8, u8 *);
sys/dev/ixgbe/ixgbe_dcb.h
148
s32 ixgbe_dcb_config_pfc_cee(struct ixgbe_hw *, struct ixgbe_dcb_config *);
sys/dev/ixgbe/ixgbe_dcb.h
151
s32 ixgbe_dcb_config_tc_stats(struct ixgbe_hw *);
sys/dev/ixgbe/ixgbe_dcb.h
152
s32 ixgbe_dcb_get_tc_stats(struct ixgbe_hw *, struct ixgbe_hw_stats *, u8);
sys/dev/ixgbe/ixgbe_dcb.h
153
s32 ixgbe_dcb_get_pfc_stats(struct ixgbe_hw *, struct ixgbe_hw_stats *, u8);
sys/dev/ixgbe/ixgbe_dcb.h
156
s32 ixgbe_dcb_config_tx_desc_arbiter_cee(struct ixgbe_hw *,
sys/dev/ixgbe/ixgbe_dcb.h
158
s32 ixgbe_dcb_config_tx_data_arbiter_cee(struct ixgbe_hw *,
sys/dev/ixgbe/ixgbe_dcb.h
160
s32 ixgbe_dcb_config_rx_arbiter_cee(struct ixgbe_hw *,
sys/dev/ixgbe/ixgbe_dcb.h
173
s32 ixgbe_dcb_hw_config(struct ixgbe_hw *, u16 *, u16 *, u8 *, u8 *, u8 *);
sys/dev/ixgbe/ixgbe_dcb.h
174
s32 ixgbe_dcb_hw_config_cee(struct ixgbe_hw *, struct ixgbe_dcb_config *);
sys/dev/ixgbe/ixgbe_dcb_82598.c
112
s32 ixgbe_dcb_config_rx_arbiter_82598(struct ixgbe_hw *hw, u16 *refill,
sys/dev/ixgbe/ixgbe_dcb_82598.c
170
s32 ixgbe_dcb_config_tx_desc_arbiter_82598(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_dcb_82598.c
217
s32 ixgbe_dcb_config_tx_data_arbiter_82598(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_dcb_82598.c
262
s32 ixgbe_dcb_config_pfc_82598(struct ixgbe_hw *hw, u8 pfc_en)
sys/dev/ixgbe/ixgbe_dcb_82598.c
314
s32 ixgbe_dcb_config_tc_stats_82598(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_dcb_82598.c
350
s32 ixgbe_dcb_hw_config_82598(struct ixgbe_hw *hw, int link_speed,
sys/dev/ixgbe/ixgbe_dcb_82598.c
48
s32 ixgbe_dcb_get_tc_stats_82598(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_dcb_82598.c
82
s32 ixgbe_dcb_get_pfc_stats_82598(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_dcb_82598.h
82
s32 ixgbe_dcb_config_pfc_82598(struct ixgbe_hw *, u8);
sys/dev/ixgbe/ixgbe_dcb_82598.h
85
s32 ixgbe_dcb_config_tc_stats_82598(struct ixgbe_hw *);
sys/dev/ixgbe/ixgbe_dcb_82598.h
86
s32 ixgbe_dcb_get_tc_stats_82598(struct ixgbe_hw *,
sys/dev/ixgbe/ixgbe_dcb_82598.h
88
s32 ixgbe_dcb_get_pfc_stats_82598(struct ixgbe_hw *,
sys/dev/ixgbe/ixgbe_dcb_82598.h
92
s32 ixgbe_dcb_config_tx_desc_arbiter_82598(struct ixgbe_hw *, u16 *, u16 *,
sys/dev/ixgbe/ixgbe_dcb_82598.h
94
s32 ixgbe_dcb_config_tx_data_arbiter_82598(struct ixgbe_hw *, u16 *, u16 *,
sys/dev/ixgbe/ixgbe_dcb_82598.h
96
s32 ixgbe_dcb_config_rx_arbiter_82598(struct ixgbe_hw *, u16 *, u16 *, u8 *);
sys/dev/ixgbe/ixgbe_dcb_82598.h
99
s32 ixgbe_dcb_hw_config_82598(struct ixgbe_hw *, int, u16 *, u16 *, u8 *, u8 *);
sys/dev/ixgbe/ixgbe_dcb_82599.c
121
s32 ixgbe_dcb_config_rx_arbiter_82599(struct ixgbe_hw *hw, u16 *refill,
sys/dev/ixgbe/ixgbe_dcb_82599.c
183
s32 ixgbe_dcb_config_tx_desc_arbiter_82599(struct ixgbe_hw *hw, u16 *refill,
sys/dev/ixgbe/ixgbe_dcb_82599.c
232
s32 ixgbe_dcb_config_tx_data_arbiter_82599(struct ixgbe_hw *hw, u16 *refill,
sys/dev/ixgbe/ixgbe_dcb_82599.c
294
s32 ixgbe_dcb_config_pfc_82599(struct ixgbe_hw *hw, u8 pfc_en, u8 *map)
sys/dev/ixgbe/ixgbe_dcb_82599.c
381
s32 ixgbe_dcb_config_tc_stats_82599(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_dcb_82599.c
48
s32 ixgbe_dcb_get_tc_stats_82599(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_dcb_82599.c
507
s32 ixgbe_dcb_config_82599(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_dcb_82599.c
596
s32 ixgbe_dcb_hw_config_82599(struct ixgbe_hw *hw, int link_speed,
sys/dev/ixgbe/ixgbe_dcb_82599.c
89
s32 ixgbe_dcb_get_pfc_stats_82599(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_dcb_82599.h
130
s32 ixgbe_dcb_config_pfc_82599(struct ixgbe_hw *, u8, u8 *);
sys/dev/ixgbe/ixgbe_dcb_82599.h
133
s32 ixgbe_dcb_config_tc_stats_82599(struct ixgbe_hw *,
sys/dev/ixgbe/ixgbe_dcb_82599.h
135
s32 ixgbe_dcb_get_tc_stats_82599(struct ixgbe_hw *,
sys/dev/ixgbe/ixgbe_dcb_82599.h
137
s32 ixgbe_dcb_get_pfc_stats_82599(struct ixgbe_hw *,
sys/dev/ixgbe/ixgbe_dcb_82599.h
141
s32 ixgbe_dcb_config_tx_desc_arbiter_82599(struct ixgbe_hw *, u16 *, u16 *,
sys/dev/ixgbe/ixgbe_dcb_82599.h
143
s32 ixgbe_dcb_config_tx_data_arbiter_82599(struct ixgbe_hw *, u16 *, u16 *,
sys/dev/ixgbe/ixgbe_dcb_82599.h
145
s32 ixgbe_dcb_config_rx_arbiter_82599(struct ixgbe_hw *, u16 *, u16 *, u8 *,
sys/dev/ixgbe/ixgbe_dcb_82599.h
149
s32 ixgbe_dcb_config_82599(struct ixgbe_hw *,
sys/dev/ixgbe/ixgbe_dcb_82599.h
152
s32 ixgbe_dcb_hw_config_82599(struct ixgbe_hw *, int, u16 *, u16 *, u8 *,
sys/dev/ixgbe/ixgbe_e610.c
109
static s32
sys/dev/ixgbe/ixgbe_e610.c
1090
s32 ixgbe_aci_list_caps(struct ixgbe_hw *hw, void *buf, u16 buf_size,
sys/dev/ixgbe/ixgbe_e610.c
1095
s32 status;
sys/dev/ixgbe/ixgbe_e610.c
1122
s32 ixgbe_discover_dev_caps(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_e610.c
115
s32 status = IXGBE_SUCCESS;
sys/dev/ixgbe/ixgbe_e610.c
1160
s32 ixgbe_discover_func_caps(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_e610.c
1165
s32 status;
sys/dev/ixgbe/ixgbe_e610.c
1197
s32 ixgbe_get_caps(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_e610.c
1199
s32 status;
sys/dev/ixgbe/ixgbe_e610.c
1216
s32 ixgbe_aci_disable_rxen(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_e610.c
1244
s32 ixgbe_aci_get_phy_caps(struct ixgbe_hw *hw, bool qual_mods, u8 report_mode,
sys/dev/ixgbe/ixgbe_e610.c
1250
s32 status;
sys/dev/ixgbe/ixgbe_e610.c
1355
s32 ixgbe_aci_set_phy_cfg(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_e610.c
1360
s32 status;
sys/dev/ixgbe/ixgbe_e610.c
1401
s32 ixgbe_aci_set_link_restart_an(struct ixgbe_hw *hw, bool ena_link)
sys/dev/ixgbe/ixgbe_e610.c
1497
s32 ixgbe_update_link_info(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_e610.c
1501
s32 status;
sys/dev/ixgbe/ixgbe_e610.c
1543
s32 ixgbe_get_link_status(struct ixgbe_hw *hw, bool *link_up)
sys/dev/ixgbe/ixgbe_e610.c
1545
s32 status = IXGBE_SUCCESS;
sys/dev/ixgbe/ixgbe_e610.c
1574
s32 ixgbe_aci_get_link_info(struct ixgbe_hw *hw, bool ena_lse,
sys/dev/ixgbe/ixgbe_e610.c
1584
s32 status;
sys/dev/ixgbe/ixgbe_e610.c
1655
s32 ixgbe_aci_set_event_mask(struct ixgbe_hw *hw, u8 port_num, u16 mask)
sys/dev/ixgbe/ixgbe_e610.c
1679
s32 ixgbe_configure_lse(struct ixgbe_hw *hw, bool activate, u16 mask)
sys/dev/ixgbe/ixgbe_e610.c
1681
s32 rc;
sys/dev/ixgbe/ixgbe_e610.c
1708
s32 ixgbe_aci_get_netlist_node(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_e610.c
1742
s32 ixgbe_find_netlist_node(struct ixgbe_hw *hw, u8 node_type_ctx,
sys/dev/ixgbe/ixgbe_e610.c
1748
s32 status;
sys/dev/ixgbe/ixgbe_e610.c
1790
s32 ixgbe_aci_read_i2c(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_e610.c
1797
s32 status;
sys/dev/ixgbe/ixgbe_e610.c
1842
s32 ixgbe_aci_write_i2c(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_e610.c
1882
s32 ixgbe_aci_set_port_id_led(struct ixgbe_hw *hw, bool orig_mode)
sys/dev/ixgbe/ixgbe_e610.c
1914
s32 ixgbe_aci_set_gpio(struct ixgbe_hw *hw, u16 gpio_ctrl_handle, u8 pin_idx,
sys/dev/ixgbe/ixgbe_e610.c
1941
s32 ixgbe_aci_get_gpio(struct ixgbe_hw *hw, u16 gpio_ctrl_handle, u8 pin_idx,
sys/dev/ixgbe/ixgbe_e610.c
1946
s32 status;
sys/dev/ixgbe/ixgbe_e610.c
1977
s32 ixgbe_aci_sff_eeprom(struct ixgbe_hw *hw, u16 lport, u8 bus_addr,
sys/dev/ixgbe/ixgbe_e610.c
1983
s32 status;
sys/dev/ixgbe/ixgbe_e610.c
2016
s32 ixgbe_aci_prog_topo_dev_nvm(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_e610.c
2044
s32 ixgbe_aci_read_topo_dev_nvm(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_e610.c
2050
s32 status;
sys/dev/ixgbe/ixgbe_e610.c
2082
s32 ixgbe_acquire_nvm(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_e610.c
2129
s32 ixgbe_aci_read_nvm(struct ixgbe_hw *hw, u16 module_typeid, u32 offset,
sys/dev/ixgbe/ixgbe_e610.c
2166
s32 ixgbe_aci_erase_nvm(struct ixgbe_hw *hw, u16 module_typeid)
sys/dev/ixgbe/ixgbe_e610.c
2170
s32 status;
sys/dev/ixgbe/ixgbe_e610.c
2207
s32 ixgbe_aci_update_nvm(struct ixgbe_hw *hw, u16 module_typeid,
sys/dev/ixgbe/ixgbe_e610.c
2251
s32 ixgbe_aci_read_nvm_cfg(struct ixgbe_hw *hw, u8 cmd_flags,
sys/dev/ixgbe/ixgbe_e610.c
2257
s32 status;
sys/dev/ixgbe/ixgbe_e610.c
2286
s32 ixgbe_aci_write_nvm_cfg(struct ixgbe_hw *hw, u8 cmd_flags,
sys/dev/ixgbe/ixgbe_e610.c
2313
s32 ixgbe_nvm_validate_checksum(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_e610.c
2317
s32 status;
sys/dev/ixgbe/ixgbe_e610.c
2352
s32 ixgbe_nvm_recalculate_checksum(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_e610.c
2356
s32 status;
sys/dev/ixgbe/ixgbe_e610.c
2396
s32 ixgbe_nvm_write_activate(struct ixgbe_hw *hw, u16 cmd_flags,
sys/dev/ixgbe/ixgbe_e610.c
2401
s32 status;
sys/dev/ixgbe/ixgbe_e610.c
2502
static s32 ixgbe_read_flash_module(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_e610.c
2506
s32 status;
sys/dev/ixgbe/ixgbe_e610.c
2536
static s32 ixgbe_read_netlist_module(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_e610.c
2541
s32 status;
sys/dev/ixgbe/ixgbe_e610.c
2565
static s32 ixgbe_read_nvm_module(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_e610.c
2570
s32 status;
sys/dev/ixgbe/ixgbe_e610.c
2594
static s32 ixgbe_get_nvm_css_hdr_len(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_e610.c
2600
s32 status;
sys/dev/ixgbe/ixgbe_e610.c
2633
static s32 ixgbe_read_nvm_sr_copy(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_e610.c
2638
s32 status;
sys/dev/ixgbe/ixgbe_e610.c
2660
s32 ixgbe_get_nvm_minsrevs(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_e610.c
2664
s32 status;
sys/dev/ixgbe/ixgbe_e610.c
2715
s32 ixgbe_update_nvm_minsrevs(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_e610.c
2719
s32 status;
sys/dev/ixgbe/ixgbe_e610.c
2776
static s32 ixgbe_get_nvm_srev(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_e610.c
2780
s32 status;
sys/dev/ixgbe/ixgbe_e610.c
2806
static s32 ixgbe_get_nvm_ver_info(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_e610.c
2811
s32 status;
sys/dev/ixgbe/ixgbe_e610.c
2851
s32 ixgbe_get_inactive_nvm_ver(struct ixgbe_hw *hw, struct ixgbe_nvm_info *nvm)
sys/dev/ixgbe/ixgbe_e610.c
2866
s32 ixgbe_get_active_nvm_ver(struct ixgbe_hw *hw, struct ixgbe_nvm_info *nvm)
sys/dev/ixgbe/ixgbe_e610.c
2883
static s32 ixgbe_get_netlist_info(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_e610.c
2889
s32 status;
sys/dev/ixgbe/ixgbe_e610.c
294
s32 ixgbe_aci_send_cmd(struct ixgbe_hw *hw, struct ixgbe_aci_desc *desc,
sys/dev/ixgbe/ixgbe_e610.c
2964
s32 ixgbe_get_inactive_netlist_ver(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_e610.c
2986
static s32 ixgbe_read_sr_pointer(struct ixgbe_hw *hw, u16 offset, u32 *pointer)
sys/dev/ixgbe/ixgbe_e610.c
2988
s32 status;
sys/dev/ixgbe/ixgbe_e610.c
301
s32 status;
sys/dev/ixgbe/ixgbe_e610.c
3019
static s32 ixgbe_read_sr_area_size(struct ixgbe_hw *hw, u16 offset, u32 *size)
sys/dev/ixgbe/ixgbe_e610.c
3021
s32 status;
sys/dev/ixgbe/ixgbe_e610.c
3044
static s32 ixgbe_discover_flash_size(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_e610.c
3047
s32 status;
sys/dev/ixgbe/ixgbe_e610.c
3091
static s32 ixgbe_determine_active_flash_banks(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_e610.c
3095
s32 status;
sys/dev/ixgbe/ixgbe_e610.c
3171
s32 ixgbe_init_nvm(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_e610.c
3227
s32 ixgbe_sanitize_operate(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_e610.c
3229
s32 status;
sys/dev/ixgbe/ixgbe_e610.c
3259
s32 ixgbe_sanitize_nvm(struct ixgbe_hw *hw, u8 cmd_flags, u8 *values)
sys/dev/ixgbe/ixgbe_e610.c
3263
s32 status;
sys/dev/ixgbe/ixgbe_e610.c
3286
s32 ixgbe_read_sr_word_aci(struct ixgbe_hw *hw, u16 offset, u16 *data)
sys/dev/ixgbe/ixgbe_e610.c
3290
s32 status;
sys/dev/ixgbe/ixgbe_e610.c
3313
s32 ixgbe_read_sr_buf_aci(struct ixgbe_hw *hw, u16 offset, u16 *words,
sys/dev/ixgbe/ixgbe_e610.c
3317
s32 status;
sys/dev/ixgbe/ixgbe_e610.c
3347
s32 ixgbe_read_flat_nvm(struct ixgbe_hw *hw, u32 offset, u32 *length,
sys/dev/ixgbe/ixgbe_e610.c
3353
s32 status;
sys/dev/ixgbe/ixgbe_e610.c
3411
static s32 ixgbe_check_sr_access_params(struct ixgbe_hw *hw, u32 offset,
sys/dev/ixgbe/ixgbe_e610.c
3446
s32 ixgbe_write_sr_word_aci(struct ixgbe_hw *hw, u32 offset, const u16 *data)
sys/dev/ixgbe/ixgbe_e610.c
3449
s32 status;
sys/dev/ixgbe/ixgbe_e610.c
3473
s32 ixgbe_write_sr_buf_aci(struct ixgbe_hw *hw, u32 offset, u16 words,
sys/dev/ixgbe/ixgbe_e610.c
3477
s32 status;
sys/dev/ixgbe/ixgbe_e610.c
3516
s32 ixgbe_aci_alternate_write(struct ixgbe_hw *hw, u32 reg_addr0,
sys/dev/ixgbe/ixgbe_e610.c
3521
s32 status;
sys/dev/ixgbe/ixgbe_e610.c
3551
s32 ixgbe_aci_alternate_read(struct ixgbe_hw *hw, u32 reg_addr0,
sys/dev/ixgbe/ixgbe_e610.c
3556
s32 status;
sys/dev/ixgbe/ixgbe_e610.c
3590
s32 ixgbe_aci_alternate_write_done(struct ixgbe_hw *hw, u8 bios_mode,
sys/dev/ixgbe/ixgbe_e610.c
3595
s32 status;
sys/dev/ixgbe/ixgbe_e610.c
3622
s32 ixgbe_aci_alternate_clear(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_e610.c
3625
s32 status;
sys/dev/ixgbe/ixgbe_e610.c
3652
s32 ixgbe_aci_get_internal_data(struct ixgbe_hw *hw, u16 cluster_id,
sys/dev/ixgbe/ixgbe_e610.c
3660
s32 status;
sys/dev/ixgbe/ixgbe_e610.c
3700
static s32
sys/dev/ixgbe/ixgbe_e610.c
3741
static s32 ixgbe_nvm_access_read(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_e610.c
3745
s32 status;
sys/dev/ixgbe/ixgbe_e610.c
375
s32 ixgbe_aci_get_event(struct ixgbe_hw *hw, struct ixgbe_aci_event *e,
sys/dev/ixgbe/ixgbe_e610.c
3774
static s32 ixgbe_nvm_access_write(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_e610.c
3778
s32 status;
sys/dev/ixgbe/ixgbe_e610.c
379
s32 status;
sys/dev/ixgbe/ixgbe_e610.c
3818
s32 ixgbe_handle_nvm_access(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_e610.c
3928
s32 ixgbe_fwlog_init(struct ixgbe_hw *hw, struct ixgbe_fwlog_cfg *cfg)
sys/dev/ixgbe/ixgbe_e610.c
3950
static s32 ixgbe_aci_fwlog_set(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_e610.c
3957
s32 status;
sys/dev/ixgbe/ixgbe_e610.c
4019
s32 ixgbe_fwlog_set(struct ixgbe_hw *hw, struct ixgbe_fwlog_cfg *cfg)
sys/dev/ixgbe/ixgbe_e610.c
4021
s32 status;
sys/dev/ixgbe/ixgbe_e610.c
4083
s32 ixgbe_fwlog_update_modules(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_e610.c
4088
s32 status;
sys/dev/ixgbe/ixgbe_e610.c
4121
static s32 ixgbe_aci_fwlog_register(struct ixgbe_hw *hw, bool reg)
sys/dev/ixgbe/ixgbe_e610.c
4142
s32 ixgbe_fwlog_register(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_e610.c
4144
s32 status;
sys/dev/ixgbe/ixgbe_e610.c
4165
s32 ixgbe_fwlog_unregister(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_e610.c
4167
s32 status;
sys/dev/ixgbe/ixgbe_e610.c
4189
static s32 ixgbe_aci_fwlog_get(struct ixgbe_hw *hw, struct ixgbe_fwlog_cfg *cfg)
sys/dev/ixgbe/ixgbe_e610.c
4196
s32 status;
sys/dev/ixgbe/ixgbe_e610.c
4258
s32 status;
sys/dev/ixgbe/ixgbe_e610.c
4280
s32 ixgbe_fwlog_get(struct ixgbe_hw *hw, struct ixgbe_fwlog_cfg *cfg)
sys/dev/ixgbe/ixgbe_e610.c
4282
s32 status;
sys/dev/ixgbe/ixgbe_e610.c
4329
s32 ixgbe_aci_set_health_status_config(struct ixgbe_hw *hw, u8 event_source)
sys/dev/ixgbe/ixgbe_e610.c
4353
s32 ixgbe_init_ops_E610(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_e610.c
4358
s32 ret_val;
sys/dev/ixgbe/ixgbe_e610.c
4426
s32 ixgbe_reset_hw_E610(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_e610.c
4430
s32 status;
sys/dev/ixgbe/ixgbe_e610.c
444
s32 ixgbe_aci_get_fw_ver(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_e610.c
448
s32 status;
sys/dev/ixgbe/ixgbe_e610.c
4511
s32 ixgbe_start_hw_E610(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_e610.c
4513
s32 ret_val = IXGBE_SUCCESS;
sys/dev/ixgbe/ixgbe_e610.c
4544
s32 rc;
sys/dev/ixgbe/ixgbe_e610.c
4613
s32 rc;
sys/dev/ixgbe/ixgbe_e610.c
4661
s32 ixgbe_setup_link_E610(struct ixgbe_hw *hw, ixgbe_link_speed speed,
sys/dev/ixgbe/ixgbe_e610.c
4680
s32 ixgbe_check_link_E610(struct ixgbe_hw *hw, ixgbe_link_speed *speed,
sys/dev/ixgbe/ixgbe_e610.c
4683
s32 rc;
sys/dev/ixgbe/ixgbe_e610.c
4757
s32 ixgbe_get_link_capabilities_E610(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_e610.c
4780
s32 ixgbe_cfg_phy_fc(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_e610.c
4785
s32 status = IXGBE_SUCCESS;
sys/dev/ixgbe/ixgbe_e610.c
482
s32 ixgbe_aci_send_driver_ver(struct ixgbe_hw *hw, struct ixgbe_driver_ver *dv)
sys/dev/ixgbe/ixgbe_e610.c
4848
s32 ixgbe_setup_fc_E610(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_e610.c
4852
s32 status;
sys/dev/ixgbe/ixgbe_e610.c
4887
s32 status;
sys/dev/ixgbe/ixgbe_e610.c
4936
s32 ixgbe_set_fw_drv_ver_E610(struct ixgbe_hw *hw, u8 maj, u8 minor, u8 build,
sys/dev/ixgbe/ixgbe_e610.c
4975
s32 status;
sys/dev/ixgbe/ixgbe_e610.c
5008
s32 ixgbe_setup_eee_E610(struct ixgbe_hw *hw, bool enable_eee)
sys/dev/ixgbe/ixgbe_e610.c
5013
s32 status;
sys/dev/ixgbe/ixgbe_e610.c
5104
s32 ixgbe_init_phy_ops_E610(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_e610.c
5108
s32 ret_val;
sys/dev/ixgbe/ixgbe_e610.c
5153
s32 ixgbe_identify_phy_E610(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_e610.c
5156
s32 rc;
sys/dev/ixgbe/ixgbe_e610.c
5242
s32 ixgbe_identify_module_E610(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_e610.c
5246
s32 rc;
sys/dev/ixgbe/ixgbe_e610.c
525
static s32
sys/dev/ixgbe/ixgbe_e610.c
5288
s32 ixgbe_setup_phy_link_E610(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_e610.c
5294
s32 rc;
sys/dev/ixgbe/ixgbe_e610.c
532
s32 status;
sys/dev/ixgbe/ixgbe_e610.c
5392
s32 ixgbe_get_phy_firmware_version_E610(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_e610.c
5396
s32 status;
sys/dev/ixgbe/ixgbe_e610.c
5425
s32 ixgbe_read_i2c_sff8472_E610(struct ixgbe_hw *hw, u8 byte_offset,
sys/dev/ixgbe/ixgbe_e610.c
5444
s32 ixgbe_read_i2c_eeprom_E610(struct ixgbe_hw *hw, u8 byte_offset,
sys/dev/ixgbe/ixgbe_e610.c
5463
s32 ixgbe_write_i2c_eeprom_E610(struct ixgbe_hw *hw, u8 byte_offset,
sys/dev/ixgbe/ixgbe_e610.c
5480
s32 ixgbe_check_overtemp_E610(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_e610.c
5485
s32 status = IXGBE_SUCCESS;
sys/dev/ixgbe/ixgbe_e610.c
5518
s32 ixgbe_set_phy_power_E610(struct ixgbe_hw *hw, bool on)
sys/dev/ixgbe/ixgbe_e610.c
5522
s32 status;
sys/dev/ixgbe/ixgbe_e610.c
5559
s32 ixgbe_enter_lplu_E610(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_e610.c
5563
s32 status;
sys/dev/ixgbe/ixgbe_e610.c
5588
s32 ixgbe_init_eeprom_params_E610(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_e610.c
5624
s32 ixgbe_read_ee_aci_E610(struct ixgbe_hw *hw, u16 offset, u16 *data)
sys/dev/ixgbe/ixgbe_e610.c
5626
s32 status;
sys/dev/ixgbe/ixgbe_e610.c
5658
s32 ixgbe_read_ee_aci_buffer_E610(struct ixgbe_hw *hw, u16 offset,
sys/dev/ixgbe/ixgbe_e610.c
5661
s32 status;
sys/dev/ixgbe/ixgbe_e610.c
568
static s32
sys/dev/ixgbe/ixgbe_e610.c
5692
s32 ixgbe_write_ee_aci_E610(struct ixgbe_hw *hw, u16 offset, u16 data)
sys/dev/ixgbe/ixgbe_e610.c
5694
s32 status;
sys/dev/ixgbe/ixgbe_e610.c
5726
s32 ixgbe_write_ee_aci_buffer_E610(struct ixgbe_hw *hw, u16 offset,
sys/dev/ixgbe/ixgbe_e610.c
5729
s32 status;
sys/dev/ixgbe/ixgbe_e610.c
5761
s32 ixgbe_calc_eeprom_checksum_E610(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_e610.c
5769
s32 status;
sys/dev/ixgbe/ixgbe_e610.c
5835
return (s32)checksum;
sys/dev/ixgbe/ixgbe_e610.c
5853
s32 ixgbe_update_eeprom_checksum_E610(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_e610.c
5855
s32 status;
sys/dev/ixgbe/ixgbe_e610.c
5890
s32 ixgbe_validate_eeprom_checksum_E610(struct ixgbe_hw *hw, u16 *checksum_val)
sys/dev/ixgbe/ixgbe_e610.c
5935
static s32 ixgbe_get_pfa_module_tlv(struct ixgbe_hw *hw, u16 *module_tlv,
sys/dev/ixgbe/ixgbe_e610.c
5940
s32 status;
sys/dev/ixgbe/ixgbe_e610.c
5996
s32 ixgbe_read_pba_string_E610(struct ixgbe_hw *hw, u8 *pba_num,
sys/dev/ixgbe/ixgbe_e610.c
6001
s32 status;
sys/dev/ixgbe/ixgbe_e610.c
601
s32 ixgbe_acquire_res(struct ixgbe_hw *hw, enum ixgbe_aci_res_ids res,
sys/dev/ixgbe/ixgbe_e610.c
608
s32 status;
sys/dev/ixgbe/ixgbe_e610.c
656
s32 status;
sys/dev/ixgbe/ixgbe_e610.h
101
s32 ixgbe_aci_prog_topo_dev_nvm(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_e610.h
103
s32 ixgbe_aci_read_topo_dev_nvm(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_e610.h
107
s32 ixgbe_acquire_nvm(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_e610.h
111
s32 ixgbe_aci_read_nvm(struct ixgbe_hw *hw, u16 module_typeid, u32 offset,
sys/dev/ixgbe/ixgbe_e610.h
115
s32 ixgbe_aci_erase_nvm(struct ixgbe_hw *hw, u16 module_typeid);
sys/dev/ixgbe/ixgbe_e610.h
116
s32 ixgbe_aci_update_nvm(struct ixgbe_hw *hw, u16 module_typeid,
sys/dev/ixgbe/ixgbe_e610.h
120
s32 ixgbe_aci_read_nvm_cfg(struct ixgbe_hw *hw, u8 cmd_flags,
sys/dev/ixgbe/ixgbe_e610.h
123
s32 ixgbe_aci_write_nvm_cfg(struct ixgbe_hw *hw, u8 cmd_flags,
sys/dev/ixgbe/ixgbe_e610.h
126
s32 ixgbe_nvm_validate_checksum(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_e610.h
127
s32 ixgbe_nvm_recalculate_checksum(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_e610.h
129
s32 ixgbe_nvm_write_activate(struct ixgbe_hw *hw, u16 cmd_flags,
sys/dev/ixgbe/ixgbe_e610.h
132
s32 ixgbe_get_nvm_minsrevs(struct ixgbe_hw *hw, struct ixgbe_minsrev_info *minsrevs);
sys/dev/ixgbe/ixgbe_e610.h
133
s32 ixgbe_update_nvm_minsrevs(struct ixgbe_hw *hw, struct ixgbe_minsrev_info *minsrevs);
sys/dev/ixgbe/ixgbe_e610.h
135
s32 ixgbe_get_inactive_nvm_ver(struct ixgbe_hw *hw, struct ixgbe_nvm_info *nvm);
sys/dev/ixgbe/ixgbe_e610.h
136
s32 ixgbe_get_active_nvm_ver(struct ixgbe_hw *hw, struct ixgbe_nvm_info *nvm);
sys/dev/ixgbe/ixgbe_e610.h
138
s32 ixgbe_get_inactive_netlist_ver(struct ixgbe_hw *hw, struct ixgbe_netlist_info *netlist);
sys/dev/ixgbe/ixgbe_e610.h
139
s32 ixgbe_init_nvm(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_e610.h
141
s32 ixgbe_sanitize_operate(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_e610.h
142
s32 ixgbe_sanitize_nvm(struct ixgbe_hw *hw, u8 cmd_flags, u8 *values);
sys/dev/ixgbe/ixgbe_e610.h
144
s32 ixgbe_read_sr_word_aci(struct ixgbe_hw *hw, u16 offset, u16 *data);
sys/dev/ixgbe/ixgbe_e610.h
145
s32 ixgbe_read_sr_buf_aci(struct ixgbe_hw *hw, u16 offset, u16 *words, u16 *data);
sys/dev/ixgbe/ixgbe_e610.h
146
s32 ixgbe_read_flat_nvm(struct ixgbe_hw *hw, u32 offset, u32 *length,
sys/dev/ixgbe/ixgbe_e610.h
149
s32 ixgbe_write_sr_word_aci(struct ixgbe_hw *hw, u32 offset, const u16 *data);
sys/dev/ixgbe/ixgbe_e610.h
150
s32 ixgbe_write_sr_buf_aci(struct ixgbe_hw *hw, u32 offset, u16 words, const u16 *data);
sys/dev/ixgbe/ixgbe_e610.h
152
s32 ixgbe_aci_alternate_write(struct ixgbe_hw *hw, u32 reg_addr0,
sys/dev/ixgbe/ixgbe_e610.h
154
s32 ixgbe_aci_alternate_read(struct ixgbe_hw *hw, u32 reg_addr0,
sys/dev/ixgbe/ixgbe_e610.h
156
s32 ixgbe_aci_alternate_write_done(struct ixgbe_hw *hw, u8 bios_mode,
sys/dev/ixgbe/ixgbe_e610.h
158
s32 ixgbe_aci_alternate_clear(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_e610.h
160
s32 ixgbe_aci_get_internal_data(struct ixgbe_hw *hw, u16 cluster_id,
sys/dev/ixgbe/ixgbe_e610.h
166
s32 ixgbe_handle_nvm_access(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_e610.h
170
s32 ixgbe_aci_set_health_status_config(struct ixgbe_hw *hw, u8 event_source);
sys/dev/ixgbe/ixgbe_e610.h
172
s32 ixgbe_fwlog_init(struct ixgbe_hw *hw, struct ixgbe_fwlog_cfg *cfg);
sys/dev/ixgbe/ixgbe_e610.h
174
s32 ixgbe_fwlog_set(struct ixgbe_hw *hw, struct ixgbe_fwlog_cfg *cfg);
sys/dev/ixgbe/ixgbe_e610.h
175
s32 ixgbe_fwlog_update_modules(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_e610.h
178
s32 ixgbe_fwlog_register(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_e610.h
179
s32 ixgbe_fwlog_unregister(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_e610.h
181
s32 ixgbe_fwlog_get(struct ixgbe_hw *hw, struct ixgbe_fwlog_cfg *cfg);
sys/dev/ixgbe/ixgbe_e610.h
186
s32 ixgbe_init_ops_E610(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_e610.h
187
s32 ixgbe_reset_hw_E610(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_e610.h
188
s32 ixgbe_start_hw_E610(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_e610.h
191
s32 ixgbe_setup_link_E610(struct ixgbe_hw *hw, ixgbe_link_speed speed,
sys/dev/ixgbe/ixgbe_e610.h
193
s32 ixgbe_check_link_E610(struct ixgbe_hw *hw, ixgbe_link_speed *speed,
sys/dev/ixgbe/ixgbe_e610.h
195
s32 ixgbe_get_link_capabilities_E610(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_e610.h
198
s32 ixgbe_cfg_phy_fc(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_e610.h
201
s32 ixgbe_setup_fc_E610(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_e610.h
203
s32 ixgbe_set_fw_drv_ver_E610(struct ixgbe_hw *hw, u8 maj, u8 min, u8 build,
sys/dev/ixgbe/ixgbe_e610.h
206
s32 ixgbe_setup_eee_E610(struct ixgbe_hw *hw, bool enable_eee);
sys/dev/ixgbe/ixgbe_e610.h
210
s32 ixgbe_init_phy_ops_E610(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_e610.h
211
s32 ixgbe_identify_phy_E610(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_e610.h
212
s32 ixgbe_identify_module_E610(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_e610.h
213
s32 ixgbe_setup_phy_link_E610(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_e610.h
214
s32 ixgbe_get_phy_firmware_version_E610(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_e610.h
216
s32 ixgbe_read_i2c_sff8472_E610(struct ixgbe_hw *hw, u8 byte_offset,
sys/dev/ixgbe/ixgbe_e610.h
218
s32 ixgbe_read_i2c_eeprom_E610(struct ixgbe_hw *hw, u8 byte_offset,
sys/dev/ixgbe/ixgbe_e610.h
220
s32 ixgbe_write_i2c_eeprom_E610(struct ixgbe_hw *hw, u8 byte_offset,
sys/dev/ixgbe/ixgbe_e610.h
222
s32 ixgbe_check_overtemp_E610(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_e610.h
223
s32 ixgbe_set_phy_power_E610(struct ixgbe_hw *hw, bool on);
sys/dev/ixgbe/ixgbe_e610.h
224
s32 ixgbe_enter_lplu_E610(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_e610.h
225
s32 ixgbe_init_eeprom_params_E610(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_e610.h
226
s32 ixgbe_read_ee_aci_E610(struct ixgbe_hw *hw, u16 offset, u16 *data);
sys/dev/ixgbe/ixgbe_e610.h
227
s32 ixgbe_read_ee_aci_buffer_E610(struct ixgbe_hw *hw, u16 offset,
sys/dev/ixgbe/ixgbe_e610.h
229
s32 ixgbe_write_ee_aci_E610(struct ixgbe_hw *hw, u16 offset, u16 data);
sys/dev/ixgbe/ixgbe_e610.h
230
s32 ixgbe_write_ee_aci_buffer_E610(struct ixgbe_hw *hw, u16 offset,
sys/dev/ixgbe/ixgbe_e610.h
232
s32 ixgbe_calc_eeprom_checksum_E610(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_e610.h
233
s32 ixgbe_update_eeprom_checksum_E610(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_e610.h
234
s32 ixgbe_validate_eeprom_checksum_E610(struct ixgbe_hw *hw, u16 *checksum_val);
sys/dev/ixgbe/ixgbe_e610.h
235
s32 ixgbe_read_pba_string_E610(struct ixgbe_hw *hw, u8 *pba_num, u32 pba_num_size);
sys/dev/ixgbe/ixgbe_e610.h
42
s32 ixgbe_aci_send_cmd(struct ixgbe_hw *hw, struct ixgbe_aci_desc *desc,
sys/dev/ixgbe/ixgbe_e610.h
45
s32 ixgbe_aci_get_event(struct ixgbe_hw *hw, struct ixgbe_aci_event *e,
sys/dev/ixgbe/ixgbe_e610.h
50
s32 ixgbe_aci_get_fw_ver(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_e610.h
51
s32 ixgbe_aci_send_driver_ver(struct ixgbe_hw *hw, struct ixgbe_driver_ver *dv);
sys/dev/ixgbe/ixgbe_e610.h
52
s32 ixgbe_aci_set_pf_context(struct ixgbe_hw *hw, u8 pf_id);
sys/dev/ixgbe/ixgbe_e610.h
54
s32 ixgbe_acquire_res(struct ixgbe_hw *hw, enum ixgbe_aci_res_ids res,
sys/dev/ixgbe/ixgbe_e610.h
57
s32 ixgbe_aci_list_caps(struct ixgbe_hw *hw, void *buf, u16 buf_size,
sys/dev/ixgbe/ixgbe_e610.h
59
s32 ixgbe_discover_dev_caps(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_e610.h
61
s32 ixgbe_discover_func_caps(struct ixgbe_hw* hw,
sys/dev/ixgbe/ixgbe_e610.h
63
s32 ixgbe_get_caps(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_e610.h
64
s32 ixgbe_aci_disable_rxen(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_e610.h
65
s32 ixgbe_aci_get_phy_caps(struct ixgbe_hw *hw, bool qual_mods, u8 report_mode,
sys/dev/ixgbe/ixgbe_e610.h
71
s32 ixgbe_aci_set_phy_cfg(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_e610.h
73
s32 ixgbe_aci_set_link_restart_an(struct ixgbe_hw *hw, bool ena_link);
sys/dev/ixgbe/ixgbe_e610.h
74
s32 ixgbe_update_link_info(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_e610.h
75
s32 ixgbe_get_link_status(struct ixgbe_hw *hw, bool *link_up);
sys/dev/ixgbe/ixgbe_e610.h
76
s32 ixgbe_aci_get_link_info(struct ixgbe_hw *hw, bool ena_lse,
sys/dev/ixgbe/ixgbe_e610.h
78
s32 ixgbe_aci_set_event_mask(struct ixgbe_hw *hw, u8 port_num, u16 mask);
sys/dev/ixgbe/ixgbe_e610.h
79
s32 ixgbe_configure_lse(struct ixgbe_hw *hw, bool activate, u16 mask);
sys/dev/ixgbe/ixgbe_e610.h
81
s32 ixgbe_aci_get_netlist_node(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_e610.h
84
s32 ixgbe_find_netlist_node(struct ixgbe_hw *hw, u8 node_type_ctx,
sys/dev/ixgbe/ixgbe_e610.h
86
s32 ixgbe_aci_read_i2c(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_e610.h
89
s32 ixgbe_aci_write_i2c(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_e610.h
93
s32 ixgbe_aci_set_port_id_led(struct ixgbe_hw *hw, bool orig_mode);
sys/dev/ixgbe/ixgbe_e610.h
94
s32 ixgbe_aci_set_gpio(struct ixgbe_hw *hw, u16 gpio_ctrl_handle, u8 pin_idx,
sys/dev/ixgbe/ixgbe_e610.h
96
s32 ixgbe_aci_get_gpio(struct ixgbe_hw *hw, u16 gpio_ctrl_handle, u8 pin_idx,
sys/dev/ixgbe/ixgbe_e610.h
98
s32 ixgbe_aci_sff_eeprom(struct ixgbe_hw *hw, u16 lport, u8 bus_addr,
sys/dev/ixgbe/ixgbe_mbx.c
1020
static s32 ixgbe_read_mbx_pf_legacy(struct ixgbe_hw *hw, u32 *msg, u16 size,
sys/dev/ixgbe/ixgbe_mbx.c
1023
s32 ret_val;
sys/dev/ixgbe/ixgbe_mbx.c
1057
static s32 ixgbe_read_mbx_pf(struct ixgbe_hw *hw, u32 *msg, u16 size,
sys/dev/ixgbe/ixgbe_mbx.c
1061
s32 ret_val;
sys/dev/ixgbe/ixgbe_mbx.c
1095
static s32 ixgbe_clear_mbx_pf(struct ixgbe_hw *hw, u16 vf_id)
sys/dev/ixgbe/ixgbe_mbx.c
119
s32 ixgbe_write_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id)
sys/dev/ixgbe/ixgbe_mbx.c
122
s32 ret_val = IXGBE_ERR_MBX;
sys/dev/ixgbe/ixgbe_mbx.c
152
s32 ixgbe_check_for_msg(struct ixgbe_hw *hw, u16 mbx_id)
sys/dev/ixgbe/ixgbe_mbx.c
155
s32 ret_val = IXGBE_ERR_CONFIG;
sys/dev/ixgbe/ixgbe_mbx.c
172
s32 ixgbe_check_for_ack(struct ixgbe_hw *hw, u16 mbx_id)
sys/dev/ixgbe/ixgbe_mbx.c
175
s32 ret_val = IXGBE_ERR_CONFIG;
sys/dev/ixgbe/ixgbe_mbx.c
192
s32 ixgbe_check_for_rst(struct ixgbe_hw *hw, u16 mbx_id)
sys/dev/ixgbe/ixgbe_mbx.c
195
s32 ret_val = IXGBE_ERR_CONFIG;
sys/dev/ixgbe/ixgbe_mbx.c
212
s32 ixgbe_clear_mbx(struct ixgbe_hw *hw, u16 mbx_id)
sys/dev/ixgbe/ixgbe_mbx.c
215
s32 ret_val = IXGBE_ERR_CONFIG;
sys/dev/ixgbe/ixgbe_mbx.c
232
static s32 ixgbe_poll_for_msg(struct ixgbe_hw *hw, u16 mbx_id)
sys/dev/ixgbe/ixgbe_mbx.c
265
static s32 ixgbe_poll_for_ack(struct ixgbe_hw *hw, u16 mbx_id)
sys/dev/ixgbe/ixgbe_mbx.c
347
static s32 ixgbe_check_for_bit_vf(struct ixgbe_hw *hw, u32 mask)
sys/dev/ixgbe/ixgbe_mbx.c
364
static s32 ixgbe_check_for_msg_vf(struct ixgbe_hw *hw, u16 mbx_id)
sys/dev/ixgbe/ixgbe_mbx.c
38
static s32 ixgbe_poll_for_msg(struct ixgbe_hw *hw, u16 mbx_id);
sys/dev/ixgbe/ixgbe_mbx.c
382
static s32 ixgbe_check_for_ack_vf(struct ixgbe_hw *hw, u16 mbx_id)
sys/dev/ixgbe/ixgbe_mbx.c
39
static s32 ixgbe_poll_for_ack(struct ixgbe_hw *hw, u16 mbx_id);
sys/dev/ixgbe/ixgbe_mbx.c
403
static s32 ixgbe_check_for_rst_vf(struct ixgbe_hw *hw, u16 mbx_id)
sys/dev/ixgbe/ixgbe_mbx.c
424
static s32 ixgbe_obtain_mbx_lock_vf(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_mbx.c
428
s32 ret_val = IXGBE_ERR_MBX;
sys/dev/ixgbe/ixgbe_mbx.c
50
s32 ixgbe_read_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id)
sys/dev/ixgbe/ixgbe_mbx.c
501
static s32 ixgbe_write_mbx_vf_legacy(struct ixgbe_hw *hw, u32 *msg, u16 size,
sys/dev/ixgbe/ixgbe_mbx.c
504
s32 ret_val;
sys/dev/ixgbe/ixgbe_mbx.c
543
static s32 ixgbe_write_mbx_vf(struct ixgbe_hw *hw, u32 *msg, u16 size,
sys/dev/ixgbe/ixgbe_mbx.c
547
s32 ret_val;
sys/dev/ixgbe/ixgbe_mbx.c
593
static s32 ixgbe_read_mbx_vf_legacy(struct ixgbe_hw *hw, u32 *msg, u16 size,
sys/dev/ixgbe/ixgbe_mbx.c
596
s32 ret_val;
sys/dev/ixgbe/ixgbe_mbx.c
629
static s32 ixgbe_read_mbx_vf(struct ixgbe_hw *hw, u32 *msg, u16 size,
sys/dev/ixgbe/ixgbe_mbx.c
633
s32 ret_val;
sys/dev/ixgbe/ixgbe_mbx.c
727
s32 index = IXGBE_PFMBICR_INDEX(vf_id);
sys/dev/ixgbe/ixgbe_mbx.c
742
s32 index = IXGBE_PFMBICR_INDEX(vf_id);
sys/dev/ixgbe/ixgbe_mbx.c
754
static s32 ixgbe_check_for_bit_pf(struct ixgbe_hw *hw, u32 mask, s32 index)
sys/dev/ixgbe/ixgbe_mbx.c
772
static s32 ixgbe_check_for_msg_pf(struct ixgbe_hw *hw, u16 vf_id)
sys/dev/ixgbe/ixgbe_mbx.c
775
s32 index = IXGBE_PFMBICR_INDEX(vf_id);
sys/dev/ixgbe/ixgbe_mbx.c
79
s32 ixgbe_poll_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id)
sys/dev/ixgbe/ixgbe_mbx.c
793
static s32 ixgbe_check_for_ack_pf(struct ixgbe_hw *hw, u16 vf_id)
sys/dev/ixgbe/ixgbe_mbx.c
796
s32 index = IXGBE_PFMBICR_INDEX(vf_id);
sys/dev/ixgbe/ixgbe_mbx.c
797
s32 ret_val = IXGBE_ERR_MBX;
sys/dev/ixgbe/ixgbe_mbx.c
818
static s32 ixgbe_check_for_rst_pf(struct ixgbe_hw *hw, u16 vf_id)
sys/dev/ixgbe/ixgbe_mbx.c
82
s32 ret_val;
sys/dev/ixgbe/ixgbe_mbx.c
822
s32 ret_val = IXGBE_ERR_MBX;
sys/dev/ixgbe/ixgbe_mbx.c
857
static s32 ixgbe_obtain_mbx_lock_pf(struct ixgbe_hw *hw, u16 vf_id)
sys/dev/ixgbe/ixgbe_mbx.c
861
s32 ret_val = IXGBE_ERR_MBX;
sys/dev/ixgbe/ixgbe_mbx.c
927
static s32 ixgbe_write_mbx_pf_legacy(struct ixgbe_hw *hw, u32 *msg, u16 size,
sys/dev/ixgbe/ixgbe_mbx.c
930
s32 ret_val;
sys/dev/ixgbe/ixgbe_mbx.c
968
static s32 ixgbe_write_mbx_pf(struct ixgbe_hw *hw, u32 *msg, u16 size,
sys/dev/ixgbe/ixgbe_mbx.c
972
s32 ret_val;
sys/dev/ixgbe/ixgbe_mbx.h
192
s32 ixgbe_read_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id);
sys/dev/ixgbe/ixgbe_mbx.h
193
s32 ixgbe_poll_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id);
sys/dev/ixgbe/ixgbe_mbx.h
194
s32 ixgbe_write_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id);
sys/dev/ixgbe/ixgbe_mbx.h
195
s32 ixgbe_check_for_msg(struct ixgbe_hw *hw, u16 mbx_id);
sys/dev/ixgbe/ixgbe_mbx.h
196
s32 ixgbe_check_for_ack(struct ixgbe_hw *hw, u16 mbx_id);
sys/dev/ixgbe/ixgbe_mbx.h
197
s32 ixgbe_check_for_rst(struct ixgbe_hw *hw, u16 mbx_id);
sys/dev/ixgbe/ixgbe_mbx.h
198
s32 ixgbe_clear_mbx(struct ixgbe_hw *hw, u16 vf_number);
sys/dev/ixgbe/ixgbe_mbx.h
43
s32 (*read)(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id);
sys/dev/ixgbe/ixgbe_mbx.h
44
s32 (*write)(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id);
sys/dev/ixgbe/ixgbe_mbx.h
45
s32 (*check_for_msg)(struct ixgbe_hw *hw, u16 vf_number);
sys/dev/ixgbe/ixgbe_mbx.h
46
s32 (*check_for_ack)(struct ixgbe_hw *hw, u16 vf_number);
sys/dev/ixgbe/ixgbe_mbx.h
47
s32 (*check_for_rst)(struct ixgbe_hw *hw, u16 vf_number);
sys/dev/ixgbe/ixgbe_mbx.h
48
s32 (*clear)(struct ixgbe_hw *hw, u16 vf_number);
sys/dev/ixgbe/ixgbe_phy.c
1041
s32 ixgbe_setup_phy_link_tnx(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_phy.c
1043
s32 status = IXGBE_SUCCESS;
sys/dev/ixgbe/ixgbe_phy.c
109
s32 ixgbe_read_i2c_combined_generic_int(struct ixgbe_hw *hw, u8 addr, u16 reg,
sys/dev/ixgbe/ixgbe_phy.c
1106
s32 ixgbe_get_phy_firmware_version_tnx(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_phy.c
1109
s32 status;
sys/dev/ixgbe/ixgbe_phy.c
1125
s32 ixgbe_get_phy_firmware_version_generic(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_phy.c
1128
s32 status;
sys/dev/ixgbe/ixgbe_phy.c
1143
s32 ixgbe_reset_phy_nl(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_phy.c
1149
s32 ret_val = IXGBE_SUCCESS;
sys/dev/ixgbe/ixgbe_phy.c
1261
s32 ixgbe_identify_module_generic(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_phy.c
1263
s32 status = IXGBE_ERR_SFP_NOT_PRESENT;
sys/dev/ixgbe/ixgbe_phy.c
1291
s32 ixgbe_identify_sfp_module_generic(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_phy.c
1293
s32 status = IXGBE_ERR_PHY_ADDR_INVALID;
sys/dev/ixgbe/ixgbe_phy.c
1654
s32 ixgbe_identify_qsfp_module_generic(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_phy.c
1656
s32 status = IXGBE_ERR_PHY_ADDR_INVALID;
sys/dev/ixgbe/ixgbe_phy.c
1853
s32 ixgbe_get_sfp_init_sequence_offsets(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_phy.c
186
s32 ixgbe_write_i2c_combined_generic_int(struct ixgbe_hw *hw, u8 addr, u16 reg,
sys/dev/ixgbe/ixgbe_phy.c
1949
s32 ixgbe_read_i2c_eeprom_generic(struct ixgbe_hw *hw, u8 byte_offset,
sys/dev/ixgbe/ixgbe_phy.c
1967
static s32 ixgbe_read_i2c_sff8472_generic(struct ixgbe_hw *hw, u8 byte_offset,
sys/dev/ixgbe/ixgbe_phy.c
1983
s32 ixgbe_write_i2c_eeprom_generic(struct ixgbe_hw *hw, u8 byte_offset,
sys/dev/ixgbe/ixgbe_phy.c
2019
static s32 ixgbe_read_i2c_byte_generic_int(struct ixgbe_hw *hw, u8 byte_offset,
sys/dev/ixgbe/ixgbe_phy.c
2022
s32 status;
sys/dev/ixgbe/ixgbe_phy.c
2107
s32 ixgbe_read_i2c_byte_generic(struct ixgbe_hw *hw, u8 byte_offset,
sys/dev/ixgbe/ixgbe_phy.c
2124
s32 ixgbe_read_i2c_byte_generic_unlocked(struct ixgbe_hw *hw, u8 byte_offset,
sys/dev/ixgbe/ixgbe_phy.c
2142
static s32 ixgbe_write_i2c_byte_generic_int(struct ixgbe_hw *hw, u8 byte_offset,
sys/dev/ixgbe/ixgbe_phy.c
2145
s32 status;
sys/dev/ixgbe/ixgbe_phy.c
2213
s32 ixgbe_write_i2c_byte_generic(struct ixgbe_hw *hw, u8 byte_offset,
sys/dev/ixgbe/ixgbe_phy.c
2230
s32 ixgbe_write_i2c_byte_generic_unlocked(struct ixgbe_hw *hw, u8 byte_offset,
sys/dev/ixgbe/ixgbe_phy.c
2317
s32 i;
sys/dev/ixgbe/ixgbe_phy.c
2336
static s32 ixgbe_clock_out_i2c_byte(struct ixgbe_hw *hw, u8 data)
sys/dev/ixgbe/ixgbe_phy.c
2338
s32 status = IXGBE_SUCCESS;
sys/dev/ixgbe/ixgbe_phy.c
2339
s32 i;
sys/dev/ixgbe/ixgbe_phy.c
2369
static s32 ixgbe_get_i2c_ack(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_phy.c
2372
s32 status = IXGBE_SUCCESS;
sys/dev/ixgbe/ixgbe_phy.c
2456
static s32 ixgbe_clock_out_i2c_bit(struct ixgbe_hw *hw, bool data)
sys/dev/ixgbe/ixgbe_phy.c
2458
s32 status;
sys/dev/ixgbe/ixgbe_phy.c
247
s32 ixgbe_init_phy_ops_generic(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_phy.c
2552
static s32 ixgbe_set_i2c_data(struct ixgbe_hw *hw, u32 *i2cctl, bool data)
sys/dev/ixgbe/ixgbe_phy.c
2555
s32 status = IXGBE_SUCCESS;
sys/dev/ixgbe/ixgbe_phy.c
2664
s32 ixgbe_tn_check_overtemp(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_phy.c
2666
s32 status = IXGBE_SUCCESS;
sys/dev/ixgbe/ixgbe_phy.c
2692
s32 ixgbe_set_copper_phy_power(struct ixgbe_hw *hw, bool on)
sys/dev/ixgbe/ixgbe_phy.c
321
s32 ixgbe_identify_phy_generic(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_phy.c
323
s32 status = IXGBE_ERR_PHY_ADDR_INVALID;
sys/dev/ixgbe/ixgbe_phy.c
374
s32 ixgbe_check_reset_blocked(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_phy.c
42
static s32 ixgbe_clock_out_i2c_byte(struct ixgbe_hw *hw, u8 data);
sys/dev/ixgbe/ixgbe_phy.c
424
s32 ixgbe_get_phy_id(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_phy.c
43
static s32 ixgbe_get_i2c_ack(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_phy.c
45
static s32 ixgbe_clock_out_i2c_bit(struct ixgbe_hw *hw, bool data);
sys/dev/ixgbe/ixgbe_phy.c
48
static s32 ixgbe_set_i2c_data(struct ixgbe_hw *hw, u32 *i2cctl, bool data);
sys/dev/ixgbe/ixgbe_phy.c
494
s32 ixgbe_reset_phy_generic(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_phy.c
498
s32 status = IXGBE_SUCCESS;
sys/dev/ixgbe/ixgbe_phy.c
50
static s32 ixgbe_read_i2c_sff8472_generic(struct ixgbe_hw *hw, u8 byte_offset,
sys/dev/ixgbe/ixgbe_phy.c
597
s32 ixgbe_read_phy_reg_mdi(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type,
sys/dev/ixgbe/ixgbe_phy.c
60
static s32 ixgbe_out_i2c_byte_ack(struct ixgbe_hw *hw, u8 byte)
sys/dev/ixgbe/ixgbe_phy.c
62
s32 status;
sys/dev/ixgbe/ixgbe_phy.c
679
s32 ixgbe_read_phy_reg_generic(struct ixgbe_hw *hw, u32 reg_addr,
sys/dev/ixgbe/ixgbe_phy.c
682
s32 status;
sys/dev/ixgbe/ixgbe_phy.c
705
s32 ixgbe_write_phy_reg_mdi(struct ixgbe_hw *hw, u32 reg_addr,
sys/dev/ixgbe/ixgbe_phy.c
77
static s32 ixgbe_in_i2c_byte_ack(struct ixgbe_hw *hw, u8 *byte)
sys/dev/ixgbe/ixgbe_phy.c
779
s32 ixgbe_write_phy_reg_generic(struct ixgbe_hw *hw, u32 reg_addr,
sys/dev/ixgbe/ixgbe_phy.c
782
s32 status;
sys/dev/ixgbe/ixgbe_phy.c
804
s32 ixgbe_setup_phy_link_generic(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_phy.c
806
s32 status = IXGBE_SUCCESS;
sys/dev/ixgbe/ixgbe_phy.c
883
s32 ixgbe_setup_phy_link_speed_generic(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_phy.c
928
static s32 ixgbe_get_copper_speeds_supported(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_phy.c
930
s32 status;
sys/dev/ixgbe/ixgbe_phy.c
968
s32 ixgbe_get_copper_link_capabilities_generic(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_phy.c
972
s32 status = IXGBE_SUCCESS;
sys/dev/ixgbe/ixgbe_phy.c
993
s32 ixgbe_check_phy_link_tnx(struct ixgbe_hw *hw, ixgbe_link_speed *speed,
sys/dev/ixgbe/ixgbe_phy.c
996
s32 status = IXGBE_SUCCESS;
sys/dev/ixgbe/ixgbe_phy.h
159
s32 ixgbe_init_phy_ops_generic(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_phy.h
162
s32 ixgbe_get_phy_id(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_phy.h
163
s32 ixgbe_identify_phy_generic(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_phy.h
164
s32 ixgbe_reset_phy_generic(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_phy.h
166
s32 ixgbe_read_phy_reg_mdi(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type,
sys/dev/ixgbe/ixgbe_phy.h
168
s32 ixgbe_write_phy_reg_mdi(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type,
sys/dev/ixgbe/ixgbe_phy.h
170
s32 ixgbe_read_phy_reg_generic(struct ixgbe_hw *hw, u32 reg_addr,
sys/dev/ixgbe/ixgbe_phy.h
172
s32 ixgbe_write_phy_reg_generic(struct ixgbe_hw *hw, u32 reg_addr,
sys/dev/ixgbe/ixgbe_phy.h
174
s32 ixgbe_setup_phy_link_generic(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_phy.h
175
s32 ixgbe_setup_phy_link_speed_generic(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_phy.h
178
s32 ixgbe_get_copper_link_capabilities_generic(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_phy.h
181
s32 ixgbe_check_reset_blocked(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_phy.h
184
s32 ixgbe_check_phy_link_tnx(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_phy.h
187
s32 ixgbe_setup_phy_link_tnx(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_phy.h
188
s32 ixgbe_get_phy_firmware_version_tnx(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_phy.h
190
s32 ixgbe_get_phy_firmware_version_generic(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_phy.h
193
s32 ixgbe_reset_phy_nl(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_phy.h
194
s32 ixgbe_set_copper_phy_power(struct ixgbe_hw *hw, bool on);
sys/dev/ixgbe/ixgbe_phy.h
195
s32 ixgbe_identify_module_generic(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_phy.h
196
s32 ixgbe_identify_sfp_module_generic(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_phy.h
198
s32 ixgbe_identify_qsfp_module_generic(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_phy.h
199
s32 ixgbe_get_sfp_init_sequence_offsets(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_phy.h
202
s32 ixgbe_tn_check_overtemp(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_phy.h
203
s32 ixgbe_read_i2c_byte_generic(struct ixgbe_hw *hw, u8 byte_offset,
sys/dev/ixgbe/ixgbe_phy.h
205
s32 ixgbe_read_i2c_byte_generic_unlocked(struct ixgbe_hw *hw, u8 byte_offset,
sys/dev/ixgbe/ixgbe_phy.h
207
s32 ixgbe_write_i2c_byte_generic(struct ixgbe_hw *hw, u8 byte_offset,
sys/dev/ixgbe/ixgbe_phy.h
209
s32 ixgbe_write_i2c_byte_generic_unlocked(struct ixgbe_hw *hw, u8 byte_offset,
sys/dev/ixgbe/ixgbe_phy.h
211
s32 ixgbe_read_i2c_eeprom_generic(struct ixgbe_hw *hw, u8 byte_offset,
sys/dev/ixgbe/ixgbe_phy.h
213
s32 ixgbe_write_i2c_eeprom_generic(struct ixgbe_hw *hw, u8 byte_offset,
sys/dev/ixgbe/ixgbe_phy.h
216
s32 ixgbe_read_i2c_combined_generic_int(struct ixgbe_hw *, u8 addr, u16 reg,
sys/dev/ixgbe/ixgbe_phy.h
218
s32 ixgbe_write_i2c_combined_generic_int(struct ixgbe_hw *, u8 addr, u16 reg,
sys/dev/ixgbe/ixgbe_type.h
4023
s32 (*init_params)(struct ixgbe_hw *);
sys/dev/ixgbe/ixgbe_type.h
4024
s32 (*read)(struct ixgbe_hw *, u16, u16 *);
sys/dev/ixgbe/ixgbe_type.h
4025
s32 (*read_buffer)(struct ixgbe_hw *, u16, u16, u16 *);
sys/dev/ixgbe/ixgbe_type.h
4026
s32 (*write)(struct ixgbe_hw *, u16, u16);
sys/dev/ixgbe/ixgbe_type.h
4027
s32 (*write_buffer)(struct ixgbe_hw *, u16, u16, u16 *);
sys/dev/ixgbe/ixgbe_type.h
4028
s32 (*validate_checksum)(struct ixgbe_hw *, u16 *);
sys/dev/ixgbe/ixgbe_type.h
4029
s32 (*update_checksum)(struct ixgbe_hw *);
sys/dev/ixgbe/ixgbe_type.h
4030
s32 (*calc_checksum)(struct ixgbe_hw *);
sys/dev/ixgbe/ixgbe_type.h
4031
s32 (*read_pba_string)(struct ixgbe_hw *, u8 *, u32);
sys/dev/ixgbe/ixgbe_type.h
4035
s32 (*init_hw)(struct ixgbe_hw *);
sys/dev/ixgbe/ixgbe_type.h
4036
s32 (*reset_hw)(struct ixgbe_hw *);
sys/dev/ixgbe/ixgbe_type.h
4037
s32 (*start_hw)(struct ixgbe_hw *);
sys/dev/ixgbe/ixgbe_type.h
4038
s32 (*clear_hw_cntrs)(struct ixgbe_hw *);
sys/dev/ixgbe/ixgbe_type.h
4042
s32 (*get_mac_addr)(struct ixgbe_hw *, u8 *);
sys/dev/ixgbe/ixgbe_type.h
4043
s32 (*get_san_mac_addr)(struct ixgbe_hw *, u8 *);
sys/dev/ixgbe/ixgbe_type.h
4044
s32 (*set_san_mac_addr)(struct ixgbe_hw *, u8 *);
sys/dev/ixgbe/ixgbe_type.h
4045
s32 (*get_device_caps)(struct ixgbe_hw *, u16 *);
sys/dev/ixgbe/ixgbe_type.h
4046
s32 (*get_wwn_prefix)(struct ixgbe_hw *, u16 *, u16 *);
sys/dev/ixgbe/ixgbe_type.h
4047
s32 (*get_fcoe_boot_status)(struct ixgbe_hw *, u16 *);
sys/dev/ixgbe/ixgbe_type.h
4048
s32 (*stop_adapter)(struct ixgbe_hw *);
sys/dev/ixgbe/ixgbe_type.h
4049
s32 (*get_bus_info)(struct ixgbe_hw *);
sys/dev/ixgbe/ixgbe_type.h
4051
s32 (*read_analog_reg8)(struct ixgbe_hw*, u32, u8*);
sys/dev/ixgbe/ixgbe_type.h
4052
s32 (*write_analog_reg8)(struct ixgbe_hw*, u32, u8);
sys/dev/ixgbe/ixgbe_type.h
4053
s32 (*setup_sfp)(struct ixgbe_hw *);
sys/dev/ixgbe/ixgbe_type.h
4054
s32 (*enable_rx_dma)(struct ixgbe_hw *, u32);
sys/dev/ixgbe/ixgbe_type.h
4055
s32 (*disable_sec_rx_path)(struct ixgbe_hw *);
sys/dev/ixgbe/ixgbe_type.h
4056
s32 (*enable_sec_rx_path)(struct ixgbe_hw *);
sys/dev/ixgbe/ixgbe_type.h
4057
s32 (*acquire_swfw_sync)(struct ixgbe_hw *, u32);
sys/dev/ixgbe/ixgbe_type.h
4060
s32 (*prot_autoc_read)(struct ixgbe_hw *, bool *, u32 *);
sys/dev/ixgbe/ixgbe_type.h
4061
s32 (*prot_autoc_write)(struct ixgbe_hw *, u32, bool);
sys/dev/ixgbe/ixgbe_type.h
4062
s32 (*negotiate_api_version)(struct ixgbe_hw *hw, int api);
sys/dev/ixgbe/ixgbe_type.h
4068
s32 (*setup_link)(struct ixgbe_hw *, ixgbe_link_speed, bool);
sys/dev/ixgbe/ixgbe_type.h
4069
s32 (*setup_mac_link)(struct ixgbe_hw *, ixgbe_link_speed, bool);
sys/dev/ixgbe/ixgbe_type.h
4070
s32 (*check_link)(struct ixgbe_hw *, ixgbe_link_speed *, bool *, bool);
sys/dev/ixgbe/ixgbe_type.h
4071
s32 (*get_link_capabilities)(struct ixgbe_hw *, ixgbe_link_speed *,
sys/dev/ixgbe/ixgbe_type.h
4079
s32 (*led_on)(struct ixgbe_hw *, u32);
sys/dev/ixgbe/ixgbe_type.h
4080
s32 (*led_off)(struct ixgbe_hw *, u32);
sys/dev/ixgbe/ixgbe_type.h
4081
s32 (*blink_led_start)(struct ixgbe_hw *, u32);
sys/dev/ixgbe/ixgbe_type.h
4082
s32 (*blink_led_stop)(struct ixgbe_hw *, u32);
sys/dev/ixgbe/ixgbe_type.h
4083
s32 (*init_led_link_act)(struct ixgbe_hw *);
sys/dev/ixgbe/ixgbe_type.h
4086
s32 (*set_rar)(struct ixgbe_hw *, u32, u8 *, u32, u32);
sys/dev/ixgbe/ixgbe_type.h
4087
s32 (*set_uc_addr)(struct ixgbe_hw *, u32, u8 *);
sys/dev/ixgbe/ixgbe_type.h
4088
s32 (*clear_rar)(struct ixgbe_hw *, u32);
sys/dev/ixgbe/ixgbe_type.h
4089
s32 (*insert_mac_addr)(struct ixgbe_hw *, u8 *, u32);
sys/dev/ixgbe/ixgbe_type.h
4090
s32 (*set_vmdq)(struct ixgbe_hw *, u32, u32);
sys/dev/ixgbe/ixgbe_type.h
4091
s32 (*set_vmdq_san_mac)(struct ixgbe_hw *, u32);
sys/dev/ixgbe/ixgbe_type.h
4092
s32 (*clear_vmdq)(struct ixgbe_hw *, u32, u32);
sys/dev/ixgbe/ixgbe_type.h
4093
s32 (*init_rx_addrs)(struct ixgbe_hw *);
sys/dev/ixgbe/ixgbe_type.h
4094
s32 (*update_uc_addr_list)(struct ixgbe_hw *, u8 *, u32,
sys/dev/ixgbe/ixgbe_type.h
4096
s32 (*update_mc_addr_list)(struct ixgbe_hw *, u8 *, u32,
sys/dev/ixgbe/ixgbe_type.h
4098
s32 (*get_link_state)(struct ixgbe_hw *hw, bool *link_state);
sys/dev/ixgbe/ixgbe_type.h
4099
s32 (*enable_mc)(struct ixgbe_hw *);
sys/dev/ixgbe/ixgbe_type.h
4100
s32 (*disable_mc)(struct ixgbe_hw *);
sys/dev/ixgbe/ixgbe_type.h
4101
s32 (*clear_vfta)(struct ixgbe_hw *);
sys/dev/ixgbe/ixgbe_type.h
4102
s32 (*set_vfta)(struct ixgbe_hw *, u32, u32, bool, bool);
sys/dev/ixgbe/ixgbe_type.h
4103
s32 (*set_vlvf)(struct ixgbe_hw *, u32, u32, bool, u32 *, u32,
sys/dev/ixgbe/ixgbe_type.h
4105
s32 (*init_uta_tables)(struct ixgbe_hw *);
sys/dev/ixgbe/ixgbe_type.h
4108
s32 (*toggle_txdctl)(struct ixgbe_hw *hw, u32 vf_index);
sys/dev/ixgbe/ixgbe_type.h
4109
s32 (*update_xcast_mode)(struct ixgbe_hw *, int);
sys/dev/ixgbe/ixgbe_type.h
4110
s32 (*set_rlpml)(struct ixgbe_hw *, u16);
sys/dev/ixgbe/ixgbe_type.h
4113
s32 (*fc_enable)(struct ixgbe_hw *);
sys/dev/ixgbe/ixgbe_type.h
4114
s32 (*setup_fc)(struct ixgbe_hw *);
sys/dev/ixgbe/ixgbe_type.h
4118
s32 (*set_fw_drv_ver)(struct ixgbe_hw *, u8, u8, u8, u8, u16,
sys/dev/ixgbe/ixgbe_type.h
4120
s32 (*get_thermal_sensor_data)(struct ixgbe_hw *);
sys/dev/ixgbe/ixgbe_type.h
4121
s32 (*init_thermal_sensor_thresh)(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_type.h
4122
s32 (*bypass_rw) (struct ixgbe_hw *hw, u32 cmd, u32 *status);
sys/dev/ixgbe/ixgbe_type.h
4124
s32 (*bypass_set) (struct ixgbe_hw *hw, u32 cmd, u32 event, u32 action);
sys/dev/ixgbe/ixgbe_type.h
4125
s32 (*bypass_rd_eep) (struct ixgbe_hw *hw, u32 addr, u8 *value);
sys/dev/ixgbe/ixgbe_type.h
4132
s32 (*dmac_update_tcs)(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_type.h
4133
s32 (*dmac_config_tcs)(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_type.h
4134
s32 (*dmac_config)(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_type.h
4135
s32 (*setup_eee)(struct ixgbe_hw *hw, bool enable_eee);
sys/dev/ixgbe/ixgbe_type.h
4136
s32 (*read_iosf_sb_reg)(struct ixgbe_hw *, u32, u32, u32 *);
sys/dev/ixgbe/ixgbe_type.h
4137
s32 (*write_iosf_sb_reg)(struct ixgbe_hw *, u32, u32, u32);
sys/dev/ixgbe/ixgbe_type.h
4145
s32 (*get_fw_version)(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_type.h
4146
s32 (*get_nvm_version)(struct ixgbe_hw *hw, struct ixgbe_nvm_info *nvm);
sys/dev/ixgbe/ixgbe_type.h
4150
s32 (*identify)(struct ixgbe_hw *);
sys/dev/ixgbe/ixgbe_type.h
4151
s32 (*identify_sfp)(struct ixgbe_hw *);
sys/dev/ixgbe/ixgbe_type.h
4152
s32 (*init)(struct ixgbe_hw *);
sys/dev/ixgbe/ixgbe_type.h
4153
s32 (*reset)(struct ixgbe_hw *);
sys/dev/ixgbe/ixgbe_type.h
4154
s32 (*read_reg)(struct ixgbe_hw *, u32, u32, u16 *);
sys/dev/ixgbe/ixgbe_type.h
4155
s32 (*write_reg)(struct ixgbe_hw *, u32, u32, u16);
sys/dev/ixgbe/ixgbe_type.h
4156
s32 (*read_reg_mdi)(struct ixgbe_hw *, u32, u32, u16 *);
sys/dev/ixgbe/ixgbe_type.h
4157
s32 (*write_reg_mdi)(struct ixgbe_hw *, u32, u32, u16);
sys/dev/ixgbe/ixgbe_type.h
4158
s32 (*setup_link)(struct ixgbe_hw *);
sys/dev/ixgbe/ixgbe_type.h
4159
s32 (*setup_internal_link)(struct ixgbe_hw *);
sys/dev/ixgbe/ixgbe_type.h
4160
s32 (*setup_link_speed)(struct ixgbe_hw *, ixgbe_link_speed, bool);
sys/dev/ixgbe/ixgbe_type.h
4161
s32 (*check_link)(struct ixgbe_hw *, ixgbe_link_speed *, bool *);
sys/dev/ixgbe/ixgbe_type.h
4162
s32 (*get_firmware_version)(struct ixgbe_hw *, u16 *);
sys/dev/ixgbe/ixgbe_type.h
4163
s32 (*read_i2c_byte)(struct ixgbe_hw *, u8, u8, u8 *);
sys/dev/ixgbe/ixgbe_type.h
4164
s32 (*write_i2c_byte)(struct ixgbe_hw *, u8, u8, u8);
sys/dev/ixgbe/ixgbe_type.h
4165
s32 (*read_i2c_sff8472)(struct ixgbe_hw *, u8 , u8 *);
sys/dev/ixgbe/ixgbe_type.h
4166
s32 (*read_i2c_eeprom)(struct ixgbe_hw *, u8 , u8 *);
sys/dev/ixgbe/ixgbe_type.h
4167
s32 (*write_i2c_eeprom)(struct ixgbe_hw *, u8, u8);
sys/dev/ixgbe/ixgbe_type.h
4169
s32 (*check_overtemp)(struct ixgbe_hw *);
sys/dev/ixgbe/ixgbe_type.h
4170
s32 (*set_phy_power)(struct ixgbe_hw *, bool on);
sys/dev/ixgbe/ixgbe_type.h
4171
s32 (*enter_lplu)(struct ixgbe_hw *);
sys/dev/ixgbe/ixgbe_type.h
4172
s32 (*handle_lasi)(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_type.h
4173
s32 (*read_i2c_byte_unlocked)(struct ixgbe_hw *, u8 offset, u8 addr,
sys/dev/ixgbe/ixgbe_type.h
4175
s32 (*write_i2c_byte_unlocked)(struct ixgbe_hw *, u8 offset, u8 addr,
sys/dev/ixgbe/ixgbe_type.h
4180
s32 (*read_link)(struct ixgbe_hw *, u8 addr, u16 reg, u16 *val);
sys/dev/ixgbe/ixgbe_type.h
4181
s32 (*read_link_unlocked)(struct ixgbe_hw *, u8 addr, u16 reg,
sys/dev/ixgbe/ixgbe_type.h
4183
s32 (*write_link)(struct ixgbe_hw *, u8 addr, u16 reg, u16 val);
sys/dev/ixgbe/ixgbe_type.h
4184
s32 (*write_link_unlocked)(struct ixgbe_hw *, u8 addr, u16 reg,
sys/dev/ixgbe/ixgbe_type.h
4219
s32 mc_filter_type;
sys/dev/ixgbe/ixgbe_vf.c
145
s32 ixgbe_start_hw_vf(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_vf.c
160
s32 ixgbe_init_hw_vf(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_vf.c
162
s32 status = hw->mac.ops.start_hw(hw);
sys/dev/ixgbe/ixgbe_vf.c
176
s32 ixgbe_reset_hw_vf(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_vf.c
180
s32 ret_val = IXGBE_ERR_INVALID_MAC_ADDR;
sys/dev/ixgbe/ixgbe_vf.c
251
s32 ixgbe_stop_adapter_vf(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_vf.c
300
static s32 ixgbe_mta_vector(struct ixgbe_hw *hw, u8 *mc_addr)
sys/dev/ixgbe/ixgbe_vf.c
328
static s32 ixgbevf_write_msg_read_ack(struct ixgbe_hw *hw, u32 *msg,
sys/dev/ixgbe/ixgbe_vf.c
331
s32 retval = ixgbe_write_mbx(hw, msg, size, 0);
sys/dev/ixgbe/ixgbe_vf.c
347
s32 ixgbe_set_rar_vf(struct ixgbe_hw *hw, u32 index, u8 *addr, u32 vmdq,
sys/dev/ixgbe/ixgbe_vf.c
352
s32 ret_val;
sys/dev/ixgbe/ixgbe_vf.c
382
s32 ixgbe_update_mc_addr_list_vf(struct ixgbe_hw *hw, u8 *mc_addr_list,
sys/dev/ixgbe/ixgbe_vf.c
427
s32 ixgbevf_update_xcast_mode(struct ixgbe_hw *hw, int xcast_mode)
sys/dev/ixgbe/ixgbe_vf.c
430
s32 err;
sys/dev/ixgbe/ixgbe_vf.c
465
s32 ixgbe_get_link_state_vf(struct ixgbe_hw *hw, bool *link_state)
sys/dev/ixgbe/ixgbe_vf.c
468
s32 err;
sys/dev/ixgbe/ixgbe_vf.c
469
s32 ret_val;
sys/dev/ixgbe/ixgbe_vf.c
496
s32 ixgbe_set_vfta_vf(struct ixgbe_hw *hw, u32 vlan, u32 vind,
sys/dev/ixgbe/ixgbe_vf.c
50
s32 ixgbe_init_ops_vf(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_vf.c
500
s32 ret_val;
sys/dev/ixgbe/ixgbe_vf.c
544
s32 ixgbe_get_mac_addr_vf(struct ixgbe_hw *hw, u8 *mac_addr)
sys/dev/ixgbe/ixgbe_vf.c
554
s32 ixgbevf_set_uc_addr_vf(struct ixgbe_hw *hw, u32 index, u8 *addr)
sys/dev/ixgbe/ixgbe_vf.c
558
s32 ret_val;
sys/dev/ixgbe/ixgbe_vf.c
592
s32 ixgbe_setup_mac_link_vf(struct ixgbe_hw *hw, ixgbe_link_speed speed,
sys/dev/ixgbe/ixgbe_vf.c
608
s32 ixgbe_check_mac_link_vf(struct ixgbe_hw *hw, ixgbe_link_speed *speed,
sys/dev/ixgbe/ixgbe_vf.c
613
s32 ret_val = IXGBE_SUCCESS;
sys/dev/ixgbe/ixgbe_vf.c
712
s32 ixgbevf_rlpml_set_vf(struct ixgbe_hw *hw, u16 max_size)
sys/dev/ixgbe/ixgbe_vf.c
715
s32 retval;
sys/dev/ixgbe/ixgbe_vf.h
118
s32 ixgbe_init_ops_vf(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_vf.h
119
s32 ixgbe_init_hw_vf(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_vf.h
120
s32 ixgbe_start_hw_vf(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_vf.h
121
s32 ixgbe_reset_hw_vf(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_vf.h
122
s32 ixgbe_stop_adapter_vf(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_vf.h
125
s32 ixgbe_get_mac_addr_vf(struct ixgbe_hw *hw, u8 *mac_addr);
sys/dev/ixgbe/ixgbe_vf.h
126
s32 ixgbe_setup_mac_link_vf(struct ixgbe_hw *hw, ixgbe_link_speed speed,
sys/dev/ixgbe/ixgbe_vf.h
128
s32 ixgbe_check_mac_link_vf(struct ixgbe_hw *hw, ixgbe_link_speed *speed,
sys/dev/ixgbe/ixgbe_vf.h
130
s32 ixgbe_set_rar_vf(struct ixgbe_hw *hw, u32 index, u8 *addr, u32 vmdq,
sys/dev/ixgbe/ixgbe_vf.h
132
s32 ixgbevf_set_uc_addr_vf(struct ixgbe_hw *hw, u32 index, u8 *addr);
sys/dev/ixgbe/ixgbe_vf.h
133
s32 ixgbe_update_mc_addr_list_vf(struct ixgbe_hw *hw, u8 *mc_addr_list,
sys/dev/ixgbe/ixgbe_vf.h
136
s32 ixgbevf_update_xcast_mode(struct ixgbe_hw *hw, int xcast_mode);
sys/dev/ixgbe/ixgbe_vf.h
137
s32 ixgbe_get_link_state_vf(struct ixgbe_hw *hw, bool *link_state);
sys/dev/ixgbe/ixgbe_vf.h
138
s32 ixgbe_set_vfta_vf(struct ixgbe_hw *hw, u32 vlan, u32 vind,
sys/dev/ixgbe/ixgbe_vf.h
140
s32 ixgbevf_rlpml_set_vf(struct ixgbe_hw *hw, u16 max_size);
sys/dev/ixgbe/ixgbe_x540.c
1005
s32 ixgbe_blink_led_start_X540(struct ixgbe_hw *hw, u32 index)
sys/dev/ixgbe/ixgbe_x540.c
1046
s32 ixgbe_blink_led_stop_X540(struct ixgbe_hw *hw, u32 index)
sys/dev/ixgbe/ixgbe_x540.c
172
s32 ixgbe_get_link_capabilities_X540(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_x540.c
199
s32 ixgbe_setup_mac_link_X540(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_x540.c
214
s32 ixgbe_reset_hw_X540(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_x540.c
216
s32 status;
sys/dev/ixgbe/ixgbe_x540.c
317
s32 ixgbe_start_hw_X540(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_x540.c
319
s32 ret_val = IXGBE_SUCCESS;
sys/dev/ixgbe/ixgbe_x540.c
365
s32 ixgbe_init_eeprom_params_X540(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_x540.c
398
s32 ixgbe_read_eerd_X540(struct ixgbe_hw *hw, u16 offset, u16 *data)
sys/dev/ixgbe/ixgbe_x540.c
400
s32 status = IXGBE_SUCCESS;
sys/dev/ixgbe/ixgbe_x540.c
423
s32 ixgbe_read_eerd_buffer_X540(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_x540.c
426
s32 status = IXGBE_SUCCESS;
sys/dev/ixgbe/ixgbe_x540.c
449
s32 ixgbe_write_eewr_X540(struct ixgbe_hw *hw, u16 offset, u16 data)
sys/dev/ixgbe/ixgbe_x540.c
451
s32 status = IXGBE_SUCCESS;
sys/dev/ixgbe/ixgbe_x540.c
474
s32 ixgbe_write_eewr_buffer_X540(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_x540.c
477
s32 status = IXGBE_SUCCESS;
sys/dev/ixgbe/ixgbe_x540.c
48
static s32 ixgbe_poll_flash_update_done_X540(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_x540.c
49
static s32 ixgbe_get_swfw_sync_semaphore(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_x540.c
502
s32 ixgbe_calc_eeprom_checksum_X540(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_x540.c
567
return (s32)checksum;
sys/dev/ixgbe/ixgbe_x540.c
578
s32 ixgbe_validate_eeprom_checksum_X540(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_x540.c
581
s32 status;
sys/dev/ixgbe/ixgbe_x540.c
59
s32 ixgbe_init_ops_X540(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_x540.c
64
s32 ret_val;
sys/dev/ixgbe/ixgbe_x540.c
641
s32 ixgbe_update_eeprom_checksum_X540(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_x540.c
643
s32 status;
sys/dev/ixgbe/ixgbe_x540.c
689
s32 ixgbe_update_flash_X540(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_x540.c
692
s32 status;
sys/dev/ixgbe/ixgbe_x540.c
736
static s32 ixgbe_poll_flash_update_done_X540(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_x540.c
740
s32 status = IXGBE_ERR_EEPROM;
sys/dev/ixgbe/ixgbe_x540.c
768
s32 ixgbe_acquire_swfw_sync_X540(struct ixgbe_hw *hw, u32 mask)
sys/dev/ixgbe/ixgbe_x540.c
890
static s32 ixgbe_get_swfw_sync_semaphore(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_x540.c
892
s32 status = IXGBE_ERR_EEPROM;
sys/dev/ixgbe/ixgbe_x540.h
40
s32 ixgbe_get_link_capabilities_X540(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_x540.h
43
s32 ixgbe_setup_mac_link_X540(struct ixgbe_hw *hw, ixgbe_link_speed speed,
sys/dev/ixgbe/ixgbe_x540.h
45
s32 ixgbe_reset_hw_X540(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_x540.h
46
s32 ixgbe_start_hw_X540(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_x540.h
49
s32 ixgbe_init_eeprom_params_X540(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_x540.h
50
s32 ixgbe_read_eerd_X540(struct ixgbe_hw *hw, u16 offset, u16 *data);
sys/dev/ixgbe/ixgbe_x540.h
51
s32 ixgbe_read_eerd_buffer_X540(struct ixgbe_hw *hw, u16 offset, u16 words,
sys/dev/ixgbe/ixgbe_x540.h
53
s32 ixgbe_write_eewr_X540(struct ixgbe_hw *hw, u16 offset, u16 data);
sys/dev/ixgbe/ixgbe_x540.h
54
s32 ixgbe_write_eewr_buffer_X540(struct ixgbe_hw *hw, u16 offset, u16 words,
sys/dev/ixgbe/ixgbe_x540.h
56
s32 ixgbe_update_eeprom_checksum_X540(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_x540.h
57
s32 ixgbe_validate_eeprom_checksum_X540(struct ixgbe_hw *hw, u16 *checksum_val);
sys/dev/ixgbe/ixgbe_x540.h
58
s32 ixgbe_calc_eeprom_checksum_X540(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_x540.h
59
s32 ixgbe_update_flash_X540(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_x540.h
61
s32 ixgbe_acquire_swfw_sync_X540(struct ixgbe_hw *hw, u32 mask);
sys/dev/ixgbe/ixgbe_x540.h
65
s32 ixgbe_blink_led_start_X540(struct ixgbe_hw *hw, u32 index);
sys/dev/ixgbe/ixgbe_x540.h
66
s32 ixgbe_blink_led_stop_X540(struct ixgbe_hw *hw, u32 index);
sys/dev/ixgbe/ixgbe_x550.c
1012
s32 ixgbe_init_eeprom_params_X550(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_x550.c
1098
static s32 ixgbe_iosf_wait(struct ixgbe_hw *hw, u32 *ctrl)
sys/dev/ixgbe/ixgbe_x550.c
113
static s32 ixgbe_read_cs4227(struct ixgbe_hw *hw, u16 reg, u16 *value)
sys/dev/ixgbe/ixgbe_x550.c
1130
s32 ixgbe_write_iosf_sb_reg_x550(struct ixgbe_hw *hw, u32 reg_addr,
sys/dev/ixgbe/ixgbe_x550.c
1135
s32 ret;
sys/dev/ixgbe/ixgbe_x550.c
1176
s32 ixgbe_read_iosf_sb_reg_x550(struct ixgbe_hw *hw, u32 reg_addr,
sys/dev/ixgbe/ixgbe_x550.c
1181
s32 ret;
sys/dev/ixgbe/ixgbe_x550.c
1220
s32 ixgbe_get_phy_token(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_x550.c
1223
s32 status;
sys/dev/ixgbe/ixgbe_x550.c
1258
s32 ixgbe_put_phy_token(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_x550.c
126
static s32 ixgbe_write_cs4227(struct ixgbe_hw *hw, u16 reg, u16 value)
sys/dev/ixgbe/ixgbe_x550.c
1261
s32 status;
sys/dev/ixgbe/ixgbe_x550.c
139
static s32 ixgbe_read_pe(struct ixgbe_hw *hw, u8 reg, u8 *value)
sys/dev/ixgbe/ixgbe_x550.c
141
s32 status;
sys/dev/ixgbe/ixgbe_x550.c
1480
static s32 ixgbe_supported_sfp_modules_X550em(struct ixgbe_hw *hw, bool *linear)
sys/dev/ixgbe/ixgbe_x550.c
1519
s32 ixgbe_identify_sfp_module_X550em(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_x550.c
1521
s32 status;
sys/dev/ixgbe/ixgbe_x550.c
1541
s32 ixgbe_setup_sfp_modules_X550em(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_x550.c
1543
s32 status;
sys/dev/ixgbe/ixgbe_x550.c
1565
static s32 ixgbe_restart_an_internal_phy_x550em(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_x550.c
1567
s32 status;
sys/dev/ixgbe/ixgbe_x550.c
158
static s32 ixgbe_write_pe(struct ixgbe_hw *hw, u8 reg, u8 value)
sys/dev/ixgbe/ixgbe_x550.c
160
s32 status;
sys/dev/ixgbe/ixgbe_x550.c
1613
static s32 ixgbe_setup_sgmii(struct ixgbe_hw *hw, ixgbe_link_speed speed,
sys/dev/ixgbe/ixgbe_x550.c
1618
s32 rc;
sys/dev/ixgbe/ixgbe_x550.c
1682
static s32 ixgbe_setup_sgmii_fw(struct ixgbe_hw *hw, ixgbe_link_speed speed,
sys/dev/ixgbe/ixgbe_x550.c
1687
s32 rc;
sys/dev/ixgbe/ixgbe_x550.c
176
static s32 ixgbe_reset_cs4227(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_x550.c
178
s32 status;
sys/dev/ixgbe/ixgbe_x550.c
1813
s32 ixgbe_get_link_capabilities_X550em(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_x550.c
1900
static s32 ixgbe_get_lasi_ext_t_x550em(struct ixgbe_hw *hw, bool *lsc)
sys/dev/ixgbe/ixgbe_x550.c
1987
static s32 ixgbe_enable_lasi_ext_t_x550em(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_x550.c
2084
static s32 ixgbe_setup_kr_speed_x550em(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_x550.c
2087
s32 status;
sys/dev/ixgbe/ixgbe_x550.c
2139
static s32 ixgbe_reset_phy_fw(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_x550.c
2142
s32 rc;
sys/dev/ixgbe/ixgbe_x550.c
2163
static s32 ixgbe_check_overtemp_fw(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_x550.c
2166
s32 rc;
sys/dev/ixgbe/ixgbe_x550.c
2186
static s32 ixgbe_read_mng_if_sel_x550em(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_x550.c
2214
s32 ixgbe_init_phy_ops_X550em(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_x550.c
2217
s32 ret_val;
sys/dev/ixgbe/ixgbe_x550.c
2367
s32 ixgbe_reset_hw_X550em(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_x550.c
2370
s32 status;
sys/dev/ixgbe/ixgbe_x550.c
2500
s32 ixgbe_init_ext_t_x550em(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_x550.c
251
s32 status = IXGBE_SUCCESS;
sys/dev/ixgbe/ixgbe_x550.c
2543
s32 ixgbe_setup_kr_x550em(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_x550.c
2563
s32 ixgbe_setup_mac_link_sfp_x550em(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_x550.c
2567
s32 ret_val;
sys/dev/ixgbe/ixgbe_x550.c
2608
static s32 ixgbe_setup_sfi_x550a(struct ixgbe_hw *hw, ixgbe_link_speed *speed)
sys/dev/ixgbe/ixgbe_x550.c
2611
s32 status;
sys/dev/ixgbe/ixgbe_x550.c
2657
s32 ixgbe_setup_mac_link_sfp_x550a(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_x550.c
2661
s32 ret_val;
sys/dev/ixgbe/ixgbe_x550.c
2760
static s32 ixgbe_setup_ixfi_x550em_x(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_x550.c
2763
s32 status;
sys/dev/ixgbe/ixgbe_x550.c
2831
static s32 ixgbe_setup_ixfi_x550em(struct ixgbe_hw *hw, ixgbe_link_speed *speed)
sys/dev/ixgbe/ixgbe_x550.c
2834
s32 status;
sys/dev/ixgbe/ixgbe_x550.c
2890
static s32 ixgbe_ext_phy_t_x550em_get_link(struct ixgbe_hw *hw, bool *link_up)
sys/dev/ixgbe/ixgbe_x550.c
2927
s32 ixgbe_setup_internal_phy_t_x550em(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_x550.c
2990
s32 ixgbe_setup_phy_loopback_x550em(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_x550.c
2992
s32 status;
sys/dev/ixgbe/ixgbe_x550.c
3060
s32 ixgbe_read_ee_hostif_X550(struct ixgbe_hw *hw, u16 offset, u16 *data)
sys/dev/ixgbe/ixgbe_x550.c
3064
s32 status;
sys/dev/ixgbe/ixgbe_x550.c
3104
s32 ixgbe_read_ee_hostif_buffer_X550(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_x550.c
3111
s32 status;
sys/dev/ixgbe/ixgbe_x550.c
3179
s32 ixgbe_write_ee_hostif_data_X550(struct ixgbe_hw *hw, u16 offset,
sys/dev/ixgbe/ixgbe_x550.c
3182
s32 status;
sys/dev/ixgbe/ixgbe_x550.c
3223
s32 ixgbe_write_ee_hostif_X550(struct ixgbe_hw *hw, u16 offset,
sys/dev/ixgbe/ixgbe_x550.c
3226
s32 status = IXGBE_SUCCESS;
sys/dev/ixgbe/ixgbe_x550.c
3251
s32 ixgbe_write_ee_hostif_buffer_X550(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_x550.c
3254
s32 status = IXGBE_SUCCESS;
sys/dev/ixgbe/ixgbe_x550.c
3293
static s32 ixgbe_checksum_ptr_x550(struct ixgbe_hw *hw, u16 ptr,
sys/dev/ixgbe/ixgbe_x550.c
3298
s32 status;
sys/dev/ixgbe/ixgbe_x550.c
3362
s32 ixgbe_calc_checksum_X550(struct ixgbe_hw *hw, u16 *buffer, u32 buffer_size)
sys/dev/ixgbe/ixgbe_x550.c
3366
s32 status;
sys/dev/ixgbe/ixgbe_x550.c
3434
return (s32)checksum;
sys/dev/ixgbe/ixgbe_x550.c
3443
s32 ixgbe_calc_eeprom_checksum_X550(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_x550.c
345
static s32 ixgbe_identify_phy_x550em(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_x550.c
3456
s32 ixgbe_validate_eeprom_checksum_X550(struct ixgbe_hw *hw, u16 *checksum_val)
sys/dev/ixgbe/ixgbe_x550.c
3458
s32 status;
sys/dev/ixgbe/ixgbe_x550.c
3509
s32 ixgbe_update_eeprom_checksum_X550(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_x550.c
3511
s32 status;
sys/dev/ixgbe/ixgbe_x550.c
3548
s32 ixgbe_update_flash_X550(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_x550.c
3550
s32 status = IXGBE_SUCCESS;
sys/dev/ixgbe/ixgbe_x550.c
3648
s32 ixgbe_get_bus_info_X550em(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_x550.c
3670
s32 status;
sys/dev/ixgbe/ixgbe_x550.c
3714
s32 ixgbe_enter_lplu_t_x550em(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_x550.c
3717
s32 status;
sys/dev/ixgbe/ixgbe_x550.c
3821
s32 ixgbe_get_lcd_t_x550em(struct ixgbe_hw *hw, ixgbe_link_speed *lcd_speed)
sys/dev/ixgbe/ixgbe_x550.c
3824
s32 status;
sys/dev/ixgbe/ixgbe_x550.c
3858
s32 ixgbe_setup_fc_X550em(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_x550.c
3860
s32 ret_val = IXGBE_SUCCESS;
sys/dev/ixgbe/ixgbe_x550.c
3951
s32 status = IXGBE_ERR_FC_NOT_NEGOTIATED;
sys/dev/ixgbe/ixgbe_x550.c
399
s32 ixgbe_fw_phy_activity(struct ixgbe_hw *hw, u16 activity,
sys/dev/ixgbe/ixgbe_x550.c
4039
s32 status = IXGBE_ERR_FC_NOT_NEGOTIATED;
sys/dev/ixgbe/ixgbe_x550.c
407
s32 rc;
sys/dev/ixgbe/ixgbe_x550.c
4092
s32 ixgbe_setup_fc_backplane_x550em_a(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_x550.c
4094
s32 status = IXGBE_SUCCESS;
sys/dev/ixgbe/ixgbe_x550.c
41
static s32 ixgbe_setup_ixfi_x550em(struct ixgbe_hw *hw, ixgbe_link_speed *speed);
sys/dev/ixgbe/ixgbe_x550.c
42
static s32 ixgbe_acquire_swfw_sync_X550a(struct ixgbe_hw *, u32 mask);
sys/dev/ixgbe/ixgbe_x550.c
4201
s32 ixgbe_acquire_swfw_sync_X550em(struct ixgbe_hw *hw, u32 mask)
sys/dev/ixgbe/ixgbe_x550.c
4203
s32 status;
sys/dev/ixgbe/ixgbe_x550.c
4241
static s32 ixgbe_acquire_swfw_sync_X550a(struct ixgbe_hw *hw, u32 mask)
sys/dev/ixgbe/ixgbe_x550.c
4245
s32 status = IXGBE_SUCCESS;
sys/dev/ixgbe/ixgbe_x550.c
4318
s32 ixgbe_read_phy_reg_x550a(struct ixgbe_hw *hw, u32 reg_addr,
sys/dev/ixgbe/ixgbe_x550.c
4321
s32 status;
sys/dev/ixgbe/ixgbe_x550.c
4346
s32 ixgbe_write_phy_reg_x550a(struct ixgbe_hw *hw, u32 reg_addr,
sys/dev/ixgbe/ixgbe_x550.c
4349
s32 status;
sys/dev/ixgbe/ixgbe_x550.c
4376
s32 ixgbe_handle_lasi_ext_t_x550em(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_x550.c
44
static s32 ixgbe_read_mng_if_sel_x550em(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_x550.c
4403
s32 ixgbe_setup_mac_link_t_X550em(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_x550.c
4407
s32 status;
sys/dev/ixgbe/ixgbe_x550.c
4457
s32 ixgbe_check_link_t_X550em(struct ixgbe_hw *hw, ixgbe_link_speed *speed,
sys/dev/ixgbe/ixgbe_x550.c
4498
s32 ixgbe_reset_phy_t_X550em(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_x550.c
4500
s32 status;
sys/dev/ixgbe/ixgbe_x550.c
4516
s32 ixgbe_led_on_t_X550em(struct ixgbe_hw *hw, u32 led_idx)
sys/dev/ixgbe/ixgbe_x550.c
4541
s32 ixgbe_led_off_t_X550em(struct ixgbe_hw *hw, u32 led_idx)
sys/dev/ixgbe/ixgbe_x550.c
457
static s32 ixgbe_get_phy_id_fw(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_x550.c
4576
s32 ixgbe_set_fw_drv_ver_x550(struct ixgbe_hw *hw, u8 maj, u8 min,
sys/dev/ixgbe/ixgbe_x550.c
4580
s32 ret_val = IXGBE_SUCCESS;
sys/dev/ixgbe/ixgbe_x550.c
462
s32 rc;
sys/dev/ixgbe/ixgbe_x550.c
493
static s32 ixgbe_identify_phy_fw(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_x550.c
512
s32 ixgbe_shutdown_fw_phy(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_x550.c
520
static s32 ixgbe_read_phy_reg_x550em(struct ixgbe_hw *hw, u32 reg_addr,
sys/dev/ixgbe/ixgbe_x550.c
527
static s32 ixgbe_write_phy_reg_x550em(struct ixgbe_hw *hw, u32 reg_addr,
sys/dev/ixgbe/ixgbe_x550.c
53
s32 ixgbe_init_ops_X550(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_x550.c
543
static s32 ixgbe_read_i2c_combined_generic(struct ixgbe_hw *hw, u8 addr,
sys/dev/ixgbe/ixgbe_x550.c
558
static s32
sys/dev/ixgbe/ixgbe_x550.c
57
s32 ret_val;
sys/dev/ixgbe/ixgbe_x550.c
574
static s32 ixgbe_write_i2c_combined_generic(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_x550.c
589
static s32
sys/dev/ixgbe/ixgbe_x550.c
603
s32 ixgbe_init_ops_X550EM(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_x550.c
608
s32 ret_val;
sys/dev/ixgbe/ixgbe_x550.c
702
static s32 ixgbe_setup_fw_link(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_x550.c
705
s32 rc;
sys/dev/ixgbe/ixgbe_x550.c
757
static s32 ixgbe_fc_autoneg_fw(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_x550.c
773
static s32 ixgbe_setup_eee_fw(struct ixgbe_hw *hw, bool enable_eee)
sys/dev/ixgbe/ixgbe_x550.c
791
s32 ixgbe_init_ops_X550EM_a(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_x550.c
794
s32 ret_val;
sys/dev/ixgbe/ixgbe_x550.c
843
s32 ixgbe_init_ops_X550EM_x(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_x550.c
847
s32 ret_val;
sys/dev/ixgbe/ixgbe_x550.c
881
s32 ixgbe_dmac_config_X550(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_x550.c
929
s32 ixgbe_dmac_config_tcs_X550(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_x550.c
984
s32 ixgbe_dmac_update_tcs_X550(struct ixgbe_hw *hw)
sys/dev/ixgbe/ixgbe_x550.h
100
s32 ixgbe_read_phy_reg_x550a(struct ixgbe_hw *hw, u32 reg_addr,
sys/dev/ixgbe/ixgbe_x550.h
102
s32 ixgbe_write_phy_reg_x550a(struct ixgbe_hw *hw, u32 reg_addr,
sys/dev/ixgbe/ixgbe_x550.h
104
s32 ixgbe_setup_fc_fiber_x550em_a(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_x550.h
105
s32 ixgbe_setup_fc_backplane_x550em_a(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_x550.h
109
s32 ixgbe_handle_lasi_ext_t_x550em(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_x550.h
110
s32 ixgbe_setup_mac_link_t_X550em(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_x550.h
113
s32 ixgbe_check_link_t_X550em(struct ixgbe_hw *hw, ixgbe_link_speed *speed,
sys/dev/ixgbe/ixgbe_x550.h
115
s32 ixgbe_reset_phy_t_X550em(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_x550.h
116
s32 ixgbe_identify_sfp_module_X550em(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_x550.h
117
s32 ixgbe_led_on_t_X550em(struct ixgbe_hw *hw, u32 led_idx);
sys/dev/ixgbe/ixgbe_x550.h
118
s32 ixgbe_led_off_t_X550em(struct ixgbe_hw *hw, u32 led_idx);
sys/dev/ixgbe/ixgbe_x550.h
39
s32 ixgbe_dmac_config_X550(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_x550.h
40
s32 ixgbe_dmac_config_tcs_X550(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_x550.h
41
s32 ixgbe_dmac_update_tcs_X550(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_x550.h
43
s32 ixgbe_get_bus_info_X550em(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_x550.h
44
s32 ixgbe_init_eeprom_params_X550(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_x550.h
45
s32 ixgbe_update_eeprom_checksum_X550(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_x550.h
46
s32 ixgbe_calc_eeprom_checksum_X550(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_x550.h
47
s32 ixgbe_calc_checksum_X550(struct ixgbe_hw *hw, u16 *buffer, u32 buffer_size);
sys/dev/ixgbe/ixgbe_x550.h
48
s32 ixgbe_validate_eeprom_checksum_X550(struct ixgbe_hw *hw, u16 *checksum_val);
sys/dev/ixgbe/ixgbe_x550.h
49
s32 ixgbe_update_flash_X550(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_x550.h
50
s32 ixgbe_write_ee_hostif_buffer_X550(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_x550.h
52
s32 ixgbe_write_ee_hostif_X550(struct ixgbe_hw *hw, u16 offset,
sys/dev/ixgbe/ixgbe_x550.h
54
s32 ixgbe_read_ee_hostif_buffer_X550(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_x550.h
56
s32 ixgbe_read_ee_hostif_X550(struct ixgbe_hw *hw, u16 offset,
sys/dev/ixgbe/ixgbe_x550.h
58
s32 ixgbe_write_ee_hostif_data_X550(struct ixgbe_hw *hw, u16 offset,
sys/dev/ixgbe/ixgbe_x550.h
64
s32 ixgbe_write_iosf_sb_reg_x550(struct ixgbe_hw *hw, u32 reg_addr,
sys/dev/ixgbe/ixgbe_x550.h
66
s32 ixgbe_read_iosf_sb_reg_x550(struct ixgbe_hw *hw, u32 reg_addr,
sys/dev/ixgbe/ixgbe_x550.h
68
s32 ixgbe_set_fw_drv_ver_x550(struct ixgbe_hw *hw, u8 maj, u8 min,
sys/dev/ixgbe/ixgbe_x550.h
70
s32 ixgbe_get_phy_token(struct ixgbe_hw *);
sys/dev/ixgbe/ixgbe_x550.h
71
s32 ixgbe_put_phy_token(struct ixgbe_hw *);
sys/dev/ixgbe/ixgbe_x550.h
77
s32 ixgbe_setup_sfp_modules_X550em(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_x550.h
78
s32 ixgbe_get_link_capabilities_X550em(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_x550.h
81
s32 ixgbe_reset_hw_X550em(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_x550.h
82
s32 ixgbe_init_phy_ops_X550em(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_x550.h
83
s32 ixgbe_setup_kr_x550em(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_x550.h
84
s32 ixgbe_init_ext_t_x550em(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_x550.h
85
s32 ixgbe_setup_internal_phy_t_x550em(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_x550.h
86
s32 ixgbe_setup_phy_loopback_x550em(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_x550.h
89
s32 ixgbe_get_lcd_t_x550em(struct ixgbe_hw *hw, ixgbe_link_speed *lcd_speed);
sys/dev/ixgbe/ixgbe_x550.h
90
s32 ixgbe_enter_lplu_t_x550em(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_x550.h
91
s32 ixgbe_acquire_swfw_sync_X550em(struct ixgbe_hw *hw, u32 mask);
sys/dev/ixgbe/ixgbe_x550.h
93
s32 ixgbe_setup_fc_X550em(struct ixgbe_hw *hw);
sys/dev/ixgbe/ixgbe_x550.h
94
s32 ixgbe_setup_mac_link_sfp_x550em(struct ixgbe_hw *hw,
sys/dev/ixgbe/ixgbe_x550.h
97
s32 ixgbe_setup_mac_link_sfp_x550a(struct ixgbe_hw *hw,
sys/dev/ixl/ixl_pf.h
165
s32 (*read_i2c_byte)(struct ixl_pf *pf, u8 byte_offset,
sys/dev/ixl/ixl_pf.h
167
s32 (*write_i2c_byte)(struct ixl_pf *pf, u8 byte_offset,
sys/dev/ixl/ixl_pf.h
432
s32 ixl_read_i2c_byte_bb(struct ixl_pf *pf, u8 byte_offset,
sys/dev/ixl/ixl_pf.h
434
s32 ixl_write_i2c_byte_bb(struct ixl_pf *pf, u8 byte_offset,
sys/dev/ixl/ixl_pf.h
436
s32 ixl_read_i2c_byte_reg(struct ixl_pf *pf, u8 byte_offset,
sys/dev/ixl/ixl_pf.h
438
s32 ixl_write_i2c_byte_reg(struct ixl_pf *pf, u8 byte_offset,
sys/dev/ixl/ixl_pf.h
440
s32 ixl_read_i2c_byte_aq(struct ixl_pf *pf, u8 byte_offset,
sys/dev/ixl/ixl_pf.h
442
s32 ixl_write_i2c_byte_aq(struct ixl_pf *pf, u8 byte_offset,
sys/dev/ixl/ixl_pf_i2c.c
138
static s32
sys/dev/ixl/ixl_pf_i2c.c
141
s32 i;
sys/dev/ixl/ixl_pf_i2c.c
161
static s32
sys/dev/ixl/ixl_pf_i2c.c
196
static s32
sys/dev/ixl/ixl_pf_i2c.c
200
s32 status = I40E_SUCCESS;
sys/dev/ixl/ixl_pf_i2c.c
247
static s32
sys/dev/ixl/ixl_pf_i2c.c
251
s32 status;
sys/dev/ixl/ixl_pf_i2c.c
282
static s32
sys/dev/ixl/ixl_pf_i2c.c
286
s32 status = I40E_SUCCESS;
sys/dev/ixl/ixl_pf_i2c.c
287
s32 i;
sys/dev/ixl/ixl_pf_i2c.c
391
static s32
sys/dev/ixl/ixl_pf_i2c.c
395
s32 status = I40E_SUCCESS;
sys/dev/ixl/ixl_pf_i2c.c
455
s32
sys/dev/ixl/ixl_pf_i2c.c
463
s32 status;
sys/dev/ixl/ixl_pf_i2c.c
51
static s32 ixl_set_i2c_data(struct ixl_pf *pf, u32 *i2cctl, bool data);
sys/dev/ixl/ixl_pf_i2c.c
544
s32
sys/dev/ixl/ixl_pf_i2c.c
549
s32 status = I40E_SUCCESS;
sys/dev/ixl/ixl_pf_i2c.c
55
static s32 ixl_clock_out_i2c_bit(struct ixl_pf *pf, bool data);
sys/dev/ixl/ixl_pf_i2c.c
56
static s32 ixl_get_i2c_ack(struct ixl_pf *pf);
sys/dev/ixl/ixl_pf_i2c.c
57
static s32 ixl_clock_out_i2c_byte(struct ixl_pf *pf, u8 data);
sys/dev/ixl/ixl_pf_i2c.c
58
static s32 ixl_clock_in_i2c_bit(struct ixl_pf *pf, bool *data);
sys/dev/ixl/ixl_pf_i2c.c
59
static s32 ixl_clock_in_i2c_byte(struct ixl_pf *pf, u8 *data);
sys/dev/ixl/ixl_pf_i2c.c
610
s32
sys/dev/ixl/ixl_pf_i2c.c
616
s32 status;
sys/dev/ixl/ixl_pf_i2c.c
64
static s32 ixl_wait_for_i2c_completion(struct i40e_hw *hw, u8 portnum);
sys/dev/ixl/ixl_pf_i2c.c
640
s32
sys/dev/ixl/ixl_pf_i2c.c
645
s32 status = I40E_SUCCESS;
sys/dev/ixl/ixl_pf_i2c.c
676
static s32
sys/dev/ixl/ixl_pf_i2c.c
679
s32 status = 0;
sys/dev/ixl/ixl_pf_i2c.c
698
s32
sys/dev/ixl/ixl_pf_i2c.c
703
s32 status = I40E_SUCCESS;
sys/dev/ixl/ixl_pf_i2c.c
724
s32
sys/dev/ixl/ixl_pf_i2c.c
729
s32 status = I40E_SUCCESS;
sys/dev/mlx5/driver.h
1080
s32 npages);
sys/dev/mlx5/mlx5_core/mlx5_eq.c
340
s32 npages = be32_to_cpu(eqe->data.req_pages.num_pages);
sys/dev/mlx5/mlx5_core/mlx5_pagealloc.c
298
s32 *npages, int boot)
sys/dev/mlx5/mlx5_core/mlx5_pagealloc.c
40
s32 npages;
sys/dev/mlx5/mlx5_core/mlx5_pagealloc.c
479
s32 npages)
sys/dev/mlx5/mlx5_core/mlx5_pagealloc.c
500
s32 uninitialized_var(npages);
sys/dev/mlx5/mlx5_en/en.h
731
s32 hw_val_temp[MLX5_MAX_TEMPERATURE];
sys/dev/mlx5/mlx5_en/en.h
791
volatile s32 *p_refcount; /* in use refcount, if any */
sys/dev/mlx5/mlx5_ib/mlx5_ib_devx.c
1033
s32 dev_idx;
sys/dev/mthca/mthca_cq.c
552
s32 wqe;
sys/dev/qat/include/common/adf_accel_devices.h
408
*get_service_type)(struct adf_accel_dev *accel_dev, s32 obj_num);
sys/dev/qat/qat_common/adf_accel_engine.c
48
s32 i = 0;
sys/dev/qat/qat_hw/qat_4xxx/adf_4xxx_hw_data.c
602
adf_4xxx_get_service_type(struct adf_accel_dev *accel_dev, s32 obj_num)
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
4480
s32 bytes_left = nvram_size_bytes;
sys/dev/qlnx/qlnxe/mcp_public.h
514
s32 internal_temperature; /* Temperature in Celsius (-255C / +255C), measured every second. */
sys/dev/qlnx/qlnxe/mcp_public.h
517
s32 external_temperature;
sys/dev/qlnx/qlnxe/nvm_map.h
185
s32 seq; /* This dword is used to indicate whether this dir is valid, and whether it is more updated than the other dir */
sys/dev/smbus/smb.c
196
struct smbcmd32 *s32 = (struct smbcmd32 *)data;
sys/dev/smbus/smb.c
240
smbcopyincmd32(s32, &sswab);
sys/dev/smbus/smb.c
393
CP(*s, *s32, cmd);
sys/dev/smbus/smb.c
401
CP(*s, *s32, rdata.word);
sys/dev/smbus/smb.c
405
CP(*s, *s32, rdata.word);
sys/dev/smbus/smb.c
406
CP(*s, *s32, rcount);
sys/kern/subr_stats.c
1968
sbuf_printf(buf, "%d", vsd->int32.s32);
sys/kern/subr_stats.c
2513
if (VSD(int32, vsd)->s32 < voival->int32.s32) {
sys/kern/subr_stats.c
2514
VSD(int32, vsd)->s32 = voival->int32.s32;
sys/kern/subr_stats.c
2597
if (VSD(int32, vsd)->s32 > voival->int32.s32) {
sys/kern/subr_stats.c
2598
VSD(int32, vsd)->s32 = voival->int32.s32;
sys/kern/subr_stats.c
2681
VSD(int32, vsd)->s32 += voival->int32.s32;
sys/kern/subr_stats.c
2808
if (voival->int32.s32 >= bkt_lb->int32.s32) {
sys/kern/subr_stats.c
2809
if ((eq_only && voival->int32.s32 ==
sys/kern/subr_stats.c
2810
bkt_lb->int32.s32) ||
sys/kern/subr_stats.c
2812
voival->int32.s32 < bkt_ub->int32.s32)))
sys/kern/subr_stats.c
299
[VSD_DTYPE_INT_S32] = {.int32 = {.s32 = INT32_MIN}},
sys/kern/subr_stats.c
312
[VSD_DTYPE_INT_S32] = {.int32 = {.s32 = INT32_MAX}},
sys/kern/subr_stats.c
3480
error = Q_QCPYVALI(&x, voival->int32.s32);
sys/kern/subr_stats.c
3550
voival->int32.s32 +=
sys/kern/subr_stats.c
3551
VSD(voistate, statevsd)->prev.int32.s32;
sys/kern/subr_stats.c
3640
VSD(voistate, statevsd)->prev.int32.s32 =
sys/kern/subr_stats.c
3641
voival->int32.s32;
sys/kern/subr_stats.c
484
curstepexp) <= bkt_lb->int32.s32)
sys/kern/subr_stats.c
550
bkt_ub->int32.s32 += (int32_t)step;
sys/kern/subr_stats.c
616
done = (bkt_ub.int32.s32 > info->ub.int32.s32);
sys/kern/subr_stats.c
896
*((int32_t *)vss->iv) = iv.int32.s32;
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
196
_ib_uverbs_lookup_comp_file(s32 fd, struct uverbs_attr_bundle *attrs)
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
211
CTASSERT(sizeof(_fd) == sizeof(s32)); \
sys/ofed/include/rdma/uverbs_std_types.h
57
CTASSERT(sizeof(_fdnum) == sizeof(s32)); \
sys/sys/stats.h
138
int32_t s32;
sys/sys/stats.h
179
int32_t s32;
sys/sys/stats.h
901
*ret = vsd->int32.s32;
sys/sys/stats.h
976
tmp.int32.s32 = voival;
sys/sys/stats.h
990
tmp.int32.s32 = voival;
tests/sys/sys/qmath_test.c
108
s32q_t s32;
tests/sys/sys/qmath_test.c
110
Q_INI(&s32, QTEST_IV, 0, QTEST_RPSHFT);
tests/sys/sys/qmath_test.c
111
Q_TOSTR(s32, -1, 10, buf, sizeof(buf));
tests/sys/sys/qmath_test.c
113
ATF_CHECK_EQ(sizeof(s32) << 3, Q_NTBITS(s32));
tests/sys/sys/qmath_test.c
114
ATF_CHECK_EQ(QTEST_RPSHFT, Q_NFBITS(s32));
tests/sys/sys/qmath_test.c
115
ATF_CHECK_EQ(QTEST_INTBITS(s32), Q_NIBITS(s32));
tests/sys/sys/qmath_test.c
116
ATF_CHECK_EQ(QTEST_QITRUNC(s32, INT32_MAX), Q_IMAXVAL(s32));
tests/sys/sys/qmath_test.c
117
ATF_CHECK_EQ(-Q_IMAXVAL(s32), Q_IMINVAL(s32));
tests/sys/vm/mmap_map_32bit_helper.c
20
void *s32;
tests/sys/vm/mmap_map_32bit_helper.c
30
s32 = mmap(NULL, pagesize, PROT_READ, MAP_32BIT | MAP_PRIVATE, fd, 0);
tests/sys/vm/mmap_map_32bit_helper.c
31
if (s32 == MAP_FAILED)
tests/sys/vm/mmap_map_32bit_helper.c
33
if (((vm_offset_t)s32 + pagesize) > MAP_32BIT_MAX_ADDR)
tests/sys/vm/mmap_map_32bit_helper.c
34
errx(1, "mmap invalid result %p", s32);
tests/sys/vm/mmap_map_32bit_helper.c
37
if (munmap(s32, pagesize) != 0)
tests/sys/vm/mmap_map_32bit_helper.c
40
s32 = mmap(NULL, pagesize, PROT_READ | PROT_WRITE,
tests/sys/vm/mmap_map_32bit_helper.c
42
if (s32 == MAP_FAILED)
tests/sys/vm/mmap_map_32bit_helper.c
44
if (((vm_offset_t)s32 + pagesize) > MAP_32BIT_MAX_ADDR)
tests/sys/vm/mmap_map_32bit_helper.c
45
errx(1, "mmap invalid result %p", s32);
tests/sys/vm/mmap_map_32bit_helper.c
47
if (munmap(s32, pagesize) != 0)
usr.bin/sdiotool/sdiotool.c
314
s32 retry = 0;