Searched refs:enb (Results 1 – 2 of 2) sorted by relevance
145 int (*down_enable_tx) (sioport_t *port, int enb);193 #define DOWN_ENABLE_HFC(p, enb) \ argument194 ((p)->sio_calldown->down_enable_hfc(p, enb))
333 static int ioc4_enable_tx (sioport_t *port, int enb);1684 ioc4_enable_tx(sioport_t *port, int enb) in ioc4_enable_tx() argument1695 if ((enb && !(p->ip_flags & TX_DISABLED)) || in ioc4_enable_tx()1696 (!enb && (p->ip_flags & TX_DISABLED))) in ioc4_enable_tx()1708 if (enb) { in ioc4_enable_tx()