Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/message/fusion/
Dmptctl.c895 / iocp->SGE_size; in mptctl_do_fw_download()
935 sgOut += iocp->SGE_size; in mptctl_do_fw_download()
1080 sg_spill = ((ioc->req_sz - sge_offset)/ioc->SGE_size) - 1; in kbuf_alloc_2_sgl()
1879 sz += ioc->SGE_size; in mptctl_do_mpt_command()
1881 sz += ioc->SGE_size; in mptctl_do_mpt_command()
2219 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.c1268 scale = ioc->req_sz/ioc->SGE_size; in mptfc_probe()
1272 (ioc->req_sz - 60) / ioc->SGE_size; in mptfc_probe()
1276 (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.h788 u8 SGE_size; member
Dmptbase.c1824 ioc->SGE_size = sizeof(u32) + ioc->sg_addr_size; in mpt_attach()
2222 ioc->SGE_size = sizeof(u32) + ioc->sg_addr_size; in mpt_resume()
3625 ioc->SGE_size; in mpt_do_upload()
4365 scale = ioc->req_sz / ioc->SGE_size; in initChainBuffers()
4367 num_sge = scale + (ioc->req_sz - 60) / ioc->SGE_size; in initChainBuffers()
4369 num_sge = 1 + scale + (ioc->req_sz - 64) / ioc->SGE_size; in initChainBuffers()
4373 (ioc->req_sz - 60) / ioc->SGE_size; in initChainBuffers()
4376 scale + (ioc->req_sz - 64) / ioc->SGE_size; in initChainBuffers()
Dmptsas.c2283 psge += ioc->SGE_size; in mptsas_smp_handler()
2901 psge += ioc->SGE_size; in mptsas_exp_repmanufacture_info()
5229 scale = ioc->req_sz/ioc->SGE_size; in mptsas_probe()
5233 (ioc->req_sz - 60) / ioc->SGE_size; in mptsas_probe()
5237 (ioc->req_sz - 64) / ioc->SGE_size; in mptsas_probe()