Searched refs:trigger_last (Results 1 – 1 of 1) sorted by relevance
426 uint16_t nb_hold, trigger_last; in fm10k_dev_rx_descriptor_status() local436 trigger_last = rxq->next_trigger + in fm10k_dev_rx_descriptor_status()439 trigger_last = rxq->next_trigger - rxq->alloc_thresh; in fm10k_dev_rx_descriptor_status()441 if (rxq->next_dd < trigger_last) in fm10k_dev_rx_descriptor_status()442 nb_hold = rxq->next_dd + rxq->nb_desc - trigger_last; in fm10k_dev_rx_descriptor_status()444 nb_hold = rxq->next_dd - trigger_last; in fm10k_dev_rx_descriptor_status()