| /f-stack/freebsd/contrib/ngatm/netnatm/saal/ |
| H A D | saal_sscop.c | 168 struct sscop_msg *msg = NULL, *m; in QFIND() local 644 struct sscop_msg *msg; in sscop_aasig() local 740 struct sscop_msg *msg; in sscop_maasig() local 781 struct sscop_msg *msg; in sscop_input() local 1046 struct sscop_msg *msg; in m_prepare_retrieval() local 1065 struct sscop_msg *msg; in m_prepare_recovery() local 1097 struct sscop_msg *msg; in m_deliver_data() local 3798 struct sscop_msg *msg; in sscop_ready_pduq() local 4334 struct sscop_msg *msg; in sscop_upduq() local 4352 struct sscop_msg *msg; in sscop_mpduq() local [all …]
|
| /f-stack/freebsd/contrib/ngatm/netnatm/msg/ |
| H A D | uni_msg.c | 21 print_alerting(struct uni_alerting *msg, struct unicx *cx) in print_alerting() 109 decode_alerting(struct uni_alerting *out, struct uni_msg *msg, in decode_alerting() 199 print_call_proc(struct uni_call_proc *msg, struct unicx *cx) in print_call_proc() 311 print_connect(struct uni_connect *msg, struct unicx *cx) in print_connect() 732 print_release(struct uni_release *msg, struct unicx *cx) in print_release() 1076 print_setup(struct uni_setup *msg, struct unicx *cx) in print_setup() 1373 decode_setup(struct uni_setup *out, struct uni_msg *msg, in decode_setup() 1715 print_status(struct uni_status *msg, struct unicx *cx) in print_status() 1915 print_notify(struct uni_notify *msg, struct unicx *cx) in print_notify() 2008 print_restart(struct uni_restart *msg, struct unicx *cx) in print_restart() [all …]
|
| H A D | privmsg.c | 44 uni_decode_head(struct uni_msg *msg, struct uni_all *out, in uni_decode_head() 112 uni_decode_body_internal(enum uni_msgtype mtype, struct uni_msg *msg, in uni_decode_body_internal() 231 uni_decode_body(struct uni_msg *msg, struct uni_all *out, struct unicx *cx) in uni_decode_body() 246 uni_decode(struct uni_msg *msg, struct uni_all *out, struct unicx *cx) in uni_decode() 257 uni_encode(struct uni_msg *msg, struct uni_all *in, struct unicx *cx) in uni_encode()
|
| /f-stack/freebsd/netgraph/bluetooth/l2cap/ |
| H A D | ng_l2cap_ulpi.c | 167 struct ng_mesg *msg = NULL; in ng_l2cap_l2ca_con_rsp() local 341 struct ng_mesg *msg = NULL; in ng_l2cap_l2ca_encryption_change() local 393 struct ng_mesg *msg = NULL; in ng_l2cap_l2ca_con_rsp_rsp() local 433 struct ng_mesg *msg = NULL; in ng_l2cap_l2ca_con_ind() local 584 struct ng_mesg *msg = NULL; in ng_l2cap_l2ca_cfg_rsp() local 744 struct ng_mesg *msg = NULL; in ng_l2cap_l2ca_cfg_rsp_rsp() local 797 struct ng_mesg *msg = NULL; in ng_l2cap_l2ca_cfg_ind() local 938 struct ng_mesg *msg = NULL; in ng_l2cap_l2ca_write_rsp() local 1184 struct ng_mesg *msg = NULL; in ng_l2cap_l2ca_qos_ind() local 1332 struct ng_mesg *msg = NULL; in ng_l2cap_l2ca_discon_rsp() local [all …]
|
| H A D | ng_l2cap_llpi.c | 71 struct ng_mesg *msg = NULL; in ng_l2cap_lp_con_req() local 141 ng_l2cap_lp_con_cfm(ng_l2cap_p l2cap, struct ng_mesg *msg) in ng_l2cap_lp_con_cfm() 208 ng_l2cap_lp_con_ind(ng_l2cap_p l2cap, struct ng_mesg *msg) in ng_l2cap_lp_con_ind() 291 ng_l2cap_lp_discon_ind(ng_l2cap_p l2cap, struct ng_mesg *msg) in ng_l2cap_lp_discon_ind() 354 struct ng_mesg *msg = NULL; in ng_l2cap_lp_qos_req() local 415 ng_l2cap_lp_qos_cfm(ng_l2cap_p l2cap, struct ng_mesg *msg) in ng_l2cap_lp_qos_cfm() 442 ng_l2cap_lp_qos_ind(ng_l2cap_p l2cap, struct ng_mesg *msg) in ng_l2cap_lp_qos_ind() 487 ng_l2cap_lp_enc_change(ng_l2cap_p l2cap, struct ng_mesg *msg) in ng_l2cap_lp_enc_change() 921 struct ng_mesg *msg = NULL; in ng_l2cap_process_discon_timeout() local
|
| /f-stack/dpdk/lib/librte_eal/include/ |
| H A D | rte_test.h | 19 #define RTE_TEST_ASSERT(cond, msg, ...) do { \ argument 28 #define RTE_TEST_ASSERT_EQUAL(a, b, msg, ...) \ argument 31 #define RTE_TEST_ASSERT_NOT_EQUAL(a, b, msg, ...) \ argument 34 #define RTE_TEST_ASSERT_SUCCESS(val, msg, ...) \ argument 37 #define RTE_TEST_ASSERT_FAIL(val, msg, ...) \ argument 40 #define RTE_TEST_ASSERT_NULL(val, msg, ...) \ argument 43 #define RTE_TEST_ASSERT_NOT_NULL(val, msg, ...) \ argument
|
| /f-stack/dpdk/lib/librte_vhost/ |
| H A D | vhost_user.c | 233 struct VhostUserMsg *msg, in vhost_user_set_owner() 244 struct VhostUserMsg *msg, in vhost_user_reset_owner() 400 struct VhostUserMsg *msg, in vhost_user_set_vring_num() 838 struct VhostUserMsg *msg, in vhost_user_set_vring_base() 1409 VhostUserMsg *msg, in vhost_user_get_inflight_fd() 1631 struct VhostUserMsg *msg, in vhost_user_set_vring_err() 1915 struct VhostUserMsg *msg, in vhost_user_get_vring_base() 1995 struct VhostUserMsg *msg, in vhost_user_set_vring_enable() 2024 struct VhostUserMsg *msg, in vhost_user_get_protocol_features() 2045 struct VhostUserMsg *msg, in vhost_user_set_protocol_features() [all …]
|
| /f-stack/freebsd/contrib/ngatm/netnatm/api/ |
| H A D | cc_conn.c | 1114 struct uni_msg *msg = arg; in cc_conn_sig_handle() local 1195 struct uni_msg *msg = arg; in cc_conn_sig_handle() local 1249 struct uni_msg *msg = arg; in cc_conn_sig_handle() local 1305 struct uni_msg *msg = arg; in cc_conn_sig_handle() local 1347 struct uni_msg *msg = arg; in cc_conn_sig_handle() local 1382 struct uni_msg *msg = arg; in cc_conn_sig_handle() local 1405 struct uni_msg *msg = arg; in cc_conn_sig_handle() local 1429 struct uni_msg *msg = arg; in cc_conn_sig_handle() local 1492 struct uni_msg *msg = arg; in cc_conn_sig_handle() local 1566 struct uni_msg *msg = arg; in cc_conn_sig_handle() local [all …]
|
| H A D | cc_user.c | 1065 struct uni_msg *msg = arg; in cc_user_sig_handle() local 1194 struct uni_msg *msg = arg; in cc_user_sig_handle() local 1286 struct uni_msg *msg = arg; in cc_user_sig_handle() local 1349 struct uni_msg *msg = arg; in cc_user_sig_handle() local 1463 struct uni_msg *msg = arg; in cc_user_sig_handle() local 1572 struct uni_msg *msg = arg; in cc_user_sig_handle() local 1659 struct uni_msg *msg = arg; in cc_user_sig_handle() local 1725 struct uni_msg *msg = arg; in cc_user_sig_handle() local 1749 struct uni_msg *msg = arg; in cc_user_sig_handle() local 1768 struct uni_msg *msg = arg; in cc_user_sig_handle() local [all …]
|
| /f-stack/dpdk/drivers/net/thunderx/base/ |
| H A D | nicvf_mbox.h | 50 uint8_t msg; member 61 uint8_t msg; member 69 uint8_t msg; member 77 uint8_t msg; member 86 uint8_t msg; member 93 uint8_t msg; member 100 uint8_t msg; member 108 uint8_t msg; member 115 uint8_t msg; member 126 uint8_t msg; member [all …]
|
| /f-stack/dpdk/drivers/net/fm10k/base/ |
| H A D | fm10k_tlv.c | 14 s32 fm10k_tlv_msg_init(u32 *msg, u16 msg_id) in fm10k_tlv_msg_init() 37 static s32 fm10k_tlv_attr_put_null_string(u32 *msg, u16 attr_id, in fm10k_tlv_attr_put_null_string() 118 s32 fm10k_tlv_attr_put_mac_vlan(u32 *msg, u16 attr_id, in fm10k_tlv_attr_put_mac_vlan() 182 s32 fm10k_tlv_attr_put_bool(u32 *msg, u16 attr_id) in fm10k_tlv_attr_put_bool() 210 s32 fm10k_tlv_attr_put_value(u32 *msg, u16 attr_id, s64 value, u32 len) in fm10k_tlv_attr_put_value() 286 s32 fm10k_tlv_attr_put_le_struct(u32 *msg, u16 attr_id, in fm10k_tlv_attr_put_le_struct() 360 static u32 *fm10k_tlv_attr_nest_start(u32 *msg, u16 attr_id) in fm10k_tlv_attr_nest_start() 387 static s32 fm10k_tlv_attr_nest_stop(u32 *msg) in fm10k_tlv_attr_nest_stop() 572 s32 fm10k_tlv_msg_parse(struct fm10k_hw *hw, u32 *msg, in fm10k_tlv_msg_parse() 671 STATIC void fm10k_tlv_msg_test_generate_data(u32 *msg, u32 attr_flags) in fm10k_tlv_msg_test_generate_data() [all …]
|
| H A D | fm10k_vf.c | 195 u32 msg[4]; in fm10k_update_vlan_vf() local 304 u32 msg[7]; in fm10k_update_uc_addr_vf() local 350 u32 msg[7]; in fm10k_update_mc_addr_vf() local 387 u32 msg[1]; in fm10k_update_int_moderator_vf() local 440 u32 msg[2]; in fm10k_update_lport_state_vf() local 470 u32 msg[3]; in fm10k_update_xcast_mode_vf() local
|
| /f-stack/freebsd/arm/broadcom/bcm2835/ |
| H A D | bcm2835_mbox.c | 64 #define MBOX_CHAN(msg) ((msg) & 0xf) argument 65 #define MBOX_DATA(msg) ((msg) & ~0xf) argument 88 int msg[BCM2835_MBOX_CHANS]; member 110 uint32_t msg; in bcm_mbox_read_msg() local 347 struct bcm2835_mbox_hdr *msg, size_t len) in bcm2835_mbox_err() 451 struct msg_set_power_state msg; in bcm2835_mbox_set_power_state() local 473 struct msg_notify_xhci_reset msg; in bcm2835_mbox_notify_xhci_reset() local 493 struct msg_get_clock_rate msg; in bcm2835_mbox_get_clock_rate() local 515 struct msg_fb_get_w_h msg; in bcm2835_mbox_fb_get_w_h() local 537 struct msg_fb_get_bpp msg; in bcm2835_mbox_fb_get_bpp() local [all …]
|
| /f-stack/tools/compat/ |
| H A D | ff_ipc.c | 100 void *msg; in ff_ipc_msg_alloc() local 110 ff_ipc_msg_free(struct ff_msg *msg) in ff_ipc_msg_free() 130 ff_ipc_send(const struct ff_msg *msg) in ff_ipc_send() 158 ff_ipc_recv(struct ff_msg **msg, enum FF_MSG_TYPE msg_type) in ff_ipc_recv()
|
| /f-stack/freebsd/netgraph/bluetooth/socket/ |
| H A D | ng_btsocket_l2cap.c | 414 ng_btsocket_l2cap_process_l2ca_con_req_rsp(struct ng_mesg *msg, in ng_btsocket_l2cap_process_l2ca_con_req_rsp() 522 ng_btsocket_l2cap_process_l2ca_con_rsp_rsp(struct ng_mesg *msg, in ng_btsocket_l2cap_process_l2ca_con_rsp_rsp() 589 ng_btsocket_l2cap_process_l2ca_con_ind(struct ng_mesg *msg, in ng_btsocket_l2cap_process_l2ca_con_ind() 951 ng_btsocket_l2cap_process_l2ca_cfg_ind(struct ng_mesg *msg, in ng_btsocket_l2cap_process_l2ca_cfg_ind() 1150 ng_btsocket_l2cap_process_l2ca_write_rsp(struct ng_mesg *msg, in ng_btsocket_l2cap_process_l2ca_write_rsp() 1225 struct ng_mesg *msg = NULL; in ng_btsocket_l2cap_send_l2ca_con_req() local 1261 struct ng_mesg *msg = NULL; in ng_btsocket_l2cap_send_l2ca_con_rsp_req() local 1295 struct ng_mesg *msg = NULL; in ng_btsocket_l2cap_send_l2ca_cfg_req() local 1331 struct ng_mesg *msg = NULL; in ng_btsocket_l2cap_send_l2ca_cfg_rsp() local 1366 struct ng_mesg *msg = NULL; in ng_btsocket_l2cap_send_l2ca_discon_req() local [all …]
|
| /f-stack/dpdk/drivers/net/i40e/ |
| H A D | i40e_pf.c | 229 uint8_t *msg, in i40e_pf_host_send_msg_to_vf() 476 uint8_t *msg, in i40e_pf_host_process_cmd_config_vsi_queues() 763 uint8_t *msg, in i40e_pf_host_process_cmd_enable_queues() 785 uint8_t *msg, in i40e_pf_host_process_cmd_disable_queues() 817 uint8_t *msg, in i40e_pf_host_process_cmd_add_ether_address() 864 uint8_t *msg, in i40e_pf_host_process_cmd_del_ether_address() 946 uint8_t *msg, in i40e_pf_host_process_cmd_del_vlan() 987 uint8_t *msg, in i40e_pf_host_process_cmd_config_promisc_mode() 1096 uint8_t *msg, in i40e_pf_host_process_cmd_set_rss_lut() 1135 uint8_t *msg, in i40e_pf_host_process_cmd_set_rss_key() [all …]
|
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | malloc_mp.c | 147 handle_sync(const struct rte_mp_msg *msg, const void *peer) in handle_sync() 235 handle_request(const struct rte_mp_msg *msg, const void *peer __rte_unused) in handle_request() 389 struct rte_mp_msg msg; in handle_sync_response() local 410 struct rte_mp_msg msg; in handle_sync_response() local 496 struct rte_mp_msg msg; in handle_rollback_response() local 543 handle_response(const struct rte_mp_msg *msg, const void *peer __rte_unused) in handle_response() 573 struct rte_mp_msg msg; in request_sync() local 642 struct rte_mp_msg msg; in request_to_primary() local
|
| H A D | hotplug_mp.c | 18 struct rte_mp_msg msg; member 87 const struct rte_mp_msg *msg = &bundle->msg; in __handle_secondary_request() local 184 handle_secondary_request(const struct rte_mp_msg *msg, const void *peer) in handle_secondary_request() 227 struct rte_mp_msg *msg = &bundle->msg; in __handle_primary_request() local 305 handle_primary_request(const struct rte_mp_msg *msg, const void *peer) in handle_primary_request()
|
| /f-stack/dpdk/app/test-bbdev/ |
| H A D | main.h | 27 #define TEST_ASSERT(cond, msg, ...) do { \ argument 36 #define TEST_ASSERT_BUFFERS_ARE_EQUAL(a, b, len, msg, ...) do { \ argument 46 #define TEST_ASSERT_SUCCESS(val, msg, ...) do { \ argument 56 #define TEST_ASSERT_FAIL(val, msg, ...) \ argument 59 #define TEST_ASSERT_NOT_NULL(val, msg, ...) do { \ argument
|
| /f-stack/dpdk/drivers/net/tap/ |
| H A D | tap_tcmsgs.c | 45 tc_init_msg(struct nlmsg *msg, uint16_t ifindex, uint16_t type, uint16_t flags) in tc_init_msg() 75 struct nlmsg msg; in qdisc_del() local 120 struct nlmsg msg; in qdisc_add_multiq() local 149 struct nlmsg msg; in qdisc_add_ingress() local 214 struct nlmsg msg; in qdisc_iterate() local
|
| /f-stack/dpdk/drivers/net/e1000/base/ |
| H A D | e1000_mbx.c | 29 u32 E1000_UNUSEDARG *msg, in e1000_null_mbx_transact() 48 s32 e1000_read_mbx(struct e1000_hw *hw, u32 *msg, u16 size, u16 mbx_id) in e1000_read_mbx() 74 s32 e1000_write_mbx(struct e1000_hw *hw, u32 *msg, u16 size, u16 mbx_id) in e1000_write_mbx() 222 s32 e1000_read_posted_mbx(struct e1000_hw *hw, u32 *msg, u16 size, u16 mbx_id) in e1000_read_posted_mbx() 251 s32 e1000_write_posted_mbx(struct e1000_hw *hw, u32 *msg, u16 size, u16 mbx_id) in e1000_write_posted_mbx() 436 STATIC s32 e1000_write_mbx_vf(struct e1000_hw *hw, u32 *msg, u16 size, in e1000_write_mbx_vf() 478 STATIC s32 e1000_read_mbx_vf(struct e1000_hw *hw, u32 *msg, u16 size, in e1000_read_mbx_vf() 660 STATIC s32 e1000_write_mbx_pf(struct e1000_hw *hw, u32 *msg, u16 size, in e1000_write_mbx_pf() 703 STATIC s32 e1000_read_mbx_pf(struct e1000_hw *hw, u32 *msg, u16 size, in e1000_read_mbx_pf()
|
| /f-stack/dpdk/drivers/net/ark/ |
| H A D | ark_udm.c | 126 ark_udm_dump_stats(struct ark_udm_t *udm, const char *msg) in ark_udm_dump_stats() 139 ark_udm_dump_queue_stats(struct ark_udm_t *udm, const char *msg, uint16_t qid) in ark_udm_dump_queue_stats() 154 ark_udm_dump(struct ark_udm_t *udm, const char *msg) in ark_udm_dump() 171 ark_udm_dump_perf(struct ark_udm_t *udm, const char *msg) in ark_udm_dump_perf()
|
| /f-stack/dpdk/drivers/net/ixgbe/base/ |
| H A D | ixgbe_mbx.c | 17 s32 ixgbe_read_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id) in ixgbe_read_mbx() 43 s32 ixgbe_write_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id) in ixgbe_write_mbx() 194 s32 ixgbe_read_posted_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id) in ixgbe_read_posted_mbx() 223 s32 ixgbe_write_posted_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size, in ixgbe_write_posted_mbx() 395 STATIC s32 ixgbe_write_mbx_vf(struct ixgbe_hw *hw, u32 *msg, u16 size, in ixgbe_write_mbx_vf() 437 STATIC s32 ixgbe_read_mbx_vf(struct ixgbe_hw *hw, u32 *msg, u16 size, in ixgbe_read_mbx_vf() 635 STATIC s32 ixgbe_write_mbx_pf(struct ixgbe_hw *hw, u32 *msg, u16 size, in ixgbe_write_mbx_pf() 678 STATIC s32 ixgbe_read_mbx_pf(struct ixgbe_hw *hw, u32 *msg, u16 size, in ixgbe_read_mbx_pf()
|
| /f-stack/freebsd/sys/ |
| H A D | msg.h | 105 struct msg { struct 106 struct msg *msg_next; /* next msg in the chain */ argument 107 long msg_type; /* type of this message */ argument 110 u_short msg_ts; /* size of this message */ argument 111 short msg_spot; /* location of start of msg in buffer */ argument 121 * Each message is broken up and stored in segments that are msgssz bytes argument
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/ |
| H A D | mq.c | 14 mq_msg_t msg; in mq_gen() local 38 mq_msg_t *msg = mq_get(mq); in thd_receiver_start() local 51 mq_msg_t *msg; in thd_sender_start() local
|