Lines Matching refs:csio_hw
69 struct csio_hw *hw = file->private_data - mem; in csio_mem_read()
113 void csio_add_debugfs_mem(struct csio_hw *hw, const char *name, in csio_add_debugfs_mem()
121 static int csio_setup_debugfs(struct csio_hw *hw) in csio_setup_debugfs()
143 csio_dfs_create(struct csio_hw *hw) in csio_dfs_create()
158 csio_dfs_destroy(struct csio_hw *hw) in csio_dfs_destroy()
245 csio_hw_init_workers(struct csio_hw *hw) in csio_hw_init_workers()
251 csio_hw_exit_workers(struct csio_hw *hw) in csio_hw_exit_workers()
257 csio_create_queues(struct csio_hw *hw) in csio_create_queues()
334 csio_config_queues(struct csio_hw *hw) in csio_config_queues()
462 csio_resource_alloc(struct csio_hw *hw) in csio_resource_alloc()
499 csio_resource_free(struct csio_hw *hw) in csio_resource_free()
516 static struct csio_hw *csio_hw_alloc(struct pci_dev *pdev) in csio_hw_alloc()
518 struct csio_hw *hw; in csio_hw_alloc()
520 hw = kzalloc(sizeof(struct csio_hw), GFP_KERNEL); in csio_hw_alloc()
569 csio_hw_free(struct csio_hw *hw) in csio_hw_free()
593 csio_shost_init(struct csio_hw *hw, struct device *dev, in csio_shost_init()
666 struct csio_hw *hw = csio_lnode_to_hw(ln); in csio_shost_exit()
686 csio_lnode_alloc(struct csio_hw *hw) in csio_lnode_alloc()
692 csio_lnodes_block_request(struct csio_hw *hw) in csio_lnodes_block_request()
731 csio_lnodes_unblock_request(struct csio_hw *hw) in csio_lnodes_unblock_request()
769 csio_lnodes_block_by_port(struct csio_hw *hw, uint8_t portid) in csio_lnodes_block_by_port()
810 csio_lnodes_unblock_by_port(struct csio_hw *hw, uint8_t portid) in csio_lnodes_unblock_by_port()
850 csio_lnodes_exit(struct csio_hw *hw, bool npiv) in csio_lnodes_exit()
945 struct csio_hw *hw; in csio_probe_one()
1032 struct csio_hw *hw = pci_get_drvdata(pdev); in csio_remove_one()
1059 struct csio_hw *hw = pci_get_drvdata(pdev); in csio_pci_error_detected()
1086 struct csio_hw *hw = pci_get_drvdata(pdev); in csio_pci_slot_reset()
1122 struct csio_hw *hw = pci_get_drvdata(pdev); in csio_pci_resume()