Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-pci-defs.h2727 uint32_t pkt_cnt : 32; /**< When PCI_DMA_CNT0 exceeds the value in this member
2730 uint32_t pkt_cnt : 32;
4038 uint32_t pkt_cnt : 16; /**< The value written to this field will be member
4044 uint32_t pkt_cnt : 16;
4068 uint32_t pkt_cnt : 32; /**< Each time a packet is written to the memory via member
4073 uint32_t pkt_cnt : 32;
4097 uint32_t pkt_cnt : 32; /**< When corresponding port's PCI_PKTS_SENT0 value member
4101 uint32_t pkt_cnt : 32;
H A Dcvmx-npei-defs.h2811 uint64_t pkt_cnt : 5; /**< PKT outstanding PCIE Read Request Number for each member
2868 uint64_t pkt_cnt : 5;
/f-stack/dpdk/app/test/
H A Dtest_ipsec.c762 uint32_t pkt_cnt, k; in crypto_dequeue_burst() local
765 for (i = 0, pkt_cnt = 0; in crypto_dequeue_burst()
766 i < DEQUEUE_COUNT && pkt_cnt != num_pkts; i++) { in crypto_dequeue_burst()
768 &ut_params->cop[pkt_cnt], num_pkts - pkt_cnt); in crypto_dequeue_burst()
769 pkt_cnt += k; in crypto_dequeue_burst()
773 if (pkt_cnt != num_pkts) { in crypto_dequeue_burst()
/f-stack/dpdk/drivers/net/iavf/
H A Diavf_rxtx.c2483 uint32_t pkt_cnt; in iavf_tx_done_cleanup_full() local
2500 for (pkt_cnt = 0; pkt_cnt < free_cnt; ) { in iavf_tx_done_cleanup_full()
2502 pkt_cnt < free_cnt && in iavf_tx_done_cleanup_full()
2512 pkt_cnt += (swr_ring[tx_id].last_id == tx_id); in iavf_tx_done_cleanup_full()
2522 if (pkt_cnt < free_cnt) { in iavf_tx_done_cleanup_full()
2531 return (int)pkt_cnt; in iavf_tx_done_cleanup_full()
/f-stack/dpdk/drivers/net/i40e/
H A Di40e_rxtx.c2539 uint32_t pkt_cnt; in i40e_tx_done_cleanup_full() local
2556 for (pkt_cnt = 0; pkt_cnt < free_cnt; ) { in i40e_tx_done_cleanup_full()
2558 pkt_cnt < free_cnt && in i40e_tx_done_cleanup_full()
2568 pkt_cnt += (swr_ring[tx_id].last_id == tx_id); in i40e_tx_done_cleanup_full()
2578 if (pkt_cnt < free_cnt) { in i40e_tx_done_cleanup_full()
2587 return (int)pkt_cnt; in i40e_tx_done_cleanup_full()
/f-stack/dpdk/drivers/net/ice/
H A Dice_rxtx.c2766 uint32_t pkt_cnt; in ice_tx_done_cleanup_full() local
2783 for (pkt_cnt = 0; pkt_cnt < free_cnt; ) { in ice_tx_done_cleanup_full()
2785 pkt_cnt < free_cnt && in ice_tx_done_cleanup_full()
2795 pkt_cnt += (swr_ring[tx_id].last_id == tx_id); in ice_tx_done_cleanup_full()
2805 if (pkt_cnt < free_cnt) { in ice_tx_done_cleanup_full()
2814 return (int)pkt_cnt; in ice_tx_done_cleanup_full()
/f-stack/dpdk/drivers/net/txgbe/
H A Dtxgbe_rxtx.c1954 uint32_t pkt_cnt; in txgbe_tx_done_cleanup_full() local
1971 for (pkt_cnt = 0; pkt_cnt < free_cnt; ) { in txgbe_tx_done_cleanup_full()
1973 pkt_cnt < free_cnt && in txgbe_tx_done_cleanup_full()
1983 pkt_cnt += (swr_ring[tx_id].last_id == tx_id); in txgbe_tx_done_cleanup_full()
1989 if (pkt_cnt < free_cnt) { in txgbe_tx_done_cleanup_full()
1998 return (int)pkt_cnt; in txgbe_tx_done_cleanup_full()
/f-stack/freebsd/netinet/
H A Dsctp_input.c2898 unsigned int pkt_cnt; in sctp_handle_ecn_echo() local
2913 pkt_cnt = ntohl(cp->num_pkts_since_cwr); in sctp_handle_ecn_echo()
2969 stcb->asoc.cc_functions.sctp_cwnd_update_after_ecn_echo(stcb, net, 0, pkt_cnt); in sctp_handle_ecn_echo()
2975 net->ecn_ce_pkt_cnt += pkt_cnt; in sctp_handle_ecn_echo()
2976 net->lost_cnt = pkt_cnt; in sctp_handle_ecn_echo()
2988 if (pkt_cnt > net->lost_cnt) { in sctp_handle_ecn_echo()
2990 cnt = (pkt_cnt - net->lost_cnt); in sctp_handle_ecn_echo()
2993 net->lost_cnt = pkt_cnt; in sctp_handle_ecn_echo()
/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_rxtx.c2319 uint32_t pkt_cnt; in ixgbe_tx_done_cleanup_full() local
2336 for (pkt_cnt = 0; pkt_cnt < free_cnt; ) { in ixgbe_tx_done_cleanup_full()
2338 pkt_cnt < free_cnt && in ixgbe_tx_done_cleanup_full()
2348 pkt_cnt += (swr_ring[tx_id].last_id == tx_id); in ixgbe_tx_done_cleanup_full()
2358 if (pkt_cnt < free_cnt) { in ixgbe_tx_done_cleanup_full()
2367 return (int)pkt_cnt; in ixgbe_tx_done_cleanup_full()