Home
last modified time | relevance | path

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

/linux/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.h1365 struct device *i40e_hw_to_dev(struct i40e_hw *hw);
H A Di40e_common.c555 ptr = devm_kzalloc(i40e_hw_to_dev(hw), pba_size * 2 + 1, GFP_KERNEL); in i40e_get_pba_string()
564 devm_kfree(i40e_hw_to_dev(hw), hw->pba_id); in i40e_get_pba_string()
H A Di40e_main.c143 struct device *i40e_hw_to_dev(struct i40e_hw *hw) in i40e_hw_to_dev() function