Home
last modified time | relevance | path

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

/linux/drivers/message/fusion/
H A Dmptctl.c790 u32 sgdir; in mptctl_do_fw_download() local
855 sgdir = 0x04000000; /* IOC will READ from sys mem */ in mptctl_do_fw_download()
857 if ((sgl = kbuf_alloc_2_sgl(fwlen, sgdir, sge_offset, in mptctl_do_fw_download()
1004 kbuf_alloc_2_sgl(int bytes, u32 sgdir, int sge_offset, int *frags, in kbuf_alloc_2_sgl() argument
1047 if (sgdir & 0x04000000) in kbuf_alloc_2_sgl()
1081 sgl->FlagsLength = (0x10000000|sgdir|this_alloc); in kbuf_alloc_2_sgl()