Searched refs:max_sg_entries (Results 1 – 3 of 3) sorted by relevance
289 ctrl_info->max_sg_entries = params.mailbox[1]; in sis_get_pqi_capabilities()
5130 u32 max_sg_entries; in pqi_calculate_io_resources() local5146 max_sg_entries = max_transfer_size / PAGE_SIZE; in pqi_calculate_io_resources()5149 max_sg_entries++; in pqi_calculate_io_resources()5151 max_sg_entries = min(ctrl_info->max_sg_entries, max_sg_entries); in pqi_calculate_io_resources()5153 max_transfer_size = (max_sg_entries - 1) * PAGE_SIZE; in pqi_calculate_io_resources()5156 (max_sg_entries * sizeof(struct pqi_sg_descriptor)) + in pqi_calculate_io_resources()5158 ctrl_info->sg_tablesize = max_sg_entries; in pqi_calculate_io_resources()
1281 u32 max_sg_entries; member
Completed in 45 milliseconds