Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/wan/
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()
Dwanxl.c86 static inline struct port *dev_to_port(struct net_device *dev) in dev_to_port() function
273 struct port *port = dev_to_port(dev); in wanxl_xmit()
320 struct port *port = dev_to_port(dev); in wanxl_attach()
344 struct port *port = dev_to_port(dev); in wanxl_ioctl()
394 struct port *port = dev_to_port(dev); in wanxl_open()
430 struct port *port = dev_to_port(dev); in wanxl_close()
468 struct port *port = dev_to_port(dev); in wanxl_get_stats()
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.c340 static inline struct port* dev_to_port(struct net_device *dev) in dev_to_port() function
626 struct port *port = dev_to_port(netdev); in hss_hdlc_set_carrier()
643 struct port *port = dev_to_port(dev); in hss_hdlc_rx_irq()
791 struct port *port = dev_to_port(dev); in hss_hdlc_txdone_irq()
830 struct port *port = dev_to_port(dev); in hss_hdlc_xmit()
1046 struct port *port = dev_to_port(dev); in hss_hdlc_open()
1111 struct port *port = dev_to_port(dev); in hss_hdlc_close()
1167 struct port *port = dev_to_port(dev); in hss_hdlc_attach()
1251 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.10/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.10/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()
1456 struct slgt_info *info = dev_to_port(dev); in hdlcdev_xmit()
1494 struct slgt_info *info = dev_to_port(dev); in hdlcdev_open()
1555 struct slgt_info *info = dev_to_port(dev); in hdlcdev_close()
1588 struct slgt_info *info = dev_to_port(dev); in hdlcdev_ioctl()
1684 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()
1579 SLMP_INFO *info = dev_to_port(dev); in hdlcdev_xmit()
1621 SLMP_INFO *info = dev_to_port(dev); in hdlcdev_open()
1680 SLMP_INFO *info = dev_to_port(dev); in hdlcdev_close()
1713 SLMP_INFO *info = dev_to_port(dev); in hdlcdev_ioctl()
1809 SLMP_INFO *info = dev_to_port(dev); in hdlcdev_tx_timeout()
Dsynclink.c713 #define dev_to_port(D) (dev_to_hdlc(D)->priv) macro
7434 struct mgsl_struct *info = dev_to_port(dev); in hdlcdev_attach()
7478 struct mgsl_struct *info = dev_to_port(dev); in hdlcdev_xmit()
7520 struct mgsl_struct *info = dev_to_port(dev); in hdlcdev_open()
7579 struct mgsl_struct *info = dev_to_port(dev); in hdlcdev_close()
7612 struct mgsl_struct *info = dev_to_port(dev); in hdlcdev_ioctl()
7709 struct mgsl_struct *info = dev_to_port(dev); in hdlcdev_tx_timeout()