| /OK3568_Linux_fs/kernel/drivers/net/usb/ |
| H A D | kalmia.c | 161 u16 content_len; in kalmia_tx_fixup() local 202 content_len = skb->len - KALMIA_HEADER_LENGTH; in kalmia_tx_fixup() 204 put_unaligned_le16(content_len, &header_start[2]); in kalmia_tx_fixup() 217 content_len, padlen, header_start); in kalmia_tx_fixup()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/mac_ax/ |
| H A D | fwcmd.h | 207 u8 content_len; member 214 u8 content_len; member 227 u8 content_len; member
|
| H A D | fwcmd.c | 2353 info->content_len = GET_FIELD(val, C2H_HDR_TOTAL_LEN) - in c2h_field_parsing() 2438 buf = h2cb_put(h2cb, hdr->content_len); in mac_outsrc_h2c_common() 2444 PLTFM_MEMCPY(info->dword0, pvalue, hdr->content_len); in mac_outsrc_h2c_common() 2847 if (h2c->content_len > H2CREG_CONTENT_LEN) { in _mac_send_h2creg() 2852 len = h2c->content_len + H2CREG_HDR_LEN; in _mac_send_h2creg() 2853 if ((h2c->content_len + H2CREG_HDR_LEN) & 3) in _mac_send_h2creg() 2854 len = ((h2c->content_len + H2CREG_HDR_LEN) >> 2) + 1; in _mac_send_h2creg() 2856 len = (h2c->content_len + H2CREG_HDR_LEN) >> 2; in _mac_send_h2creg() 3026 info->content_len = GET_FIELD(hdr->dword0, in mac_process_c2hreg() 3028 info->content_len = (info->content_len << 2) - C2HREG_HDR_LEN; in mac_process_c2hreg() [all …]
|
| H A D | wowlan.c | 1567 h2c_info.content_len = sizeof(struct fwcmd_aoac_rpt_1); in _mac_request_aoac_report_rx_not_rdy() 1611 h2c_info.content_len = sizeof(struct fwcmd_aoac_rpt_2); in _mac_request_aoac_report_rx_not_rdy() 1740 h2c_info.content_len = 0; in mac_wow_stop_trx()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/mac_ax/ |
| H A D | fwcmd.h | 207 u8 content_len; member 214 u8 content_len; member 227 u8 content_len; member
|
| H A D | fwcmd.c | 2353 info->content_len = GET_FIELD(val, C2H_HDR_TOTAL_LEN) - in c2h_field_parsing() 2438 buf = h2cb_put(h2cb, hdr->content_len); in mac_outsrc_h2c_common() 2444 PLTFM_MEMCPY(info->dword0, pvalue, hdr->content_len); in mac_outsrc_h2c_common() 2847 if (h2c->content_len > H2CREG_CONTENT_LEN) { in _mac_send_h2creg() 2852 len = h2c->content_len + H2CREG_HDR_LEN; in _mac_send_h2creg() 2853 if ((h2c->content_len + H2CREG_HDR_LEN) & 3) in _mac_send_h2creg() 2854 len = ((h2c->content_len + H2CREG_HDR_LEN) >> 2) + 1; in _mac_send_h2creg() 2856 len = (h2c->content_len + H2CREG_HDR_LEN) >> 2; in _mac_send_h2creg() 3026 info->content_len = GET_FIELD(hdr->dword0, in mac_process_c2hreg() 3028 info->content_len = (info->content_len << 2) - C2HREG_HDR_LEN; in mac_process_c2hreg() [all …]
|
| H A D | wowlan.c | 1567 h2c_info.content_len = sizeof(struct fwcmd_aoac_rpt_1); in _mac_request_aoac_report_rx_not_rdy() 1611 h2c_info.content_len = sizeof(struct fwcmd_aoac_rpt_2); in _mac_request_aoac_report_rx_not_rdy() 1740 h2c_info.content_len = 0; in mac_wow_stop_trx()
|
| /OK3568_Linux_fs/kernel/drivers/thunderbolt/ |
| H A D | property.c | 165 size_t i, content_len, nentries; in __tb_property_parse_dir() local 175 content_len = dir_len; in __tb_property_parse_dir() 184 content_len = dir_len - 4; /* Length includes UUID */ in __tb_property_parse_dir() 188 nentries = content_len / (sizeof(*entries) / 4); in __tb_property_parse_dir()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/rf/ |
| H A D | halrf_interface.c | 181 hdr.content_len = cmdlen; in halrf_fill_h2c_cmd()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/rf/ |
| H A D | halrf_interface.c | 181 hdr.content_len = cmdlen; in halrf_fill_h2c_cmd()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/ |
| H A D | rtw_ieee80211.c | 414 …w_ies_update_ie(u8 *ies, uint *ies_len, uint ies_offset, u8 eid, const u8 *content, u8 content_len) in rtw_ies_update_ie() argument 431 if (target_ielen != content_len) { in rtw_ies_update_ie() 442 _rtw_memcpy(target_ie + 2, content, content_len); in rtw_ies_update_ie() 443 *(target_ie + 1) = content_len; in rtw_ies_update_ie() 446 if (target_ielen != content_len) { in rtw_ies_update_ie() 447 remain_ies = target_ie + 2 + content_len; in rtw_ies_update_ie() 449 offset = content_len - target_ielen; in rtw_ies_update_ie()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/ |
| H A D | rtw_ieee80211.c | 436 …w_ies_update_ie(u8 *ies, uint *ies_len, uint ies_offset, u8 eid, const u8 *content, u8 content_len) in rtw_ies_update_ie() argument 453 if (target_ielen != content_len) { in rtw_ies_update_ie() 464 _rtw_memcpy(target_ie + 2, content, content_len); in rtw_ies_update_ie() 465 *(target_ie + 1) = content_len; in rtw_ies_update_ie() 468 if (target_ielen != content_len) { in rtw_ies_update_ie() 469 remain_ies = target_ie + 2 + content_len; in rtw_ies_update_ie() 472 offset = content_len - target_ielen; in rtw_ies_update_ie()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/ |
| H A D | rtw_ieee80211.c | 436 …w_ies_update_ie(u8 *ies, uint *ies_len, uint ies_offset, u8 eid, const u8 *content, u8 content_len) in rtw_ies_update_ie() argument 453 if (target_ielen != content_len) { in rtw_ies_update_ie() 464 _rtw_memcpy(target_ie + 2, content, content_len); in rtw_ies_update_ie() 465 *(target_ie + 1) = content_len; in rtw_ies_update_ie() 468 if (target_ielen != content_len) { in rtw_ies_update_ie() 469 remain_ies = target_ie + 2 + content_len; in rtw_ies_update_ie() 472 offset = content_len - target_ielen; in rtw_ies_update_ie()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/ |
| H A D | rtw_ieee80211.c | 436 …w_ies_update_ie(u8 *ies, uint *ies_len, uint ies_offset, u8 eid, const u8 *content, u8 content_len) in rtw_ies_update_ie() argument 453 if (target_ielen != content_len) { in rtw_ies_update_ie() 464 _rtw_memcpy(target_ie + 2, content, content_len); in rtw_ies_update_ie() 465 *(target_ie + 1) = content_len; in rtw_ies_update_ie() 468 if (target_ielen != content_len) { in rtw_ies_update_ie() 469 remain_ies = target_ie + 2 + content_len; in rtw_ies_update_ie() 471 offset = content_len - target_ielen; in rtw_ies_update_ie()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/ |
| H A D | rtw_ieee80211.c | 414 …w_ies_update_ie(u8 *ies, uint *ies_len, uint ies_offset, u8 eid, const u8 *content, u8 content_len) in rtw_ies_update_ie() argument 431 if (target_ielen != content_len) { in rtw_ies_update_ie() 442 _rtw_memcpy(target_ie + 2, content, content_len); in rtw_ies_update_ie() 443 *(target_ie + 1) = content_len; in rtw_ies_update_ie() 446 if (target_ielen != content_len) { in rtw_ies_update_ie() 447 remain_ies = target_ie + 2 + content_len; in rtw_ies_update_ie() 449 offset = content_len - target_ielen; in rtw_ies_update_ie()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/ |
| H A D | hal_def.h | 124 u16 content_len:12; member 148 u16 content_len; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/ |
| H A D | hal_def.h | 124 u16 content_len:12; member 148 u16 content_len; member
|
| H A D | hal_api_btc.c | 549 u16 len = c2h->content_len; in rtw_hal_btc_process_c2h()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/rest/files/ |
| H A D | 0002-Port-to-libsoup3.patch | 703 gsize content_len; 709 &content, &content_len, &error)) 716 SOUP_MEMORY_TAKE, content, content_len); 718 + body = g_bytes_new_take (content, content_len);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/halmac/halmac_88xx/ |
| H A D | halmac_common_88xx.c | 781 u8 content_len = 0; in get_c2h_dbg_88xx() local 784 content_len = (u8)C2H_HDR_GET_LEN((u8 *)buf); in get_c2h_dbg_88xx() 786 if (content_len > C2H_DBG_CONTENT_MAX_LENGTH) { in get_c2h_dbg_88xx() 791 for (i = 0; i < content_len; i++) { in get_c2h_dbg_88xx()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/halmac/halmac_88xx/ |
| H A D | halmac_common_88xx.c | 786 u8 content_len = 0; in get_c2h_dbg_88xx() local 789 content_len = (u8)C2H_HDR_GET_LEN((u8 *)buf); in get_c2h_dbg_88xx() 791 if (content_len > C2H_DBG_CONTENT_MAX_LENGTH) { in get_c2h_dbg_88xx() 796 for (i = 0; i < content_len; i++) { in get_c2h_dbg_88xx()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/halmac/halmac_88xx/ |
| H A D | halmac_common_88xx.c | 787 u8 content_len = 0; in get_c2h_dbg_88xx() local 790 content_len = (u8)C2H_HDR_GET_LEN((u8 *)buf); in get_c2h_dbg_88xx() 792 if (content_len > C2H_DBG_CONTENT_MAX_LENGTH) { in get_c2h_dbg_88xx() 797 for (i = 0; i < content_len; i++) { in get_c2h_dbg_88xx()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/bb/ |
| H A D | halbb_interface.c | 267 hdr.content_len = cmdlen; in halbb_fill_h2c_cmd()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/bb/ |
| H A D | halbb_interface.c | 267 hdr.content_len = cmdlen; in halbb_fill_h2c_cmd()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/halmac/halmac_88xx/ |
| H A D | halmac_common_88xx.c | 786 u8 content_len = 0; in get_c2h_dbg_88xx() local 789 content_len = (u8)C2H_HDR_GET_LEN((u8 *)buf); in get_c2h_dbg_88xx() 791 if (content_len > C2H_DBG_CONTENT_MAX_LENGTH) { in get_c2h_dbg_88xx() 796 for (i = 0; i < content_len; i++) { in get_c2h_dbg_88xx()
|