Searched refs:tx_packet (Results 1 – 4 of 4) sorted by relevance
779 if( lp->dma.tx_packet[i] ) { in wl_pci_dma_free()780 status = wl_pci_dma_free_tx_packet( pdev, lp, &lp->dma.tx_packet[i] ); in wl_pci_dma_free()1374 DBG_PRINT( "tx_packet[%d] 0x%p\n", i, lp->dma.tx_packet[i] ); in wl_pci_dma_hcf_reclaim()1461 if( lp->dma.tx_packet[i] ) { in wl_pci_dma_get_tx_packet()1467 desc = lp->dma.tx_packet[i]; in wl_pci_dma_get_tx_packet()1469 lp->dma.tx_packet[i] = NULL; in wl_pci_dma_get_tx_packet()1503 if( lp->dma.tx_packet[i] == NULL ) { in wl_pci_dma_put_tx_packet()1509 lp->dma.tx_packet[i] = desc; in wl_pci_dma_put_tx_packet()1555 if( lp->dma.tx_packet[i] == NULL ) { in wl_pci_dma_hcf_reclaim_tx()1560 lp->dma.tx_packet[i] = p; in wl_pci_dma_hcf_reclaim_tx()[all …]
837 DESC_STRCT *tx_packet[NUM_TX_DESC]; member
24 #define TX_RING_BUFFER_SIZE (TX_RING_ENTRIES*sizeof(tx_packet))71 typedef struct tx_packet { struct81 } tx_packet; argument
79 tx_packet *tx_ring;612 tx_packet *desc = &priv->tx_ring[priv->tx_write]; in meth_tx_short_prepare()625 tx_packet *desc = &priv->tx_ring[priv->tx_write]; in meth_tx_1page_prepare()650 tx_packet *desc = &priv->tx_ring[priv->tx_write]; in meth_tx_2page_prepare()