Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wan/
Dfsl_qmc_hdlc.c136 static int qmc_hdlc_framer_set_iface(struct qmc_hdlc *qmc_hdlc, int if_iface, in qmc_hdlc_framer_set_iface() argument
149 switch (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() argument
184 *if_iface = IF_IFACE_E1; in qmc_hdlc_framer_get_iface()
194 *if_iface = IF_IFACE_E1; in qmc_hdlc_framer_get_iface()
197 *if_iface = IF_IFACE_T1; in qmc_hdlc_framer_get_iface()
487 static int qmc_hdlc_set_iface(struct qmc_hdlc *qmc_hdlc, int if_iface, const te1_settings *te1) in qmc_hdlc_set_iface() argument
509 ret = qmc_hdlc_framer_set_iface(qmc_hdlc, if_iface, te1); in qmc_hdlc_set_iface()