| /linux/drivers/net/ethernet/micrel/ |
| H A D | ksz884x.c | 3097 struct dev_info *hw_priv = container_of(hw, struct dev_info, hw); in hw_chk_wol_pme_status() local 3098 struct pci_dev *pdev = hw_priv->pdev; in hw_chk_wol_pme_status() 3115 struct dev_info *hw_priv = container_of(hw, struct dev_info, hw); in hw_clr_wol_pme_status() local 3116 struct pci_dev *pdev = hw_priv->pdev; in hw_clr_wol_pme_status() 3137 struct dev_info *hw_priv = container_of(hw, struct dev_info, hw); in hw_cfg_wol_pme() local 3138 struct pci_dev *pdev = hw_priv->pdev; in hw_cfg_wol_pme() 4261 struct dev_info *hw_priv = priv->adapter; in send_packet() local 4262 struct ksz_hw *hw = &hw_priv->hw; in send_packet() 4289 dma_buf->dma = dma_map_single(&hw_priv->pdev->dev, skb->data, in send_packet() 4307 dma_buf->dma = dma_map_single(&hw_priv->pdev->dev, in send_packet() [all …]
|
| /linux/drivers/net/wireless/ath/ath9k/ |
| H A D | htc_drv_init.c | 234 static unsigned int ath9k_regread(void *hw_priv, u32 reg_offset) in ath9k_regread() argument 236 struct ath_hw *ah = hw_priv; in ath9k_regread() 255 static void ath9k_multi_regread(void *hw_priv, u32 *addr, in ath9k_multi_regread() argument 258 struct ath_hw *ah = hw_priv; in ath9k_multi_regread() 302 static void ath9k_regwrite_single(void *hw_priv, u32 val, u32 reg_offset) in ath9k_regwrite_single() argument 304 struct ath_hw *ah = hw_priv; in ath9k_regwrite_single() 323 static void ath9k_regwrite_buffer(void *hw_priv, u32 val, u32 reg_offset) in ath9k_regwrite_buffer() argument 325 struct ath_hw *ah = hw_priv; in ath9k_regwrite_buffer() 346 static void ath9k_regwrite(void *hw_priv, u32 val, u32 reg_offset) in ath9k_regwrite() argument 348 struct ath_hw *ah = hw_priv; in ath9k_regwrite() [all …]
|
| H A D | init.c | 172 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/drivers/scsi/elx/efct/ |
| H A D | efct_unsol.c | 374 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 D | efct_io.h | 116 void *hw_priv; member
|
| H A D | efct_scsi.c | 285 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 D | efct_hw_queues.c | 594 seq->hw_priv = cq->eq; in efct_hw_rqpair_process_rq()
|
| /linux/include/net/ |
| H A D | udp_tunnel.h | 122 u8 hw_priv; member
|
| /linux/drivers/scsi/elx/libefc/ |
| H A D | efclib.h | 440 void *hw_priv; member
|
| /linux/drivers/net/wireless/ath/ath5k/ |
| H A D | base.c | 231 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/drivers/net/ethernet/intel/ice/ |
| H A D | ice_flex_pipe.c | 605 status = ice_destroy_tunnel(&pf->hw, ti->hw_priv, tnl_type, in ice_udp_tunnel_unset_port()
|
| /linux/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_main.c | 12983 ret = i40e_aq_del_udp_tunnel(hw, ti->hw_priv, NULL); in i40e_udp_tunnel_unset_port()
|