Home
last modified time | relevance | path

Searched defs:qmc_hdlc (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/net/wan/
Dfsl_qmc_hdlc.c36 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()
[all …]