Home
last modified time | relevance | path

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

/freebsd/sys/dev/bhnd/bhndb/
H A Dbhndb_hwdata.c78 #define BHNDB_PORT_PRIO(_type, _port, _region, _priority, ...) \ argument
81 #define _BHNDB_PORT_PRIO(_type, _port, _region, _priority, _flags, ...) \ argument
/freebsd/sys/dev/etherswitch/rtl8366/
H A Drtl8366rbvar.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/sys/dev/sfxge/
H A Dsfxge.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/contrib/ldns/ldns/
H A Dresolver.h62 uint16_t _port; member
/freebsd/sys/dev/etherswitch/
H A Detherswitch.h106 #define ETHERSWITCH_PORTMASK(_port) (1 << (_port)) argument
/freebsd/sys/dev/virtio/console/
H A Dvirtio_console.c93 #define VTCON_PORT_LOCK(_port) mtx_lock(&(_port)->vtcport_mtx) argument
94 #define VTCON_PORT_UNLOCK(_port) mtx_unlock(&(_port)->vtcport_mtx) argument
/freebsd/sys/dev/etherswitch/arswitch/
H A Darswitchreg.h358 #define AR8X16_PORT_MASK(_port) (1 << (_port)) argument
360 #define AR8X16_PORT_MASK_BUT(_port) (AR8X16_PORT_MASK_ALL & ~(1 << (_port))) argument
/freebsd/sys/dev/bxe/
H A Decore_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