Home
last modified time | relevance | path

Searched refs:num_msgs (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/common/octeontx2/
H A Dotx2_mbox.c57 tx_hdr->num_msgs = 0; in otx2_mbox_reset()
59 rx_hdr->num_msgs = 0; in otx2_mbox_reset()
171 mdev->num_msgs = 0; in otx2_mbox_alloc_msg_rsp()
172 mdev->num_msgs++; in otx2_mbox_alloc_msg_rsp()
212 tx_hdr->num_msgs = mdev->num_msgs; in otx2_mbox_msg_send()
213 rx_hdr->num_msgs = 0; in otx2_mbox_msg_send()
320 while (mdev->num_msgs > mdev->msgs_acked) { in mbox_wait()
335 devid, timeout, mdev->num_msgs, in mbox_wait()
336 mdev->msgs_acked, tx_hdr->num_msgs, in mbox_wait()
337 rx_hdr->num_msgs, mdev->msg_size, in mbox_wait()
[all …]
H A Dotx2_dev.c141 if (req_hdr->num_msgs != num_msg) in af_pf_wait_msg()
143 req_hdr->num_msgs); in af_pf_wait_msg()
148 for (i = 0; i < req_hdr->num_msgs; i++) { in af_pf_wait_msg()
170 return req_hdr->num_msgs; in af_pf_wait_msg()
184 if (!req_hdr->num_msgs) in vf_pf_process_msgs()
237 if (mdev->num_msgs) { in vf_pf_process_msgs()
239 dev->pf, mdev->num_msgs, vf); in vf_pf_process_msgs()
258 if (req_hdr->num_msgs == 0) in vf_pf_process_up_msgs()
360 if (req_hdr->num_msgs == 0) in otx2_process_msgs()
550 if (req_hdr->num_msgs == 0) in otx2_process_msgs_up()
[all …]
H A Dotx2_mbox.h61 uint16_t num_msgs; /* No of msgs sent or waiting for response */ member
82 uint16_t __otx2_io num_msgs; /* No of msgs embedded */ member
1827 ret = mdev->num_msgs != 0; in otx2_mbox_nonempty()
/f-stack/freebsd/amd64/vmm/io/
H A Dppt.c93 int num_msgs; /* guest state */ member
102 int num_msgs; member
248 if (ppt->msi.num_msgs == 0) in ppt_teardown_msi()
251 for (i = 0; i < ppt->msi.num_msgs; i++) { in ppt_teardown_msi()
269 ppt->msi.num_msgs = 0; in ppt_teardown_msi()
298 if (ppt->msix.num_msgs == 0) in ppt_teardown_msix()
325 ppt->msix.num_msgs = 0; in ppt_teardown_msix()
561 ppt->msi.num_msgs = i + 1; in ppt_setup_msi()
604 if (ppt->msi.num_msgs != 0) in ppt_setup_msix()
617 if (ppt->msix.num_msgs == 0) { in ppt_setup_msix()
[all …]