Home
last modified time | relevance | path

Searched defs:efct (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-6.6/drivers/scsi/elx/
H A DMakefile[all...]
/kernel/linux/linux-6.6/drivers/scsi/elx/efct/
H A Defct_io.c12 struct efct *efct; member
21 efct_io_pool_create(struct efct *efct, u32 num_sgl) in efct_io_pool_create() argument
78 struct efct *efct; in efct_io_pool_free() local
108 struct efct *efct; efct_io_pool_io_alloc() local
149 struct efct *efct; efct_io_pool_io_free() local
172 efct_io_find_tgt_io(struct efct *efct, struct efct_node *node, u16 ox_id, u16 rx_id) efct_io_find_tgt_io() argument
[all...]
H A Defct_unsol.c22 efct_node_find(struct efct *efct, u32 port_id, u32 node_id) in efct_node_find() argument
40 efct_dispatch_frame(struct efct *efct, struct efc_hw_sequence *seq) in efct_dispatch_frame() argument
86 struct efct *efct = arg; efct_unsolicited_cb() local
138 efct_validate_fcp_cmd(struct efct *efct, struct efc_hw_sequence *seq) efct_validate_fcp_cmd() argument
226 struct efct *efct = node->efct; efct_sframe_common_send() local
320 struct efct *efct = node->efct; efct_sframe_send_task_set_full_or_busy() local
341 struct efct *efct = node->efct; efct_dispatch_fcp_cmd() local
405 struct efct *efct = io->efct; efct_process_abts() local
465 struct efct *efct = node->efct; efct_node_recv_abts_frame() local
[all...]
H A Defct_driver.c64 struct efct *efct = NULL; in efct_device_alloc() local
77 efct_teardown_msix(struct efct *efc argument
90 efct_efclib_config(struct efct *efct, struct libefc_function_template *tt) efct_efclib_config() argument
137 efct_device_attach(struct efct *efct) efct_device_attach() argument
205 efct_device_detach(struct efct *efct) efct_device_detach() argument
247 efct_firmware_write(struct efct *efct, const u8 *buf, size_t buf_len, u8 *change_status) efct_firmware_write() argument
305 efct_fw_reset(struct efct *efct) efct_fw_reset() argument
327 efct_request_firmware_update(struct efct *efct) efct_request_firmware_update() argument
388 efct_device_free(struct efct *efct) efct_device_free() argument
397 efct_device_interrupts_required(struct efct *efct) efct_device_interrupts_required() argument
412 struct efct *efct = intr_ctx->efct; efct_intr_thread() local
425 efct_setup_msix(struct efct *efct, u32 num_intrs) efct_setup_msix() argument
482 struct efct *efct = NULL; efct_pci_probe() local
601 struct efct *efct = pci_get_drvdata(pdev); efct_pci_remove() local
626 efct_device_prep_for_reset(struct efct *efct, struct pci_dev *pdev) efct_device_prep_for_reset() argument
639 efct_device_prep_for_recover(struct efct *efct) efct_device_prep_for_recover() argument
665 struct efct *efct = pci_get_drvdata(pdev); efct_pci_io_error_detected() local
695 struct efct *efct = pci_get_drvdata(pdev); efct_pci_io_slot_reset() local
728 struct efct *efct = pci_get_drvdata(pdev); efct_pci_io_resume() local
[all...]
H A Defct_hw_queues.c98 struct efct *efct = hw->os; in efct_hw_map_wq_cpu() local
674 struct efct *efct = efc->base; in efct_efc_hw_sequence_free() local
H A Defct_driver.h48 struct efct *efct; member
52 struct efct { struct
H A Defct_xport.c27 efct_xport_alloc(struct efct *efct) in efct_xport_alloc() argument
40 efct_xport_init_debugfs(struct efct *efct) in efct_xport_init_debugfs() argument
66 efct_xport_delete_debugfs(struct efct *efct) efct_xport_delete_debugfs() argument
83 struct efct *efct = xport->efct; efct_xport_attach() local
184 struct efct *efct = xport->efct; efct_xport_stats_timer_cb() local
190 efct_xport_config_stats_timer(struct efct *efct) efct_xport_config_stats_timer() argument
216 struct efct *efct = xport->efct; efct_xport_initialize() local
268 struct efct *efct = NULL; efct_xport_status() local
345 efct_get_link_supported_speeds(struct efct *efct) efct_get_link_supported_speeds() argument
375 efct_scsi_new_device(struct efct *efct) efct_scsi_new_device() argument
502 struct efct *efct = xport->efct; efct_xport_detach() local
530 struct efct *efct = NULL; efct_xport_control() local
664 efct_scsi_del_device(struct efct *efct) efct_scsi_del_device() argument
681 struct efct *efct = vport->efct; efct_get_host_port_id() local
695 struct efct *efct = vport->efct; efct_get_host_port_type() local
728 struct efct *efct = vport->efct; efct_get_host_port_state() local
743 struct efct *efct = vport->efct; efct_get_host_speed() local
794 struct efct *efct = vport->efct; efct_get_host_fabric_name() local
810 struct efct *efct = vport->efct; efct_get_stats() local
860 struct efct *efct = vport->efct; efct_reset_stats() local
875 struct efct *efct = vport ? vport->efct : NULL; efct_issue_lip() local
899 efct_scsi_new_vport(struct efct *efct, struct device *dev) efct_scsi_new_vport() argument
951 efct_scsi_del_vport(struct efct *efct, struct Scsi_Host *shost) efct_scsi_del_vport() argument
972 struct efct *efct = pport ? pport->efct : NULL; efct_vport_create() local
1002 struct efct *efct = vport ? vport->efct : NULL; efct_vport_delete() local
[all...]
H A Defct_scsi.c32 struct efct *efct; in efct_scsi_io_alloc() local
78 struct efct *efct = io->efct; _efct_scsi_io_free() local
112 struct efct *efct; efct_target_io_cb() local
207 struct efct *efct = hw->os; efct_scsi_build_sgls() local
273 struct efct *efct = io->efct; efct_scsi_io_dispatch_hw_io() local
389 efct_scsi_dispatch_pending(struct efct *efct) efct_scsi_dispatch_pending() argument
458 efct_scsi_check_pending(struct efct *efct) efct_scsi_check_pending() argument
520 struct efct *efct = io->efct; efct_scsi_io_dispatch() local
587 struct efct *efct = io->efct; efct_scsi_io_dispatch_abort() local
623 struct efct *efct; efct_scsi_xfer_data() local
735 struct efct *efct; efct_scsi_send_resp() local
841 struct efct *efct; efct_target_bls_resp_cb() local
875 struct efct *efct = node->efct; efct_target_send_bls_resp() local
923 struct efct *efct = node->efct; efct_bls_send_rjt() local
1042 struct efct *efct; efct_target_abort_cb() local
1099 struct efct *efct; efct_scsi_tgt_abort_io() local
[all...]
H A Defct_io.h97 struct efct *efct; member
[all...]
H A Defct_xport.h114 struct efct *efct; member
H A Defct_lio.h30 struct efct *efct; member
72 struct efct *efct; member
141 struct efct *efct; member
152 struct efct *efc member
[all...]
H A Defct_scsi.h56 struct efct *efct; member
[all...]
H A Defct_lio.c95 struct efct *efct; in efct_lio_tpg_enable_store() local
154 struct efct *efct; efct_lio_npiv_tpg_enable_store() local
331 struct efct *efct = io->efct; efct_lio_release_cmd() local
716 struct efct *efct; efct_find_wwpn() local
733 struct efct *efct; efct_lio_make_nport() local
765 struct efct *efct; efct_lio_npiv_make_nport() local
848 struct efct *efct = lio_nport->efct; efct_lio_drop_nport() local
863 struct efct *efct = lio_vport->efct; efct_lio_npiv_drop_nport() local
889 struct efct *efct; efct_lio_make_tpg() local
931 struct efct *efct = tpg->nport->efct; efct_lio_drop_tpg() local
946 struct efct *efct; efct_lio_npiv_make_tpg() local
1033 struct efct *efct; efct_get_vport_tpg() local
1070 struct efct *efct = node->efc->base; efct_session_cb() local
1096 efct_scsi_tgt_new_device(struct efct *efct) efct_scsi_tgt_new_device() argument
1129 efct_scsi_tgt_del_device(struct efct *efct) efct_scsi_tgt_del_device() argument
1139 struct efct *efct = nport->efc->base; efct_scsi_tgt_new_nport() local
1157 struct efct *efct = wq_data->efct; efct_lio_setup_session() local
1222 struct efct *efct = node->efc->base; efct_scsi_new_initiator() local
1244 struct efct *efct = wq_data->efct; efct_lio_remove_session() local
1279 struct efct *efct = node->efc->base; efct_scsi_del_initiator() local
1325 struct efct *efct = io->efct; efct_scsi_recv_cmd() local
1401 struct efct *efct = tmfio->efct; efct_scsi_recv_tmf() local
[all...]
H A Defct_hw.c50 struct efct *efct = hw->os; in efct_hw_read_max_dump_size() local
85 struct efct *efct = hw->os; in __efct_read_topology_cb() local
170 struct efct *efct = hw->os; in efct_hw_cb_link() local
487 struct efct *efct = hw->os; efct_hw_setup_io() local
612 struct efct *efct = hw->os; efct_hw_init_prereg_io() local
1176 struct efct *efct = hw->os; efct_hw_rx_buffer_alloc() local
1210 struct efct *efct = hw->os; efct_hw_rx_buffer_free() local
1229 struct efct *efct = hw->os; efct_hw_rx_allocate() local
1550 struct efct *efct = base; efct_issue_mbox_rqst() local
2562 struct efct *efct = efc->base; efct_efc_bls_send() local
2568 efct_hw_bls_send(struct efct *efct, u32 type, struct sli_bls_params *bls_params, void *cb, void *arg) efct_hw_bls_send() argument
2696 struct efct *efct = efc->base; efct_els_hw_srrs_send() local
3395 struct efct *efct = hw->os; efct_hw_teardown() local
[all...]

Completed in 10 milliseconds