Searched refs:max_num_sge (Results 1 – 3 of 3) sorted by relevance
673 "max (0x%x) allowed\n", cmd->sge_count, sc->max_num_sge); in mrsas_build_ldio()889 if (cmd->sge_count > sc->max_num_sge) { in mrsas_build_dcdb()891 "max (0x%x) allowed\n", cmd->sge_count, sc->max_num_sge); in mrsas_build_dcdb()994 if (nseg > sc->max_num_sge) { in mrsas_data_load_cb()
1769 sc->max_sectors_per_req = sc->max_num_sge * MRSAS_PAGE_SIZE / 512; in mrsas_init_fw()1815 sc->max_num_sge = sc->max_sge_in_main_msg + sc->max_sge_in_chain - 2; in mrsas_init_adapter()
2348 uint32_t max_num_sge; // Max number of SGEs member