Home
last modified time | relevance | path

Searched defs:proto (Results 1 – 25 of 41) sorted by relevance

12

/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/include/trace/
Ddefine_trace.h27 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \ argument
31 #define TRACE_EVENT_CONDITION(name, proto, args, cond, tstruct, assign, print) \ argument
40 #define TRACE_EVENT_FN(name, proto, args, tstruct, \ argument
45 #define TRACE_EVENT_FN_COND(name, proto, args, cond, tstruct, \ argument
50 #define TRACE_EVENT_NOP(name, proto, args, struct, assign, print) argument
53 #define DEFINE_EVENT_NOP(template, name, proto, args) argument
56 #define DEFINE_EVENT(template, name, proto, args) \ argument
60 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg) \ argument
64 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
68 #define DEFINE_EVENT_CONDITION(template, name, proto, args, cond) \ argument
[all …]
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/include/linux/
Dtracepoint.h162 #define __DO_TRACE(tp, proto, args, cond, rcuidle) \ argument
206 #define __DECLARE_TRACE_RCU(name, proto, args, cond, data_proto, data_args) \ argument
216 #define __DECLARE_TRACE_RCU(name, proto, args, cond, data_proto, data_args) argument
231 #define __DECLARE_TRACE(name, proto, args, cond, data_proto, data_args) \ argument
299 #define __DECLARE_TRACE(name, proto, args, cond, data_proto, data_args) \ argument
395 #define DECLARE_TRACE(name, proto, args) \ argument
401 #define DECLARE_TRACE_CONDITION(name, proto, args, cond) \ argument
519 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) argument
520 #define DEFINE_EVENT(template, name, proto, args) \ argument
522 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg)\ argument
[all …]
/device/board/isoftstone/yangfan/kernel/src/incl/treace/hooks/
Dvendor_hooks.h20 #define DEFINE_HOOK_FN(_name, _reg, _unreg, proto, args) \ argument
53 #define DECLARE_RESTRICTED_HOOK(name, proto, args, cond) \ argument
60 #define DO_HOOK(name, proto, args, cond) \ argument
75 #define __DECLARE_HOOK(name, proto, args, cond, data_proto, data_args) \ argument
101 #define DECLARE_RESTRICTED_HOOK(name, proto, args, cond) \ argument
112 #define DECLARE_RESTRICTED_HOOK(name, proto, args, cond) \ argument
/device/soc/rockchip/common/sdk_linux/include/trace/hooks/
Dvendor_hooks.h20 #define DEFINE_HOOK_FN(_name, _reg, _unreg, proto, args) … argument
49 #define DECLARE_RESTRICTED_HOOK(name, proto, args, cond) DEFINE_HOOK_FN(name, NULL, NULL, PARAMS(pr… argument
78 #define I_DECLARE_RESTRICTED_HOOK(name, proto, args, cond, data_proto) … argument
101 #define DECLARE_RESTRICTED_HOOK(name, proto, args, cond) … argument
109 #define DECLARE_RESTRICTED_HOOK(name, proto, args, cond) DECLARE_EVENT_NOP((name), PARAMS(proto), P… argument
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
Dip.h275 #define ip_output(p, src, dest, ttl, tos, proto, pcb) \ argument
284 #define ip_output_if(p, src, dest, ttl, tos, proto, netif) \ argument
292 #define ip_output_if_src(p, src, dest, ttl, tos, proto, netif) \ argument
302 #define ip_output_hinted(p, src, dest, ttl, tos, proto, netif_hint) \ argument
362 #define ip_output(p, src, dest, ttl, tos, proto) \ argument
365 #define ip_output_if(p, src, dest, ttl, tos, proto, netif) \ argument
367 #define ip_output_if_src(p, src, dest, ttl, tos, proto, netif) \ argument
369 #define ip_output_hinted(p, src, dest, ttl, tos, proto, netif_hint) \ argument
391 #define ip_output(p, src, dest, ttl, tos, proto) \ argument
394 #define ip_output_if(p, src, dest, ttl, tos, proto, netif) \ argument
[all …]
Draw.h113 } proto; member
188 #define raw_new_ip6(proto) raw_new_ip_type(IPADDR_TYPE_V6, proto) argument
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/
Dcoap_session_internal.h32 coap_proto_t proto; /**< protocol used on this interface */ member
Dcoap_session.h70 coap_proto_t proto; /**< protocol used */ member
/device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/include/
Dbcmip.h201 ipv6_exthdr_len(uint8 *h, uint8 *proto) in ipv6_exthdr_len()
226 ipv6_exthdr_len_check(uint8 *h, uint16 plen, uint8 *proto) in ipv6_exthdr_len_check()
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/prot/
Dip4.h134 #define IPH_PROTO_SET(hdr, proto) (hdr)->_proto = (u8_t)(proto) argument
/device/soc/winnermicro/wm800/board/src/app/wm_atcmd/
Dwm_cmdp.h43 u8 proto; /* 0: tcp, 1: udp */ member
117 u8 proto; member
/device/soc/bestechnic/bes2600/liteos_m/components/net/lwip-2.1/porting/src/
Dethernetif.c94 eth_hw_checksum(void *data, int16 len, uint32_t src, uint32_t dest, uint8_t proto) in eth_hw_checksum()
/device/soc/winnermicro/wm800/board/src/network/api2.0.3/
Dtls_netconn.h44 u16 proto; member
/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/components/bk_wifi/include/bk_private/
Dbk_wifi_types.h165 int proto; member
375 int proto; member
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/priv/
Dapi_msg.h121 u16_t proto; member
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
Dbcmip.h207 ipv6_exthdr_len(uint8 *h, uint8 *proto) in ipv6_exthdr_len()
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/include/
Dbcmip.h205 ipv6_exthdr_len(uint8 *h, uint8 *proto) in ipv6_exthdr_len()
/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/include/
Dbcmip.h207 static INLINE int32 ipv6_exthdr_len(uint8 *h, uint8 *proto) in ipv6_exthdr_len()
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/include/
Drtw_efuse.h272 #define mac_hidden_proto_to_hal_proto_cap(proto) (((proto) >= MAC_HIDDEN_PROTOCOL_NUM) ? 0 : _mac_h… argument
/device/soc/rockchip/common/sdk_linux/net/bluetooth/
Dl2cap_sock.c1859 static struct sock *l2cap_sock_alloc(struct net *net, struct socket *sock, int proto, gfp_t prio, i… in l2cap_sock_alloc()
Dsco.c492 static struct sock *sco_sock_alloc(struct net *net, struct socket *sock, int proto, gfp_t prio, int… in sco_sock_alloc()
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/
Ddhd_rtt.h238 int32 proto :8; member
/device/soc/esp/esp32/components/esp_wifi/include/
Desp_mesh.h484 mesh_proto_t proto; /**< data protocol */ member
/device/soc/esp/esp32/components/esp_netif/lwip/
Desp_netif_lwip.c80 #define LOG_NETIF_DISABLED_AND_DO(proto, action) \ argument
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
Ddhd_rtt.h320 int32 proto :8; member

12