Searched refs:sge_idx (Results 1 – 3 of 3) sorted by relevance
513 int sge_idx; in fcoet_process_sol_fcp_data() local531 sge_idx = (data_offset % FCOET_MAX_DBUF_LEN)/ in fcoet_process_sol_fcp_data()534 ASSERT(((sge_idx < FCOET_GET_SEG_NUM(dbuf) - 1) && in fcoet_process_sol_fcp_data()536 ((sge_idx == FCOET_GET_SEG_NUM(dbuf) - 1) && in fcoet_process_sol_fcp_data()540 bcopy(frm->frm_payload, dbuf->db_sglist[sge_idx].seg_addr, in fcoet_process_sol_fcp_data()
1161 u8_t sge_idx = 0; in lm_stats_set_dmae_operation_sges() local1169 for (sge_idx = 0; sge_idx < num_sges; ++sge_idx) in lm_stats_set_dmae_operation_sges()1171 sge_source = lm_dmae_address(sge_descr[sge_idx].source_offset, LM_DMAE_ADDRESS_GRC); in lm_stats_set_dmae_operation_sges()1172 sge_dest = lm_dmae_address(sge_descr[sge_idx].dest_paddr, LM_DMAE_ADDRESS_HOST_PHYS); in lm_stats_set_dmae_operation_sges()1174 …atus = lm_dmae_operation_add_sge(pdev, operation, sge_source, sge_dest, sge_descr[sge_idx].length); in lm_stats_set_dmae_operation_sges()
5449 u8_t sge_idx /* 0xFF value indicated loading SGL */; member5451 u8_t sge_idx /* 0xFF value indicated loading SGL */;