Lines Matching refs:bd_count
481 int bd_count = 0; 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()
512 bd_count++; in qedf_map_sg()
525 return bd_count; in qedf_map_sg()
532 int bd_count; in qedf_build_bd_list_from_sg() local
535 bd_count = qedf_map_sg(io_req); in qedf_build_bd_list_from_sg()
536 if (bd_count == 0) in qedf_build_bd_list_from_sg()
539 bd_count = 0; in qedf_build_bd_list_from_sg()
543 io_req->bd_tbl->bd_valid = bd_count; in qedf_build_bd_list_from_sg()
599 int bd_count = 0; in qedf_init_task() local
639 bd_count = bd_tbl->bd_valid; in qedf_init_task()
645 io_req->sgl_task_params->num_sges = bd_count; in qedf_init_task()