Searched refs:plc (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/net/fddi/skfp/ |
A D | pcmplc.c | 672 plc = &phy->plc ; in pcm_fsm() 1629 struct s_plc *plc = &phy->plc ; in plc_irq() local 1702 plc->phyinv++ ; in plc_irq() 1830 plc->np_err++ ; in plc_irq() 1952 plc = &smc->y[np].plc ; in list_phy() 1955 plc->soft_err,plc->b_pcs); in list_phy() 1957 plc->parity_err,plc->b_tpc,get_linestate(smc,np)) ; in list_phy() 1959 plc->ebuf_err,plc->b_tne) ; in list_phy() 1961 plc->phyinv,plc->b_qls,get_pcmstate(smc,np)) ; in list_phy() 1963 plc->vsym_ctr,plc->b_ils) ; in list_phy() [all …]
|
A D | drvfbi.c | 433 void pcm_state_change(struct s_smc *smc, int plc, int p_state) in pcm_state_change() argument 440 DRV_PCM_STATE_CHANGE(smc,plc,p_state) ; in pcm_state_change()
|
/linux/drivers/staging/nvec/ |
A D | nvec_power.c | 75 char plc[30]; member 133 if (res->plc[0] & 1) { in nvec_power_bat_notifier() 141 switch ((res->plc[0] >> 1) & 3) { in nvec_power_bat_notifier() 164 power->bat_cap = res->plc[1]; in nvec_power_bat_notifier() 196 memcpy(power->bat_manu, &res->plc, res->length - 2); in nvec_power_bat_notifier() 200 memcpy(power->bat_model, &res->plc, res->length - 2); in nvec_power_bat_notifier() 204 memcpy(power->bat_type, &res->plc, res->length - 2); in nvec_power_bat_notifier()
|
/linux/drivers/net/fddi/skfp/h/ |
A D | skfbiinc.h | 84 #define DRV_PCM_STATE_CHANGE(smc,plc,p_state) /* nothing */ argument
|
A D | smc.h | 234 struct s_plc plc ; member
|
A D | cmtdef.h | 561 void pcm_state_change(struct s_smc *smc, int plc, int p_state);
|
Completed in 17 milliseconds