Searched refs:txQ_count (Results 1 – 3 of 3) sorted by relevance
719 lp->txQ_count--; in wl_send()721 if( lp->txQ_count < TX_Q_LOW_WATER_MARK ) { in wl_send()723 DBG_TX( DbgInfo, "Kickstarting Q: %d\n", lp->txQ_count ); in wl_send()842 lp->txQ_count++; in wl_tx()843 if( lp->txQ_count >= DEFAULT_NUM_TX_FRAMES ) { in wl_tx()844 DBG_TX( DbgInfo, "Q Full: %d\n", lp->txQ_count ); in wl_tx()
960 int txQ_count; member
787 lp->txQ_count = 0; in wl_insert()3703 len += sprintf(buf+len,"txQ_count: 0x%04X\n", lp->txQ_count );