/titanic_44/usr/src/uts/common/io/bpf/net/ |
H A D | bpfdesc.h | 91 #define MBPF_OPEN(_m, _n, _p, _z) (_m)->bpr_open(_n, (uintptr_t *)_p, _z) argument 92 #define MBPF_CLOSE(_m, _h) (_m)->bpr_close(_h) argument 93 #define MBPF_NAME(_m, _h) (_m)->bpr_name(_h) argument 94 #define MBPF_TYPE(_m, _h) (_m)->bpr_type(_h) argument 95 #define MBPF_SDU_GET(_m, _h, _p) (_m)->bpr_sdu_get(_h, _p) argument 96 #define MBPF_TX(_m, _h, _pkt) (_m)->bpr_tx(_h, _pkt) argument 97 #define MBPF_PROMISC_ADD(_m, _h, _o, _d, _p, _f) \ argument 99 #define MBPF_PROMISC_REMOVE(_m, _h) (_m)->bpr_promisc_remove(_h) argument 100 #define MBPF_GET_LINKID(_m, _n, _ip, _z) \ argument 102 #define MBPF_CLIENT_CLOSE(_m, _h) (_m)->bpr_client_close(_h) argument [all …]
|
/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/ |
H A D | debug.h | 416 #define CODE_PATH(_m) ((_m) & dbg_code_path) argument 417 #define MSG_LEVEL(_m) ((_m) & LV_MASK) argument 418 #define LOG_MSG(_m) (CODE_PATH(_m) && \ argument 478 #define dbg_out(_c, _m, _s, _d1) debug_msgx((WARN), "TrLv<%d>, %s (%4d): %p"##_s" %s\n", ((WARN) & … argument 526 #define DbgMessage(_c, _m, _s, ...) \ argument 566 #define dbg_out(_c, _m, _s, _d1) debug_msgx((WARN), "TrLv<%d>, %s (%4d): %p"##_s" %s\n", ((WARN) & … argument 589 #define DbgMessage(_c, _m, _s, ...) \ argument 629 #define dbg_out(_c, _m, _s, _d1) printf(_s, _d1) argument 687 #define DbgMessageXX(_c, _m, _s...) \ argument 694 #define DbgMessageXX(_c, _m, _s...) \ argument [all …]
|
H A D | utils.h | 76 #define LAST_BYTE_OF(_s,_m) (OFFSETOF(_s,_m)+sizeof( ((_s *)0)->_m)) argument
|
/titanic_44/usr/src/uts/common/io/bnxe/ |
H A D | bnxe_debug.h | 71 #define DbgMessageXX(_c, _m, _s, ...) \ argument 101 #define dbg_out(_c, _m, _s, _d1) DbgMessageXX(_c, _m, _s, _d1) argument
|
/titanic_44/usr/src/uts/common/io/bpf/ |
H A D | bpf_filter.c | 53 #define M_LEN(_m) ((_m)->b_wptr - (_m)->b_rptr) argument
|
H A D | bpf.c | 101 #define M_LEN(_m) ((_m)->b_wptr - (_m)->b_rptr) argument
|
/titanic_44/usr/src/lib/libc/port/rt/ |
H A D | mqueue.c | 131 #define MQ_ASSERT_PTR(_m, _p) \ argument 142 #define MQ_ASSERT_PTR(_m, _p) argument
|
/titanic_44/usr/src/common/crypto/sha1/ |
H A D | sha1.c | 57 #define bzero(_m, _l) ((void) memset((_m), 0, (_l))) argument
|
/titanic_44/usr/src/uts/common/inet/ip/ |
H A D | ip_arp.c | 119 #define ARP_HOOK_IN(_hook, _event, _ilp, _hdr, _fm, _m, ipst) \ argument 144 #define ARP_HOOK_OUT(_hook, _event, _olp, _hdr, _fm, _m, ipst) \ argument
|
/titanic_44/usr/src/uts/sun4u/montecarlo/io/ttymux_dacf/ |
H A D | ttymux_dacf.c | 78 #define platform_consoles(_m, _di, _d, _f) \ argument
|
/titanic_44/usr/src/uts/common/io/e1000api/ |
H A D | e1000_regs.h | 443 #define E1000_LSECRXKEY(_n, _m) (0x0B350 + (0x10 * (_n)) + (0x04 * (_m))) argument
|
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_fc.h | 2143 #define EMLXS_INTR_INIT(_hba, _m) emlxs_msi_init(_hba, _m) argument 2148 #define EMLXS_INTR_INIT(_hba, _m) emlxs_intx_init(_hba, _m) argument
|
/titanic_44/usr/src/uts/common/inet/ |
H A D | ip.h | 3084 #define FW_HOOKS(_hook, _event, _ilp, _olp, _iph, _fm, _m, _llm, ipst, _err) \ argument 3115 #define FW_HOOKS6(_hook, _event, _ilp, _olp, _iph, _fm, _m, _llm, ipst, _err) \ argument
|
/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/ |
H A D | lm5710.h | 464 #define OFFSETOF(_s, _m) ((u32_t) PTR_SUB(&((_s *) 0)->_m, (u8_t *) 0)) argument 466 #define WORD_ALIGNED_OFFSETOF(_s, _m) (OFFSETOF(_s, _m) & ~0x03) argument
|
/titanic_44/usr/src/uts/common/io/bnxe/577xx/common/ |
H A D | bnxe_clc.c | 83 #define OFFSETOF(_s, _m) ((u32) ((u8 *)(&((_s *) 0)->_m) - \ argument
|
/titanic_44/usr/src/uts/common/io/ixgbe/core/ |
H A D | ixgbe_type.h | 720 #define IXGBE_LSECRXKEY(_n, _m) (0x08F20 + ((0x10 * (_n)) + (4 * (_m)))) argument
|