Searched refs:i40e_hw_to_dev (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_debug.h | 37 struct device *i40e_hw_to_dev(struct i40e_hw *hw); 39 #define hw_dbg(hw, S, A...) dev_dbg(i40e_hw_to_dev(hw), S, ##A) 40 #define hw_warn(hw, S, A...) dev_warn(i40e_hw_to_dev(hw), S, ##A) 45 dev_info(i40e_hw_to_dev(hw), s, ##__VA_ARGS__); \
|
H A D | i40e_main.c | 135 struct device *i40e_hw_to_dev(struct i40e_hw *hw) in i40e_hw_to_dev() function
|