Searched defs:_port (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/dev/bhnd/bhndb/ |
H A D | bhndb_hwdata.c | 78 #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 D | rtl8366rbvar.h | 130 #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 D | sfxge.h | 427 #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 D | resolver.h | 62 uint16_t _port; member
|
/freebsd/sys/dev/etherswitch/ |
H A D | etherswitch.h | 106 #define ETHERSWITCH_PORTMASK(_port) (1 << (_port)) argument
|
/freebsd/sys/dev/virtio/console/ |
H A D | virtio_console.c | 93 #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 D | arswitchreg.h | 358 #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 D | ecore_hsi.h | 2673 #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
|