Searched refs:headroom (Results 1 - 2 of 2) sorted by relevance
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/ |
H A D | hcc_hmac.c | 118 hi_u32 headroom; in hcc_hmac_tx_hcc_hdr_init() local 123 headroom = pad_hdr + HCC_HDR_LEN; in hcc_hmac_tx_hcc_hdr_init() 126 if (oal_netbuf_headroom(netbuf_temp) < headroom) { in hcc_hmac_tx_hcc_hdr_init() 127 oam_error_log2(0, 0, "hcc_hmac_tx_hcc_hdr_init:: headroom[%d] is not enough, need[%d]", in hcc_hmac_tx_hcc_hdr_init() 128 oal_netbuf_headroom(netbuf_temp), headroom); in hcc_hmac_tx_hcc_hdr_init() 131 hcc_hdr = (hcc_header_stru *)oal_netbuf_push(netbuf_temp, headroom); in hcc_hmac_tx_hcc_hdr_init() 298 oam_error_log2(0, 0, "hcc_hmac_tx_hcc_hdr_init:: headroom[%d] is not enough, need[%d]", in hcc_tx_netbuf_normal() 422 /* calculate headroom add_length for hcc hdr */ 458 oam_error_log0(0, OAM_SF_ANY, "{hcc_host_tx_data_adapt:: alloc headroom failed.}"); in hcc_host_tx_data_adapt()
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | dhd_msgbuf.c | 6658 uint16 headroom; in dhd_prot_txdata() local 6784 headroom = (uint16)PKTHEADROOM(dhd->osh, PKTBUF); in dhd_prot_txdata() 6785 if (prot->tx_metadata_offset && (headroom < prot->tx_metadata_offset)) in dhd_prot_txdata() 6786 DHD_ERROR(("No headroom for Metadata tx %d %d\n", in dhd_prot_txdata() 6787 prot->tx_metadata_offset, headroom)); in dhd_prot_txdata() 6789 if (prot->tx_metadata_offset && (headroom >= prot->tx_metadata_offset)) { in dhd_prot_txdata()
|
Completed in 15 milliseconds