Home
last modified time | relevance | path

Searched refs:SGE_size (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/drivers/message/fusion/
Dmptctl.c895 / iocp->SGE_size; in mptctl_do_fw_download()
935 sgOut += iocp->SGE_size; in mptctl_do_fw_download()
1076 sg_spill = ((ioc->req_sz - sge_offset)/ioc->SGE_size) - 1; in kbuf_alloc_2_sgl()
1866 sz += ioc->SGE_size; in mptctl_do_mpt_command()
1868 sz += ioc->SGE_size; in mptctl_do_mpt_command()
2206 psge += ioc->SGE_size; in mptctl_do_mpt_command()
Dmptscsih.c228 numSgeSlots = ((frm_sz - sgeOffset) / ioc->SGE_size); in mptscsih_AddSGE()
251 psge += ioc->SGE_size; in mptscsih_AddSGE()
252 sgeOffset += ioc->SGE_size; in mptscsih_AddSGE()
270 sgeOffset += ioc->SGE_size; in mptscsih_AddSGE()
313 u32 *ptmp = (u32 *) (psge - ioc->SGE_size); in mptscsih_AddSGE()
327 sgeOffset += ioc->SGE_size; in mptscsih_AddSGE()
Dmptfc.c1275 scale = ioc->req_sz/ioc->SGE_size; in mptfc_probe()
1279 (ioc->req_sz - 60) / ioc->SGE_size; in mptfc_probe()
1283 (ioc->req_sz - 64) / ioc->SGE_size; in mptfc_probe()
Dmptspi.c1475 scale = ioc->req_sz/ioc->SGE_size; in mptspi_probe()
1479 (ioc->req_sz - 60) / ioc->SGE_size; in mptspi_probe()
1483 (ioc->req_sz - 64) / ioc->SGE_size; in mptspi_probe()
Dmptbase.h789 u8 SGE_size; member
Dmptbase.c1827 ioc->SGE_size = sizeof(u32) + ioc->sg_addr_size; in mpt_attach()
2193 ioc->SGE_size = sizeof(u32) + ioc->sg_addr_size; in mpt_resume()
3606 ioc->SGE_size; in mpt_do_upload()
4346 scale = ioc->req_sz / ioc->SGE_size; in initChainBuffers()
4348 num_sge = scale + (ioc->req_sz - 60) / ioc->SGE_size; in initChainBuffers()
4350 num_sge = 1 + scale + (ioc->req_sz - 64) / ioc->SGE_size; in initChainBuffers()
4354 (ioc->req_sz - 60) / ioc->SGE_size; in initChainBuffers()
4357 scale + (ioc->req_sz - 64) / ioc->SGE_size; in initChainBuffers()
Dmptsas.c2288 psge += ioc->SGE_size; in mptsas_smp_handler()
2906 psge += ioc->SGE_size; in mptsas_exp_repmanufacture_info()
5234 scale = ioc->req_sz/ioc->SGE_size; in mptsas_probe()
5238 (ioc->req_sz - 60) / ioc->SGE_size; in mptsas_probe()
5242 (ioc->req_sz - 64) / ioc->SGE_size; in mptsas_probe()