Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/tehuti/
Dtehuti.c918 static void bdx_rxdb_destroy(struct rxdb *db) in bdx_rxdb_destroy()
923 static struct rxdb *bdx_rxdb_create(int nelem) in bdx_rxdb_create()
925 struct rxdb *db; in bdx_rxdb_create()
928 db = vmalloc(sizeof(struct rxdb) in bdx_rxdb_create()
944 static inline int bdx_rxdb_alloc_elem(struct rxdb *db) in bdx_rxdb_alloc_elem()
950 static inline void *bdx_rxdb_addr_elem(struct rxdb *db, int n) in bdx_rxdb_addr_elem()
956 static inline int bdx_rxdb_available(struct rxdb *db) in bdx_rxdb_available()
961 static inline void bdx_rxdb_free_elem(struct rxdb *db, int n) in bdx_rxdb_free_elem()
1001 priv->rxdb = bdx_rxdb_create(priv->rxf_fifo0.m.memsz / in bdx_rx_init()
1003 if (!priv->rxdb) in bdx_rx_init()
[all …]
Dtehuti.h176 struct rxdb { struct
250 struct rxdb *rxdb; /* rx dbs to store skb pointers */ member