Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/sfc/
Def100_rx.c155 efx_dword_t rxdb; in ef100_rx_write() local
168 EFX_POPULATE_DWORD_1(rxdb, ERF_GZ_RX_RING_PIDX, in ef100_rx_write()
170 efx_writed_page(rx_queue->efx, &rxdb, in ef100_rx_write()
/Linux-v5.10/drivers/net/ethernet/tehuti/
Dtehuti.c923 static void bdx_rxdb_destroy(struct rxdb *db) in bdx_rxdb_destroy()
928 static struct rxdb *bdx_rxdb_create(int nelem) in bdx_rxdb_create()
930 struct rxdb *db; in bdx_rxdb_create()
933 db = vmalloc(sizeof(struct rxdb) in bdx_rxdb_create()
949 static inline int bdx_rxdb_alloc_elem(struct rxdb *db) in bdx_rxdb_alloc_elem()
955 static inline void *bdx_rxdb_addr_elem(struct rxdb *db, int n) in bdx_rxdb_addr_elem()
961 static inline int bdx_rxdb_available(struct rxdb *db) in bdx_rxdb_available()
966 static inline void bdx_rxdb_free_elem(struct rxdb *db, int n) in bdx_rxdb_free_elem()
1006 priv->rxdb = bdx_rxdb_create(priv->rxf_fifo0.m.memsz / in bdx_rx_init()
1008 if (!priv->rxdb) in bdx_rx_init()
[all …]
Dtehuti.h176 struct rxdb { struct
250 struct rxdb *rxdb; /* rx dbs to store skb pointers */ member