Lines Matching refs:split_offset
2023 unsigned int split_offset; in lpfc_bg_setup_bpl_prot() local
2067 split_offset = 0; in lpfc_bg_setup_bpl_prot()
2161 dataphysaddr = sg_dma_address(sgde) + split_offset; in lpfc_bg_setup_bpl_prot()
2165 remainder = sg_dma_len(sgde) - split_offset; in lpfc_bg_setup_bpl_prot()
2170 split_offset = 0; in lpfc_bg_setup_bpl_prot()
2177 split_offset += bpl->tus.f.bdeSize; in lpfc_bg_setup_bpl_prot()
2191 if (split_offset) in lpfc_bg_setup_bpl_prot()
2403 unsigned int split_offset; in lpfc_bg_setup_sgl_prot() local
2448 split_offset = 0; in lpfc_bg_setup_sgl_prot()
2547 dataphysaddr = sg_dma_address(sgde) + split_offset; in lpfc_bg_setup_sgl_prot()
2549 remainder = sg_dma_len(sgde) - split_offset; in lpfc_bg_setup_sgl_prot()
2554 split_offset = 0; in lpfc_bg_setup_sgl_prot()
2561 split_offset += dma_len; in lpfc_bg_setup_sgl_prot()
2578 if (split_offset) in lpfc_bg_setup_sgl_prot()