/kernel/linux/linux-6.6/drivers/scsi/elx/libefc/ |
H A D | efc_nport.c | 67 u32 fc_id, bool enable_ini, bool enable_tgt) in efc_nport_alloc() 71 if (domain->efc->enable_ini) in efc_nport_alloc() 72 enable_ini = 0; in efc_nport_alloc() 99 nport->enable_ini = enable_ini; in efc_nport_alloc() 101 nport->enable_rscn = (nport->enable_ini || in efc_nport_alloc() 605 vport->enable_ini, vport->enable_tgt); in efc_vport_nport_alloc() 652 if (ini && domain->efc->enable_ini == 0) { in efc_nport_vport_new() 736 u32 fc_id, bool enable_ini, in efc_vport_create_spec() 769 vport->enable_ini in efc_vport_create_spec() 66 efc_nport_alloc(struct efc_domain *domain, uint64_t wwpn, uint64_t wwnn, u32 fc_id, bool enable_ini, bool enable_tgt) efc_nport_alloc() argument 735 efc_vport_create_spec(struct efc *efc, uint64_t wwnn, uint64_t wwpn, u32 fc_id, bool enable_ini, bool enable_tgt, void *tgt_data, void *ini_data) efc_vport_create_spec() argument [all...] |
H A D | efclib.h | 127 * @enable_ini: SCSI initiator enabled for this port 165 bool enable_ini; member 398 bool enable_ini; member 542 bool enable_ini; member 590 bool enable_ini, bool enable_tgt,
|
H A D | efc_nport.h | 19 u32 fc_id, bool enable_ini, bool enable_tgt);
|
H A D | efc_device.c | 240 if (node->nport->enable_ini) in __efc_d_initiate_shutdown() 263 if (node->nport->enable_ini) in __efc_d_initiate_shutdown() 525 if (node->nport->enable_ini && in __efc_d_init() 532 node->nport->enable_ini); in __efc_d_init() 1122 if (node->nport->enable_ini && in __efc_d_port_logged_in() 1124 /* sm: if enable_ini / send PRLI */ in __efc_d_port_logged_in() 1311 if (node->nport->enable_ini) in __efc_d_device_ready()
|
H A D | efc_node.h | 98 if (node->nport->enable_ini) in efc_node_get_enable()
|
H A D | efc_node.c | 314 node->nport->enable_ini, node->targ); in efc_node_handle_explicit_logo() 315 if (!pend_frames_empty || (node->nport->enable_ini && node->targ)) { in efc_node_handle_explicit_logo() 318 if (node->nport->enable_ini && node->targ) { in efc_node_handle_explicit_logo()
|
H A D | efc_fabric.c | 378 /* sm: if enable_ini / start fabctl node */ in __efc_fabric_wait_domain_attach() 736 if ((node->nport->enable_ini && active_nodes[i]->targ) || in efc_process_gidpt_payload() 760 if (!node->nport->enable_ini) in efc_process_gidpt_payload() 775 if (node->nport->enable_ini && newnode->targ) { in efc_process_gidpt_payload() 870 !node->nport->enable_ini && node->nport->enable_tgt && in __efc_ns_idle()
|
H A D | efc_els.c | 509 (node->nport->enable_ini ? in efc_send_prli() 743 (node->nport->enable_ini ? in efc_send_prli_acc() 959 if (node->nport->enable_ini) in efc_ns_send_rffid()
|
H A D | efc_domain.c | 262 efc->enable_ini, efc->enable_tgt); in __efc_domain_init() 315 if (efc->enable_ini) { in __efc_domain_init()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/ |
H A D | iwl-modparams.h | 117 * @enable_ini: enable new FW debug infratructure (INI TLVs) 139 bool enable_ini; member
|
H A D | iwl-drv.c | 1184 if (iwlwifi_mod_params.enable_ini) in iwl_parse_tlv_firmware() 1745 .enable_ini = true, 1859 module_param_named(enable_ini, iwlwifi_mod_params.enable_ini, 1861 MODULE_PARM_DESC(enable_ini,
|
H A D | iwl-dbg-tlv.c | 490 if (!iwlwifi_mod_params.enable_ini) in iwl_dbg_tlv_load_bin()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/ |
H A D | iwl-modparams.h | 64 * @enable_ini: enable new FW debug infratructure (INI TLVs) 87 u32 enable_ini; member
|
H A D | iwl-drv.c | 1266 if (iwlwifi_mod_params.enable_ini) in iwl_parse_tlv_firmware() 1799 if (iwlwifi_mod_params.enable_ini != ENABLE_INI) { in iwl_drv_start() 1804 if (iwlwifi_mod_params.enable_ini != IWL_FW_INI_PRESET_DISABLE) { in iwl_drv_start() 1805 if (iwlwifi_mod_params.enable_ini > ENABLE_INI) { in iwl_drv_start() 1807 "invalid enable_ini module parameter value: max = %d, using 0 instead\n", in iwl_drv_start() 1809 iwlwifi_mod_params.enable_ini = 0; in iwl_drv_start() 1812 BIT(IWL_FW_DBG_DOMAIN_POS + iwlwifi_mod_params.enable_ini); in iwl_drv_start() 1869 .enable_ini = ENABLE_INI, 1982 module_param_named(enable_ini, iwlwifi_mod_params.enable_ini, uin [all...] |
H A D | iwl-dbg-tlv.c | 508 if (!iwlwifi_mod_params.enable_ini || in iwl_dbg_tlv_load_bin()
|