Searched refs:glom (Results 1 – 1 of 1) sorted by relevance
467 struct sk_buff_head glom; /* Packet list for glommed superframe */ member1286 skb_queue_walk(&bus->glom, p) in brcmf_sdio_glom_len()1295 skb_queue_walk_safe(&bus->glom, cur, next) { in brcmf_sdio_free_glom()1296 skb_unlink(cur, &bus->glom); in brcmf_sdio_free_glom()1529 bus->glomd, skb_peek(&bus->glom)); in brcmf_sdio_rxglom()1575 skb_queue_tail(&bus->glom, pnext); in brcmf_sdio_rxglom()1605 if (!skb_queue_empty(&bus->glom)) { in brcmf_sdio_rxglom()1608 skb_queue_walk(&bus->glom, pnext) { in brcmf_sdio_rxglom()1615 pfirst = skb_peek(&bus->glom); in brcmf_sdio_rxglom()1624 &bus->glom, dlen); in brcmf_sdio_rxglom()[all …]