Lines Matching refs:bd_count
486 int bd_count = 0; in qedf_map_sg() local
513 bd[bd_count].sge_addr.lo = cpu_to_le32(U64_LO(addr)); in qedf_map_sg()
514 bd[bd_count].sge_addr.hi = cpu_to_le32(U64_HI(addr)); in qedf_map_sg()
515 bd[bd_count].sge_len = cpu_to_le32(sg_len); in qedf_map_sg()
517 bd_count++; in qedf_map_sg()
530 return bd_count; in qedf_map_sg()
537 int bd_count; in qedf_build_bd_list_from_sg() local
540 bd_count = qedf_map_sg(io_req); in qedf_build_bd_list_from_sg()
541 if (bd_count == 0) in qedf_build_bd_list_from_sg()
544 bd_count = 0; in qedf_build_bd_list_from_sg()
548 io_req->bd_tbl->bd_valid = bd_count; in qedf_build_bd_list_from_sg()
600 int bd_count = 0; in qedf_init_task() local
640 bd_count = bd_tbl->bd_valid; in qedf_init_task()
646 io_req->sgl_task_params->num_sges = bd_count; in qedf_init_task()