Home
last modified time | relevance | path

Searched refs:rt2860_vap (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/ral/
H A Drt2860var.h108 struct rt2860_vap { struct
114 #define RT2860_VAP(vap) ((struct rt2860_vap *)(vap)) argument
H A Drt2860.c425 struct rt2860_vap *rvp; in rt2860_vap_create()
461 rvp = malloc(sizeof(struct rt2860_vap), M_80211_VAP, M_WAITOK | M_ZERO); in rt2860_vap_create()
487 struct rt2860_vap *rvp = RT2860_VAP(vap); in rt2860_vap_delete()
901 struct rt2860_vap *rvp = RT2860_VAP(vap); in rt2860_newstate()