| /trueos/sys/dev/twa/ |
| HD | tw_cl_intr.c | 67 struct tw_cli_ctlr_context *ctlr = in tw_cl_interrupt() local 135 tw_cli_process_host_intr(struct tw_cli_ctlr_context *ctlr) in tw_cli_process_host_intr() 153 tw_cli_process_attn_intr(struct tw_cli_ctlr_context *ctlr) in tw_cli_process_attn_intr() 189 tw_cli_process_cmd_intr(struct tw_cli_ctlr_context *ctlr) in tw_cli_process_cmd_intr() 216 tw_cli_process_resp_intr(struct tw_cli_ctlr_context *ctlr) in tw_cli_process_resp_intr() 282 tw_cli_submit_pending_queue(struct tw_cli_ctlr_context *ctlr) in tw_cli_submit_pending_queue() 352 tw_cli_process_complete_queue(struct tw_cli_ctlr_context *ctlr) in tw_cli_process_complete_queue() 382 struct tw_cli_ctlr_context *ctlr = req->ctlr; in tw_cli_complete_io() local 519 struct tw_cli_ctlr_context *ctlr = req->ctlr; in tw_cli_param_callback() local 573 struct tw_cli_ctlr_context *ctlr = req->ctlr; in tw_cli_aen_callback() local [all …]
|
| HD | tw_cl_misc.c | 78 tw_cli_drain_complete_queue(struct tw_cli_ctlr_context *ctlr) in tw_cli_drain_complete_queue() 132 tw_cli_drain_busy_queue(struct tw_cli_ctlr_context *ctlr) in tw_cli_drain_busy_queue() 186 tw_cli_drain_pending_queue(struct tw_cli_ctlr_context *ctlr) in tw_cli_drain_pending_queue() 240 tw_cli_drain_response_queue(struct tw_cli_ctlr_context *ctlr) in tw_cli_drain_response_queue() 270 tw_cli_find_response(struct tw_cli_ctlr_context *ctlr, TW_INT32 req_id) in tw_cli_find_response() 309 tw_cli_drain_aen_queue(struct tw_cli_ctlr_context *ctlr) in tw_cli_drain_aen_queue() 401 tw_cli_find_aen(struct tw_cli_ctlr_context *ctlr, TW_UINT16 aen_code) in tw_cli_find_aen() 439 tw_cli_poll_status(struct tw_cli_ctlr_context *ctlr, TW_UINT32 status, in tw_cli_poll_status() 489 struct tw_cli_ctlr_context *ctlr = ctlr_handle->cl_ctlr_ctxt; in tw_cl_create_event() local 569 tw_cli_get_request(struct tw_cli_ctlr_context *ctlr in tw_cli_get_request() [all …]
|
| HD | tw_cl_io.c | 73 struct tw_cli_ctlr_context *ctlr; in tw_cl_start_io() local 170 struct tw_cli_ctlr_context *ctlr = req->ctlr; in tw_cli_submit_cmd() local 265 struct tw_cli_ctlr_context *ctlr; in tw_cl_fw_passthru() local 373 struct tw_cli_ctlr_context *ctlr = in tw_cl_ioctl() local 717 tw_cli_get_param(struct tw_cli_ctlr_context *ctlr, TW_INT32 table_id, in tw_cli_get_param() 834 tw_cli_set_param(struct tw_cli_ctlr_context *ctlr, TW_INT32 table_id, in tw_cli_set_param() 951 struct tw_cli_ctlr_context *ctlr = req->ctlr; in tw_cli_submit_and_poll_request() local 1051 struct tw_cli_ctlr_context *ctlr = in tw_cl_reset_ctlr() local 1135 struct tw_cli_ctlr_context *ctlr = in tw_cl_set_reset_needed() local 1144 struct tw_cli_ctlr_context *ctlr = in tw_cl_is_reset_needed() local [all …]
|
| HD | tw_cl.h | 99 struct tw_cli_ctlr_context *ctlr; /* ptr to CL's controller context */ member 218 #define TW_CLI_Q_INIT(ctlr, q_type) do { \ argument 224 #define TW_CLI_Q_INSERT(ctlr, q_type) do { \ argument 232 #define TW_CLI_Q_REMOVE(ctlr, q_type) \ argument 237 #define TW_CLI_Q_INIT(ctlr, q_index) argument 238 #define TW_CLI_Q_INSERT(ctlr, q_index) argument 239 #define TW_CLI_Q_REMOVE(ctlr, q_index) argument 246 tw_cli_req_q_init(struct tw_cli_ctlr_context *ctlr, TW_UINT8 q_type) in tw_cli_req_q_init() 258 struct tw_cli_ctlr_context *ctlr = req->ctlr; in tw_cli_req_q_insert_head() local 272 struct tw_cli_ctlr_context *ctlr = req->ctlr; in tw_cli_req_q_insert_tail() local [all …]
|
| /trueos/sys/dev/ata/chipsets/ |
| HD | ata-ahci.c | 83 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_ahci_probe() local 108 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_ahci_ata_probe() local 120 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_ahci_ata_attach() local 151 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_ahci_chipinit() local 244 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_ahci_ctlr_reset() local 278 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_ahci_suspend() local 289 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_ahci_ch_attach() local 335 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_ahci_ch_suspend() local 360 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_ahci_ch_resume() local 391 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_ahci_status() local [all …]
|
| HD | ata-intel.c | 94 #define ATA_INTEL_SMAP(ctlr, ch) \ argument 96 #define ATA_INTEL_LOCK(ctlr) \ argument 98 #define ATA_INTEL_UNLOCK(ctlr) \ argument 107 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_intel_probe() local 273 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_intel_chipinit() local 371 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_intel_chipdeinit() local 384 struct ata_pci_controller *ctlr; in ata_intel_ch_attach() local 479 struct ata_pci_controller *ctlr = device_get_softc(parent); in ata_intel_reset() local 538 struct ata_pci_controller *ctlr = device_get_softc(parent); in ata_intel_old_setmode() local 548 struct ata_pci_controller *ctlr = device_get_softc(parent); in ata_intel_new_setmode() local [all …]
|
| HD | ata-promise.c | 130 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_promise_probe() local 218 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_promise_chipinit() local 369 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_promise_ch_attach() local 390 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_promise_status() local 402 struct ata_pci_controller *ctlr=device_get_softc(device_get_parent(request->parent)); in ata_promise_dmastart() local 425 struct ata_pci_controller *ctlr=device_get_softc(device_get_parent(request->parent)); in ata_promise_dmastop() local 457 struct ata_pci_controller *ctlr = device_get_softc(parent); in ata_promise_setmode() local 545 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_promise_mio_ch_attach() local 599 struct ata_pci_controller *ctlr = data; in ata_promise_mio_intr() local 624 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_promise_mio_status() local [all …]
|
| HD | ata-marvell.c | 100 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_marvell_probe() local 148 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_marvell_chipinit() local 185 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_marvell_setmode() local 202 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_marvell_dummy_chipinit() local 211 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_marvell_edma_chipinit() local 256 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_marvell_edma_ch_attach() local 365 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_marvell_edma_status() local 387 struct ata_pci_controller *ctlr=device_get_softc(device_get_parent(request->parent)); in ata_marvell_edma_begin_transaction() local 504 struct ata_pci_controller *ctlr=device_get_softc(device_get_parent(request->parent)); in ata_marvell_edma_end_transaction() local 561 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_marvell_edma_reset() local [all …]
|
| HD | ata-acerlabs.c | 76 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_ali_probe() local 105 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_ali_chipinit() local 179 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_ali_chipdeinit() local 200 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_ali_ch_attach() local 225 struct ata_pci_controller *ctlr = device_get_softc(parent); in ata_ali_sata_ch_attach() local 266 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_ali_reset() local 300 struct ata_pci_controller *ctlr = device_get_softc(parent); in ata_ali_setmode() local
|
| HD | ata-siliconimage.c | 88 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_sii_probe() local 122 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_sii_chipinit() local 232 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_cmd_ch_attach() local 266 struct ata_pci_controller *ctlr = device_get_softc(parent); in ata_cmd_setmode() local 299 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_sii_ch_attach() local 362 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_sii_status() local 381 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_sii_reset() local 401 struct ata_pci_controller *ctlr = device_get_softc(parent); in ata_sii_setmode() local 479 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_siiprb_ch_attach() local 522 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_siiprb_status() local [all …]
|
| HD | ata-highpoint.c | 73 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_highpoint_probe() local 112 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_highpoint_chipinit() local 145 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_highpoint_ch_attach() local 162 struct ata_pci_controller *ctlr = device_get_softc(parent); in ata_highpoint_setmode() local 201 struct ata_pci_controller *ctlr = device_get_softc(parent); in ata_highpoint_check_80pin() local
|
| HD | ata-amd.c | 68 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_amd_probe() local 91 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_amd_chipinit() local 111 struct ata_pci_controller *ctlr = device_get_softc(parent); in ata_amd_setmode() local 145 struct ata_pci_controller *ctlr; in ata_amd_ch_attach() local
|
| HD | ata-nvidia.c | 76 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_nvidia_probe() local 196 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_nvidia_chipinit() local 255 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_nvidia_ch_attach() local 289 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_nvidia_status() local 330 struct ata_pci_controller *ctlr = device_get_softc(parent); in ata_nvidia_setmode() local
|
| HD | ata-serverworks.c | 76 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_serverworks_probe() local 106 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_serverworks_status() local 127 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_serverworks_chipinit() local 176 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_serverworks_ch_attach() local 318 struct ata_pci_controller *ctlr = device_get_softc(parent); in ata_serverworks_setmode() local
|
| HD | ata-acard.c | 69 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_acard_probe() local 92 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_acard_chipinit() local 153 struct ata_pci_controller *ctlr = device_get_softc(parent); in ata_acard_850_setmode() local 177 struct ata_pci_controller *ctlr = device_get_softc(parent); in ata_acard_86X_setmode() local
|
| HD | ata-ati.c | 76 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_ati_probe() local 132 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_ati_chipinit() local 195 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_ati_ixp700_ch_attach() local 213 struct ata_pci_controller *ctlr = device_get_softc(parent); in ata_ati_setmode() local
|
| HD | ata-jmicron.c | 64 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_jmicron_probe() local 95 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_jmicron_chipinit() local 149 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_jmicron_setmode() local
|
| HD | ata-cyrix.c | 64 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_cyrix_probe() local 77 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_cyrix_chipinit() local 99 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_cyrix_setmode() local
|
| HD | ata-ite.c | 65 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_ite_probe() local 86 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_ite_chipinit() local 129 struct ata_pci_controller *ctlr = device_get_softc(parent); in ata_ite_821x_setmode() local 175 struct ata_pci_controller *ctlr = device_get_softc(parent); in ata_ite_8213_setmode() local
|
| HD | ata-via.c | 90 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_via_probe() local 150 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_via_chipinit() local 217 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_via_ch_attach() local 274 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_via_ch_detach() local 299 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_via_reset() local 324 struct ata_pci_controller *ctlr = device_get_softc(parent); in ata_via_new_setmode() local 353 struct ata_pci_controller *ctlr = device_get_softc(parent); in ata_via_old_setmode() local
|
| HD | ata-sis.c | 74 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_sis_probe() local 163 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_sis_chipinit() local 205 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_sis_ch_attach() local 242 struct ata_pci_controller *ctlr = device_get_softc(parent); in ata_sis_setmode() local
|
| HD | ata-cypress.c | 64 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_cypress_probe() local 86 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_cypress_chipinit() local
|
| /trueos/sys/dev/ata/ |
| HD | ata-pci.c | 62 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_pci_probe() local 84 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_pci_attach() local 134 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_pci_detach() local 168 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_pci_suspend() local 180 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_pci_resume() local 384 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_generic_chipinit() local 395 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_pci_ch_attach() local 631 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_pcichannel_attach() local 654 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_pcichannel_detach() local 673 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_pcichannel_suspend() local [all …]
|
| /trueos/sys/dev/mvs/ |
| HD | mvs_soc.c | 103 struct mvs_controller *ctlr = device_get_softc(dev); in mvs_attach() local 183 struct mvs_controller *ctlr = device_get_softc(dev); in mvs_detach() local 206 struct mvs_controller *ctlr = device_get_softc(dev); in mvs_ctlr_setup() local 237 struct mvs_controller *ctlr = device_get_softc(dev); in mvs_edma() local 256 struct mvs_controller *ctlr = device_get_softc(dev); in mvs_suspend() local 275 struct mvs_controller *ctlr = device_get_softc(dev); in mvs_setup_interrupt() local 301 struct mvs_controller *ctlr = data; in mvs_intr() local 340 struct mvs_controller *ctlr = device_get_softc(dev); in mvs_alloc_resource() local 391 struct mvs_controller *ctlr = device_get_softc(dev); in mvs_setup_intr() local 407 struct mvs_controller *ctlr = device_get_softc(dev); in mvs_teardown_intr() local
|
| HD | mvs_pci.c | 102 struct mvs_controller *ctlr = device_get_softc(dev); in mvs_attach() local 181 struct mvs_controller *ctlr = device_get_softc(dev); in mvs_detach() local 205 struct mvs_controller *ctlr = device_get_softc(dev); in mvs_ctlr_setup() local 252 struct mvs_controller *ctlr = device_get_softc(dev); in mvs_edma() local 273 struct mvs_controller *ctlr = device_get_softc(dev); in mvs_suspend() local 294 struct mvs_controller *ctlr = device_get_softc(dev); in mvs_setup_interrupt() local 332 struct mvs_controller *ctlr = data; in mvs_intr() local 395 struct mvs_controller *ctlr = device_get_softc(dev); in mvs_alloc_resource() local 446 struct mvs_controller *ctlr = device_get_softc(dev); in mvs_setup_intr() local 462 struct mvs_controller *ctlr = device_get_softc(dev); in mvs_teardown_intr() local
|