Home
last modified time | relevance | path

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

/linux/arch/mips/include/asm/sn/
A Dklconfig.h200 #define XBOW_PORT_TYPE_HUB(_xbowp, _link) \ argument
201 ((_xbowp)->xbow_port_info[(_link) - BASE_XBOW_PORT].port_flag & XBOW_PORT_HUB)
202 #define XBOW_PORT_TYPE_IO(_xbowp, _link) \ argument
203 ((_xbowp)->xbow_port_info[(_link) - BASE_XBOW_PORT].port_flag & XBOW_PORT_IO)
205 #define XBOW_PORT_IS_ENABLED(_xbowp, _link) \ argument
206 ((_xbowp)->xbow_port_info[(_link) - BASE_XBOW_PORT].port_flag & XBOW_PORT_ENABLE)
207 #define XBOW_PORT_NASID(_xbowp, _link) \ argument
208 ((_xbowp)->xbow_port_info[(_link) - BASE_XBOW_PORT].port_nasid)
/linux/net/mac80211/
A Dieee80211_i.h1201 #define for_each_sdata_link(_local, _link) \ argument
1211 if ((_link = wiphy_dereference((local)->hw.wiphy, \

Completed in 21 milliseconds