Home
last modified time | relevance | path

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

/titanic_44/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_macro.c107 long next_to_use; member
125 ms->next_to_use = 0; in _dwarf_reset_index_macro_stack()
134 if (ms->next_to_use >= ms->max) { in _dwarf_macro_stack_push_index()
151 ms->next_to_use * sizeof(Dwarf_Signed)); in _dwarf_macro_stack_push_index()
157 ms->st_base[ms->next_to_use] = indx; in _dwarf_macro_stack_push_index()
158 ++ms->next_to_use; in _dwarf_macro_stack_push_index()
168 if (ms->next_to_use > 0) { in _dwarf_macro_stack_pop_index()
169 ms->next_to_use--; in _dwarf_macro_stack_pop_index()
170 return (ms->st_base[ms->next_to_use]); in _dwarf_macro_stack_pop_index()
/titanic_44/usr/src/uts/common/io/i40e/core/
H A Di40e_adminq.c383 hw->aq.asq.next_to_use = 0; in i40e_init_asq()
442 hw->aq.arq.next_to_use = 0; in i40e_init_arq()
546 hw->aq.asq.next_to_use = 0; in i40e_resume_aq()
551 hw->aq.arq.next_to_use = 0; in i40e_resume_aq()
738 return rd32(hw, hw->aq.asq.head) == hw->aq.asq.next_to_use; in i40e_asq_done()
786 details = I40E_ADMINQ_DETAILS(hw->aq.asq, hw->aq.asq.next_to_use); in i40e_asq_send_command()
846 desc_on_ring = I40E_ADMINQ_DESC(hw->aq.asq, hw->aq.asq.next_to_use); in i40e_asq_send_command()
854 dma_buff = &(hw->aq.asq.r.asq_bi[hw->aq.asq.next_to_use]); in i40e_asq_send_command()
873 (hw->aq.asq.next_to_use)++; in i40e_asq_send_command()
874 if (hw->aq.asq.next_to_use == hw->aq.asq.count) in i40e_asq_send_command()
[all …]
H A Di40e_adminq.h61 u16 next_to_use; 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)