Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_sdio.c2431 int head_padding; in dhdsdio_txpkt_preprocess() local
2505 head_padding = (uintptr)frame % DHD_SDALIGN; in dhdsdio_txpkt_preprocess()
2506 if (PKTHEADROOM(osh, pkt) < head_padding) { in dhdsdio_txpkt_preprocess()
2507 head_padding = 0; in dhdsdio_txpkt_preprocess()
2514 modulo = (pkt_len + head_padding) % DHD_SDALIGN; in dhdsdio_txpkt_preprocess()
2527 (head_padding + pkt_len + tail_padding); in dhdsdio_txpkt_preprocess()
2561 __FUNCTION__, pkt_len, head_padding, tail_padding, *pad_pkt_len)); in dhdsdio_txpkt_preprocess()
2573 head_padding = 0; in dhdsdio_txpkt_preprocess()
2602 if (head_padding) in dhdsdio_txpkt_preprocess()
2603 PKTPUSH(osh, pkt, head_padding); in dhdsdio_txpkt_preprocess()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_sdio.c2225 int head_padding; in dhdsdio_txpkt_preprocess() local
2258 head_padding = (uintptr)frame % DHD_SDALIGN; in dhdsdio_txpkt_preprocess()
2259 if (PKTHEADROOM(osh, pkt) < head_padding) { in dhdsdio_txpkt_preprocess()
2260 head_padding = 0; in dhdsdio_txpkt_preprocess()
2269 modulo = (pkt_len + head_padding) % DHD_SDALIGN; in dhdsdio_txpkt_preprocess()
2282 (head_padding + pkt_len + tail_padding); in dhdsdio_txpkt_preprocess()
2317 __FUNCTION__, pkt_len, head_padding, tail_padding, *pad_pkt_len)); in dhdsdio_txpkt_preprocess()
2329 head_padding = 0; in dhdsdio_txpkt_preprocess()
2358 if (head_padding) in dhdsdio_txpkt_preprocess()
2359 PKTPUSH(osh, pkt, head_padding); in dhdsdio_txpkt_preprocess()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_sdio.c2282 int head_padding; in dhdsdio_txpkt_preprocess() local
2315 head_padding = (uintptr)frame % DHD_SDALIGN; in dhdsdio_txpkt_preprocess()
2316 if (PKTHEADROOM(osh, pkt) < head_padding) { in dhdsdio_txpkt_preprocess()
2317 head_padding = 0; in dhdsdio_txpkt_preprocess()
2326 modulo = (pkt_len + head_padding) % DHD_SDALIGN; in dhdsdio_txpkt_preprocess()
2339 (head_padding + pkt_len + tail_padding); in dhdsdio_txpkt_preprocess()
2374 __FUNCTION__, pkt_len, head_padding, tail_padding, *pad_pkt_len)); in dhdsdio_txpkt_preprocess()
2386 head_padding = 0; in dhdsdio_txpkt_preprocess()
2415 if (head_padding) in dhdsdio_txpkt_preprocess()
2416 PKTPUSH(osh, pkt, head_padding); in dhdsdio_txpkt_preprocess()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_sdio.c2221 int head_padding; in dhdsdio_txpkt_preprocess() local
2254 head_padding = (uintptr)frame % DHD_SDALIGN; in dhdsdio_txpkt_preprocess()
2255 if (PKTHEADROOM(osh, pkt) < head_padding) { in dhdsdio_txpkt_preprocess()
2256 head_padding = 0; in dhdsdio_txpkt_preprocess()
2265 modulo = (pkt_len + head_padding) % DHD_SDALIGN; in dhdsdio_txpkt_preprocess()
2278 (head_padding + pkt_len + tail_padding); in dhdsdio_txpkt_preprocess()
2313 __FUNCTION__, pkt_len, head_padding, tail_padding, *pad_pkt_len)); in dhdsdio_txpkt_preprocess()
2325 head_padding = 0; in dhdsdio_txpkt_preprocess()
2354 if (head_padding) in dhdsdio_txpkt_preprocess()
2355 PKTPUSH(osh, pkt, head_padding); in dhdsdio_txpkt_preprocess()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_sdio.c2472 int head_padding; in dhdsdio_txpkt_preprocess() local
2536 head_padding = (uintptr)frame % DHD_SDALIGN; in dhdsdio_txpkt_preprocess()
2537 if (PKTHEADROOM(osh, pkt) < head_padding) { in dhdsdio_txpkt_preprocess()
2538 head_padding = 0; in dhdsdio_txpkt_preprocess()
2545 modulo = (pkt_len + head_padding) % DHD_SDALIGN; in dhdsdio_txpkt_preprocess()
2558 (head_padding + pkt_len + tail_padding); in dhdsdio_txpkt_preprocess()
2592 __FUNCTION__, pkt_len, head_padding, tail_padding, *pad_pkt_len)); in dhdsdio_txpkt_preprocess()
2604 head_padding = 0; in dhdsdio_txpkt_preprocess()
2633 if (head_padding) in dhdsdio_txpkt_preprocess()
2634 PKTPUSH(osh, pkt, head_padding); in dhdsdio_txpkt_preprocess()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_sdio.c2461 int head_padding; in dhdsdio_txpkt_preprocess() local
2525 head_padding = (uintptr)frame % DHD_SDALIGN; in dhdsdio_txpkt_preprocess()
2526 if (PKTHEADROOM(osh, pkt) < head_padding) { in dhdsdio_txpkt_preprocess()
2527 head_padding = 0; in dhdsdio_txpkt_preprocess()
2534 modulo = (pkt_len + head_padding) % DHD_SDALIGN; in dhdsdio_txpkt_preprocess()
2547 (head_padding + pkt_len + tail_padding); in dhdsdio_txpkt_preprocess()
2581 __FUNCTION__, pkt_len, head_padding, tail_padding, *pad_pkt_len)); in dhdsdio_txpkt_preprocess()
2593 head_padding = 0; in dhdsdio_txpkt_preprocess()
2622 if (head_padding) in dhdsdio_txpkt_preprocess()
2623 PKTPUSH(osh, pkt, head_padding); in dhdsdio_txpkt_preprocess()
[all …]