Home
last modified time | relevance | path

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

/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()
1776 sz += ioc->SGE_size; in mptctl_do_mpt_command()
1778 sz += ioc->SGE_size; in mptctl_do_mpt_command()
2117 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.c1470 scale = ioc->req_sz/ioc->SGE_size; in mptspi_probe()
1474 (ioc->req_sz - 60) / ioc->SGE_size; in mptspi_probe()
1478 (ioc->req_sz - 64) / ioc->SGE_size; in mptspi_probe()
H A Dmptfc.c1303 scale = ioc->req_sz/ioc->SGE_size; in mptfc_probe()
1307 (ioc->req_sz - 60) / ioc->SGE_size; in mptfc_probe()
1311 (ioc->req_sz - 64) / ioc->SGE_size; in mptfc_probe()
H A Dmptbase.h784 u8 SGE_size; member
H A Dmptbase.c1815 ioc->SGE_size = sizeof(u32) + ioc->sg_addr_size; in mpt_attach()
2209 ioc->SGE_size = sizeof(u32) + ioc->sg_addr_size; in mpt_resume()
3613 ioc->SGE_size; in mpt_do_upload()
4353 scale = ioc->req_sz / ioc->SGE_size; in initChainBuffers()
4355 num_sge = scale + (ioc->req_sz - 60) / ioc->SGE_size; in initChainBuffers()
4357 num_sge = 1 + scale + (ioc->req_sz - 64) / ioc->SGE_size; in initChainBuffers()
4361 (ioc->req_sz - 60) / ioc->SGE_size; in initChainBuffers()
4364 scale + (ioc->req_sz - 64) / ioc->SGE_size; in initChainBuffers()
H A Dmptsas.c2311 psge += ioc->SGE_size; in mptsas_smp_handler()
2931 psge += ioc->SGE_size; in mptsas_exp_repmanufacture_info()
5255 scale = ioc->req_sz/ioc->SGE_size; in mptsas_probe()
5259 (ioc->req_sz - 60) / ioc->SGE_size; in mptsas_probe()
5263 (ioc->req_sz - 64) / ioc->SGE_size; in mptsas_probe()