Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/tehuti/
Dtehuti.h201 struct txdb { struct
261 struct txdb txdb; member
Dtehuti.c1372 static inline int bdx_tx_db_size(struct txdb *db) in bdx_tx_db_size()
1386 static inline void __bdx_tx_db_ptr_next(struct txdb *db, struct tx_map **pptr) in __bdx_tx_db_ptr_next()
1405 static inline void bdx_tx_db_inc_rptr(struct txdb *db) in bdx_tx_db_inc_rptr()
1415 static inline void bdx_tx_db_inc_wptr(struct txdb *db) in bdx_tx_db_inc_wptr()
1429 static int bdx_tx_db_init(struct txdb *d, int sz_type) in bdx_tx_db_init()
1456 static void bdx_tx_db_close(struct txdb *d) in bdx_tx_db_close()
1491 struct txdb *db = &priv->txdb; in bdx_tx_map_skb()
1562 if (bdx_tx_db_init(&priv->txdb, max(priv->txd_size, priv->txf_size))) in bdx_tx_init()
1719 struct txdb *db = &priv->txdb; in bdx_tx_cleanup()
1779 struct txdb *db = &priv->txdb; in bdx_tx_free_skbs()
[all …]