Home
last modified time | relevance | path

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

/linux-4.1.27/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.c227 unsigned long tbusy; member
256 clear_bit(0, &priv->tbusy); in netiucv_clear_busy()
264 return test_and_set_bit(0, &priv->tbusy); in netiucv_test_and_set_busy()
/linux-4.1.27/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.1.27/drivers/net/wan/lmc/
Dlmc_var.h241 u32 tbusy; member
/linux-4.1.27/drivers/staging/dgap/
Ddgap.h1110 unsigned char tbusy; /* W Transmit busy */ member
Ddgap.c3289 u8 tbusy; in dgap_tty_chars_in_buffer() local
3324 tbusy = readb(&(bs->tbusy)); in dgap_tty_chars_in_buffer()
3341 if ((ttail == thead) && (tbusy == 0) && (chead == ctail)) { in dgap_tty_chars_in_buffer()
3361 if (tbusy != 0) { in dgap_tty_chars_in_buffer()