Searched refs:hw_if (Results 1 - 10 of 10) sorted by relevance

/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-drv.c157 struct xgbe_hw_if *hw_if = &pdata->hw_if; local
173 hw_if->enable_int(channel, int_id);
179 struct xgbe_hw_if *hw_if = &pdata->hw_if; local
195 hw_if->disable_int(channel, int_id);
202 struct xgbe_hw_if *hw_if = &pdata->hw_if; local
254 hw_if->tx_mmc_int(pdata);
257 hw_if
449 struct xgbe_hw_if *hw_if = &pdata->hw_if; local
463 struct xgbe_hw_if *hw_if = &pdata->hw_if; local
528 struct xgbe_hw_if *hw_if = &pdata->hw_if; local
636 struct xgbe_hw_if *hw_if = &pdata->hw_if; local
674 struct xgbe_hw_if *hw_if = &pdata->hw_if; local
711 struct xgbe_hw_if *hw_if = &pdata->hw_if; local
737 struct xgbe_hw_if *hw_if = &pdata->hw_if; local
757 struct xgbe_hw_if *hw_if = &pdata->hw_if; local
1092 struct xgbe_hw_if *hw_if = &pdata->hw_if; local
1173 struct xgbe_hw_if *hw_if = &pdata->hw_if; local
1208 struct xgbe_hw_if *hw_if = &pdata->hw_if; local
1278 struct xgbe_hw_if *hw_if = &pdata->hw_if; local
1297 struct xgbe_hw_if *hw_if = &pdata->hw_if; local
1391 struct xgbe_hw_if *hw_if = &pdata->hw_if; local
1407 struct xgbe_hw_if *hw_if = &pdata->hw_if; local
1467 struct xgbe_hw_if *hw_if = &pdata->hw_if; local
1539 struct xgbe_hw_if *hw_if = &pdata->hw_if; local
1592 struct xgbe_hw_if *hw_if = &pdata->hw_if; local
[all...]
H A Dxgbe-dev.c2527 void xgbe_init_function_ptrs_dev(struct xgbe_hw_if *hw_if) argument
2531 hw_if->tx_complete = xgbe_tx_complete;
2533 hw_if->set_promiscuous_mode = xgbe_set_promiscuous_mode;
2534 hw_if->set_all_multicast_mode = xgbe_set_all_multicast_mode;
2535 hw_if->add_mac_addresses = xgbe_add_mac_addresses;
2536 hw_if->set_mac_address = xgbe_set_mac_address;
2538 hw_if->enable_rx_csum = xgbe_enable_rx_csum;
2539 hw_if->disable_rx_csum = xgbe_disable_rx_csum;
2541 hw_if->enable_rx_vlan_stripping = xgbe_enable_rx_vlan_stripping;
2542 hw_if
[all...]
H A Dxgbe-mdio.c129 struct xgbe_hw_if *hw_if = &pdata->hw_if; local
135 mmd_data = hw_if->read_mmd_regs(pdata, prtad, mmd_reg);
146 struct xgbe_hw_if *hw_if = &pdata->hw_if; local
152 hw_if->write_mmd_regs(pdata, prtad, mmd_reg, mmd_data);
H A Dxgbe-ethtool.c206 pdata->hw_if.read_mmc_stats(pdata);
381 struct xgbe_hw_if *hw_if = &pdata->hw_if; local
389 ec->rx_coalesce_usecs = hw_if->riwt_to_usec(pdata, riwt);
404 struct xgbe_hw_if *hw_if = &pdata->hw_if; local
441 rx_riwt = hw_if->usec_to_riwt(pdata, ec->rx_coalesce_usecs);
450 rx_usecs = hw_if->riwt_to_usec(pdata, XGMAC_MAX_DMA_RIWT);
473 hw_if->config_rx_coalesce(pdata);
477 hw_if
[all...]
H A Dxgbe-desc.c238 struct xgbe_hw_if *hw_if = &pdata->hw_if; local
271 hw_if->tx_desc_init(channel);
279 struct xgbe_hw_if *hw_if = &pdata->hw_if; local
331 hw_if->rx_desc_init(channel);
508 struct xgbe_hw_if *hw_if = &pdata->hw_if; local
540 hw_if->rx_desc_reset(rdata);
H A Dxgbe-dcb.c190 pdata->hw_if.config_dcb_tc(pdata);
229 pdata->hw_if.config_dcb_pfc(pdata);
H A Dxgbe-ptp.c132 nsec = pdata->hw_if.get_tstamp_time(pdata);
161 pdata->hw_if.update_tstamp_addend(pdata, addend);
H A Dxgbe-main.c214 xgbe_init_function_ptrs_dev(&pdata->hw_if);
221 struct xgbe_hw_if *hw_if; local
331 hw_if = &pdata->hw_if;
335 hw_if->exit(pdata);
H A Dxgbe.h586 struct xgbe_hw_if hw_if; member in struct:xgbe_prv_data
H A Dxgbe-common.h1075 ((_pdata)->hw_if.read_mmd_regs((_pdata), 0, \
1082 ((_pdata)->hw_if.write_mmd_regs((_pdata), 0, \

Completed in 365 milliseconds