Searched refs:scb_list (Results 1 – 4 of 4) sorted by relevance
627 BSD_LIST_HEAD(scb_list, scb);640 struct scb_list free_scb_lists[AHD_NUM_TARGETS * AHD_NUM_LUNS_NONPKT];645 struct scb_list any_dev_free_scb_list;
6664 struct scb_list *free_list; in ahd_add_col_list()6684 struct scb_list *free_list; in ahd_rem_col_list()
1454 scb = &adapter->scb_list[cmdid]; in mega_cmd_done()1819 scb = &adapter->scb_list[i]; in mega_free_sgl()2885 scb = &adapter->scb_list[i]; in mega_init_scb()2895 scb = &adapter->scb_list[i]; in mega_init_scb()4296 adapter->scb_list = kmalloc_array(MAX_COMMANDS, sizeof(scb_t), in megaraid_probe_one()4298 if (!adapter->scb_list) { in megaraid_probe_one()4496 kfree(adapter->scb_list); in megaraid_probe_one()4575 kfree(adapter->scb_list); in megaraid_remove_one()
796 scb_t *scb_list; member