Home
last modified time | relevance | path

Searched refs:lost (Results 1 – 9 of 9) sorted by relevance

/dpdk/drivers/net/hns3/
H A Dhns3_mbx.c48 hw->mbx_resp.lost++; in hns3_mbx_proc_timeout()
53 hw->mbx_resp.lost); in hns3_mbx_proc_timeout()
99 hw->mbx_resp.tail + hw->mbx_resp.lost); in hns3_get_mbx_resp()
273 if (resp->lost) in hns3_update_resp_position()
274 resp->lost--; in hns3_update_resp_position()
278 resp->lost); in hns3_update_resp_position()
279 } else if (tail + resp->lost > resp->head) { in hns3_update_resp_position()
280 resp->lost--; in hns3_update_resp_position()
283 resp->head, tail, resp->lost); in hns3_update_resp_position()
H A Dhns3_mbx.h106 uint32_t lost; member
H A Dhns3_cmd.c697 hw->mbx_resp.lost = 0; in hns3_cmd_init()
/dpdk/doc/guides/eventdevs/
H A Dopdl.rst104 - Once the device is stopped all inflight events are lost. Applications should \
/dpdk/doc/guides/cryptodevs/
H A Dscheduler.rst92 stored value of this field will be lost.
/dpdk/doc/guides/faq/
H A Dfaq.rst160 …ackets from an application to itself, meaning smac==dmac, using Intel(R) 82599 VF packets are lost.
/dpdk/doc/guides/rel_notes/
H A Dknown_issues.rst581 This is the intended behavior but it causes the pointer to the last EAL argument to be lost.
H A Drelease_2_1.rst494 process lost the IOPL privileges once the fd is closed.
/dpdk/doc/guides/sample_app_ug/
H A Dipsec_secgw.rst224 device will ensure the ordering. Ordering will be lost when tried in PARALLEL.