txdb
static inline void __bdx_tx_db_ptr_next(struct txdb *db, struct tx_map **pptr)
static inline void bdx_tx_db_inc_rptr(struct txdb *db)
static inline void bdx_tx_db_inc_wptr(struct txdb *db)
static int bdx_tx_db_init(struct txdb *d, int sz_type)
static void bdx_tx_db_close(struct txdb *d)
struct txdb *db = &priv->txdb;
if (bdx_tx_db_init(&priv->txdb, max(priv->txd_size, priv->txf_size)))
struct txdb *db = &priv->txdb;
struct txdb *db = &priv->txdb;
bdx_tx_db_close(&priv->txdb);
struct txdb txdb;
struct tn40_txdb *db = &priv->txdb;
ret = tn40_tx_db_init(&priv->txdb, max(priv->txd_size, priv->txf_size));
tn40_tx_db_close(&priv->txdb);
struct tn40_txdb *db = &priv->txdb;
struct tn40_txdb *db = &priv->txdb;
tn40_tx_db_close(&priv->txdb);
struct tn40_txdb txdb;