Symbol: tx_map
drivers/net/ethernet/aquantia/atlantic/hw_atl2/hw_atl2.c
196
u32 tx_map = 0;
drivers/net/ethernet/aquantia/atlantic/hw_atl2/hw_atl2.c
226
tx_map |= tc << HW_ATL2_TX_Q_TC_MAP_SHIFT(q);
drivers/net/ethernet/aquantia/atlantic/hw_atl2/hw_atl2.c
231
tx_map);
drivers/net/ethernet/aquantia/atlantic/hw_atl2/hw_atl2.c
232
tx_map = 0;
drivers/net/ethernet/tehuti/tehuti.c
1366
static inline void __bdx_tx_db_ptr_next(struct txdb *db, struct tx_map **pptr)
drivers/net/ethernet/tehuti/tehuti.c
1422
d->size = memsz / sizeof(struct tx_map) - 1;
drivers/net/ethernet/tehuti/tehuti.h
198
struct tx_map *start; /* points to the first element */
drivers/net/ethernet/tehuti/tehuti.h
199
struct tx_map *end; /* points just AFTER the last element */
drivers/net/ethernet/tehuti/tehuti.h
200
struct tx_map *rptr; /* points to the next element to read */
drivers/net/ethernet/tehuti/tehuti.h
201
struct tx_map *wptr; /* points to the next element to write */
tools/testing/selftests/bpf/xsk.c
548
void *rx_map = NULL, *tx_map = NULL;
tools/testing/selftests/bpf/xsk.c
646
tx_map = mmap(NULL, off.tx.desc +
tools/testing/selftests/bpf/xsk.c
650
if (tx_map == MAP_FAILED) {
tools/testing/selftests/bpf/xsk.c
657
tx->producer = tx_map + off.tx.producer;
tools/testing/selftests/bpf/xsk.c
658
tx->consumer = tx_map + off.tx.consumer;
tools/testing/selftests/bpf/xsk.c
659
tx->flags = tx_map + off.tx.flags;
tools/testing/selftests/bpf/xsk.c
660
tx->ring = tx_map + off.tx.desc;
tools/testing/selftests/bpf/xsk.c
692
munmap(tx_map, off.tx.desc +