Home
last modified time | relevance | path

Searched refs:next_to_clean (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/io/i40e/core/
H A Di40e_adminq.c384 hw->aq.asq.next_to_clean = 0; in i40e_init_asq()
443 hw->aq.arq.next_to_clean = 0; in i40e_init_arq()
547 hw->aq.asq.next_to_clean = 0; in i40e_resume_aq()
552 hw->aq.arq.next_to_clean = 0; in i40e_resume_aq()
695 u16 ntc = asq->next_to_clean; in i40e_clean_asq()
721 asq->next_to_clean = ntc; in i40e_clean_asq()
976 u16 ntc = hw->aq.arq.next_to_clean; in i40e_clean_arq_element()
1053 hw->aq.arq.next_to_clean = ntc; in i40e_clean_arq_element()
H A Di40e_adminq.h62 u16 next_to_clean; member
H A Di40e_type.h103 ((((R)->next_to_clean > (R)->next_to_use) ? 0 : (R)->count) + \
104 (R)->next_to_clean - (R)->next_to_use - 1)