Searched refs:msg_data (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/tcpdump/
H A Dprint-olsr.c235 const u_char *msg_data, u_int hello_len)
241 lq_neighbor = (const struct olsr_lq_neighbor4 *)msg_data;
251 msg_data += sizeof(struct olsr_lq_neighbor4);
259 const u_char *msg_data, u_int hello_len)
265 lq_neighbor = (const struct olsr_lq_neighbor6 *)msg_data;
275 msg_data += sizeof(struct olsr_lq_neighbor6);
286 const u_char *msg_data, u_int hello_len)
295 if (!ND_TTEST2(*msg_data, sizeof(struct in_addr)))
299 ND_PRINT((ndo, "%s%s", ipaddr_string(ndo, msg_data),
302 msg_data
234 olsr_print_lq_neighbor4(netdissect_options *ndo, const u_char *msg_data, u_int hello_len) argument
258 olsr_print_lq_neighbor6(netdissect_options *ndo, const u_char *msg_data, u_int hello_len) argument
285 olsr_print_neighbor(netdissect_options *ndo, const u_char *msg_data, u_int hello_len) argument
327 const u_char *tptr, *msg_data; local
[all...]
/freebsd-13-stable/usr.sbin/bhyve/
H A Dpci_emul.h104 uint32_t msg_data; member in struct:msix_table_entry
142 uint64_t msg_data; member in struct:pci_devinst::__anon16460
H A Dpci_passthru.c432 entry->msg_data, entry->vector_control);
817 pi->pi_msi.addr, pi->pi_msi.msg_data,
834 pi->pi_msix.table[i].msg_data,
H A Dpci_emul.c930 pi->pi_msi.msg_data = msgdata;
1476 vm_lapic_msi(pi->pi_vmctx, mte->addr, mte->msg_data);
1486 pi->pi_msi.msg_data + index);
1994 SNAPSHOT_VAR_OR_LEAVE(pi->pi_msi.msg_data, meta, ret, done);
2020 SNAPSHOT_VAR_OR_LEAVE(pi->pi_msix.table[i].msg_data,
/freebsd-13-stable/sys/amd64/vmm/io/
H A Dppt.c78 uint64_t msg_data; member in struct:pptintr_arg
505 lapic_intr_msi(ppt->vm, pptarg->addr, pptarg->msg_data);
598 ppt->msi.arg[i].msg_data = msg + i;
705 ppt->msix.arg[idx].msg_data = msg;
/freebsd-13-stable/sys/dev/hyperv/vmbus/
H A Dvmbus_reg.h50 uint8_t msg_data[VMBUS_MSG_DSIZE_MAX]; member in struct:vmbus_message
226 * - Embedded in vmbus_message.msg_data, e.g. response and notification.
H A Dvmbus_chan.c523 msg->msg_data)->chm_status;
672 msg->msg_data)->chm_status;
1838 offer = (const struct vmbus_chanmsg_choffer *)msg->msg_data;
1936 note = (const struct vmbus_chanmsg_chrescind *)msg->msg_data;
2172 msg_type = ((const struct vmbus_chanmsg_hdr *)msg->msg_data)->chm_type;
H A Dvmbus.c444 msg->msg_data)->chm_done;
616 msg_type = ((const struct vmbus_chanmsg_hdr *)msg->msg_data)->chm_type;
/freebsd-13-stable/sys/dev/bce/
H A Dif_bce.c3882 bce_fw_sync(struct bce_softc *sc, u32 msg_data) argument
3897 msg_data |= sc->bce_fw_wr_seq;
3899 DBPRINT(sc, BCE_VERBOSE_FIRMWARE, "bce_fw_sync(): msg_data = "
3900 "0x%08X\n", msg_data);
3903 bce_shmem_wr(sc, BCE_DRV_MB, msg_data);
3909 if ((val & BCE_FW_MSG_ACK) == (msg_data & BCE_DRV_MSG_SEQ))
3915 if (((val & BCE_FW_MSG_ACK) != (msg_data & BCE_DRV_MSG_SEQ)) &&
3916 ((msg_data & BCE_DRV_MSG_DATA) != BCE_DRV_MSG_DATA_WAIT0)) {
3918 "msg_data = 0x%08X\n", __FILE__, __LINE__, msg_data);
[all...]

Completed in 194 milliseconds