Searched refs:ipg_data (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/ethernet/amd/
H A Damd8111e.c1176 del_timer_sync(&lp->ipg_data.ipg_timer);
1214 add_timer(&lp->ipg_data.ipg_timer);
1601 del_timer_sync(&lp->ipg_data.ipg_timer);
1635 mod_timer(&lp->ipg_data.ipg_timer,
1644 struct amd8111e_priv *lp = from_timer(lp, t, ipg_data.ipg_timer);
1645 struct ipg_info *ipg_data = &lp->ipg_data; local
1647 unsigned int prev_col_cnt = ipg_data->col_cnt;
1652 ipg_data->ipg = DEFAULT_IPG;
1656 if (ipg_data
[all...]
H A Damd8111e.h775 struct ipg_info ipg_data;
776 struct ipg_info ipg_data; member in struct:amd8111e_priv

Completed in 189 milliseconds