Searched refs:sp_buffer (Results 1 – 2 of 2) sorted by relevance
33 void *sp_buffer; member67 rte_free(stack->sp_buffer); in cnxk_gpio_irq_stack_free()87 return (char *)stack->sp_buffer + IRQ_STACK_SIZE; in cnxk_gpio_irq_stack_alloc()94 stack->sp_buffer = in cnxk_gpio_irq_stack_alloc()96 if (!stack->sp_buffer) { in cnxk_gpio_irq_stack_alloc()105 return (char *)stack->sp_buffer + IRQ_STACK_SIZE; in cnxk_gpio_irq_stack_alloc()
25 void *sp_buffer; member148 plt_free(curr_stack->sp_buffer); in roc_bphy_irq_stack_remove()171 retval = ((char *)curr_stack->sp_buffer) + in roc_bphy_irq_stack_get()181 curr_stack->sp_buffer = in roc_bphy_irq_stack_get()183 if (curr_stack->sp_buffer == NULL) in roc_bphy_irq_stack_get()189 retval = ((char *)curr_stack->sp_buffer) + IRQ_ISR_STACK_SIZE; in roc_bphy_irq_stack_get()