Lines Matching refs:sp

76 	sfxge_t *sp = ksp->ks_private;  in sfxge_phy_kstat_update()  local
77 sfxge_mac_t *smp = &(sp->s_mac); in sfxge_phy_kstat_update()
79 efx_nic_t *enp = sp->s_enp; in sfxge_phy_kstat_update()
123 sfxge_phy_kstat_init(sfxge_t *sp) in sfxge_phy_kstat_init() argument
125 dev_info_t *dip = sp->s_dip; in sfxge_phy_kstat_init()
126 sfxge_phy_t *spp = &(sp->s_mac.sm_phy); in sfxge_phy_kstat_init()
127 efx_nic_t *enp = sp->s_enp; in sfxge_phy_kstat_init()
157 ksp->ks_private = sp; in sfxge_phy_kstat_init()
158 ksp->ks_lock = &(sp->s_mac.sm_lock); in sfxge_phy_kstat_init()
184 sfxge_phy_kstat_fini(sfxge_t *sp) in sfxge_phy_kstat_fini() argument
186 sfxge_phy_t *spp = &(sp->s_mac.sm_phy); in sfxge_phy_kstat_fini()
198 sfxge_phy_init(sfxge_t *sp) in sfxge_phy_init() argument
200 sfxge_phy_t *spp = &(sp->s_mac.sm_phy); in sfxge_phy_init()
205 dma_attr.sdba_dip = sp->s_dip; in sfxge_phy_init()
228 sfxge_phy_lp_cap_test(sfxge_t *sp, uint32_t field) in sfxge_phy_lp_cap_test() argument
230 sfxge_mac_t *smp = &(sp->s_mac); in sfxge_phy_lp_cap_test()
238 efx_phy_lp_cap_get(sp->s_enp, &cap); in sfxge_phy_lp_cap_test()
252 sfxge_phy_cap_apply(sfxge_t *sp, boolean_t use_default) in sfxge_phy_cap_apply() argument
254 sfxge_mac_t *smp = &(sp->s_mac); in sfxge_phy_cap_apply()
262 enp = sp->s_enp; in sfxge_phy_cap_apply()
285 dev_err(sp->s_dip, CE_WARN, SFXGE_CMN_ERR in sfxge_phy_cap_apply()
310 sfxge_phy_cap_test(sfxge_t *sp, uint32_t flag, uint32_t field, in sfxge_phy_cap_test() argument
313 sfxge_mac_t *smp = &(sp->s_mac); in sfxge_phy_cap_test()
319 enp = sp->s_enp; in sfxge_phy_cap_test()
338 sfxge_phy_cap_set(sfxge_t *sp, uint32_t field, int set) in sfxge_phy_cap_set() argument
340 sfxge_mac_t *smp = &(sp->s_mac); in sfxge_phy_cap_set()
341 efx_nic_t *enp = sp->s_enp; in sfxge_phy_cap_set()
372 sfxge_phy_fini(sfxge_t *sp) in sfxge_phy_fini() argument
374 sfxge_phy_t *spp = &(sp->s_mac.sm_phy); in sfxge_phy_fini()