Searched refs:i40e_hw_to_dev (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_debug.h37 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 Di40e.h1356 struct device *i40e_hw_to_dev(struct i40e_hw *hw);
H A Di40e_common.c868 ptr = devm_kzalloc(i40e_hw_to_dev(hw), pba_size * 2 + 1, GFP_KERNEL);
877 devm_kfree(i40e_hw_to_dev(hw), hw->pba_id);
H A Di40e_main.c132 * i40e_hw_to_dev - get device pointer from the hardware structure
135 struct device *i40e_hw_to_dev(struct i40e_hw *hw) function

Completed in 227 milliseconds