Searched refs:seg_map_cnt (Results 1 – 2 of 2) sorted by relevance
382 ocp->seg_map_cnt = dma_map_sg(&io->efct->pci->dev, cmd->t_data_sg, in efct_lio_sg_map()384 if (ocp->seg_map_cnt == 0) in efct_lio_sg_map()395 if (WARN_ON(!ocp->seg_map_cnt || !cmd->t_data_sg)) in efct_lio_sg_unmap()399 ocp->seg_map_cnt, cmd->data_direction); in efct_lio_sg_unmap()400 ocp->seg_map_cnt = 0; in efct_lio_sg_unmap()416 if (ocp->seg_map_cnt) in efct_lio_status_done()454 curcnt = (ocp->seg_map_cnt - ocp->cur_seg); in efct_lio_write_pending()510 curcnt = min(ocp->seg_map_cnt - ocp->cur_seg, io->sgl_allocated); in efct_lio_queue_data_in()595 efct_lio_io_printf(io, "seg_map_cnt=%d\n", ocp->seg_map_cnt); in efct_lio_datamove_done()596 if (ocp->seg_map_cnt) { in efct_lio_datamove_done()
116 u32 seg_map_cnt; member