Lines Matching refs:bl
748 struct buflist *bl; in mptctl_do_fw_download() local
860 bl = buflist; in mptctl_do_fw_download()
875 if (copy_from_user(bl->kptr, ufwbuf+fw_bytes_copied, bl->len)) { in mptctl_do_fw_download()
881 fw_bytes_copied += bl->len; in mptctl_do_fw_download()
884 bl++; in mptctl_do_fw_download()
1103 struct buflist *bl = buflist; in kfree_sgl() local
1124 kptr = bl->kptr; in kfree_sgl()
1125 len = bl->len; in kfree_sgl()
1131 bl++; in kfree_sgl()
1142 kptr = bl->kptr; in kfree_sgl()
1143 len = bl->len; in kfree_sgl()