Home
last modified time | relevance | path

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

/freebsd/sys/i386/i386/
H A Dmp_machdep.c141 static int start_ap(int apic_id);
409 if (!start_ap(apic_id)) { in start_all_aps()
504 start_ap(int apic_id) in start_ap() function
/freebsd/sys/amd64/amd64/
H A Dmp_machdep.c112 static int start_ap(int apic_id, vm_paddr_t boot_address);
435 if (!start_ap(apic_id, boot_address)) { in start_all_aps()
476 start_ap(int apic_id, vm_paddr_t boot_address) in start_ap() function
/freebsd/sys/fs/ext2fs/
H A Dext2_alloc.c209 struct indir start_ap[EXT2_NIADDR + 1], end_ap[EXT2_NIADDR + 1], *idp; in ext2_reallocblks() local
255 if (ext2_getlbns(vp, start_lbn, start_ap, &start_lvl) || in ext2_reallocblks()
265 idp = &start_ap[start_lvl - 1]; in ext2_reallocblks()
281 if (start_ap[start_lvl - 1].in_lbn == idp->in_lbn) in ext2_reallocblks()
/freebsd/sys/ufs/ffs/
H A Dffs_alloc.c578 struct indir start_ap[UFS_NIADDR + 1], end_ap[UFS_NIADDR + 1], *idp; in ffs_reallocblks_ufs1() local
631 if (ufs_getlbns(vp, start_lbn, start_ap, &start_lvl) || in ffs_reallocblks_ufs1()
641 idp = &start_ap[start_lvl - 1]; in ffs_reallocblks_ufs1()
658 start_ap[start_lvl - 1].in_lbn == idp->in_lbn) in ffs_reallocblks_ufs1()
845 struct indir start_ap[UFS_NIADDR + 1], end_ap[UFS_NIADDR + 1], *idp; in ffs_reallocblks_ufs2() local
898 if (ufs_getlbns(vp, start_lbn, start_ap, &start_lvl) || in ffs_reallocblks_ufs2()
908 idp = &start_ap[start_lvl - 1]; in ffs_reallocblks_ufs2()
925 start_ap[start_lvl - 1].in_lbn == idp->in_lbn) in ffs_reallocblks_ufs2()
/freebsd/sys/contrib/dev/rtw88/
H A Dmac80211.c959 .start_ap = rtw_ops_start_ap,
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dmld-mac80211.c1402 .start_ap = iwl_mvm_mld_start_ap,
H A Dmac80211.c1804 * start_ap() flow), and adding the broadcast station can happen in iwl_mvm_mc_iface_iterator()
5140 * The AP binding flow is handled as part of the start_ap flow in iwl_mvm_switch_vif_chanctx_swap()
6601 .start_ap = iwl_mvm_start_ap,
/freebsd/sys/contrib/dev/rtw89/
H A Dmac80211.c1162 .start_ap = rtw89_ops_start_ap,
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dmain.c1325 .start_ap = mt7921_start_ap,
/freebsd/sys/compat/linuxkpi/common/include/net/
H A Dcfg80211.h1306 s32 (*start_ap)(struct wiphy *, struct net_device *, struct cfg80211_ap_settings *); member
H A Dmac80211.h1098 …int (*start_ap)(struct ieee80211_hw *, struct ieee80211_vif *, struct ieee80211_bss_conf *link_co… member
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmain.c1654 .start_ap = mt7915_start_ap,