Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/tehuti/
H A Dtehuti.h197 struct txdb { struct
257 struct txdb txdb; member
H A Dtehuti.c1366 static inline void __bdx_tx_db_ptr_next(struct txdb *db, struct tx_map **pptr) in __bdx_tx_db_ptr_next()
1385 static inline void bdx_tx_db_inc_rptr(struct txdb *db) in bdx_tx_db_inc_rptr()
1395 static inline void bdx_tx_db_inc_wptr(struct txdb *db) in bdx_tx_db_inc_wptr()
1409 static int bdx_tx_db_init(struct txdb *d, int sz_type) in bdx_tx_db_init()
1436 static void bdx_tx_db_close(struct txdb *d) in bdx_tx_db_close()
1471 struct txdb *db = &priv->txdb; in bdx_tx_map_skb()
1542 if (bdx_tx_db_init(&priv->txdb, max(priv->txd_size, priv->txf_size))) in bdx_tx_init()
1699 struct txdb *db = &priv->txdb; in bdx_tx_cleanup()
1761 struct txdb *db = &priv->txdb; in bdx_tx_free_skbs()
1782 bdx_tx_db_close(&priv->txdb); in bdx_tx_free()
H A Dtn40.h119 struct tn40_txdb txdb; member
H A Dtn40.c580 struct tn40_txdb *db = &priv->txdb; in tn40_tx_map_skb()
665 ret = tn40_tx_db_init(&priv->txdb, max(priv->txd_size, priv->txf_size)); in tn40_create_tx_ring()
680 tn40_tx_db_close(&priv->txdb); in tn40_create_tx_ring()
821 struct tn40_txdb *db = &priv->txdb; in tn40_tx_cleanup()
875 struct tn40_txdb *db = &priv->txdb; in tn40_tx_free_skbs()
892 tn40_tx_db_close(&priv->txdb); in tn40_destroy_tx_ring()