Home
last modified time | relevance | path

Searched refs:sge_idx (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/port/fcoet/
H A Dfcoet_eth.c513 int sge_idx; in fcoet_process_sol_fcp_data() local
531 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()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_stats.c1161 u8_t sge_idx = 0; in lm_stats_set_dmae_operation_sges() local
1169 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()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/
H A D5710_hsi.h5449 u8_t sge_idx /* 0xFF value indicated loading SGL */; member
5451 u8_t sge_idx /* 0xFF value indicated loading SGL */;