Home
last modified time | relevance | path

Searched defs:_port (Results 1 – 8 of 8) sorted by relevance

/freebsd-13-stable/sys/dev/bhnd/bhndb/
HDbhndb_hwdata.c79 #define BHNDB_PORT_PRIO(_type, _port, _region, _priority, ...) \ argument
82 #define _BHNDB_PORT_PRIO(_type, _port, _region, _priority, _flags, ...) \ argument
/freebsd-13-stable/sys/dev/etherswitch/rtl8366/
HDrtl8366rbvar.h130 #define RTL8366_PVCR_REG(_port) \ argument
132 #define RTL8366_PVCR_VAL(_port, _pvlan) \ argument
135 #define RTL8366_PVCR_GET(_port, _val) \ argument
162 #define RTL8366_MCNT(_port, _r) \ argument
/freebsd-13-stable/sys/dev/sfxge/
HDsfxge.h427 #define SFXGE_PORT_LOCK_INIT(_port, _ifname) \ argument
437 #define SFXGE_PORT_LOCK_DESTROY(_port) \ argument
439 #define SFXGE_PORT_LOCK(_port) \ argument
441 #define SFXGE_PORT_UNLOCK(_port) \ argument
443 #define SFXGE_PORT_LOCK_ASSERT_OWNED(_port) \ argument
/freebsd-13-stable/sys/dev/etherswitch/arswitch/
HDarswitchreg.h360 #define AR8X16_PORT_MASK(_port) (1 << (_port)) argument
362 #define AR8X16_PORT_MASK_BUT(_port) (AR8X16_PORT_MASK_ALL & ~(1 << (_port))) argument
391 #define AR934X_REG_PORT_BASE(_port) (0x100 + (_port) * 0x100) argument
393 #define AR934X_REG_PORT_VLAN1(_port) (AR934X_REG_PORT_BASE((_port)) + 0x08) argument
403 #define AR934X_REG_PORT_VLAN2(_port) (AR934X_REG_PORT_BASE((_port)) + 0x0c) argument
/freebsd-13-stable/contrib/ldns/ldns/
HDresolver.h62 uint16_t _port; member
/freebsd-13-stable/sys/dev/etherswitch/
HDetherswitch.h106 #define ETHERSWITCH_PORTMASK(_port) (1 << (_port)) argument
/freebsd-13-stable/sys/dev/virtio/console/
HDvirtio_console.c94 #define VTCON_PORT_LOCK(_port) mtx_lock(&(_port)->vtcport_mtx) argument
95 #define VTCON_PORT_UNLOCK(_port) mtx_unlock(&(_port)->vtcport_mtx) argument
/freebsd-13-stable/sys/dev/bxe/
HDecore_hsi.h2673 #define DRV_FLAGS_GET_PORT_OFFSET(_port) ((0 == _port) ? \ argument
2677 #define DRV_FLAGS_GET_PORT_MASK(_port) (DRV_FLAGS_PORT_MASK << \ argument
2680 #define DRV_FLAGS_FILED_BY_PORT(_field_bit, _port) (1 << ( \ argument