Searched refs:rxdb (Results 1 – 2 of 2) sorted by relevance
922 static void bdx_rxdb_destroy(struct rxdb *db) in bdx_rxdb_destroy()927 static struct rxdb *bdx_rxdb_create(int nelem) in bdx_rxdb_create()929 struct rxdb *db; in bdx_rxdb_create()932 db = vmalloc(sizeof(struct rxdb) in bdx_rxdb_create()948 static inline int bdx_rxdb_alloc_elem(struct rxdb *db) in bdx_rxdb_alloc_elem()954 static inline void *bdx_rxdb_addr_elem(struct rxdb *db, int n) in bdx_rxdb_addr_elem()960 static inline int bdx_rxdb_available(struct rxdb *db) in bdx_rxdb_available()965 static inline void bdx_rxdb_free_elem(struct rxdb *db, int n) in bdx_rxdb_free_elem()1005 priv->rxdb = bdx_rxdb_create(priv->rxf_fifo0.m.memsz / in bdx_rx_init()1007 if (!priv->rxdb) in bdx_rx_init()[all …]
180 struct rxdb { struct254 struct rxdb *rxdb; /* rx dbs to store skb pointers */ member