Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/tehuti/
Dtehuti.c930 static void bdx_rxdb_destroy(struct rxdb *db) in bdx_rxdb_destroy()
935 static struct rxdb *bdx_rxdb_create(int nelem) in bdx_rxdb_create()
937 struct rxdb *db; in bdx_rxdb_create()
940 db = vmalloc(sizeof(struct rxdb) in bdx_rxdb_create()
956 static inline int bdx_rxdb_alloc_elem(struct rxdb *db) in bdx_rxdb_alloc_elem()
962 static inline void *bdx_rxdb_addr_elem(struct rxdb *db, int n) in bdx_rxdb_addr_elem()
968 static inline int bdx_rxdb_available(struct rxdb *db) in bdx_rxdb_available()
973 static inline void bdx_rxdb_free_elem(struct rxdb *db, int n) in bdx_rxdb_free_elem()
1013 priv->rxdb = bdx_rxdb_create(priv->rxf_fifo0.m.memsz / in bdx_rx_init()
1015 if (!priv->rxdb) in bdx_rx_init()
[all …]
Dtehuti.h177 struct rxdb { struct
251 struct rxdb *rxdb; /* rx dbs to store skb pointers */ member