Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/s390/net/
Dctcm_main.h205 unsigned long tbusy; member
242 clear_bit(0, &(((struct ctcm_priv *)dev->ml_priv)->tbusy)); in ctcm_clear_busy_do()
260 &(((struct ctcm_priv *)dev->ml_priv)->tbusy)); in ctcm_test_and_set_busy()
Dclaw.h343 unsigned long tbusy; member
Dclaw.c139 ((struct claw_privbk *)dev->ml_priv)->tbusy = 1; in claw_set_busy()
146 clear_bit(0, &(((struct claw_privbk *) dev->ml_priv)->tbusy)); in claw_clear_busy()
155 return ((struct claw_privbk *) dev->ml_priv)->tbusy; in claw_check_busy()
162 set_bit(nr, (void *)&(((struct claw_privbk *)dev->ml_priv)->tbusy)); in claw_setbit_busy()
168 clear_bit(nr, (void *)&(((struct claw_privbk *)dev->ml_priv)->tbusy)); in claw_clearbit_busy()
177 (void *)&(((struct claw_privbk *) dev->ml_priv)->tbusy)); in claw_test_and_setbit_busy()
Dnetiucv.c251 unsigned long tbusy; member
280 clear_bit(0, &priv->tbusy); in netiucv_clear_busy()
288 return test_and_set_bit(0, &priv->tbusy); in netiucv_test_and_set_busy()
/linux-2.6.39/drivers/tty/
Dn_hdlc.c151 int tbusy; member
398 if (n_hdlc->tbusy) { in n_hdlc_send_frames()
403 n_hdlc->tbusy = 1; in n_hdlc_send_frames()
466 n_hdlc->tbusy = 0; in n_hdlc_send_frames()
/linux-2.6.39/drivers/staging/tty/
DdigiFep1.h68 u8 tbusy; member
Depca.c664 readb(&bc->tbusy) == 0) in pc_chars_in_buffer()
/linux-2.6.39/drivers/net/wan/lmc/
Dlmc_var.h241 u32 tbusy; member