Home
last modified time | relevance | path

Searched refs:ack (Results 1 – 20 of 20) sorted by relevance

/dpdk/drivers/net/ice/
H A Drte_pmd_ice.h73 ack:1, member
230 data.tcp.ack ? "A" : "", in rte_net_ice_dump_proto_xtr_metadata()
/dpdk/drivers/net/iavf/
H A Drte_pmd_iavf.h73 ack:1, member
237 data.tcp.ack ? "A" : "", in rte_pmd_ifd_dump_proto_xtr_metadata()
/dpdk/drivers/net/netvsc/
H A Dhn_nvs.c509 struct hn_nvs_rndis_ack ack = { in hn_nvs_ack_rxbuf() local
519 &ack, sizeof(ack), tid, in hn_nvs_ack_rxbuf()
H A Dhn_rxtx.c398 unsigned long xactid, const struct hn_nvs_rndis_ack *ack) in hn_nvs_send_completed() argument
409 if (likely(ack->status == NVS_STATUS_OK)) { in hn_nvs_send_completed()
417 txq->port_id, txq->queue_id, txd->chim_index, ack->status); in hn_nvs_send_completed()
/dpdk/doc/guides/vdpadevs/
H A Dfeatures_overview.rst90 proto reply ack
91 Host support requested operation status ack.
/dpdk/doc/guides/vdpadevs/features/
H A Ddefault.ini37 proto reply ack =
/dpdk/drivers/net/sfc/
H A Dsfc_repr_proxy.h114 bool ack; member
H A Dsfc_repr_proxy.c88 mbox->ack = false; in sfc_repr_proxy_mbox_send()
105 if (__atomic_load_n(&mbox->ack, __ATOMIC_ACQUIRE)) in sfc_repr_proxy_mbox_send()
157 __atomic_store_n(&mbox->ack, true, __ATOMIC_RELEASE); in sfc_repr_proxy_mbox_handle()
/dpdk/drivers/net/fm10k/base/
H A Dfm10k_mbx.c391 u16 mbmem_len, len, ack = fm10k_mbx_index_len(mbx, head, mbx->tail); in fm10k_mbx_pull_head() local
395 mbx->pulled += mbx->tail_len - ack; in fm10k_mbx_pull_head()
404 mbx->tail = fm10k_mbx_tail_add(mbx, len - ack); in fm10k_mbx_pull_head()
1075 u16 len, head, ack; in fm10k_mbx_reset_work() local
1082 ack = fm10k_mbx_index_len(mbx, head, mbx->tail); in fm10k_mbx_reset_work()
1083 mbx->pulled += mbx->tail_len - ack; in fm10k_mbx_reset_work()
/dpdk/drivers/net/hinic/base/
H A Dhinic_pmd_api_cmd.c346 __rte_unused void *ack, __rte_unused u16 ack_size) in wait_for_api_cmd_completion() argument
390 void *cmd, u16 cmd_size, void *ack, u16 ack_size) in api_cmd() argument
416 return wait_for_api_cmd_completion(chain, ctxt, ack, ack_size); in api_cmd()
/dpdk/doc/guides/nics/
H A Dmemif.rst76 interface. If such interface is found, 'ack' message (``MEMIF_MSG_TYPE_ACK``) is
78 every region allocated. Server responds to each of these messages with 'ack'
81 each message with 'ack' message. To finalize the connection, client interface
/dpdk/drivers/net/igc/base/
H A Digc_api.c287 bool ack = true; in igc_get_i2c_ack() local
306 ack = igc_get_i2c_data(&i2cctl); in igc_get_i2c_ack()
307 if (ack) { in igc_get_i2c_ack()
/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_phy.c2355 bool ack = 1; in ixgbe_get_i2c_ack() local
2374 ack = ixgbe_get_i2c_data(hw, &i2cctl); in ixgbe_get_i2c_ack()
2377 if (!ack) in ixgbe_get_i2c_ack()
2381 if (ack) { in ixgbe_get_i2c_ack()
/dpdk/doc/guides/tools/
H A Dflow-perf.rst345 * ``--inc-tcp-ack``
348 * ``--dec-tcp-ack``
/dpdk/doc/guides/contributing/
H A Dpatches.rst105 The maintainer should be confirmed by an ``ack`` from an established contributor.
121 The maintainer should be confirmed by an ``ack`` from an existing tree maintainer.
633 … is deemed suitable for merging by the relevant maintainer(s) or other developers they will ``ack``
650 …the responsibility of a maintainer to ensure that patches are reviewed and to provide an ``ack`` or
H A Dcoding_style.rst268 ack:1;
/dpdk/drivers/net/e1000/base/
H A De1000_82575.c3362 bool ack = true; in e1000_get_i2c_ack() local
3381 ack = e1000_get_i2c_data(&i2cctl); in e1000_get_i2c_ack()
3382 if (ack) { in e1000_get_i2c_ack()
/dpdk/drivers/net/qede/base/
H A Dmcp_public.h1975 u32 ack[MFW_DRV_MSG_MAX_DWORDS(MFW_DRV_MSG_MAX)]; member
/dpdk/doc/guides/prog_guide/
H A Drte_flow.rst3216 | ``live_connection`` | one ack was seen for this connection |
3220 | ``challenge_ack_passed`` | a challenge ack has passed |
3242 | ``last_end`` | sum of ack number and length of the last passed packet |
3264 | ``max_win`` | max{max{win, 1}} + {sack - ack} seen in sent packets |
3266 | ``max_ack`` | max{ack} + seen in sent packets |
/dpdk/drivers/net/bnx2x/
H A Decore_hsi.h2167 struct fw_flr_ack ack; member