Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/
Dbcmsdh.c71 static int brcmf_sdiod_txglomsz = BRCMF_DEFAULT_TXGLOM_SIZE; variable
72 module_param_named(txglomsz, brcmf_sdiod_txglomsz, int, 0);
893 nents = max_t(uint, BRCMF_DEFAULT_RXGLOM_SIZE, brcmf_sdiod_txglomsz); in brcmf_sdiod_sgtable_alloc()
905 sdiodev->txglomsz = brcmf_sdiod_txglomsz; in brcmf_sdiod_sgtable_alloc()