Home
last modified time | relevance | path

Searched refs:hw_priv (Results 1 – 13 of 13) sorted by relevance

/linux-6.15/drivers/net/ethernet/micrel/
H A Dksz884x.c4541 hw_priv = NULL; in netdev_tx_timeout()
4545 if (hw_priv) { in netdev_tx_timeout()
4797 struct dev_info *hw_priv = from_tasklet(hw_priv, t, rx_tasklet); in rx_proc_task() local
4802 if (unlikely(!hw_priv->dev_rcv(hw_priv))) { in rx_proc_task()
4819 struct dev_info *hw_priv = from_tasklet(hw_priv, t, tx_tasklet); in tx_proc_task() local
4824 tx_done(hw_priv); in tx_proc_task()
5007 hw_priv->opened--; in netdev_close()
5067 hw_priv->dev = dev; in prepare_hardware()
5181 hw_priv->opened++; in netdev_open()
5825 hw_enable_wol(&hw_priv->hw, hw_priv->wol_enable, net_addr); in netdev_set_wol()
[all …]
/linux-6.15/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_init.c236 struct ath_hw *ah = hw_priv; in ath9k_regread()
258 struct ath_hw *ah = hw_priv; in ath9k_multi_regread()
304 struct ath_hw *ah = hw_priv; in ath9k_regwrite_single()
325 struct ath_hw *ah = hw_priv; in ath9k_regwrite_buffer()
348 struct ath_hw *ah = hw_priv; in ath9k_regwrite()
360 struct ath_hw *ah = hw_priv; in ath9k_enable_regwrite_buffer()
369 struct ath_hw *ah = hw_priv; in ath9k_regwrite_flush()
386 struct ath_hw *ah = hw_priv; in ath9k_reg_rmw_buffer()
424 struct ath_hw *ah = hw_priv; in ath9k_reg_rmw_flush()
456 struct ath_hw *ah = hw_priv; in ath9k_enable_rmw_buffer()
[all …]
H A Dinit.c172 static void ath9k_iowrite32(void *hw_priv, u32 val, u32 reg_offset) in ath9k_iowrite32() argument
174 struct ath_hw *ah = hw_priv; in ath9k_iowrite32()
187 static unsigned int ath9k_ioread32(void *hw_priv, u32 reg_offset) in ath9k_ioread32() argument
189 struct ath_hw *ah = hw_priv; in ath9k_ioread32()
204 static void ath9k_multi_ioread32(void *hw_priv, u32 *addr, in ath9k_multi_ioread32() argument
210 val[i] = ath9k_ioread32(hw_priv, addr[i]); in ath9k_multi_ioread32()
227 static unsigned int ath9k_reg_rmw(void *hw_priv, u32 reg_offset, u32 set, u32 clr) in ath9k_reg_rmw() argument
229 struct ath_hw *ah = hw_priv; in ath9k_reg_rmw()
/linux-6.15/drivers/scsi/elx/efct/
H A Defct_unsol.c374 io->hw_priv = seq->hw_priv; in efct_dispatch_fcp_cmd()
472 io->hw_priv = seq->hw_priv; in efct_node_recv_abts_frame()
H A Defct_io.h116 void *hw_priv; member
H A Defct_scsi.c285 hio->eq = io->hw_priv; in efct_scsi_io_dispatch_hw_io()
422 hio->eq = io->hw_priv; in efct_scsi_dispatch_pending()
H A Defct_hw_queues.c594 seq->hw_priv = cq->eq; in efct_hw_rqpair_process_rq()
/linux-6.15/net/ipv4/
H A Dudp_tunnel_nic.c25 u8 hw_priv; member
126 ti->hw_priv = entry->hw_priv; in udp_tunnel_nic_ti_from_entry()
182 dev->udp_tunnel_nic->entries[table][idx].hw_priv = priv; in __udp_tunnel_nic_set_port_priv()
/linux-6.15/include/net/
H A Dudp_tunnel.h122 u8 hw_priv; member
/linux-6.15/drivers/scsi/elx/libefc/
H A Defclib.h440 void *hw_priv; member
/linux-6.15/drivers/net/wireless/ath/ath5k/
H A Dbase.c231 static unsigned int ath5k_ioread32(void *hw_priv, u32 reg_offset) in ath5k_ioread32() argument
233 struct ath5k_hw *ah = hw_priv; in ath5k_ioread32()
237 static void ath5k_iowrite32(void *hw_priv, u32 val, u32 reg_offset) in ath5k_iowrite32() argument
239 struct ath5k_hw *ah = hw_priv; in ath5k_iowrite32()
/linux-6.15/drivers/net/ethernet/intel/ice/
H A Dice_flex_pipe.c609 status = ice_destroy_tunnel(&pf->hw, ti->hw_priv, tnl_type, in ice_udp_tunnel_unset_port()
/linux-6.15/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c13021 ret = i40e_aq_del_udp_tunnel(hw, ti->hw_priv, NULL); in i40e_udp_tunnel_unset_port()