Searched refs:tx_le (Results 1 – 2 of 2) sorted by relevance
1113 struct sky2_tx_le *le = sky2->tx_le + *slot; in get_tx_le()1610 sky2->tx_le = pci_alloc_consistent(hw->pdev, in sky2_alloc_buffers()1614 if (!sky2->tx_le) in sky2_alloc_buffers()1648 if (sky2->tx_le) { in sky2_free_buffers()1651 sky2->tx_le, sky2->tx_le_map); in sky2_free_buffers()1652 sky2->tx_le = NULL; in sky2_free_buffers()2133 if (!sky2->tx_le) in sky2_close()4577 const struct sky2_tx_le *le = sky2->tx_le + idx; in sky2_debug_show()
2227 struct sky2_tx_le *tx_le; member