Home
last modified time | relevance | path

Searched refs:fdma_db (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/microchip/fdma/
Dfdma_api.h66 struct fdma_db { struct
74 struct fdma_db db[FDMA_DB_MAX]; argument
141 static inline bool fdma_db_is_done(struct fdma_db *db) in fdma_db_is_done()
147 static inline int fdma_db_len_get(struct fdma_db *db) in fdma_db_len_get()
159 static inline struct fdma_db *fdma_db_get(struct fdma *fdma, int dcb_idx, in fdma_db_get()
166 static inline struct fdma_db *fdma_db_next_get(struct fdma *fdma) in fdma_db_next_get()
Dfdma_api.c14 struct fdma_db *db = fdma_db_get(fdma, dcb_idx, db_idx); in __fdma_db_add()
/linux-6.12.1/drivers/net/ethernet/microchip/lan966x/
Dlan966x_fdma.c338 struct fdma_db *db; in lan966x_fdma_tx_clear_buf()
396 struct fdma_db *db; in lan966x_fdma_rx_check_frame()
427 struct fdma_db *db; in lan966x_fdma_rx_get_frame()
/linux-6.12.1/drivers/net/ethernet/microchip/sparx5/
Dsparx5_fdma.c146 struct fdma_db *db_hw; in sparx5_fdma_rx_get_frame()