Lines Matching refs:hif_dev
329 #define __STAT_SAFE(hif_dev, expr) do { ((hif_dev)->htc_handle->drv_priv ? (expr) : 0); } while (0) argument
333 #define TX_STAT_INC(hif_dev, c) \ argument
334 __STAT_SAFE((hif_dev), (hif_dev)->htc_handle->drv_priv->debug.tx_stats.c++)
335 #define TX_STAT_ADD(hif_dev, c, a) \ argument
336 __STAT_SAFE((hif_dev), (hif_dev)->htc_handle->drv_priv->debug.tx_stats.c += a)
337 #define RX_STAT_INC(hif_dev, c) \ argument
338 __STAT_SAFE((hif_dev), (hif_dev)->htc_handle->drv_priv->debug.skbrx_stats.c++)
339 #define RX_STAT_ADD(hif_dev, c, a) \ argument
340 __STAT_SAFE((hif_dev), (hif_dev)->htc_handle->drv_priv->debug.skbrx_stats.c += a)
380 #define TX_STAT_INC(hif_dev, c) do { } while (0) argument
381 #define TX_STAT_ADD(hif_dev, c, a) do { } while (0) argument
382 #define RX_STAT_INC(hif_dev, c) do { } while (0) argument
383 #define RX_STAT_ADD(hif_dev, c, a) do { } while (0) argument