Searched refs:trigger_last (Results 1 – 1 of 1) sorted by relevance
400 uint16_t nb_hold, trigger_last; in fm10k_dev_rx_descriptor_status() local410 trigger_last = rxq->next_trigger + in fm10k_dev_rx_descriptor_status()413 trigger_last = rxq->next_trigger - rxq->alloc_thresh; in fm10k_dev_rx_descriptor_status()415 if (rxq->next_dd < trigger_last) in fm10k_dev_rx_descriptor_status()416 nb_hold = rxq->next_dd + rxq->nb_desc - trigger_last; in fm10k_dev_rx_descriptor_status()418 nb_hold = rxq->next_dd - trigger_last; in fm10k_dev_rx_descriptor_status()