/dflybsd-src/sys/dev/raid/twa/ |
H A D | 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 …]
|
H A D | 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 …]
|
H A D | 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 …]
|
H A D | 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 …]
|
H A D | tw_cl_init.c | 254 struct tw_cli_ctlr_context *ctlr; in tw_cl_init_ctlr() local 411 tw_cli_start_ctlr(struct tw_cli_ctlr_context *ctlr) in tw_cli_start_ctlr() 560 struct tw_cli_ctlr_context *ctlr = in tw_cl_shutdown_ctlr() local 629 tw_cli_init_connection(struct tw_cli_ctlr_context *ctlr, in tw_cli_init_connection()
|
/dflybsd-src/sys/dev/disk/nata/chipsets/ |
H A D | ata-ahci.c | 42 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_ahci_ident() local 73 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_ahci_chipinit() local 127 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_ahci_ctlr_reset() local 161 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_ahci_allocate() local 187 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_ahci_status() local 243 struct ata_pci_controller *ctlr=device_get_softc(GRANDPARENT(request->dev)); in ata_ahci_begin_transaction() local 338 struct ata_pci_controller *ctlr=device_get_softc(GRANDPARENT(request->dev)); in ata_ahci_end_transaction() local 370 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_ahci_restart() local 424 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_ahci_softreset() local 449 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_ahci_reset() local [all …]
|
H A D | ata-promise.c | 101 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_promise_ident() local 190 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_promise_chipinit() local 342 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_promise_status() local 354 struct ata_pci_controller *ctlr = device_get_softc(GRANDPARENT(dev)); in ata_promise_dmastart() local 378 struct ata_pci_controller *ctlr = device_get_softc(GRANDPARENT(dev)); in ata_promise_dmastop() local 424 struct ata_pci_controller *ctlr = device_get_softc(gparent); in ata_promise_setmode() local 523 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_promise_mio_allocate() local 563 struct ata_pci_controller *ctlr = data; in ata_promise_mio_intr() local 603 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_promise_mio_status() local 665 struct ata_pci_controller *ctlr=device_get_softc(GRANDPARENT(request->dev)); in ata_promise_mio_command() local [all …]
|
H A D | ata-jmicron.c | 40 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_jmicron_ident() local 74 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_jmicron_chipinit() local 117 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_jmicron_allocate() local 134 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_jmicron_reset() local 146 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_jmicron_dmainit() local 158 struct ata_pci_controller *ctlr = device_get_softc(GRANDPARENT(dev)); in ata_jmicron_setmode() local
|
H A D | ata-marvell.c | 73 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_marvell_ident() local 113 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_marvell_pata_chipinit() local 143 struct ata_pci_controller *ctlr = device_get_softc(gparent); in ata_marvell_pata_setmode() local 155 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_marvell_edma_chipinit() local 204 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_marvell_edma_allocate() local 299 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_marvell_edma_status() local 321 struct ata_pci_controller *ctlr=device_get_softc(GRANDPARENT(request->dev)); in ata_marvell_edma_begin_transaction() local 443 struct ata_pci_controller *ctlr=device_get_softc(GRANDPARENT(request->dev)); in ata_marvell_edma_end_transaction() local 500 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_marvell_edma_reset() local 550 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_marvell_edma_dmainit() local
|
H A D | ata-acerlabs.c | 45 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_ali_ident() local 72 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_ali_chipinit() local 125 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_ali_allocate() local 146 struct ata_pci_controller *ctlr = device_get_softc(parent); in ata_ali_sata_allocate() local 188 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_ali_reset() local 222 struct ata_pci_controller *ctlr = device_get_softc(gparent); in ata_ali_setmode() local
|
H A D | ata-siliconimage.c | 59 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_sii_ident() local 93 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_sii_chipinit() local 196 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_cmd_allocate() local 228 struct ata_pci_controller *ctlr = device_get_softc(gparent); in ata_cmd_setmode() local 280 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_sii_allocate() local 328 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_sii_status() local 355 struct ata_pci_controller *ctlr = device_get_softc(gparent); in ata_sii_setmode() local 445 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_siiprb_allocate() local 470 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_siiprb_status() local 493 struct ata_pci_controller *ctlr=device_get_softc(GRANDPARENT(request->dev)); in ata_siiprb_begin_transaction() local [all …]
|
H A D | ata-acard.c | 45 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_acard_ident() local 68 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_acard_chipinit() local 99 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_acard_status() local 129 struct ata_pci_controller *ctlr = device_get_softc(gparent); in ata_acard_850_setmode() local 165 struct ata_pci_controller *ctlr = device_get_softc(gparent); in ata_acard_86X_setmode() local 209 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_serialize() local
|
H A D | ata-nvidia.c | 45 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_nvidia_ident() local 163 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_nvidia_chipinit() local 222 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_nvidia_allocate() local 245 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_nvidia_status() local 282 struct ata_pci_controller *ctlr = device_get_softc(gparent); in ata_nvidia_setmode() local
|
H A D | ata-via.c | 52 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_via_ident() local 102 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_via_chipinit() local 163 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_via_allocate() local 215 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_via_reset() local 229 struct ata_pci_controller *ctlr = device_get_softc(gparent); in ata_via_new_setmode() local 262 struct ata_pci_controller *ctlr = device_get_softc(gparent); in ata_via_old_setmode() local
|
H A D | ata-intel.c | 48 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_intel_ident() local 130 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_intel_chipinit() local 201 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_intel_allocate() local 224 struct ata_pci_controller *ctlr = device_get_softc(parent); in ata_intel_reset() local 266 struct ata_pci_controller *ctlr = device_get_softc(gparent); in ata_intel_new_setmode() local 385 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_intel_31244_allocate() local
|
H A D | ata-highpoint.c | 46 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_highpoint_ident() local 85 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_highpoint_chipinit() local 131 struct ata_pci_controller *ctlr = device_get_softc(gparent); in ata_highpoint_setmode() local 182 struct ata_pci_controller *ctlr = device_get_softc(gparent); in ata_highpoint_check_80pin() local
|
H A D | ata-cyrix.c | 37 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_cyrix_ident() local 50 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_cyrix_chipinit() local 62 struct ata_pci_controller *ctlr = device_get_softc(GRANDPARENT(dev)); in ata_cyrix_setmode() local
|
H A D | ata-serverworks.c | 46 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_serverworks_ident() local 75 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_serverworks_chipinit() local 123 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_serverworks_allocate() local 252 struct ata_pci_controller *ctlr = device_get_softc(gparent); in ata_serverworks_setmode() local
|
H A D | ata-amd.c | 41 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_amd_ident() local 64 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_amd_chipinit() local 83 struct ata_pci_controller *ctlr = device_get_softc(gparent); in ata_amd_setmode() local
|
H A D | ata-sis.c | 48 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_sis_ident() local 137 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_sis_chipinit() local 182 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_sis_allocate() local 214 struct ata_pci_controller *ctlr = device_get_softc(gparent); in ata_sis_setmode() local
|
H A D | ata-ati.c | 46 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_ati_ident() local 97 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_ati_chipinit() local 126 struct ata_pci_controller *ctlr = device_get_softc(gparent); in ata_ati_setmode() local
|
H A D | ata-ite.c | 38 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_ite_ident() local 59 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_ite_chipinit() local 147 struct ata_pci_controller *ctlr = device_get_softc(gparent); in ata_ite_8213_setmode() local
|
H A D | ata-micron.c | 37 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_micron_ident() local 53 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_micron_chipinit() local
|
H A D | ata-cenatek.c | 37 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_cenatek_ident() local 50 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_cenatek_chipinit() local
|
/dflybsd-src/sys/dev/disk/nata/ |
H A D | ata-pci.c | 196 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_pci_attach() local 251 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_pci_detach() local 412 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_pci_allocate() local 580 struct ata_pci_controller *ctlr = data; in ata_generic_intr() local 593 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_setup_interrupt() local 616 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_teardown_interrupt() local 630 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_set_desc() local 789 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_pcichannel_attach() local 827 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_pcichannel_locking() local 839 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_pcichannel_reset() local [all …]
|