Lines Matching defs:qmc_hdlc

36 struct qmc_hdlc {  struct
45 struct qmc_hdlc_desc tx_descs[8]; argument
47 struct qmc_hdlc_desc rx_descs[4]; argument
51 static struct qmc_hdlc *netdev_to_qmc_hdlc(struct net_device *netdev) in netdev_to_qmc_hdlc() argument
56 static int qmc_hdlc_framer_set_carrier(struct qmc_hdlc *qmc_hdlc) in qmc_hdlc_framer_set_carrier()
82 struct qmc_hdlc *qmc_hdlc = container_of(nb, struct qmc_hdlc, nb); in qmc_hdlc_framer_notifier() local
92 static int qmc_hdlc_framer_start(struct qmc_hdlc *qmc_hdlc) in qmc_hdlc_framer_start()
127 static void qmc_hdlc_framer_stop(struct qmc_hdlc *qmc_hdlc) in qmc_hdlc_framer_stop()
136 static int qmc_hdlc_framer_set_iface(struct qmc_hdlc *qmc_hdlc, int if_iface, in qmc_hdlc_framer_set_iface()
178 static int qmc_hdlc_framer_get_iface(struct qmc_hdlc *qmc_hdlc, int *if_iface, te1_settings *te1) in qmc_hdlc_framer_get_iface()
218 static int qmc_hdlc_framer_init(struct qmc_hdlc *qmc_hdlc) in qmc_hdlc_framer_init()
234 static void qmc_hdlc_framer_exit(struct qmc_hdlc *qmc_hdlc) in qmc_hdlc_framer_exit()
252 struct qmc_hdlc *qmc_hdlc; in qmc_hcld_recv_complete() local
300 static int qmc_hdlc_recv_queue(struct qmc_hdlc *qmc_hdlc, struct qmc_hdlc_desc *desc, size_t size) in qmc_hdlc_recv_queue()
334 struct qmc_hdlc *qmc_hdlc; in qmc_hdlc_xmit_complete() local
354 static int qmc_hdlc_xmit_queue(struct qmc_hdlc *qmc_hdlc, struct qmc_hdlc_desc *desc) in qmc_hdlc_xmit_queue()
379 struct qmc_hdlc *qmc_hdlc = netdev_to_qmc_hdlc(netdev); in qmc_hdlc_xmit() local
417 static int qmc_hdlc_xlate_slot_map(struct qmc_hdlc *qmc_hdlc, in qmc_hdlc_xlate_slot_map()
446 static int qmc_hdlc_xlate_ts_info(struct qmc_hdlc *qmc_hdlc, in qmc_hdlc_xlate_ts_info()
487 static int qmc_hdlc_set_iface(struct qmc_hdlc *qmc_hdlc, int if_iface, const te1_settings *te1) in qmc_hdlc_set_iface()
520 struct qmc_hdlc *qmc_hdlc = netdev_to_qmc_hdlc(netdev); in qmc_hdlc_ioctl() local
573 struct qmc_hdlc *qmc_hdlc = netdev_to_qmc_hdlc(netdev); in qmc_hdlc_open() local
643 struct qmc_hdlc *qmc_hdlc = netdev_to_qmc_hdlc(netdev); in qmc_hdlc_close() local
680 struct qmc_hdlc *qmc_hdlc = netdev_to_qmc_hdlc(netdev); in qmc_hdlc_attach() local
711 struct qmc_hdlc *qmc_hdlc; in qmc_hdlc_probe() local
783 struct qmc_hdlc *qmc_hdlc = platform_get_drvdata(pdev); in qmc_hdlc_remove() local