Home
last modified time | relevance | path

Searched refs:net_device (Results 1 – 25 of 101) sorted by relevance

12345

/external/syslinux/gpxe/src/include/gpxe/
Dnetdevice.h19 struct net_device;
64 int ( * rx ) ( struct io_buffer *iobuf, struct net_device *netdev,
105 int ( * push ) ( struct net_device *netdev, struct io_buffer *iobuf,
118 int ( * pull ) ( struct net_device *netdev, struct io_buffer *iobuf,
181 int ( * open ) ( struct net_device *netdev );
189 void ( * close ) ( struct net_device *netdev );
209 int ( * transmit ) ( struct net_device *netdev,
222 void ( * poll ) ( struct net_device *netdev );
228 void ( * irq ) ( struct net_device *netdev, int enable );
262 struct net_device { struct
[all …]
Dfakedhcp.h14 struct net_device;
16 extern int create_fakedhcpdiscover ( struct net_device *netdev,
18 extern int create_fakedhcpack ( struct net_device *netdev,
20 extern int create_fakepxebsack ( struct net_device *netdev,
Darp.h14 struct net_device;
27 int ( * check ) ( struct net_device *netdev,
40 extern int arp_resolve ( struct net_device *netdev,
/external/syslinux/gpxe/src/drivers/net/
Deepro100.h178 static void ifec_net_close ( struct net_device* );
179 static void ifec_net_irq ( struct net_device*, int enable );
180 static int ifec_net_open ( struct net_device* );
181 static void ifec_net_poll ( struct net_device* );
182 static int ifec_net_transmit ( struct net_device*, struct io_buffer *iobuf );
185 static void ifec_init_eeprom ( struct net_device * );
186 static int ifec_link_check ( struct net_device * );
187 static void ifec_link_update ( struct net_device * );
188 static int ifec_mdio_read ( struct net_device *, int phy, int location );
189 static void ifec_mdio_setup ( struct net_device *, int options );
[all …]
Deepro100.c173 struct net_device *netdev; in ifec_pci_probe()
238 struct net_device *netdev = pci_get_drvdata ( pci ); in ifec_pci_remove()
257 static void ifec_net_close ( struct net_device *netdev ) in ifec_net_close()
290 static void ifec_net_irq ( struct net_device *netdev, int enable ) in ifec_net_irq()
309 static int ifec_net_open ( struct net_device *netdev ) in ifec_net_open()
400 static void ifec_net_poll ( struct net_device *netdev ) in ifec_net_poll()
442 static int ifec_net_transmit ( struct net_device *netdev, in ifec_net_transmit()
546 static void ifec_init_eeprom ( struct net_device *netdev ) in ifec_init_eeprom()
577 static int ifec_link_check ( struct net_device *netdev ) in ifec_link_check()
599 static void ifec_link_update ( struct net_device *netdev ) in ifec_link_update()
[all …]
Dlegacy.c26 static int legacy_transmit ( struct net_device *netdev, struct io_buffer *iobuf ) { in legacy_transmit()
41 static void legacy_poll ( struct net_device *netdev ) { in legacy_poll()
59 static int legacy_open ( struct net_device *netdev __unused ) { in legacy_open()
64 static void legacy_close ( struct net_device *netdev __unused ) { in legacy_close()
68 static void legacy_irq ( struct net_device *netdev __unused, int enable ) { in legacy_irq()
87 struct net_device *netdev; in legacy_probe()
141 struct net_device *netdev = get_drvdata ( hwdev ); in legacy_remove()
Dnatsemi.c87 static void natsemi_reset (struct net_device *netdev);
88 static int natsemi_open (struct net_device *netdev);
89 static int natsemi_transmit (struct net_device *netdev, struct io_buffer *iobuf);
90 static void natsemi_poll (struct net_device *netdev);
91 static void natsemi_close (struct net_device *netdev);
92 static void natsemi_irq (struct net_device *netdev, int enable);
173 struct net_device *netdev; in natsemi_probe()
232 struct net_device *netdev = pci_get_drvdata (pci); in natsemi_remove()
247 static void natsemi_reset (struct net_device *netdev) in natsemi_reset()
329 static int natsemi_open (struct net_device *netdev) in natsemi_open()
[all …]
Dsis190.c115 static void __mdio_write(struct net_device *dev, int phy_id, int reg, int val) in __mdio_write()
122 static int __mdio_read(struct net_device *dev, int phy_id, int reg) in __mdio_read()
351 static void sis190_poll(struct net_device *dev) in sis190_poll()
382 static int sis190_init_ring(struct net_device *dev) in sis190_init_ring()
403 static void sis190_set_rx_mode(struct net_device *dev) in sis190_set_rx_mode()
427 static void sis190_hw_start(struct net_device *dev) in sis190_hw_start()
457 struct net_device *dev = tp->dev; in sis190_phy_task()
556 static int sis190_open(struct net_device *dev) in sis190_open()
595 static void sis190_down(struct net_device *dev) in sis190_down()
605 static void sis190_free(struct net_device *dev) in sis190_free()
[all …]
Dipoib.c53 struct net_device *netdev;
195 static int ipoib_push ( struct net_device *netdev __unused, in ipoib_push()
227 static int ipoib_pull ( struct net_device *netdev, in ipoib_pull()
384 struct net_device * alloc_ipoibdev ( size_t priv_size ) { in alloc_ipoibdev()
385 struct net_device *netdev; in alloc_ipoibdev()
410 static int ipoib_transmit ( struct net_device *netdev, in ipoib_transmit()
481 struct net_device *netdev = ipoib->netdev; in ipoib_complete_recv()
524 static void ipoib_poll ( struct net_device *netdev ) { in ipoib_poll()
537 static void ipoib_irq ( struct net_device *netdev __unused, in ipoib_irq()
604 static int ipoib_open ( struct net_device *netdev ) { in ipoib_open()
[all …]
Dpnic.c117 static void pnic_poll ( struct net_device *netdev ) { in pnic_poll()
151 static int pnic_transmit ( struct net_device *netdev, struct io_buffer *iobuf ) { in pnic_transmit()
168 static int pnic_open ( struct net_device *netdev __unused ) { in pnic_open()
176 static void pnic_close ( struct net_device *netdev __unused ) { in pnic_close()
183 static void pnic_irq ( struct net_device *netdev, int enable ) { in pnic_irq()
206 struct net_device *netdev = pci_get_drvdata ( pci ); in pnic_remove()
220 struct net_device *netdev; in pnic_probe()
Dmyri10ge.c95 static void myri10ge_net_close ( struct net_device* );
96 static void myri10ge_net_irq ( struct net_device*, int enable );
97 static int myri10ge_net_open ( struct net_device* );
98 static void myri10ge_net_poll ( struct net_device* );
99 static int myri10ge_net_transmit ( struct net_device*, struct io_buffer* );
193 static inline struct myri10ge_private *myri10ge_priv ( struct net_device *nd ) in myri10ge_priv()
298 static void myri10ge_interrupt_handler ( struct net_device *netdev ) in myri10ge_interrupt_handler()
513 struct net_device *netdev; in myri10ge_pci_probe()
578 struct net_device *netdev; in myri10ge_pci_remove()
599 static void myri10ge_net_close ( struct net_device *netdev ) in myri10ge_net_close()
[all …]
Db44.h418 struct net_device *netdev;
442 static void b44_set_rx_mode ( struct net_device *netdev );
460 static int b44_open ( struct net_device *netdev );
461 static void b44_close ( struct net_device *netdev );
462 static void b44_irq ( struct net_device *netdev, int enable );
463 static void b44_poll ( struct net_device *netdev );
465 static int b44_transmit ( struct net_device *netdev,
Dr8169.c226 static int rtl8169_set_speed_tbi(struct net_device *dev, in rtl8169_set_speed_tbi()
249 static int rtl8169_set_speed_xmii(struct net_device *dev, in rtl8169_set_speed_xmii()
327 static int rtl8169_set_speed(struct net_device *dev, in rtl8169_set_speed()
759 static void rtl_hw_phy_config(struct net_device *dev) in rtl_hw_phy_config()
820 static void rtl8169_phy_reset(struct net_device *dev __unused, in rtl8169_phy_reset()
837 static void rtl8169_init_phy(struct net_device *dev, struct rtl8169_private *tp) in rtl8169_init_phy()
875 void (*hw_start)(struct net_device *);
939 static void rtl_soft_reset ( struct net_device *dev ) in rtl_soft_reset()
962 static void rtl_hw_start ( struct net_device *dev ) in rtl_hw_start()
1034 static void rtl_set_rx_mode ( struct net_device *netdev ) in rtl_set_rx_mode()
[all …]
Drtl8139.c269 static void rtl_init_eeprom ( struct net_device *netdev ) { in rtl_init_eeprom()
308 static void rtl_reset ( struct net_device *netdev ) { in rtl_reset()
324 static int rtl_open ( struct net_device *netdev ) { in rtl_open()
358 static void rtl_close ( struct net_device *netdev ) { in rtl_close()
376 static int rtl_transmit ( struct net_device *netdev, in rtl_transmit()
407 static void rtl_poll ( struct net_device *netdev ) { in rtl_poll()
480 static void rtl_irq ( struct net_device *netdev, int enable ) { in rtl_irq()
507 struct net_device *netdev; in rtl_probe()
561 struct net_device *netdev = pci_get_drvdata ( pci ); in rtl_remove()
/external/syslinux/gpxe/src/net/
Dnetdevice.c61 void netdev_link_down ( struct net_device *netdev ) { in netdev_link_down()
125 int netdev_tx ( struct net_device *netdev, struct io_buffer *iobuf ) { in netdev_tx()
157 void netdev_tx_complete_err ( struct net_device *netdev, in netdev_tx_complete_err()
187 void netdev_tx_complete_next_err ( struct net_device *netdev, int rc ) { in netdev_tx_complete_next_err()
201 static void netdev_tx_flush ( struct net_device *netdev ) { in netdev_tx_flush()
218 void netdev_rx ( struct net_device *netdev, struct io_buffer *iobuf ) { in netdev_rx()
242 void netdev_rx_err ( struct net_device *netdev, in netdev_rx_err()
264 void netdev_poll ( struct net_device *netdev ) { in netdev_poll()
279 struct io_buffer * netdev_rx_dequeue ( struct net_device *netdev ) { in netdev_rx_dequeue()
294 static void netdev_rx_flush ( struct net_device *netdev ) { in netdev_rx_flush()
[all …]
Dnullnet.c32 static int null_open ( struct net_device *netdev __unused ) { in null_open()
36 static void null_close ( struct net_device *netdev __unused ) { in null_close()
40 static int null_transmit ( struct net_device *netdev __unused, in null_transmit()
45 static void null_poll ( struct net_device *netdev __unused ) { in null_poll()
49 static void null_irq ( struct net_device *netdev __unused, in null_irq()
Dnetdev_settings.c58 struct net_device *netdev = container_of ( settings, struct net_device, in netdev_store()
82 struct net_device *netdev = container_of ( settings, struct net_device, in netdev_fetch()
Dethernet.c53 static int eth_push ( struct net_device *netdev __unused, in eth_push()
76 static int eth_pull ( struct net_device *netdev __unused, in eth_pull()
183 struct net_device * alloc_etherdev ( size_t priv_size ) { in alloc_etherdev()
184 struct net_device *netdev; in alloc_etherdev()
Dipv6.c31 struct net_device *netdev;
56 add_ipv6_miniroute ( struct net_device *netdev, struct in6_addr prefix, in add_ipv6_miniroute()
100 int add_ipv6_address ( struct net_device *netdev, struct in6_addr prefix, in add_ipv6_address()
122 void del_ipv6_address ( struct net_device *netdev ) { in del_ipv6_address()
181 struct net_device *netdev, in ipv6_tx()
295 __unused struct net_device *netdev, in ipv6_rx()
/external/syslinux/gpxe/src/hci/commands/
Difmgmt_cmd.c60 static int ifcommon_do_all ( int ( * payload ) ( struct net_device * ) ) { in ifcommon_do_all() argument
61 struct net_device *netdev; in ifcommon_do_all()
78 static int ifcommon_do_list ( int ( * payload ) ( struct net_device * ), in ifcommon_do_list() argument
81 struct net_device *netdev; in ifcommon_do_list()
108 int ( * payload ) ( struct net_device * ), in ifcommon_exec()
135 static int ifopen_payload ( struct net_device *netdev ) { in ifopen_payload()
145 static int ifclose_payload ( struct net_device *netdev ) { in ifclose_payload()
156 static int ifstat_payload ( struct net_device *netdev ) { in ifstat_payload()
/external/syslinux/gpxe/src/include/usr/
Difmgmt.h12 struct net_device;
14 extern int ifopen ( struct net_device *netdev );
15 extern void ifclose ( struct net_device *netdev );
16 extern void ifstat ( struct net_device *netdev );
17 extern int iflinkwait ( struct net_device *netdev, unsigned int max_wait_ms );
Ddhcpmgmt.h12 struct net_device;
14 extern int dhcp ( struct net_device *netdev );
15 extern int pxebs ( struct net_device *netdev, unsigned int pxe_type );
/external/syslinux/gpxe/src/usr/
Dautoboot.c50 static struct net_device * find_boot_netdev ( void ) { in find_boot_netdev()
131 static int netboot ( struct net_device *netdev ) { in netboot()
205 struct net_device *netdev; in close_all_netdevs()
216 struct net_device *boot_netdev; in autoboot()
217 struct net_device *netdev; in autoboot()
Difmgmt.c44 int ifopen ( struct net_device *netdev ) { in ifopen()
61 void ifclose ( struct net_device *netdev ) { in ifclose()
89 void ifstat ( struct net_device *netdev ) { in ifstat()
111 int iflinkwait ( struct net_device *netdev, unsigned int max_wait_ms ) { in iflinkwait()
/external/syslinux/gpxe/src/arch/i386/drivers/net/
Dundinet.c64 static void undinet_close ( struct net_device *netdev );
168 static int undinet_transmit ( struct net_device *netdev, in undinet_transmit()
244 static void undinet_poll ( struct net_device *netdev ) { in undinet_poll()
354 static int undinet_open ( struct net_device *netdev ) { in undinet_open()
399 static void undinet_close ( struct net_device *netdev ) { in undinet_close()
441 static void undinet_irq ( struct net_device *netdev, int enable ) { in undinet_irq()
465 struct net_device *netdev; in undinet_probe()
593 struct net_device *netdev = undi_get_drvdata ( undi ); in undinet_remove()

12345