Searched defs:_link (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/ofed/opensm/include/opensm/ |
H A D | osm_mesh.h | 49 typedef struct _link { struct 69 unsigned int num_links; /* number of 'links' to adjacent switches */ argument
|
/freebsd-src/sys/dev/bxe/ |
H A D | ecore_sp.h | 303 #define ECORE_LIST_FIRST_ENTRY(_list, cast, _link) \ argument 307 #define ECORE_LIST_NEXT(_elem, _link, cast) \ argument 385 #define ECORE_LIST_FOR_EACH_ENTRY(pos, _list, _link, cast) \ argument 391 #define ECORE_LIST_FOR_EACH_ENTRY_SAFE(pos, n, _list, _link, cast) \ argument
|
/freebsd-src/sys/dev/ath/ |
H A D | if_athvar.h | 1408 #define ath_hal_settxdesclink(_ah, _ds, _link) \ argument 1410 #define ath_hal_gettxdesclink(_ah, _ds, _link) \ argument
|
/freebsd-src/sys/compat/linuxkpi/common/include/net/ |
H A D | mac80211.h | 1249 for_each_vif_active_link(_vif,_link,_linkid) global() argument
|