Searched refs:seg_map_cnt (Results 1 – 2 of 2) sorted by relevance
385 ocp->seg_map_cnt = pci_map_sg(io->efct->pci, cmd->t_data_sg, in efct_lio_sg_map()387 if (ocp->seg_map_cnt == 0) in efct_lio_sg_map()398 if (WARN_ON(!ocp->seg_map_cnt || !cmd->t_data_sg)) in efct_lio_sg_unmap()402 ocp->seg_map_cnt, cmd->data_direction); in efct_lio_sg_unmap()403 ocp->seg_map_cnt = 0; in efct_lio_sg_unmap()419 if (ocp->seg_map_cnt) in efct_lio_status_done()457 curcnt = (ocp->seg_map_cnt - ocp->cur_seg); in efct_lio_write_pending()513 curcnt = min(ocp->seg_map_cnt - ocp->cur_seg, io->sgl_allocated); in efct_lio_queue_data_in()598 efct_lio_io_printf(io, "seg_map_cnt=%d\n", ocp->seg_map_cnt); in efct_lio_datamove_done()599 if (ocp->seg_map_cnt) { in efct_lio_datamove_done()
116 u32 seg_map_cnt; member