Searched refs:seg_map_cnt (Results 1 – 2 of 2) sorted by relevance
368 ocp->seg_map_cnt = dma_map_sg(&io->efct->pci->dev, cmd->t_data_sg, in efct_lio_sg_map()370 if (ocp->seg_map_cnt == 0) in efct_lio_sg_map()381 if (WARN_ON(!ocp->seg_map_cnt || !cmd->t_data_sg)) in efct_lio_sg_unmap()385 ocp->seg_map_cnt, cmd->data_direction); in efct_lio_sg_unmap()386 ocp->seg_map_cnt = 0; in efct_lio_sg_unmap()402 if (ocp->seg_map_cnt) in efct_lio_status_done()440 curcnt = (ocp->seg_map_cnt - ocp->cur_seg); in efct_lio_write_pending()496 curcnt = min(ocp->seg_map_cnt - ocp->cur_seg, io->sgl_allocated); in efct_lio_queue_data_in()581 efct_lio_io_printf(io, "seg_map_cnt=%d\n", ocp->seg_map_cnt); in efct_lio_datamove_done()582 if (ocp->seg_map_cnt) { in efct_lio_datamove_done()
116 u32 seg_map_cnt; member