Home
last modified time | relevance | path

Searched refs:dev_to_port (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/drivers/net/wan/
H A Dhd64572.c57 static inline port_t *dev_to_port(struct net_device *dev) in dev_to_port() function
411 port_t *port = dev_to_port(dev); in sca_open()
487 port_t *port = dev_to_port(dev); in sca_close()
513 dev_to_port(dev)->encoding = encoding; in sca_attach()
514 dev_to_port(dev)->parity = parity; in sca_attach()
521 port_t *port = dev_to_port(dev); in sca_dump_rings()
566 port_t *port = dev_to_port(dev); in sca_xmit()
H A Dwanxl.c81 static inline struct port *dev_to_port(struct net_device *dev) in dev_to_port() function
283 struct port *port = dev_to_port(dev); in wanxl_xmit()
328 struct port *port = dev_to_port(dev); in wanxl_attach()
350 struct port *port = dev_to_port(dev); in wanxl_ioctl()
395 struct port *port = dev_to_port(dev); in wanxl_open()
431 struct port *port = dev_to_port(dev); in wanxl_close()
467 struct port *port = dev_to_port(dev); in wanxl_get_stats()
H A Dc101.c176 port_t *port = dev_to_port(dev); in c101_open()
202 port_t *port = dev_to_port(dev); in c101_close()
215 port_t *port = dev_to_port(dev); in c101_siocdevprivate()
236 port_t *port = dev_to_port(dev); in c101_ioctl()
H A Dhd64570.c84 static inline port_t *dev_to_port(struct net_device *dev) in dev_to_port() function
454 port_t *port = dev_to_port(dev); in sca_open()
535 port_t *port = dev_to_port(dev); in sca_close()
567 dev_to_port(dev)->encoding = encoding; in sca_attach()
568 dev_to_port(dev)->parity = parity; in sca_attach()
575 port_t *port = dev_to_port(dev); in sca_dump_rings()
628 port_t *port = dev_to_port(dev); in sca_xmit()
H A Dixp4xx_hss.c345 static inline struct port *dev_to_port(struct net_device *dev) in dev_to_port() function
634 struct port *port = dev_to_port(netdev); in hss_hdlc_set_carrier()
651 struct port *port = dev_to_port(dev); in hss_hdlc_rx_irq()
800 struct port *port = dev_to_port(dev); in hss_hdlc_txdone_irq()
839 struct port *port = dev_to_port(dev); in hss_hdlc_xmit()
1060 struct port *port = dev_to_port(dev); in hss_hdlc_dcd_irq()
1071 struct port *port = dev_to_port(dev); in hss_hdlc_open()
1155 struct port *port = dev_to_port(dev); in hss_hdlc_close()
1212 struct port *port = dev_to_port(dev); in hss_hdlc_attach()
1312 struct port *port = dev_to_port(dev); in hss_hdlc_ioctl()
H A Dpci200syn.c150 port_t *port = dev_to_port(dev); in pci200_open()
165 sca_flush(dev_to_port(dev)->card); in pci200_close()
187 port_t *port = dev_to_port(dev); in pci200_ioctl()
H A Dn2.c196 port_t *port = dev_to_port(dev); in n2_open()
218 port_t *port = dev_to_port(dev); in n2_close()
247 port_t *port = dev_to_port(dev); in n2_ioctl()
H A Dfarsync.c479 #define dev_to_port(D) (dev_to_hdlc(D)->priv) macro
1922 port = dev_to_port(dev); in fst_siocdevprivate()
2029 port = dev_to_port(dev); in fst_ioctl()
2123 port = dev_to_port(dev); in fst_open()
2148 port = dev_to_port(dev); in fst_close()
2159 fst_closeport(dev_to_port(dev)); in fst_close()
2183 port = dev_to_port(dev); in fst_tx_timeout()
2204 port = dev_to_port(dev); in fst_start_xmit()
H A Dpc300too.c159 port_t *port = dev_to_port(dev); in pc300_open()
195 port_t *port = dev_to_port(dev); in pc300_ioctl()
/openbmc/linux/drivers/tty/
H A Dsynclink_gt.c145 #define dev_to_port(D) (dev_to_hdlc(D)->priv) macro
1346 struct slgt_info *info = dev_to_port(dev); in hdlcdev_attach()
1392 struct slgt_info *info = dev_to_port(dev); in hdlcdev_xmit()
1430 struct slgt_info *info = dev_to_port(dev); in hdlcdev_open()
1493 struct slgt_info *info = dev_to_port(dev); in hdlcdev_close()
1525 struct slgt_info *info = dev_to_port(dev); in hdlcdev_ioctl()
1619 struct slgt_info *info = dev_to_port(dev); in hdlcdev_tx_timeout()