Home
last modified time | relevance | path

Searched defs:ndev (Results 1 – 25 of 251) sorted by relevance

1234567891011

/drivers/ntb/hw/intel/
Dntb_hw_intel.c209 static inline void ndev_reset_unsafe_flags(struct intel_ntb_dev *ndev) in ndev_reset_unsafe_flags()
226 static inline int ndev_is_unsafe(struct intel_ntb_dev *ndev, in ndev_is_unsafe()
232 static inline int ndev_ignore_unsafe(struct intel_ntb_dev *ndev, in ndev_ignore_unsafe()
241 static int ndev_mw_to_bar(struct intel_ntb_dev *ndev, int idx) in ndev_mw_to_bar()
248 static inline int ndev_db_addr(struct intel_ntb_dev *ndev, in ndev_db_addr()
268 static inline u64 ndev_db_read(struct intel_ntb_dev *ndev, in ndev_db_read()
277 static inline int ndev_db_write(struct intel_ntb_dev *ndev, u64 db_bits, in ndev_db_write()
291 static inline int ndev_db_set_mask(struct intel_ntb_dev *ndev, u64 db_bits, in ndev_db_set_mask()
312 static inline int ndev_db_clear_mask(struct intel_ntb_dev *ndev, u64 db_bits, in ndev_db_clear_mask()
333 static inline int ndev_vec_mask(struct intel_ntb_dev *ndev, int db_vector) in ndev_vec_mask()
[all …]
/drivers/ntb/hw/amd/
Dntb_hw_amd.c74 static int ndev_mw_to_bar(struct amd_ntb_dev *ndev, int idx) in ndev_mw_to_bar()
93 struct amd_ntb_dev *ndev = ntb_ndev(ntb); in amd_ntb_mw_get_range() local
118 struct amd_ntb_dev *ndev = ntb_ndev(ntb); in amd_ntb_mw_set_trans() local
197 static int amd_link_is_up(struct amd_ntb_dev *ndev) in amd_link_is_up()
220 struct amd_ntb_dev *ndev = ntb_ndev(ntb); in amd_ntb_link_is_up() local
248 struct amd_ntb_dev *ndev = ntb_ndev(ntb); in amd_ntb_link_enable() local
269 struct amd_ntb_dev *ndev = ntb_ndev(ntb); in amd_ntb_link_disable() local
300 struct amd_ntb_dev *ndev = ntb_ndev(ntb); in amd_ntb_db_vector_mask() local
310 struct amd_ntb_dev *ndev = ntb_ndev(ntb); in amd_ntb_db_read() local
318 struct amd_ntb_dev *ndev = ntb_ndev(ntb); in amd_ntb_db_clear() local
[all …]
/drivers/net/ethernet/renesas/
Dravb_main.c55 void ravb_modify(struct net_device *ndev, enum ravb_reg reg, u32 clear, in ravb_modify()
61 int ravb_wait(struct net_device *ndev, enum ravb_reg reg, u32 mask, u32 value) in ravb_wait()
73 static int ravb_config(struct net_device *ndev) in ravb_config()
87 static void ravb_set_duplex(struct net_device *ndev) in ravb_set_duplex()
94 static void ravb_set_rate(struct net_device *ndev) in ravb_set_rate()
121 static void ravb_read_mac_address(struct net_device *ndev, const u8 *mac) in ravb_read_mac_address()
183 static int ravb_tx_free(struct net_device *ndev, int q, bool free_txed_only) in ravb_tx_free()
226 static void ravb_ring_free(struct net_device *ndev, int q) in ravb_ring_free()
280 static void ravb_ring_format(struct net_device *ndev, int q) in ravb_ring_format()
341 static int ravb_ring_init(struct net_device *ndev, int q) in ravb_ring_init()
[all …]
Dsh_eth.c414 static void sh_eth_write(struct net_device *ndev, u32 data, int enum_index) in sh_eth_write()
425 static u32 sh_eth_read(struct net_device *ndev, int enum_index) in sh_eth_read()
436 static void sh_eth_modify(struct net_device *ndev, int enum_index, u32 clear, in sh_eth_modify()
453 static void sh_eth_select_mii(struct net_device *ndev) in sh_eth_select_mii()
478 static void sh_eth_set_duplex(struct net_device *ndev) in sh_eth_set_duplex()
485 static void sh_eth_chip_reset(struct net_device *ndev) in sh_eth_chip_reset()
494 static void sh_eth_set_rate_gether(struct net_device *ndev) in sh_eth_set_rate_gether()
543 static void sh_eth_chip_reset_r8a7740(struct net_device *ndev) in sh_eth_chip_reset_r8a7740()
584 static void sh_eth_set_rate_r8a777x(struct net_device *ndev) in sh_eth_set_rate_r8a777x()
648 static void sh_eth_set_rate_sh7724(struct net_device *ndev) in sh_eth_set_rate_sh7724()
[all …]
/drivers/net/ethernet/moxa/
Dmoxart_ether.c42 static inline void moxart_emac_write(struct net_device *ndev, in moxart_emac_write()
50 static void moxart_update_mac_address(struct net_device *ndev) in moxart_update_mac_address()
61 static int moxart_set_mac_address(struct net_device *ndev, void *addr) in moxart_set_mac_address()
74 static void moxart_mac_free_memory(struct net_device *ndev) in moxart_mac_free_memory()
95 static void moxart_mac_reset(struct net_device *ndev) in moxart_mac_reset()
108 static void moxart_mac_enable(struct net_device *ndev) in moxart_mac_enable()
123 static void moxart_mac_setup_desc_ring(struct net_device *ndev) in moxart_mac_setup_desc_ring()
169 static int moxart_mac_open(struct net_device *ndev) in moxart_mac_open()
191 static int moxart_mac_stop(struct net_device *ndev) in moxart_mac_stop()
213 struct net_device *ndev = priv->ndev; in moxart_rx_poll() local
[all …]
/drivers/net/ethernet/xilinx/
Dxilinx_axienet_main.c152 static void axienet_dma_bd_release(struct net_device *ndev) in axienet_dma_bd_release()
188 static int axienet_dma_bd_init(struct net_device *ndev) in axienet_dma_bd_init()
295 static void axienet_set_mac_address(struct net_device *ndev, void *address) in axienet_set_mac_address()
328 static int netdev_set_mac_address(struct net_device *ndev, void *p) in netdev_set_mac_address()
346 static void axienet_set_multicast_list(struct net_device *ndev) in axienet_set_multicast_list()
417 static void axienet_setoptions(struct net_device *ndev, u32 options) in axienet_setoptions()
465 static void axienet_device_reset(struct net_device *ndev) in axienet_device_reset()
521 static void axienet_adjust_link(struct net_device *ndev) in axienet_adjust_link()
581 static void axienet_start_xmit_done(struct net_device *ndev) in axienet_start_xmit_done()
654 static int axienet_start_xmit(struct sk_buff *skb, struct net_device *ndev) in axienet_start_xmit()
[all …]
Dll_temac_main.c202 static void temac_dma_bd_release(struct net_device *ndev) in temac_dma_bd_release()
233 static int temac_dma_bd_init(struct net_device *ndev) in temac_dma_bd_init()
316 static void temac_do_set_mac_address(struct net_device *ndev) in temac_do_set_mac_address()
335 static int temac_init_mac_address(struct net_device *ndev, void *address) in temac_init_mac_address()
344 static int temac_set_mac_address(struct net_device *ndev, void *p) in temac_set_mac_address()
355 static void temac_set_multicast_list(struct net_device *ndev) in temac_set_multicast_list()
486 static u32 temac_setoptions(struct net_device *ndev, u32 options) in temac_setoptions()
507 static void temac_device_reset(struct net_device *ndev) in temac_device_reset()
590 static void temac_adjust_link(struct net_device *ndev) in temac_adjust_link()
619 static void temac_start_xmit_done(struct net_device *ndev) in temac_start_xmit_done()
[all …]
/drivers/net/ethernet/ezchip/
Dnps_enet.c35 static void nps_enet_clean_rx_fifo(struct net_device *ndev, u32 frame_len) in nps_enet_clean_rx_fifo()
45 static void nps_enet_read_rx_fifo(struct net_device *ndev, in nps_enet_read_rx_fifo()
73 static u32 nps_enet_rx_handler(struct net_device *ndev) in nps_enet_rx_handler()
148 static void nps_enet_tx_handler(struct net_device *ndev) in nps_enet_tx_handler()
186 struct net_device *ndev = napi->dev; in nps_enet_poll() local
234 struct net_device *ndev = dev_instance; in nps_enet_irq_handler() local
248 static void nps_enet_set_hw_mac_address(struct net_device *ndev) in nps_enet_set_hw_mac_address()
281 static void nps_enet_hw_reset(struct net_device *ndev) in nps_enet_hw_reset()
304 static void nps_enet_hw_enable_control(struct net_device *ndev) in nps_enet_hw_enable_control()
378 static void nps_enet_hw_disable_control(struct net_device *ndev) in nps_enet_hw_disable_control()
[all …]
/drivers/net/ethernet/wiznet/
Dw5100-spi.c26 static int w5100_spi_read(struct net_device *ndev, u32 addr) in w5100_spi_read()
38 static int w5100_spi_write(struct net_device *ndev, u32 addr, u8 data) in w5100_spi_write()
46 static int w5100_spi_read16(struct net_device *ndev, u32 addr) in w5100_spi_read16()
60 static int w5100_spi_write16(struct net_device *ndev, u32 addr, u16 data) in w5100_spi_write16()
71 static int w5100_spi_readbulk(struct net_device *ndev, u32 addr, u8 *buf, in w5100_spi_readbulk()
87 static int w5100_spi_writebulk(struct net_device *ndev, u32 addr, const u8 *buf, in w5100_spi_writebulk()
125 static struct w5200_spi_priv *w5200_spi_priv(struct net_device *ndev) in w5200_spi_priv()
130 static int w5200_spi_init(struct net_device *ndev) in w5200_spi_init()
139 static int w5200_spi_read(struct net_device *ndev, u32 addr) in w5200_spi_read()
151 static int w5200_spi_write(struct net_device *ndev, u32 addr, u8 data) in w5200_spi_write()
[all …]
Dw5300.c98 struct net_device *ndev; member
235 struct net_device *ndev = priv->ndev; in w5300_write_macaddr() local
294 static void w5300_get_drvinfo(struct net_device *ndev, in w5300_get_drvinfo()
303 static u32 w5300_get_link(struct net_device *ndev) in w5300_get_link()
313 static u32 w5300_get_msglevel(struct net_device *ndev) in w5300_get_msglevel()
320 static void w5300_set_msglevel(struct net_device *ndev, u32 value) in w5300_set_msglevel()
327 static int w5300_get_regs_len(struct net_device *ndev) in w5300_get_regs_len()
332 static void w5300_get_regs(struct net_device *ndev, in w5300_get_regs()
356 static void w5300_tx_timeout(struct net_device *ndev) in w5300_tx_timeout()
368 static int w5300_start_tx(struct sk_buff *skb, struct net_device *ndev) in w5300_start_tx()
[all …]
Dw5100.c164 struct net_device *ndev; member
193 static inline void __iomem *w5100_mmio(struct net_device *ndev) in w5100_mmio()
206 static inline int w5100_read_direct(struct net_device *ndev, u32 addr) in w5100_read_direct()
211 static inline int __w5100_write_direct(struct net_device *ndev, u32 addr, in __w5100_write_direct()
219 static inline int w5100_write_direct(struct net_device *ndev, u32 addr, u8 data) in w5100_write_direct()
227 static int w5100_read16_direct(struct net_device *ndev, u32 addr) in w5100_read16_direct()
235 static int w5100_write16_direct(struct net_device *ndev, u32 addr, u16 data) in w5100_write16_direct()
244 static int w5100_readbulk_direct(struct net_device *ndev, u32 addr, u8 *buf, in w5100_readbulk_direct()
255 static int w5100_writebulk_direct(struct net_device *ndev, u32 addr, in w5100_writebulk_direct()
268 static int w5100_mmio_init(struct net_device *ndev) in w5100_mmio_init()
[all …]
/drivers/nfc/fdp/
Dfdp.c51 struct nci_dev *ndev; member
90 static int fdp_nci_create_conn(struct nci_dev *ndev) in fdp_nci_create_conn()
109 static inline int fdp_nci_get_versions(struct nci_dev *ndev) in fdp_nci_get_versions()
116 static inline int fdp_nci_patch_cmd(struct nci_dev *ndev, u8 type) in fdp_nci_patch_cmd()
121 static inline int fdp_nci_set_production_data(struct nci_dev *ndev, u8 len, in fdp_nci_set_production_data()
127 static int fdp_nci_set_clock(struct nci_dev *ndev, u8 clock_type, in fdp_nci_set_clock()
152 static void fdp_nci_send_patch_cb(struct nci_dev *ndev) in fdp_nci_send_patch_cb()
167 static void fdp_nci_set_data_pkt_counter(struct nci_dev *ndev, in fdp_nci_set_data_pkt_counter()
168 void (*cb)(struct nci_dev *ndev), int count) in fdp_nci_set_data_pkt_counter()
189 static int fdp_nci_send_patch(struct nci_dev *ndev, u8 conn_id, u8 type) in fdp_nci_send_patch()
[all …]
/drivers/nfc/st-nci/
Dvendor_cmds.c53 struct nci_dev *ndev = nfc_get_drvdata(dev); in st_nci_factory_mode() local
78 struct nci_dev *ndev = nfc_get_drvdata(dev); in st_nci_hci_clear_all_pipes() local
86 struct nci_dev *ndev = nfc_get_drvdata(dev); in st_nci_hci_dm_put_data() local
96 struct nci_dev *ndev = nfc_get_drvdata(dev); in st_nci_hci_dm_update_aid() local
107 struct nci_dev *ndev = nfc_get_drvdata(dev); in st_nci_hci_dm_get_info() local
140 struct nci_dev *ndev = nfc_get_drvdata(dev); in st_nci_hci_dm_get_data() local
172 struct nci_dev *ndev = nfc_get_drvdata(dev); in st_nci_hci_dm_fwupd_start() local
186 struct nci_dev *ndev = nfc_get_drvdata(dev); in st_nci_hci_dm_fwupd_end() local
195 struct nci_dev *ndev = nfc_get_drvdata(dev); in st_nci_hci_dm_direct_load() local
208 struct nci_dev *ndev = nfc_get_drvdata(dev); in st_nci_hci_dm_reset() local
[all …]
Dse.c124 static u8 st_nci_se_get_bwi(struct nci_dev *ndev) in st_nci_se_get_bwi()
143 static void st_nci_se_get_atr(struct nci_dev *ndev) in st_nci_se_get_atr()
163 int st_nci_hci_load_session(struct nci_dev *ndev) in st_nci_hci_load_session()
262 static void st_nci_hci_admin_event_received(struct nci_dev *ndev, in st_nci_hci_admin_event_received()
286 static int st_nci_hci_apdu_reader_event_received(struct nci_dev *ndev, in st_nci_hci_apdu_reader_event_received()
320 static int st_nci_hci_connectivity_event_received(struct nci_dev *ndev, in st_nci_hci_connectivity_event_received()
370 void st_nci_hci_event_received(struct nci_dev *ndev, u8 pipe, in st_nci_hci_event_received()
390 void st_nci_hci_cmd_received(struct nci_dev *ndev, u8 pipe, u8 cmd, in st_nci_hci_cmd_received()
416 static int st_nci_control_se(struct nci_dev *ndev, u8 se_idx, in st_nci_control_se()
480 int st_nci_disable_se(struct nci_dev *ndev, u32 se_idx) in st_nci_disable_se()
[all …]
Dcore.c32 static int st_nci_init(struct nci_dev *ndev) in st_nci_init()
43 static int st_nci_open(struct nci_dev *ndev) in st_nci_open()
58 static int st_nci_close(struct nci_dev *ndev) in st_nci_close()
72 static int st_nci_send(struct nci_dev *ndev, struct sk_buff *skb) in st_nci_send()
84 static __u32 st_nci_get_rfprotocol(struct nci_dev *ndev, in st_nci_get_rfprotocol()
91 static int st_nci_prop_rsp_packet(struct nci_dev *ndev, in st_nci_prop_rsp_packet()
175 void st_nci_remove(struct nci_dev *ndev) in st_nci_remove()
/drivers/net/ethernet/arc/
Demac_main.c47 static void arc_emac_adjust_link(struct net_device *ndev) in arc_emac_adjust_link()
90 static void arc_emac_get_drvinfo(struct net_device *ndev, in arc_emac_get_drvinfo()
112 static void arc_emac_tx_clean(struct net_device *ndev) in arc_emac_tx_clean()
176 static int arc_emac_rx(struct net_device *ndev, int budget) in arc_emac_rx()
279 struct net_device *ndev = napi->dev; in arc_emac_poll() local
306 struct net_device *ndev = dev_instance; in arc_emac_intr() local
372 static int arc_emac_open(struct net_device *ndev) in arc_emac_open()
460 static void arc_emac_set_rx_mode(struct net_device *ndev) in arc_emac_set_rx_mode()
497 static void arc_free_tx_queue(struct net_device *ndev) in arc_free_tx_queue()
528 static void arc_free_rx_queue(struct net_device *ndev) in arc_free_rx_queue()
[all …]
/drivers/net/ethernet/freescale/
Dfec_main.c285 static void fec_dump(struct net_device *ndev) in fec_dump()
318 fec_enet_clear_csum(struct sk_buff *skb, struct net_device *ndev) in fec_enet_clear_csum()
337 struct net_device *ndev) in fec_enet_txq_submit_frag_skb()
423 struct sk_buff *skb, struct net_device *ndev) in fec_enet_txq_submit_skb()
551 struct net_device *ndev, in fec_enet_txq_put_data_tso()
611 struct sk_buff *skb, struct net_device *ndev, in fec_enet_txq_put_hdr_tso()
665 struct net_device *ndev) in fec_enet_txq_submit_tso()
749 fec_enet_start_xmit(struct sk_buff *skb, struct net_device *ndev) in fec_enet_start_xmit()
839 static void fec_enet_active_rxring(struct net_device *ndev) in fec_enet_active_rxring()
848 static void fec_enet_enable_ring(struct net_device *ndev) in fec_enet_enable_ring()
[all …]
/drivers/net/
Dntb_netdev.c76 struct net_device *ndev; member
88 struct net_device *ndev = data; in ntb_netdev_event_handler() local
105 struct net_device *ndev = qp_data; in ntb_netdev_rx_handler() local
169 static int ntb_netdev_maybe_stop_tx(struct net_device *ndev, in ntb_netdev_maybe_stop_tx()
182 struct net_device *ndev = qp_data; in ntb_netdev_tx_handler() local
211 struct net_device *ndev) in ntb_netdev_start_xmit()
235 struct net_device *ndev = (struct net_device *)data; in ntb_netdev_tx_timer() local
250 static int ntb_netdev_open(struct net_device *ndev) in ntb_netdev_open()
286 static int ntb_netdev_close(struct net_device *ndev) in ntb_netdev_close()
302 static int ntb_netdev_change_mtu(struct net_device *ndev, int new_mtu) in ntb_netdev_change_mtu()
[all …]
Drionet.c76 struct net_device *ndev; member
96 static int rionet_rx_clean(struct net_device *ndev) in rionet_rx_clean()
130 static void rionet_rx_fill(struct net_device *ndev, int end) in rionet_rx_fill()
149 static int rionet_queue_tx_msg(struct sk_buff *skb, struct net_device *ndev, in rionet_queue_tx_msg()
173 static int rionet_start_xmit(struct sk_buff *skb, struct net_device *ndev) in rionet_start_xmit()
233 struct net_device *ndev = dev_id; in rionet_dbell_event() local
272 struct net_device *ndev = dev_id; in rionet_inb_msg_event() local
287 struct net_device *ndev = dev_id; in rionet_outb_msg_event() local
312 static int rionet_open(struct net_device *ndev) in rionet_open()
369 static int rionet_close(struct net_device *ndev) in rionet_close()
[all …]
/drivers/net/wireless/intersil/prism54/
Disl_ioctl.c216 prism54_get_wireless_stats(struct net_device *ndev) in prism54_get_wireless_stats()
242 prism54_commit(struct net_device *ndev, struct iw_request_info *info, in prism54_commit()
258 prism54_get_name(struct net_device *ndev, struct iw_request_info *info, in prism54_get_name()
289 prism54_set_freq(struct net_device *ndev, struct iw_request_info *info, in prism54_set_freq()
309 prism54_get_freq(struct net_device *ndev, struct iw_request_info *info, in prism54_get_freq()
326 prism54_set_mode(struct net_device *ndev, struct iw_request_info *info, in prism54_set_mode()
370 prism54_get_mode(struct net_device *ndev, struct iw_request_info *info, in prism54_get_mode()
388 prism54_set_sens(struct net_device *ndev, struct iw_request_info *info, in prism54_set_sens()
401 prism54_get_sens(struct net_device *ndev, struct iw_request_info *info, in prism54_get_sens()
418 prism54_get_range(struct net_device *ndev, struct iw_request_info *info, in prism54_get_range()
[all …]
/drivers/net/ethernet/micrel/
Dks8695net.c159 struct net_device *ndev; member
251 struct net_device *ndev = ksp->ndev; in ks8695_update_mac() local
332 struct net_device *ndev) in ks8695_init_partial_multicast()
373 struct net_device *ndev = (struct net_device *)dev_id; in ks8695_tx_irq() local
435 struct net_device *ndev = (struct net_device *)dev_id; in ks8695_rx_irq() local
460 struct net_device *ndev = ksp->ndev; in ks8695_rx() local
593 struct net_device *ndev = (struct net_device *)dev_id; in ks8695_link_irq() local
731 irq_handler_t handler, struct net_device *ndev) in ks8695_setup_irq()
837 ks8695_get_msglevel(struct net_device *ndev) in ks8695_get_msglevel()
850 ks8695_set_msglevel(struct net_device *ndev, u32 value) in ks8695_set_msglevel()
[all …]
/drivers/nfc/s3fwrn5/
Dcore.c75 static int s3fwrn5_nci_open(struct nci_dev *ndev) in s3fwrn5_nci_open()
88 static int s3fwrn5_nci_close(struct nci_dev *ndev) in s3fwrn5_nci_close()
98 static int s3fwrn5_nci_send(struct nci_dev *ndev, struct sk_buff *skb) in s3fwrn5_nci_send()
118 static int s3fwrn5_nci_post_setup(struct nci_dev *ndev) in s3fwrn5_nci_post_setup()
149 int s3fwrn5_probe(struct nci_dev **ndev, void *phy_id, struct device *pdev, in s3fwrn5_probe()
192 void s3fwrn5_remove(struct nci_dev *ndev) in s3fwrn5_remove()
203 int s3fwrn5_recv_frame(struct nci_dev *ndev, struct sk_buff *skb, in s3fwrn5_recv_frame()
/drivers/net/wireless/ath/wil6210/
Dnetdev.c21 static int wil_open(struct net_device *ndev) in wil_open()
35 static int wil_stop(struct net_device *ndev) in wil_stop()
44 static int wil_change_mtu(struct net_device *ndev, int new_mtu) in wil_change_mtu()
59 static int wil_do_ioctl(struct net_device *ndev, struct ifreq *ifr, int cmd) in wil_do_ioctl()
134 struct net_device *ndev; in wil_if_alloc() local
195 struct net_device *ndev = wil_to_ndev(wil); in wil_if_free() local
214 struct net_device *ndev = wil_to_ndev(wil); in wil_if_add() local
249 struct net_device *ndev = wil_to_ndev(wil); in wil_if_remove() local
/drivers/net/irda/
Dvlsi_ir.c179 static void vlsi_proc_ndev(struct seq_file *seq, struct net_device *ndev) in vlsi_proc_ndev()
335 struct net_device *ndev = seq->private; in vlsi_seq_show() local
529 struct net_device *ndev = pci_get_drvdata(r->pdev); in vlsi_process_rx() local
622 static void vlsi_rx_interrupt(struct net_device *ndev) in vlsi_rx_interrupt()
673 struct net_device *ndev = pci_get_drvdata(idev->pdev); in vlsi_unarm_rx() local
844 struct net_device *ndev) in vlsi_hard_start_xmit()
1039 static void vlsi_tx_interrupt(struct net_device *ndev) in vlsi_tx_interrupt()
1101 struct net_device *ndev = pci_get_drvdata(idev->pdev); in vlsi_unarm_tx() local
1240 struct net_device *ndev = pci_get_drvdata(pdev); in vlsi_init_chip() local
1294 struct net_device *ndev = pci_get_drvdata(pdev); in vlsi_start_hw() local
[all …]
/drivers/net/ethernet/apm/xgene/
Dxgene_enet_ethtool.c45 static void xgene_get_drvinfo(struct net_device *ndev, in xgene_get_drvinfo()
57 static int xgene_get_link_ksettings(struct net_device *ndev, in xgene_get_link_ksettings()
108 static int xgene_set_link_ksettings(struct net_device *ndev, in xgene_set_link_ksettings()
133 static void xgene_get_strings(struct net_device *ndev, u32 stringset, u8 *data) in xgene_get_strings()
147 static int xgene_get_sset_count(struct net_device *ndev, int sset) in xgene_get_sset_count()
155 static void xgene_get_ethtool_stats(struct net_device *ndev, in xgene_get_ethtool_stats()
176 void xgene_enet_set_ethtool_ops(struct net_device *ndev) in xgene_enet_set_ethtool_ops()

1234567891011