Searched refs:pcie_int_mode (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/ |
| H A D | moal_pcie.c | 364 mlan_set_int_mode(handle->pmlan_adapter, pcie_int_mode, 1); in woal_do_flr() 369 handle->params.pcie_int_mode, 0); in woal_do_flr() 1341 switch (pcie_int_mode) { in woal_pcie_register_dev() 1343 pcie_int_mode = PCIE_INT_MODE_MSIX; in woal_pcie_register_dev() 1386 pcie_int_mode = PCIE_INT_MODE_MSI; in woal_pcie_register_dev() 1403 pcie_int_mode = PCIE_INT_MODE_LEGACY; in woal_pcie_register_dev() 1415 PRINTM(MFATAL, "pcie_int_mode %d failed\n", pcie_int_mode); in woal_pcie_register_dev() 1423 mlan_set_int_mode(handle->pmlan_adapter, pcie_int_mode, 1); in woal_pcie_register_dev() 1426 mlan_set_int_mode(handle->pmlan_adapter, pcie_int_mode, 0); in woal_pcie_register_dev() 1479 switch (pcie_int_mode) { in woal_pcie_unregister_dev() [all …]
|
| H A D | moal_init.c | 202 int pcie_int_mode = PCIE_INT_MODE_MSI; variable 975 params->pcie_int_mode = out_data; in parse_cfg_read_block() 977 params->pcie_int_mode); in parse_cfg_read_block() 1564 handle->params.pcie_int_mode = pcie_int_mode; in woal_setup_module_param() 1566 handle->params.pcie_int_mode = params->pcie_int_mode; in woal_setup_module_param() 2528 module_param(pcie_int_mode, int, 0); 2529 MODULE_PARM_DESC(pcie_int_mode, "0: Legacy mode; 1: MSI mode; 2: MSI-X mode");
|
| H A D | moal_main.h | 287 extern int pcie_int_mode; 2208 int pcie_int_mode; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/ |
| H A D | mlan_pcie.c | 308 if (pmadapter->pcard_pcie->pcie_int_mode != in wlan_init_adma() 333 if (pmadapter->pcard_pcie->pcie_int_mode != in wlan_init_adma() 345 if (pmadapter->pcard_pcie->pcie_int_mode == in wlan_init_adma() 574 if (pmadapter->pcard_pcie->pcie_int_mode == PCIE_INT_MODE_MSI) { in wlan_pcie_set_host_int_select_mask() 796 if (pmadapter->pcard_pcie->pcie_int_mode == PCIE_INT_MODE_MSIX) in wlan_clear_pending_int_status() 3570 if (pmadapter->pcard_pcie->pcie_int_mode == PCIE_INT_MODE_MSI) { in wlan_pcie_interrupt() 3574 } else if (pmadapter->pcard_pcie->pcie_int_mode == PCIE_INT_MODE_MSIX) { in wlan_pcie_interrupt() 3720 if (pmadapter->pcard_pcie->pcie_int_mode == PCIE_INT_MODE_MSIX) { in wlan_process_pcie_int_status() 3725 if (pmadapter->pcard_pcie->pcie_int_mode != PCIE_INT_MODE_MSI) in wlan_process_pcie_int_status() 3729 if (pmadapter->pcard_pcie->pcie_int_mode == PCIE_INT_MODE_MSI) { in wlan_process_pcie_int_status() [all …]
|
| H A D | mlan_shim.c | 1857 pmadapter->pcard_pcie->pcie_int_mode = int_mode; in mlan_set_int_mode()
|
| H A D | mlan_main.h | 2181 t_u32 pcie_int_mode;
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/ |
| H A D | README_MLAN | 107 pcie_int_mode=0|1|2 <Legacy mode, MSI mode (default), MSI-X mode> 108 pcie_int_mode=0|1 <Legacy mode, MSI mode (default)>
|