Searched refs:start_ap (Results 1 – 12 of 12) sorted by relevance
/freebsd/sys/i386/i386/ |
H A D | mp_machdep.c | 141 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 D | mp_machdep.c | 112 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 D | ext2_alloc.c | 209 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 D | ffs_alloc.c | 578 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 D | mac80211.c | 959 .start_ap = rtw_ops_start_ap,
|
/freebsd/sys/contrib/dev/iwlwifi/mvm/ |
H A D | mld-mac80211.c | 1402 .start_ap = iwl_mvm_mld_start_ap,
|
H A D | mac80211.c | 1804 * 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 D | mac80211.c | 1162 .start_ap = rtw89_ops_start_ap,
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/ |
H A D | main.c | 1325 .start_ap = mt7921_start_ap,
|
/freebsd/sys/compat/linuxkpi/common/include/net/ |
H A D | cfg80211.h | 1306 s32 (*start_ap)(struct wiphy *, struct net_device *, struct cfg80211_ap_settings *); member
|
H A D | mac80211.h | 1098 …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 D | main.c | 1654 .start_ap = mt7915_start_ap,
|