Lines Matching refs:csio_hw

68 	struct csio_hw *hw = file->private_data - mem;  in csio_mem_read()
112 void csio_add_debugfs_mem(struct csio_hw *hw, const char *name, in csio_add_debugfs_mem()
120 static int csio_setup_debugfs(struct csio_hw *hw) in csio_setup_debugfs()
142 csio_dfs_create(struct csio_hw *hw) in csio_dfs_create()
157 csio_dfs_destroy(struct csio_hw *hw) in csio_dfs_destroy()
244 csio_hw_init_workers(struct csio_hw *hw) in csio_hw_init_workers()
250 csio_hw_exit_workers(struct csio_hw *hw) in csio_hw_exit_workers()
256 csio_create_queues(struct csio_hw *hw) in csio_create_queues()
333 csio_config_queues(struct csio_hw *hw) in csio_config_queues()
461 csio_resource_alloc(struct csio_hw *hw) in csio_resource_alloc()
498 csio_resource_free(struct csio_hw *hw) in csio_resource_free()
515 static struct csio_hw *csio_hw_alloc(struct pci_dev *pdev) in csio_hw_alloc()
517 struct csio_hw *hw; in csio_hw_alloc()
519 hw = kzalloc(sizeof(struct csio_hw), GFP_KERNEL); in csio_hw_alloc()
568 csio_hw_free(struct csio_hw *hw) in csio_hw_free()
592 csio_shost_init(struct csio_hw *hw, struct device *dev, in csio_shost_init()
665 struct csio_hw *hw = csio_lnode_to_hw(ln); in csio_shost_exit()
685 csio_lnode_alloc(struct csio_hw *hw) in csio_lnode_alloc()
691 csio_lnodes_block_request(struct csio_hw *hw) in csio_lnodes_block_request()
730 csio_lnodes_unblock_request(struct csio_hw *hw) in csio_lnodes_unblock_request()
768 csio_lnodes_block_by_port(struct csio_hw *hw, uint8_t portid) in csio_lnodes_block_by_port()
809 csio_lnodes_unblock_by_port(struct csio_hw *hw, uint8_t portid) in csio_lnodes_unblock_by_port()
849 csio_lnodes_exit(struct csio_hw *hw, bool npiv) in csio_lnodes_exit()
944 struct csio_hw *hw; in csio_probe_one()
1031 struct csio_hw *hw = pci_get_drvdata(pdev); in csio_remove_one()
1058 struct csio_hw *hw = pci_get_drvdata(pdev); in csio_pci_error_detected()
1085 struct csio_hw *hw = pci_get_drvdata(pdev); in csio_pci_slot_reset()
1121 struct csio_hw *hw = pci_get_drvdata(pdev); in csio_pci_resume()