Searched refs:tx_map (Results 1 – 3 of 3) sorted by relevance
191 struct tx_map { struct198 struct tx_map *start; /* points to the first element */ argument199 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 */
1366 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()
118 u32 tx_map = 0; in hw_atl2_hw_queue_to_tc_map_set() local148 tx_map |= tc << HW_ATL2_TX_Q_TC_MAP_SHIFT(q); in hw_atl2_hw_queue_to_tc_map_set()153 tx_map); in hw_atl2_hw_queue_to_tc_map_set()154 tx_map = 0; in hw_atl2_hw_queue_to_tc_map_set()
Completed in 13 milliseconds