Lines Matching +full:004 +full:bd
477 struct scsi_sge *bd = io_req->bd_tbl->bd_tbl; in qedf_map_sg() local
508 bd[bd_count].sge_addr.lo = cpu_to_le32(U64_LO(addr)); in qedf_map_sg()
509 bd[bd_count].sge_addr.hi = cpu_to_le32(U64_HI(addr)); in qedf_map_sg()
510 bd[bd_count].sge_len = cpu_to_le32(sg_len); in qedf_map_sg()
531 struct scsi_sge *bd = io_req->bd_tbl->bd_tbl; in qedf_build_bd_list_from_sg() local
540 bd[0].sge_addr.lo = bd[0].sge_addr.hi = 0; in qedf_build_bd_list_from_sg()
541 bd[0].sge_len = 0; in qedf_build_bd_list_from_sg()
884 QEDF_ERR(&(qedf->dbg_ctx), "BD list creation failed.\n"); in qedf_post_io_req()
1725 /* ID: 004 */ in qedf_flush_active_ios()
1795 kref_put(&io_req->refcount, qedf_release_cmd); /* ID: 004 */ in qedf_flush_active_ios()
2087 QEDF_ERR(&(qedf->dbg_ctx), "Unable to alloc MP req bd\n"); in qedf_init_mp_req()
2095 QEDF_ERR(&(qedf->dbg_ctx), "Unable to alloc MP resp bd\n"); in qedf_init_mp_req()
2100 /* Fill bd table */ in qedf_init_mp_req()
2109 * So the assumption is that it consumes a single bd in qedf_init_mp_req()
2110 * entry in the bd table in qedf_init_mp_req()