Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/wlags49_h2/
Dwl_pci.c779 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 …]
Dwl_internal.h837 DESC_STRCT *tx_packet[NUM_TX_DESC]; member
/linux-3.4.99/drivers/net/ethernet/sgi/
Dmeth.h24 #define TX_RING_BUFFER_SIZE (TX_RING_ENTRIES*sizeof(tx_packet))
71 typedef struct tx_packet { struct
81 } tx_packet; argument
Dmeth.c79 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()