Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/s390/net/
Dctcm_main.h203 unsigned long tbusy; member
234 clear_bit(0, &(((struct ctcm_priv *)dev->ml_priv)->tbusy)); in ctcm_clear_busy_do()
252 &(((struct ctcm_priv *)dev->ml_priv)->tbusy)); in ctcm_test_and_set_busy()
Dnetiucv.c226 unsigned long tbusy; member
255 clear_bit(0, &priv->tbusy); in netiucv_clear_busy()
263 return test_and_set_bit(0, &priv->tbusy); in netiucv_test_and_set_busy()
/linux-4.4.14/drivers/tty/
Dn_hdlc.c150 int tbusy; member
397 if (n_hdlc->tbusy) { in n_hdlc_send_frames()
402 n_hdlc->tbusy = 1; in n_hdlc_send_frames()
465 n_hdlc->tbusy = 0; in n_hdlc_send_frames()
/linux-4.4.14/drivers/net/wan/lmc/
Dlmc_var.h241 u32 tbusy; member
/linux-4.4.14/drivers/staging/dgap/
Ddgap.h1109 unsigned char tbusy; /* W Transmit busy */ member
Ddgap.c3223 u8 tbusy; in dgap_tty_chars_in_buffer() local
3258 tbusy = readb(&bs->tbusy); in dgap_tty_chars_in_buffer()
3275 if ((ttail == thead) && (tbusy == 0) && (chead == ctail)) { in dgap_tty_chars_in_buffer()
3295 if (tbusy != 0) { in dgap_tty_chars_in_buffer()