Searched refs:MT_SG_MAX_SIZE (Results 1 – 3 of 3) sorted by relevance
475 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()
288 hw->max_tx_fragments = MT_SG_MAX_SIZE; in mt76x2u_register_device()
288 #define MT_SG_MAX_SIZE 8 macro