Lines Matching refs:bd_count
488 int bd_count = 0; in qedf_map_sg() local
516 bd[bd_count].sge_addr.lo = cpu_to_le32(U64_LO(addr)); in qedf_map_sg()
517 bd[bd_count].sge_addr.hi = cpu_to_le32(U64_HI(addr)); in qedf_map_sg()
518 bd[bd_count].sge_len = cpu_to_le32(sg_len); in qedf_map_sg()
520 bd_count++; in qedf_map_sg()
533 return bd_count; in qedf_map_sg()
540 int bd_count; in qedf_build_bd_list_from_sg() local
543 bd_count = qedf_map_sg(io_req); in qedf_build_bd_list_from_sg()
544 if (bd_count == 0) in qedf_build_bd_list_from_sg()
547 bd_count = 0; in qedf_build_bd_list_from_sg()
551 io_req->bd_tbl->bd_valid = bd_count; in qedf_build_bd_list_from_sg()
603 int bd_count = 0; in qedf_init_task() local
643 bd_count = bd_tbl->bd_valid; in qedf_init_task()
649 io_req->sgl_task_params->num_sges = bd_count; in qedf_init_task()