Searched refs:poutbuf (Results 1 – 1 of 1) sorted by relevance
4121 bypass_outbuf_t *poutbuf = NULL; in wifi_add_to_bypassq() local4140 poutbuf = OSA_MemoryAllocate(link_point_len + pkt_len + len); in wifi_add_to_bypassq()4142 poutbuf = (bypass_outbuf_t *)OSA_MemoryPoolAllocate(buf_1536_MemoryPool); in wifi_add_to_bypassq()4144 if (!poutbuf) in wifi_add_to_bypassq()4150 (void)memset((t_u8 *)poutbuf, 0, link_point_len + pkt_len); in wifi_add_to_bypassq()4152 …(void)net_stack_buffer_copy_partial(pkt, (void *)((t_u8 *)poutbuf + link_point_len + pkt_len), (t_… in wifi_add_to_bypassq()4155 … process_pkt_hdrs((void *)((t_u8 *)poutbuf + link_point_len), pkt_len + len, interface, 0, 0); in wifi_add_to_bypassq()4157 wlan_add_buf_bypass_txq((t_u8 *)poutbuf, interface); in wifi_add_to_bypassq()4567 bypass_outbuf_t *poutbuf = NULL; in raw_low_level_output() local4574 poutbuf = OSA_MemoryAllocate(link_point_len + pkt_len + len); in raw_low_level_output()[all …]