Lines Matching defs:txbitmap
141 unsigned long rxbitmap, txbitmap;/* Bitmap of channels who are willing to send/receive data */
1253 set_bit(chan->num, &cosa->txbitmap);
1267 | (cosa->txbitmap ? DRIVER_TX_READY : 0)
1268 | (cosa->txbitmap? ~(cosa->txbitmap<<DRIVER_TXMAP_SHIFT)
1271 if (cosa->rxbitmap|cosa->txbitmap) {
1299 | (cosa->txbitmap ? DRIVER_TX_READY : 0)
1300 | (cosa->txbitmap? ~(cosa->txbitmap<<DRIVER_TXMAP_SHIFT)
1303 if (cosa->rxbitmap|cosa->txbitmap) {
1677 if (!cosa->txbitmap) {
1690 if (!(cosa->txbitmap & (1<<cosa->txchan)))
1900 clear_bit(chan->num, &cosa->txbitmap);