Home
last modified time | relevance | path

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

/freebsd/sys/dev/ral/
H A Drt2560var.h97 struct rt2560_vap { struct
103 #define RT2560_VAP(vap) ((struct rt2560_vap *)(vap)) argument
H A Drt2560.c366 struct rt2560_vap *rvp; in rt2560_vap_create()
402 rvp = malloc(sizeof(struct rt2560_vap), M_80211_VAP, M_WAITOK | M_ZERO); in rt2560_vap_create()
423 struct rt2560_vap *rvp = RT2560_VAP(vap); in rt2560_vap_delete()
744 struct rt2560_vap *rvp = RT2560_VAP(vap); in rt2560_newstate()