Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wan/
Dwanxl.c86 static inline struct port *dev_to_port(struct net_device *dev) in dev_to_port() function
272 struct port *port = dev_to_port(dev); in wanxl_xmit()
319 struct port *port = dev_to_port(dev); in wanxl_attach()
343 struct port *port = dev_to_port(dev); in wanxl_ioctl()
393 struct port *port = dev_to_port(dev); in wanxl_open()
429 struct port *port = dev_to_port(dev); in wanxl_close()
467 struct port *port = dev_to_port(dev); in wanxl_get_stats()
Dhd64572.c57 static inline port_t* dev_to_port(struct net_device *dev) in dev_to_port() function
423 port_t *port = dev_to_port(dev); in sca_open()
482 port_t *port = dev_to_port(dev); in sca_close()
509 dev_to_port(dev)->encoding = encoding; in sca_attach()
510 dev_to_port(dev)->parity = parity; in sca_attach()
518 port_t *port = dev_to_port(dev); in sca_dump_rings()
564 port_t *port = dev_to_port(dev); in sca_xmit()
Dhd64570.c79 static inline port_t* dev_to_port(struct net_device *dev) in dev_to_port() function
459 port_t *port = dev_to_port(dev); in sca_open()
523 port_t *port = dev_to_port(dev); in sca_close()
556 dev_to_port(dev)->encoding = encoding; in sca_attach()
557 dev_to_port(dev)->parity = parity; in sca_attach()
565 port_t *port = dev_to_port(dev); in sca_dump_rings()
619 port_t *port = dev_to_port(dev); in sca_xmit()
Dixp4xx_hss.c339 static inline struct port* dev_to_port(struct net_device *dev) in dev_to_port() function
625 struct port *port = dev_to_port(netdev); in hss_hdlc_set_carrier()
642 struct port *port = dev_to_port(dev); in hss_hdlc_rx_irq()
790 struct port *port = dev_to_port(dev); in hss_hdlc_txdone_irq()
829 struct port *port = dev_to_port(dev); in hss_hdlc_xmit()
1045 struct port *port = dev_to_port(dev); in hss_hdlc_open()
1110 struct port *port = dev_to_port(dev); in hss_hdlc_close()
1166 struct port *port = dev_to_port(dev); in hss_hdlc_attach()
1247 struct port *port = dev_to_port(dev); in hss_hdlc_ioctl()
Dc101.c185 port_t *port = dev_to_port(dev); in c101_open()
212 port_t *port = dev_to_port(dev); in c101_close()
227 port_t *port = dev_to_port(dev); in c101_ioctl()
Dpci200syn.c158 port_t *port = dev_to_port(dev); in pci200_open()
175 sca_flush(dev_to_port(dev)->card); in pci200_close()
187 port_t *port = dev_to_port(dev); in pci200_ioctl()
Dn2.c210 port_t *port = dev_to_port(dev); in n2_open()
233 port_t *port = dev_to_port(dev); in n2_close()
251 port_t *port = dev_to_port(dev); in n2_ioctl()
Dpc300too.c169 port_t *port = dev_to_port(dev); in pc300_open()
197 port_t *port = dev_to_port(dev); in pc300_ioctl()
Dfarsync.c479 #define dev_to_port(D) (dev_to_hdlc(D)->priv) macro
1989 port = dev_to_port(dev); in fst_ioctl()
2186 port = dev_to_port(dev); in fst_open()
2211 port = dev_to_port(dev); in fst_close()
2222 fst_closeport(dev_to_port(dev)); in fst_close()
2247 port = dev_to_port(dev); in fst_tx_timeout()
2268 port = dev_to_port(dev); in fst_start_xmit()
/Linux-v5.4/drivers/char/pcmcia/
Dsynclink_cs.c384 #define dev_to_port(D) (dev_to_hdlc(D)->priv) macro
3880 MGSLPC_INFO *info = dev_to_port(dev); in hdlcdev_attach()
3929 MGSLPC_INFO *info = dev_to_port(dev); in hdlcdev_xmit()
3975 MGSLPC_INFO *info = dev_to_port(dev); in hdlcdev_open()
4038 MGSLPC_INFO *info = dev_to_port(dev); in hdlcdev_close()
4073 MGSLPC_INFO *info = dev_to_port(dev); in hdlcdev_ioctl()
4174 MGSLPC_INFO *info = dev_to_port(dev); in hdlcdev_tx_timeout()
/Linux-v5.4/drivers/tty/
Dsynclink_gt.c165 #define dev_to_port(D) (dev_to_hdlc(D)->priv) macro
1410 struct slgt_info *info = dev_to_port(dev); in hdlcdev_attach()
1457 struct slgt_info *info = dev_to_port(dev); in hdlcdev_xmit()
1495 struct slgt_info *info = dev_to_port(dev); in hdlcdev_open()
1556 struct slgt_info *info = dev_to_port(dev); in hdlcdev_close()
1590 struct slgt_info *info = dev_to_port(dev); in hdlcdev_ioctl()
1687 struct slgt_info *info = dev_to_port(dev); in hdlcdev_tx_timeout()
Dsynclinkmp.c528 #define dev_to_port(D) (dev_to_hdlc(D)->priv) macro
1535 SLMP_INFO *info = dev_to_port(dev); in hdlcdev_attach()
1580 SLMP_INFO *info = dev_to_port(dev); in hdlcdev_xmit()
1622 SLMP_INFO *info = dev_to_port(dev); in hdlcdev_open()
1681 SLMP_INFO *info = dev_to_port(dev); in hdlcdev_close()
1715 SLMP_INFO *info = dev_to_port(dev); in hdlcdev_ioctl()
1812 SLMP_INFO *info = dev_to_port(dev); in hdlcdev_tx_timeout()
Dsynclink.c714 #define dev_to_port(D) (dev_to_hdlc(D)->priv) macro
7565 struct mgsl_struct *info = dev_to_port(dev); in hdlcdev_attach()
7610 struct mgsl_struct *info = dev_to_port(dev); in hdlcdev_xmit()
7652 struct mgsl_struct *info = dev_to_port(dev); in hdlcdev_open()
7711 struct mgsl_struct *info = dev_to_port(dev); in hdlcdev_close()
7745 struct mgsl_struct *info = dev_to_port(dev); in hdlcdev_ioctl()
7842 struct mgsl_struct *info = dev_to_port(dev); in hdlcdev_tx_timeout()