Lines Matching refs:tavor_state_t

66 static int tavor_drv_init(tavor_state_t *state, dev_info_t *dip, int instance);
67 static void tavor_drv_fini(tavor_state_t *state);
68 static void tavor_drv_fini2(tavor_state_t *state);
69 static int tavor_isr_init(tavor_state_t *state);
70 static void tavor_isr_fini(tavor_state_t *state);
71 static int tavor_hw_init(tavor_state_t *state);
72 static void tavor_hw_fini(tavor_state_t *state,
74 static int tavor_soft_state_init(tavor_state_t *state);
75 static void tavor_soft_state_fini(tavor_state_t *state);
76 static int tavor_hca_port_init(tavor_state_t *state);
77 static int tavor_hca_ports_shutdown(tavor_state_t *state, uint_t num_init);
78 static void tavor_hca_config_setup(tavor_state_t *state,
80 static int tavor_internal_uarpgs_init(tavor_state_t *state);
81 static void tavor_internal_uarpgs_fini(tavor_state_t *state);
82 static int tavor_special_qp_contexts_reserve(tavor_state_t *state);
83 static void tavor_special_qp_contexts_unreserve(tavor_state_t *state);
84 static int tavor_sw_reset(tavor_state_t *state);
85 static int tavor_mcg_init(tavor_state_t *state);
86 static void tavor_mcg_fini(tavor_state_t *state);
87 static int tavor_fw_version_check(tavor_state_t *state);
88 static void tavor_device_info_report(tavor_state_t *state);
89 static void tavor_pci_capability_list(tavor_state_t *state,
91 static void tavor_pci_capability_vpd(tavor_state_t *state,
95 static void tavor_pci_capability_pcix(tavor_state_t *state,
97 static int tavor_intr_or_msi_init(tavor_state_t *state);
98 static int tavor_add_intrs(tavor_state_t *state, int intr_type);
99 static int tavor_intr_or_msi_fini(tavor_state_t *state);
102 static int tavor_intr_disable(tavor_state_t *);
182 status = ddi_soft_state_init(&tavor_statep, sizeof (tavor_state_t),
276 tavor_state_t *state;
318 tavor_state_t *state;
486 tavor_state_t *state;
581 tavor_state_t *state;
740 tavor_state_t *state;
857 tavor_drv_init(tavor_state_t *state, dev_info_t *dip, int instance)
942 tavor_drv_fini(tavor_state_t *state)
963 tavor_drv_fini2(tavor_state_t *state)
987 tavor_isr_init(tavor_state_t *state)
1044 tavor_isr_fini(tavor_state_t *state)
1073 tavor_fix_error_buf(tavor_state_t *state)
1094 tavor_hw_init(tavor_state_t *state)
1640 tavor_hw_fini(tavor_state_t *state, tavor_drv_cleanup_level_t cleanup)
1798 tavor_soft_state_init(tavor_state_t *state)
2156 tavor_soft_state_fini(tavor_state_t *state)
2187 tavor_hca_config_setup(tavor_state_t *state,
2308 tavor_hca_port_init(tavor_state_t *state)
2468 tavor_hca_ports_shutdown(tavor_state_t *state, uint_t num_init)
2506 tavor_internal_uarpgs_init(tavor_state_t *state)
2551 tavor_internal_uarpgs_fini(tavor_state_t *state)
2570 tavor_special_qp_contexts_reserve(tavor_state_t *state)
2624 tavor_special_qp_contexts_unreserve(tavor_state_t *state)
2646 tavor_sw_reset(tavor_state_t *state)
2792 tavor_mcg_init(tavor_state_t *state)
2823 tavor_mcg_fini(tavor_state_t *state)
2845 tavor_fw_version_check(tavor_state_t *state)
2914 tavor_device_info_report(tavor_state_t *state)
2930 tavor_pci_capability_list(tavor_state_t *state, ddi_acc_handle_t hdl)
3032 tavor_pci_capability_vpd(tavor_state_t *state, ddi_acc_handle_t hdl,
3134 tavor_pci_capability_pcix(tavor_state_t *state, ddi_acc_handle_t hdl,
3241 tavor_intr_or_msi_init(tavor_state_t *state)
3300 tavor_add_intrs(tavor_state_t *state, int intr_type)
3403 tavor_intr_or_msi_fini(tavor_state_t *state)
3425 tavor_intr_disable(tavor_state_t *state)
3482 tavor_state_t *state = ddi_get_soft_state(tavor_statep,