i40e_osdep.h (1a36faad54665288ed4eb839d2a4699ae2ead45e) | i40e_osdep.h (ceebc2f348c028b21bf9bcc99f7a3c4b0cb7d926) |
---|---|
1/****************************************************************************** 2 | 1/****************************************************************************** 2 |
3 Copyright (c) 2013-2015, Intel Corporation | 3 Copyright (c) 2013-2017, 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 9 1. Redistributions of source code must retain the above copyright notice, 10 this list of conditions and the following disclaimer. 11 --- 222 unchanged lines hidden (view full) --- 234 235#define wr64(a, reg, value) (\ 236 bus_space_write_8( ((struct i40e_osdep *)(a)->back)->mem_bus_space_tag, \ 237 ((struct i40e_osdep *)(a)->back)->mem_bus_space_handle, \ 238 reg, value)) 239 240#define ixl_flush(a) ixl_flush_osdep((a)->back) 241 | 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 9 1. Redistributions of source code must retain the above copyright notice, 10 this list of conditions and the following disclaimer. 11 --- 222 unchanged lines hidden (view full) --- 234 235#define wr64(a, reg, value) (\ 236 bus_space_write_8( ((struct i40e_osdep *)(a)->back)->mem_bus_space_tag, \ 237 ((struct i40e_osdep *)(a)->back)->mem_bus_space_handle, \ 238 reg, value)) 239 240#define ixl_flush(a) ixl_flush_osdep((a)->back) 241 |
242enum i40e_status_code i40e_read_nvm_word_srctl(struct i40e_hw *hw, u16 offset, 243 u16 *data); 244 |
|
242#endif /* _I40E_OSDEP_H_ */ | 245#endif /* _I40E_OSDEP_H_ */ |