Lines Matching refs:octeon_soft_command
377 struct octeon_soft_command *sc; in lio_process_iq_request_list()
581 struct octeon_soft_command *sc, in octeon_prepare_soft_command()
687 struct octeon_soft_command *sc) in octeon_send_soft_command()
743 struct octeon_soft_command *sc; in octeon_setup_sc_buffer_pool()
750 sc = (struct octeon_soft_command *) in octeon_setup_sc_buffer_pool()
771 struct octeon_soft_command *sc; in octeon_free_sc_done_list()
786 sc = list_entry(tmp, struct octeon_soft_command, node); in octeon_free_sc_done_list()
810 struct octeon_soft_command *sc; in octeon_free_sc_zombie_list()
822 sc = list_entry(tmp, struct octeon_soft_command, node); in octeon_free_sc_zombie_list()
834 struct octeon_soft_command *sc; in octeon_free_sc_buffer_pool()
843 sc = (struct octeon_soft_command *)tmp; in octeon_free_sc_buffer_pool()
855 struct octeon_soft_command *octeon_alloc_soft_command(struct octeon_device *oct, in octeon_alloc_soft_command()
862 u32 offset = sizeof(struct octeon_soft_command); in octeon_alloc_soft_command()
863 struct octeon_soft_command *sc = NULL; in octeon_alloc_soft_command()
888 sc = (struct octeon_soft_command *)tmp; in octeon_alloc_soft_command()
927 struct octeon_soft_command *sc) in octeon_free_soft_command()