Home
last modified time | relevance | path

Searched refs:txQ_count (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/staging/wlags49_h2/
Dwl_netdev.c719 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()
Dwl_internal.h960 int txQ_count; member
Dwl_main.c787 lp->txQ_count = 0; in wl_insert()
3703 len += sprintf(buf+len,"txQ_count: 0x%04X\n", lp->txQ_count );