Searched refs:msg_data (Results 1 – 7 of 7) sorted by relevance
| /f-stack/dpdk/drivers/net/fm10k/base/ |
| H A D | fm10k_mbx.c | 722 mbx, mbx->msg_data); in fm10k_mbx_dequeue_rx() 1510 if (!msg_data) in fm10k_mbx_validate_handlers() 1515 if (!msg_data->func) in fm10k_mbx_validate_handlers() 1519 attr = msg_data->attr; in fm10k_mbx_validate_handlers() 1537 id = msg_data->id; in fm10k_mbx_validate_handlers() 1538 msg_data++; in fm10k_mbx_validate_handlers() 1540 if (id >= msg_data->id) in fm10k_mbx_validate_handlers() 1545 if ((msg_data->id != FM10K_TLV_ERROR) || !msg_data->func) in fm10k_mbx_validate_handlers() 1568 mbx->msg_data = msg_data; in fm10k_mbx_register_handlers() 1618 mbx->msg_data = msg_data; in fm10k_pfvf_mbx_init() [all …]
|
| H A D | fm10k_mbx.h | 256 const struct fm10k_msg_data *msg_data; member
|
| /f-stack/dpdk/drivers/net/hns3/ |
| H A D | hns3_mbx.c | 135 const uint8_t *msg_data, uint8_t msg_len, bool need_resp, in hns3_send_mbx_msg() argument 161 if (msg_data) { in hns3_send_mbx_msg() 163 memcpy(&req->msg[offset], msg_data, msg_len); in hns3_send_mbx_msg() 362 uint32_t msg_data; in hns3_dev_handle_mbx_msg() local 398 msg_data = (uint32_t)req->msg[1] << 16 | req->msg[2]; in hns3_dev_handle_mbx_msg() 399 hns3_update_resp_position(hw, msg_data); in hns3_dev_handle_mbx_msg()
|
| H A D | hns3_ethdev_vf.c | 1454 uint8_t msg_data[HNS3VF_VLAN_MBX_MSG_LEN]; in hns3vf_vlan_filter_configure() local 1458 msg_data[0] = is_kill; in hns3vf_vlan_filter_configure() 1459 memcpy(&msg_data[1], &vlan_id, sizeof(vlan_id)); in hns3vf_vlan_filter_configure() 1460 memcpy(&msg_data[3], &proto, sizeof(proto)); in hns3vf_vlan_filter_configure() 1463 msg_data, HNS3VF_VLAN_MBX_MSG_LEN, true, NULL, in hns3vf_vlan_filter_configure() 1493 uint8_t msg_data; in hns3vf_en_hw_strip_rxvtag() local 1496 msg_data = enable ? 1 : 0; in hns3vf_en_hw_strip_rxvtag() 1498 &msg_data, sizeof(msg_data), false, NULL, 0); in hns3vf_en_hw_strip_rxvtag() 1627 uint8_t msg_data; in hns3vf_set_alive() local 1629 msg_data = alive ? 1 : 0; in hns3vf_set_alive() [all …]
|
| H A D | hns3_mbx.h | 167 const uint8_t *msg_data, uint8_t msg_len, bool need_resp,
|
| H A D | hns3_rxtx.c | 678 uint8_t msg_data[2]; in hns3vf_reset_tqp() local 686 memcpy(msg_data, &queue_id, sizeof(uint16_t)); in hns3vf_reset_tqp() 688 ret = hns3_send_mbx_msg(hw, HNS3_MBX_QUEUE_RESET, 0, msg_data, in hns3vf_reset_tqp() 689 sizeof(msg_data), true, NULL, 0); in hns3vf_reset_tqp()
|
| /f-stack/freebsd/amd64/vmm/io/ |
| H A D | ppt.c | 78 uint64_t msg_data; member 479 lapic_intr_msi(ppt->vm, pptarg->addr, pptarg->msg_data); in pptintr() 572 ppt->msi.arg[i].msg_data = msg + i; in ppt_setup_msi() 679 ppt->msix.arg[idx].msg_data = msg; in ppt_setup_msix()
|