Lines Matching defs:priv
161 #define PRIV_TO_DEV(priv) (&(priv)->dev->dev) argument
163 static void ec_bhf_reset(struct ec_bhf_priv *priv) in ec_bhf_reset()
179 static void ec_bhf_send_packet(struct ec_bhf_priv *priv, struct tx_desc *desc) in ec_bhf_send_packet()
192 static void ec_bhf_process_tx(struct ec_bhf_priv *priv) in ec_bhf_process_tx()
208 static void ec_bhf_add_rx_desc(struct ec_bhf_priv *priv, struct rx_desc *desc) in ec_bhf_add_rx_desc()
214 static void ec_bhf_process_rx(struct ec_bhf_priv *priv) in ec_bhf_process_rx()
248 struct ec_bhf_priv *priv = container_of(timer, struct ec_bhf_priv, in ec_bhf_timer_fun() local
260 static int ec_bhf_setup_offsets(struct ec_bhf_priv *priv) in ec_bhf_setup_offsets()
294 struct ec_bhf_priv *priv = netdev_priv(net_dev); in ec_bhf_start_xmit() local
327 static int ec_bhf_alloc_dma_mem(struct ec_bhf_priv *priv, in ec_bhf_alloc_dma_mem()
366 static void ec_bhf_setup_tx_descs(struct ec_bhf_priv *priv) in ec_bhf_setup_tx_descs()
378 static void ec_bhf_setup_rx_descs(struct ec_bhf_priv *priv) in ec_bhf_setup_rx_descs()
403 struct ec_bhf_priv *priv = netdev_priv(net_dev); in ec_bhf_open() local
444 struct ec_bhf_priv *priv = netdev_priv(net_dev); in ec_bhf_stop() local
465 struct ec_bhf_priv *priv = netdev_priv(net_dev); in ec_bhf_get_stats() local
493 struct ec_bhf_priv *priv; in ec_bhf_probe() local
589 struct ec_bhf_priv *priv = netdev_priv(net_dev); in ec_bhf_remove() local