Lines Matching refs:pbuf

313     RxPD *prx_pd = (RxPD *)(void *)amsdu_pmbuf->pbuf;  in wrapper_deliver_amsdu_subframe()
320 RxPD *prx_pd = (RxPD *)(void *)(pmbuf->pbuf + pmbuf->data_offset); in wrapper_moal_recv_packet()
330 …w_pkt_d("[push] %p + %d: DELV: %p L: %d", pmbuf->pbuf, pmbuf->data_offset, pmbuf->lwip_pbuf, pmbu… in wrapper_moal_recv_packet()
337 OSA_MemoryFree(pmbuf->pbuf); in wrapper_moal_recv_packet()
340 OSA_MemoryPoolFree(buf_128_MemoryPool, pmbuf->pbuf); in wrapper_moal_recv_packet()
1244 pmbuf->pbuf = (t_u8 *)OSA_MemoryAllocate(sizeof(RxPD)); in wrapper_wlan_handle_rx_packet()
1246 pmbuf->pbuf = OSA_MemoryPoolAllocate(buf_128_MemoryPool); in wrapper_wlan_handle_rx_packet()
1248 if (pmbuf->pbuf == MNULL) in wrapper_wlan_handle_rx_packet()
1260 (void)memcpy((void *)pmbuf->pbuf, (const void *)rxpd, sizeof(RxPD)); in wrapper_wlan_handle_rx_packet()
1262 pmbuf->pbuf = (t_u8 *)rxpd; in wrapper_wlan_handle_rx_packet()
1304 OSA_MemoryFree(pmbuf->pbuf); in wrapper_wlan_handle_rx_packet()
1307 OSA_MemoryPoolFree(buf_128_MemoryPool, pmbuf->pbuf); in wrapper_wlan_handle_rx_packet()
1503 req.pbuf = (t_u8 *)bss; in wifi_send_bss_ioctl()
1533 req.pbuf = (t_u8 *)ds_11n_cfg; in wifi_send_11n_cfg_ioctl()
1554 req.pbuf = (t_u8 *)ds_11n_cfg; in wifi_send_uap_11n_cfg_ioctl()
1638 req.pbuf = (t_u8 *)ds_power_cfg; in wifi_send_tx_power_cfg_ioctl()
1690 ioctl_req_pwr_cfg.pbuf = (t_u8 *)(&ds_power_cfg); in wifi_get_tx_power()
1708 req.pbuf = (t_u8 *)ds_rate_cfg; in wifi_send_tx_rate_cfg_ioctl()
5364 static void wifi_tx_pert_report(void *pbuf) in wifi_tx_pert_report() argument
5366 (void)PRINTF("current PER is %d%%\r\n", wlan_le16_to_cpu(*(t_u16 *)((t_u8 *)pbuf + 8))); in wifi_tx_pert_report()
7369 req.pbuf = (t_u8 *)&cfg; in wifi_wmm_qos_cfg()
7400 pioctl_buf.pbuf = (t_u8 *)&pm_cfg; in wifi_sleep_period()
7404 pm_cfg = *(mlan_ds_pm_cfg *)pioctl_buf.pbuf; in wifi_sleep_period()
7598 req.pbuf = (t_u8 *)&cfg; in wifi_set_11ax_tx_omi()
7641 req.pbuf = (t_u8 *)&cfg; in wifi_set_11ax_tol_time()
7919 req.pbuf = (t_u8 *)&misc; in wifi_set_clocksync_cfg()
7951 req.pbuf = (t_u8 *)&misc; in wifi_get_tsf_info()
8068 ioctl_req.pbuf = (t_u8 *)&ioctl_cfg; in wifi_get_mc_cfg()
8093 ioctl_req.pbuf = (t_u8 *)&ioctl_cfg; in wifi_set_mc_policy()
8150 ioctl_req.pbuf = (t_u8 *)&ioctl_cfg; in wifi_get_mc_cfg_ext()
8180 ioctl_req.pbuf = (t_u8 *)&ioctl_cfg; in wifi_get_fw_timestamp()
8788 req.pbuf = (t_u8 *)&misc; in wifi_set_indrst_cfg()
8819 req.pbuf = (t_u8 *)&misc; in wifi_get_indrst_cfg()