Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/mediatek/mt76/
Dusb.c475 nsgs = MT_SG_MAX_SIZE; in mt76u_alloc_rx()
639 memset(urb->sg, 0, sizeof(*urb->sg) * MT_SG_MAX_SIZE); in mt76u_tx_build_sg()
641 nsgs = min_t(int, MT_SG_MAX_SIZE, nsgs); in mt76u_tx_build_sg()
713 size = MT_SG_MAX_SIZE * sizeof(struct scatterlist); in mt76u_alloc_tx()
Dmt76x2u_init.c288 hw->max_tx_fragments = MT_SG_MAX_SIZE; in mt76x2u_register_device()
Dmt76.h288 #define MT_SG_MAX_SIZE 8 macro