Searched refs:pkt_frag (Results 1 – 7 of 7) sorted by relevance
42 typedef enum pkt_frag enum
43 typedef enum pkt_frag enum
37 typedef enum pkt_frag enum
7565 struct rtw_pkt_buf_list *pkt_frag = NULL; in core_migrate_to_coherent_buf() local7582 pkt_frag = (struct rtw_pkt_buf_list *)tx_req->pkt_list; in core_migrate_to_coherent_buf()7586 if (!pkt_frag) { in core_migrate_to_coherent_buf()7592 if (pkt_frag->vir_addr) { in core_migrate_to_coherent_buf()7593 _rtw_memcpy(ptr, pkt_frag->vir_addr, pkt_frag->length); in core_migrate_to_coherent_buf()7594 ptr += pkt_frag->length; in core_migrate_to_coherent_buf()7599 rtw_mfree(pkt_frag->vir_addr, pkt_frag->length); in core_migrate_to_coherent_buf()7601 pkt_frag++; in core_migrate_to_coherent_buf()7606 pkt_frag = (struct rtw_pkt_buf_list *)tx_req->pkt_list; in core_migrate_to_coherent_buf()7607 pkt_frag->length = tx_req->total_len; in core_migrate_to_coherent_buf()[all …]