Home
last modified time | relevance | path

Searched refs:mesh (Results 1 – 12 of 12) sorted by relevance

/drivers/scsi/
A Dmesh.c145 volatile struct mesh_regs __iomem *mesh; member
223 tlp->bs0 = ms->mesh->bus_status0; in dlog()
224 tlp->bs1 = ms->mesh->bus_status1; in dlog()
305 volatile struct mesh_regs __iomem *mr = ms->mesh; in mesh_dump_regs()
612 out_8(&ms->mesh->sequence, SEQ_ENBRESEL); in mesh_done()
613 mesh_flush_io(ms->mesh); in mesh_done()
1821 mr = ms->mesh; in mesh_shutdown()
1894 if (ms->mesh == NULL) { in mesh_probe()
1901 iounmap(ms->mesh); in mesh_probe()
1980 iounmap(ms->mesh); in mesh_probe()
[all …]
A DMakefile109 obj-$(CONFIG_SCSI_MESH) += mesh.o
A DKconfig1251 module will be called mesh.
/drivers/net/wireless/marvell/libertas/
A DMakefile11 libertas-$(CONFIG_LIBERTAS_MESH) += mesh.o
A Dmesh.c112 ie->val.mesh_id_len = mesh_wdev->u.mesh.id_up_len; in lbs_mesh_config()
113 memcpy(ie->val.mesh_id, mesh_wdev->u.mesh.id, in lbs_mesh_config()
114 mesh_wdev->u.mesh.id_up_len); in lbs_mesh_config()
1004 sprintf(mesh_wdev->u.mesh.id, "mesh"); in lbs_add_mesh()
1005 mesh_wdev->u.mesh.id_up_len = 4; in lbs_add_mesh()
A DKconfig35 bool "Enable mesh support"
/drivers/net/wireless/mediatek/mt76/mt7996/
A Dmcu.h625 u8 mesh; member
A Dmcu.c1860 hdr_trans->mesh = true; in mt7996_mcu_sta_hdr_trans_tlv()
/drivers/net/wireless/ath/ath12k/
A Dmac.c13317 bool ap, mesh, p2p; in ath12k_mac_setup_radio_iface_comb() local
13322 mesh = IS_ENABLED(CONFIG_MAC80211_MESH) && in ath12k_mac_setup_radio_iface_comb()
13325 if ((ap || mesh) && !p2p) { in ath12k_mac_setup_radio_iface_comb()
13330 if (ap || mesh) in ath12k_mac_setup_radio_iface_comb()
13346 if (ap || mesh || p2p) in ath12k_mac_setup_radio_iface_comb()
13352 if (mesh) in ath12k_mac_setup_radio_iface_comb()
13387 bool ap, mesh, p2p; in ath12k_mac_setup_global_iface_comb() local
13394 mesh = ath12k_mac_is_iface_mode_enable(ah, NL80211_IFTYPE_MESH_POINT); in ath12k_mac_setup_global_iface_comb()
13396 if ((ap || mesh) && !p2p) in ath12k_mac_setup_global_iface_comb()
/drivers/net/wireless/mediatek/mt76/
A Dmt76_connac_mcu.h649 u8 mesh; member
/drivers/net/wireless/realtek/rtw89/
A Dfw.c4838 RTW89_SET_FWCMD_CXROLE_ROLE_MESH(cmd, bpos->mesh); in rtw89_fw_h2c_cxdrv_role()
4918 RTW89_SET_FWCMD_CXROLE_ROLE_MESH(cmd, bpos->mesh); in rtw89_fw_h2c_cxdrv_role_v1()
5008 RTW89_SET_FWCMD_CXROLE_ROLE_MESH(cmd, bpos->mesh); in rtw89_fw_h2c_cxdrv_role_v2()
A Dcore.h1676 u16 mesh: 1; member

Completed in 735 milliseconds