| H A D | ecore.h | 163 #define DP_ERR(p_dev, fmt, ...) \ argument 171 #define DP_NOTICE(p_dev, is_assert, fmt, ...) \ argument 182 #define DP_INFO(p_dev, fmt, ...) \ argument 192 #define DP_VERBOSE(p_dev, module, fmt, ...) \ argument 250 #define for_each_hwfn(p_dev, i) for (i = 0; i < p_dev->num_hwfns; i++) argument 649 struct ecore_dev *p_dev; member 929 #define IS_ECORE_SRIOV(p_dev) (!!(p_dev)->p_iov_info) argument
|