Home
last modified time | relevance | path

Searched refs:__bdx_tx_db_ptr_next (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/tehuti/
H A Dtehuti.c1368 * __bdx_tx_db_ptr_next - helper function, increment read/write pointer + wrap
1372 static inline void __bdx_tx_db_ptr_next(struct txdb *db, struct tx_map **pptr) in __bdx_tx_db_ptr_next() function
1394 __bdx_tx_db_ptr_next(db, &db->rptr); in bdx_tx_db_inc_rptr()
1403 __bdx_tx_db_ptr_next(db, &db->wptr); in bdx_tx_db_inc_wptr()
/kernel/linux/linux-6.6/drivers/net/ethernet/tehuti/
H A Dtehuti.c1362 * __bdx_tx_db_ptr_next - helper function, increment read/write pointer + wrap
1366 static inline void __bdx_tx_db_ptr_next(struct txdb *db, struct tx_map **pptr) in __bdx_tx_db_ptr_next() function
1388 __bdx_tx_db_ptr_next(db, &db->rptr); in bdx_tx_db_inc_rptr()
1397 __bdx_tx_db_ptr_next(db, &db->wptr); in bdx_tx_db_inc_wptr()

Completed in 10 milliseconds