Lines Matching refs:octeon_soft_command
372 struct octeon_soft_command *sc; in lio_process_iq_request_list()
578 struct octeon_soft_command *sc, in octeon_prepare_soft_command()
685 struct octeon_soft_command *sc) in octeon_send_soft_command()
742 struct octeon_soft_command *sc; in octeon_setup_sc_buffer_pool()
749 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()
811 struct octeon_soft_command *sc; in octeon_free_sc_zombie_list()
823 sc = list_entry(tmp, struct octeon_soft_command, node); in octeon_free_sc_zombie_list()
836 struct octeon_soft_command *sc; in octeon_free_sc_buffer_pool()
845 sc = (struct octeon_soft_command *)tmp; in octeon_free_sc_buffer_pool()
858 struct octeon_soft_command *octeon_alloc_soft_command(struct octeon_device *oct, in octeon_alloc_soft_command()
865 u32 offset = sizeof(struct octeon_soft_command); in octeon_alloc_soft_command()
866 struct octeon_soft_command *sc = NULL; in octeon_alloc_soft_command()
891 sc = (struct octeon_soft_command *)tmp; in octeon_alloc_soft_command()
931 struct octeon_soft_command *sc) in octeon_free_soft_command()