Searched refs:_hdr (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/uts/sun4v/sys/ |
H A D | dr_cpu.h | 92 #define DR_CPU_CMD_CPUIDS(_hdr) ((uint32_t *)((_hdr) + 1)) argument 93 #define DR_CPU_RESP_STATS(_hdr) ((dr_cpu_stat_t *)((_hdr) + 1)) argument
|
H A D | vio_mailbox.h | 137 } _hdr; member 141 #define vio_msgtype _hdr._msgtype 142 #define vio_subtype _hdr._subtype 143 #define vio_subtype_env _hdr._subtype_env 144 #define vio_sid _hdr._sid
|
/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 127 info.hpe_hdr = _hdr; \ 136 _hdr = NULL; \ 139 _hdr = info.hpe_hdr; \ 144 #define ARP_HOOK_OUT(_hook, _event, _olp, _hdr, _fm, _m, ipst) \ argument 152 info.hpe_hdr = _hdr; \ 161 _hdr = NULL; \ 164 _hdr = info.hpe_hdr; \
|