Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/tehuti/
H A Dtehuti.h191 struct tx_map { struct
198 struct tx_map *start; /* points to the first element */ argument
199 struct tx_map *end; /* points just AFTER the last element */
200 struct tx_map *rptr; /* points to the next element to read */
201 struct tx_map *wptr; /* points to the next element to write */
H A Dtehuti.c1366 static inline void __bdx_tx_db_ptr_next(struct txdb *db, struct tx_map **pptr) in __bdx_tx_db_ptr_next()
1422 d->size = memsz / sizeof(struct tx_map) - 1; in bdx_tx_db_init()
/linux/tools/testing/selftests/bpf/
H A Dxsk.c548 void *rx_map = NULL, *tx_map = NULL; in xsk_socket__create_shared() local
646 tx_map = mmap(NULL, off.tx.desc + in xsk_socket__create_shared()
650 if (tx_map == MAP_FAILED) { in xsk_socket__create_shared()
657 tx->producer = tx_map + off.tx.producer; in xsk_socket__create_shared()
658 tx->consumer = tx_map + off.tx.consumer; in xsk_socket__create_shared()
659 tx->flags = tx_map + off.tx.flags; in xsk_socket__create_shared()
660 tx->ring = tx_map + off.tx.desc; in xsk_socket__create_shared()
692 munmap(tx_map, off.tx.desc + in xsk_socket__create_shared()