Home
last modified time | relevance | path

Searched refs:IS_PCIE (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/
H A Dmlan_init.c405 if (IS_PCIE(pmadapter->card_type)) { in wlan_allocate_adapter()
950 if (IS_PCIE(pmadapter->card_type)) { in wlan_init_adapter()
1429 else if (IS_PCIE(pmadapter->card_type)) { in wlan_init_fw()
1444 if (IS_PCIE(pmadapter->card_type) && pmadapter->mfg_mode) { in wlan_init_fw()
1672 if (IS_PCIE(pmadapter->card_type) && pmadapter->mfg_mode) { in wlan_init_priv_fw()
1810 if (IS_PCIE(pmadapter->card_type)) { in wlan_free_adapter()
H A Dmlan_shim.c374 if (IS_PCIE(pmadapter->card_type)) { in mlan_register()
880 if (IS_PCIE(pmadapter->card_type) && in mlan_shutdown_fw()
H A Dmlan_decl.h350 #define IS_PCIE(ct) (ct & (INTF_PCIE << 8)) macro
H A Dmlan_wmm.c1483 if (IS_PCIE(pmadapter->card_type)) in wlan_clean_txrx()
2529 if (IS_PCIE(pmadapter->card_type) && in wlan_wmm_process_tx()
H A Dmlan_cmdevt.c542 if (IS_PCIE(pmadapter->card_type)) { in wlan_dump_info()
2310 if (IS_PCIE(pmadapter->card_type) && in wlan_process_cmdresp()
2444 if (IS_PCIE(pmadapter->card_type)) in wlan_cmd_timeout_func()
4290 if (IS_PCIE(pmadapter->card_type) && in wlan_adapter_get_hw_spec()
H A Dmlan_main.h2930 if (IS_PCIE(pmadapter->card_type) &&
H A Dmlan_misc.c578 if (IS_PCIE(pmadapter->card_type)) { in wlan_get_info_debug_info()
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/
H A Dmoal_main.c1035 else if (IS_PCIE(reset_handle->card_type)) {
2108 if (IS_PCIE(handle->card_type))
2257 if (IS_PCIE(handle->card_type) &&
4316 if (IS_PCIE(priv->phandle->card_type)) {
5729 && !IS_PCIE(priv->phandle->card_type)
6174 if (IS_PCIE(priv->phandle->card_type)) {
6232 if (IS_PCIE(priv->phandle->card_type)) {
9261 if (IS_PCIE(phandle->card_type)) {
9395 if (IS_PCIE(priv->phandle->card_type)) {
9446 if (IS_PCIE(priv->phandle->card_type)) {
[all …]
H A Dmoal_init.c969 else if (IS_PCIE(handle->card_type) && in parse_cfg_read_block()
978 } else if (IS_PCIE(handle->card_type) && in parse_cfg_read_block()
H A Dmlan_decl.h350 #define IS_PCIE(ct) (ct & (INTF_PCIE << 8)) macro
H A Dmoal_debug.c1077 if (IS_PCIE(priv->phandle->card_type)) { in woal_debug_read()
H A Dmoal_shim.c2121 if (IS_PCIE(pmhandle->card_type)) {
2155 if (IS_PCIE(pmhandle->card_type)) {
/OK3568_Linux_fs/kernel/drivers/ata/
H A Dsata_mv.c441 #define IS_PCIE(hpriv) ((hpriv)->hp_flags & MV_HP_PCIE) macro
3735 if (IS_SOC(hpriv) || !IS_PCIE(hpriv)) in mv_in_pcix_mode()