Home
last modified time | relevance | path

Searched refs:netif_queue_on (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/drivers/staging/wlags49_h2/
Dwl_netdev.c722 if( lp->netif_queue_on == FALSE ) { in wl_send()
726 lp->netif_queue_on = TRUE; in wl_send()
845 if( lp->netif_queue_on == TRUE ) { in wl_tx()
848 lp->netif_queue_on = FALSE; in wl_tx()
1623 lp->wds_port[count].netif_queue_on == FALSE ) { in wl_wds_netif_start_queue()
1625 lp->wds_port[count].netif_queue_on = TRUE; in wl_wds_netif_start_queue()
1660 lp->wds_port[count].netif_queue_on == TRUE ) { in wl_wds_netif_stop_queue()
1662 lp->wds_port[count].netif_queue_on = FALSE; in wl_wds_netif_stop_queue()
1697 lp->wds_port[count].netif_queue_on == FALSE ) { in wl_wds_netif_wake_queue()
1699 lp->wds_port[count].netif_queue_on = TRUE; in wl_wds_netif_wake_queue()
[all …]
Dwl_internal.h821 int netif_queue_on; member
959 int netif_queue_on; member
Dwl_pci.c1566 if( lp->netif_queue_on == FALSE ) { in wl_pci_dma_hcf_reclaim_tx()
1569 lp->netif_queue_on = TRUE; in wl_pci_dma_hcf_reclaim_tx()
Dwl_main.c786 lp->netif_queue_on = TRUE; in wl_insert()
3702 len += sprintf(buf+len,"netif_queue_on: 0x%04X\n", lp->netif_queue_on );