i40e_osdep.h (f4cc2d1710068319774a27d5c5e7ff85856c9278) i40e_osdep.h (1d02c6b1b859e9f611bc8fe27ca3d2c16ec128c1)
1/******************************************************************************
2
3 Copyright (c) 2013-2018, Intel Corporation
4 All rights reserved.
5
6 Redistribution and use in source and binary forms, with or without
7 modification, are permitted provided that the following conditions are met:
8

--- 146 unchanged lines hidden (view full) ---

155 device_t dev;
156};
157
158struct i40e_dma_mem {
159 void *va;
160 u64 pa;
161 bus_dma_tag_t tag;
162 bus_dmamap_t map;
1/******************************************************************************
2
3 Copyright (c) 2013-2018, Intel Corporation
4 All rights reserved.
5
6 Redistribution and use in source and binary forms, with or without
7 modification, are permitted provided that the following conditions are met:
8

--- 146 unchanged lines hidden (view full) ---

155 device_t dev;
156};
157
158struct i40e_dma_mem {
159 void *va;
160 u64 pa;
161 bus_dma_tag_t tag;
162 bus_dmamap_t map;
163 bus_dma_segment_t seg;
164 bus_size_t size;
163 bus_size_t size;
165 int nseg;
166 int flags;
167};
168
169struct i40e_virt_mem {
170 void *va;
171 u32 size;
172};
173
174struct i40e_hw; /* forward decl */

--- 71 unchanged lines hidden ---
164};
165
166struct i40e_virt_mem {
167 void *va;
168 u32 size;
169};
170
171struct i40e_hw; /* forward decl */

--- 71 unchanged lines hidden ---