Searched refs:poutbuf (Results 1 – 1 of 1) sorted by relevance
4119 bypass_outbuf_t *poutbuf = NULL; in wifi_add_to_bypassq() local4138 poutbuf = OSA_MemoryAllocate(link_point_len + pkt_len + len); in wifi_add_to_bypassq()4140 poutbuf = (bypass_outbuf_t *)OSA_MemoryPoolAllocate(buf_1536_MemoryPool); in wifi_add_to_bypassq()4142 if (!poutbuf) in wifi_add_to_bypassq()4148 (void)memset((t_u8 *)poutbuf, 0, link_point_len + pkt_len); in wifi_add_to_bypassq()4150 …(void)net_stack_buffer_copy_partial(pkt, (void *)((t_u8 *)poutbuf + link_point_len + pkt_len), (t_… in wifi_add_to_bypassq()4153 … process_pkt_hdrs((void *)((t_u8 *)poutbuf + link_point_len), pkt_len + len, interface, 0, 0); in wifi_add_to_bypassq()4155 wlan_add_buf_bypass_txq((t_u8 *)poutbuf, interface); in wifi_add_to_bypassq()4572 bypass_outbuf_t *poutbuf = NULL; in raw_low_level_output() local4579 poutbuf = OSA_MemoryAllocate(link_point_len + pkt_len + len); in raw_low_level_output()[all …]