Home
last modified time | relevance | path

Searched refs:glom (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dsdio.c134 biggest possible glom */
423 uint rxglomframes; /* Number of glom frames (superframes) */
424 uint rxglompkts; /* Number of packets from glom frames */
469 struct sk_buff_head glom; /* Packet list for glommed superframe */ member
1275 skb_queue_walk(&bus->glom, p) in brcmf_sdio_glom_len()
1284 skb_queue_walk_safe(&bus->glom, cur, next) { in brcmf_sdio_free_glom()
1285 skb_unlink(cur, &bus->glom); in brcmf_sdio_free_glom()
1302 * Tx glom mode only, N/A for Rx or normal Tx
1444 /* only warm for NON glom packet */ in brcmf_sdio_hdparse()
1517 brcmf_dbg(SDIO, "start: glomd %p glom in brcmf_sdio_rxglom()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dsdio.c134 biggest possible glom */
421 uint rxglomframes; /* Number of glom frames (superframes) */
422 uint rxglompkts; /* Number of packets from glom frames */
467 struct sk_buff_head glom; /* Packet list for glommed superframe */ member
1286 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()
1313 * Tx glom mode only, N/A for Rx or normal Tx
1455 /* only warm for NON glom packet */ in brcmf_sdio_hdparse()
1528 brcmf_dbg(SDIO, "start: glomd %p glom in brcmf_sdio_rxglom()
[all...]
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_sdio.c115 #define MAX_DATA_BUF (64 * 1024) /* Must be large enough to hold biggest possible glom */
1969 * the caller is responsible for updating the glom size in the head packet (when glom is
1973 * is taken in tx glom mode only
2162 * 4-byte HW frame tag: length, ~length (for glom this is the total length) in dhdsdio_txpkt_preprocess()
2164 * 8-byte HW extesion flags (glom mode only) as the following: in dhdsdio_txpkt_preprocess()
2179 * in tx-glom mode, dongle only checks the hardware frame tag in the first in dhdsdio_txpkt_preprocess()
2180 * packet and sees it as the total lenght of the glom (including tail padding), in dhdsdio_txpkt_preprocess()
2181 * for each packet in the glom, the packet length needs to be updated, (see in dhdsdio_txpkt_preprocess()
2184 * in non tx-glom mod in dhdsdio_txpkt_preprocess()
[all...]
H A Ddhd_wlfc.h125 void *glom; /* Packet chain for glommed superframe */ member
131 uint8 *databuf; /* Buffer for receiving big glom packet */
228 uint rxglomframes; /* Number of glom frames (superframes) */
229 uint rxglompkts; /* Number of packets from glom frames */
262 uint32 txglom_cnt; /* Number of pkts in the glom array */
263 uint32 txglom_total_len; /* Total length of pkts in glom array */
264 bool txglom_enable; /* Flag to indicate whether tx glom is enabled/disabled */
274 uint txglomframes; /* Number of tx glom frames (superframes) */
275 uint txglompkts; /* Number of packets from tx glom frames */
H A Ddhd_linux.c10116 uint32 glom = CUSTOM_GLOM_SETTING; in dhd_preinit_ioctls() local
10687 if (sec_get_param_wfa_cert(dhd, SET_PARAM_BUS_TXGLOM_MODE, &glom) == BCME_OK) { in dhd_preinit_ioctls()
10688 DHD_ERROR(("%s, read txglom param =%d\n", __FUNCTION__, glom)); in dhd_preinit_ioctls()
10691 if (glom != DEFAULT_GLOM_VALUE) { in dhd_preinit_ioctls()
10692 DHD_INFO(("%s set glom=0x%X\n", __FUNCTION__, glom)); in dhd_preinit_ioctls()
10693 ret = dhd_iovar(dhd, 0, "bus:txglom", (char *)&glom, sizeof(glom), NULL, 0, TRUE); in dhd_preinit_ioctls()

Completed in 37 milliseconds