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()
1174 struct buflist *bl = buflist; in kfree_sgl() local
1195 kptr = bl->kptr; in kfree_sgl()
1196 len = bl->len; in kfree_sgl()
1202 bl++; in kfree_sgl()
1213 kptr = bl->kptr; in kfree_sgl()
1214 len = bl->len; in kfree_sgl()