Searched refs:tx_le (Results 1 – 2 of 2) sorted by relevance
1102 struct sky2_tx_le *le = sky2->tx_le + *slot; in get_tx_le()1595 sky2->tx_le = pci_alloc_consistent(hw->pdev, in sky2_alloc_buffers()1599 if (!sky2->tx_le) in sky2_alloc_buffers()1633 if (sky2->tx_le) { in sky2_free_buffers()1636 sky2->tx_le, sky2->tx_le_map); in sky2_free_buffers()1637 sky2->tx_le = NULL; in sky2_free_buffers()2118 if (!sky2->tx_le) in sky2_close()4560 const struct sky2_tx_le *le = sky2->tx_le + idx; in sky2_debug_show()
2228 struct sky2_tx_le *tx_le; member