Home
last modified time | relevance | path

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

/dpdk/drivers/net/thunderx/
H A Dnicvf_rxtx.c397 int32_t available_space) in nicvf_rx_pkts_to_process() argument
399 if (unlikely(available_space < nb_pkts)) in nicvf_rx_pkts_to_process()
400 rxq->available_space = nicvf_addr_read(rxq->cq_status) in nicvf_rx_pkts_to_process()
403 return RTE_MIN(nb_pkts, available_space); in nicvf_rx_pkts_to_process()
434 int32_t available_space = rxq->available_space; in nicvf_recv_pkts() local
437 to_process = nicvf_rx_pkts_to_process(rxq, nb_pkts, available_space); in nicvf_recv_pkts()
474 rxq->available_space -= to_process; in nicvf_recv_pkts()
586 int32_t available_space = rxq->available_space; in nicvf_recv_pkts_multiseg() local
592 to_process = nicvf_rx_pkts_to_process(rxq, nb_pkts, available_space); in nicvf_recv_pkts_multiseg()
606 rxq->available_space -= to_process; in nicvf_recv_pkts_multiseg()
H A Dnicvf_struct.h64 int32_t available_space; member
H A Dnicvf_ethdev.c1071 rxq->available_space = 0; in nicvf_rx_queue_reset()
/dpdk/drivers/common/sfc_efx/base/
H A Defx_bootcfg.c492 size_t available_space; in efx_dhcp_add_tag() local
513 available_space = buffer_length; in efx_dhcp_add_tag()
514 rc = efx_dhcp_walk_tags(&endp, &available_space, EFX_DHCP_END); in efx_dhcp_add_tag()
570 if (available_space <= added_length) { in efx_dhcp_add_tag()
576 available_space - added_length); in efx_dhcp_add_tag()
653 size_t available_space = buffer_length; in efx_dhcp_update_tag() local
655 rc = efx_dhcp_walk_tags(&endp, &available_space, in efx_dhcp_update_tag()
660 if (available_space < (value_length - old_length)) { in efx_dhcp_update_tag()