Searched refs:pkt_cnt (Results 1 – 9 of 9) sorted by relevance
2727 uint32_t pkt_cnt : 32; /**< When PCI_DMA_CNT0 exceeds the value in this member2730 uint32_t pkt_cnt : 32;4038 uint32_t pkt_cnt : 16; /**< The value written to this field will be member4044 uint32_t pkt_cnt : 16;4068 uint32_t pkt_cnt : 32; /**< Each time a packet is written to the memory via member4073 uint32_t pkt_cnt : 32;4097 uint32_t pkt_cnt : 32; /**< When corresponding port's PCI_PKTS_SENT0 value member4101 uint32_t pkt_cnt : 32;
2811 uint64_t pkt_cnt : 5; /**< PKT outstanding PCIE Read Request Number for each member2868 uint64_t pkt_cnt : 5;
762 uint32_t pkt_cnt, k; in crypto_dequeue_burst() local765 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()
2483 uint32_t pkt_cnt; in iavf_tx_done_cleanup_full() local2500 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()
2539 uint32_t pkt_cnt; in i40e_tx_done_cleanup_full() local2556 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()
2766 uint32_t pkt_cnt; in ice_tx_done_cleanup_full() local2783 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()
1954 uint32_t pkt_cnt; in txgbe_tx_done_cleanup_full() local1971 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()
2898 unsigned int pkt_cnt; in sctp_handle_ecn_echo() local2913 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()
2319 uint32_t pkt_cnt; in ixgbe_tx_done_cleanup_full() local2336 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()