Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/wlags49_h2/
Dwl_netdev.c723 if( lp->netif_queue_on == FALSE ) { in wl_send()
727 lp->netif_queue_on = TRUE; in wl_send()
846 if( lp->netif_queue_on == TRUE ) { in wl_tx()
849 lp->netif_queue_on = FALSE; in wl_tx()
1624 lp->wds_port[count].netif_queue_on == FALSE ) { in wl_wds_netif_start_queue()
1626 lp->wds_port[count].netif_queue_on = TRUE; in wl_wds_netif_start_queue()
1661 lp->wds_port[count].netif_queue_on == TRUE ) { in wl_wds_netif_stop_queue()
1663 lp->wds_port[count].netif_queue_on = FALSE; in wl_wds_netif_stop_queue()
1698 lp->wds_port[count].netif_queue_on == FALSE ) { in wl_wds_netif_wake_queue()
1700 lp->wds_port[count].netif_queue_on = TRUE; in wl_wds_netif_wake_queue()
[all …]
Dwl_internal.h829 int netif_queue_on; member
967 int netif_queue_on; member
Dwl_pci.c1574 if( lp->netif_queue_on == FALSE ) { in wl_pci_dma_hcf_reclaim_tx()
1577 lp->netif_queue_on = TRUE; in wl_pci_dma_hcf_reclaim_tx()
Dwl_main.c787 lp->netif_queue_on = TRUE; in wl_insert()
3701 len += sprintf(buf+len,"netif_queue_on: 0x%04X\n", lp->netif_queue_on );