Searched refs:scb_list (Results 1 – 4 of 4) sorted by relevance
624 BSD_LIST_HEAD(scb_list, scb);637 struct scb_list free_scb_lists[AHD_NUM_TARGETS * AHD_NUM_LUNS_NONPKT];642 struct scb_list any_dev_free_scb_list;
6611 struct scb_list *free_list; in ahd_add_col_list()6631 struct scb_list *free_list; in ahd_rem_col_list()
1451 scb = &adapter->scb_list[cmdid]; in mega_cmd_done()1804 scb = &adapter->scb_list[i]; in mega_free_sgl()2864 scb = &adapter->scb_list[i]; in mega_init_scb()2874 scb = &adapter->scb_list[i]; in mega_init_scb()4262 adapter->scb_list = kmalloc_array(MAX_COMMANDS, sizeof(scb_t), in megaraid_probe_one()4264 if (!adapter->scb_list) { in megaraid_probe_one()4462 kfree(adapter->scb_list); in megaraid_probe_one()4541 kfree(adapter->scb_list); in megaraid_remove_one()
817 scb_t *scb_list; member