Lines Matching refs:bl
796 struct buflist *bl; in mptctl_do_fw_download() local
910 bl = buflist; in mptctl_do_fw_download()
925 if (copy_from_user(bl->kptr, ufwbuf+fw_bytes_copied, bl->len)) { in mptctl_do_fw_download()
931 fw_bytes_copied += bl->len; in mptctl_do_fw_download()
934 bl++; in mptctl_do_fw_download()
1178 struct buflist *bl = buflist; in kfree_sgl() local
1199 kptr = bl->kptr; in kfree_sgl()
1200 len = bl->len; in kfree_sgl()
1206 bl++; in kfree_sgl()
1217 kptr = bl->kptr; in kfree_sgl()
1218 len = bl->len; in kfree_sgl()