Home
last modified time | relevance | path

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

/openbmc/linux/drivers/message/fusion/
H A Dmptctl.c874 / iocp->SGE_size; in mptctl_do_fw_download()
914 sgOut += iocp->SGE_size; in mptctl_do_fw_download()
1060 sg_spill = ((ioc->req_sz - sge_offset)/ioc->SGE_size) - 1; in kbuf_alloc_2_sgl()
1778 sz += ioc->SGE_size; in mptctl_do_mpt_command()
1780 sz += ioc->SGE_size; in mptctl_do_mpt_command()
2119 psge += ioc->SGE_size; in mptctl_do_mpt_command()
H A Dmptscsih.c226 numSgeSlots = ((frm_sz - sgeOffset) / ioc->SGE_size); in mptscsih_AddSGE()
249 psge += ioc->SGE_size; in mptscsih_AddSGE()
250 sgeOffset += ioc->SGE_size; in mptscsih_AddSGE()
268 sgeOffset += ioc->SGE_size; in mptscsih_AddSGE()
311 u32 *ptmp = (u32 *) (psge - ioc->SGE_size); in mptscsih_AddSGE()
325 sgeOffset += ioc->SGE_size; in mptscsih_AddSGE()
H A Dmptspi.c1469 scale = ioc->req_sz/ioc->SGE_size; in mptspi_probe()
1473 (ioc->req_sz - 60) / ioc->SGE_size; in mptspi_probe()
1477 (ioc->req_sz - 64) / ioc->SGE_size; in mptspi_probe()
H A Dmptfc.c1266 scale = ioc->req_sz/ioc->SGE_size; in mptfc_probe()
1270 (ioc->req_sz - 60) / ioc->SGE_size; in mptfc_probe()
1274 (ioc->req_sz - 64) / ioc->SGE_size; in mptfc_probe()
H A Dmptbase.h787 u8 SGE_size; member
H A Dmptbase.c1815 ioc->SGE_size = sizeof(u32) + ioc->sg_addr_size; in mpt_attach()
2213 ioc->SGE_size = sizeof(u32) + ioc->sg_addr_size; in mpt_resume()
3617 ioc->SGE_size; in mpt_do_upload()
4357 scale = ioc->req_sz / ioc->SGE_size; in initChainBuffers()
4359 num_sge = scale + (ioc->req_sz - 60) / ioc->SGE_size; in initChainBuffers()
4361 num_sge = 1 + scale + (ioc->req_sz - 64) / ioc->SGE_size; in initChainBuffers()
4365 (ioc->req_sz - 60) / ioc->SGE_size; in initChainBuffers()
4368 scale + (ioc->req_sz - 64) / ioc->SGE_size; in initChainBuffers()
H A Dmptsas.c2310 psge += ioc->SGE_size; in mptsas_smp_handler()
2930 psge += ioc->SGE_size; in mptsas_exp_repmanufacture_info()
5258 scale = ioc->req_sz/ioc->SGE_size; in mptsas_probe()
5262 (ioc->req_sz - 60) / ioc->SGE_size; in mptsas_probe()
5266 (ioc->req_sz - 64) / ioc->SGE_size; in mptsas_probe()