Home
last modified time | relevance | path

Searched refs:ptxwi (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/drivers/net/wireless/mediatek/mt76/
Dtx.c688 int mt76_token_consume(struct mt76_dev *dev, struct mt76_txwi_cache **ptxwi) in mt76_token_consume() argument
694 token = idr_alloc(&dev->token, *ptxwi, 0, dev->drv->token_size, in mt76_token_consume()
Dmt76.h1261 int mt76_token_consume(struct mt76_dev *dev, struct mt76_txwi_cache **ptxwi);
1272 mt76_token_get(struct mt76_dev *dev, struct mt76_txwi_cache **ptxwi) in mt76_token_get() argument
1277 token = idr_alloc(&dev->token, *ptxwi, 0, dev->drv->token_size, in mt76_token_get()