Searched defs:end_sgl (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_arbel_hw.c493 ibt_wr_ds_t end_sgl; local
537 end_sgl.ds_va = (ib_vaddr_t)0;
538 end_sgl.ds_len = (ib_msglen_t)0;
539 end_sgl.ds_key = (ibt_lkey_t)ARBEL_WQE_SGL_INVALID_LKEY;
540 TAVOR_WQE_BUILD_DATA_SEG(&ds[num_ds], &end_sgl);
H A Ddapl_hermon_hw.c470 ibt_wr_ds_t end_sgl; local
514 end_sgl.ds_va = (ib_vaddr_t)0;
515 end_sgl.ds_len = (ib_msglen_t)0;
516 end_sgl.ds_key = (ibt_lkey_t)HERMON_WQE_SGL_INVALID_LKEY;
517 TAVOR_WQE_BUILD_DATA_SEG(&ds[num_ds], &end_sgl);
H A Ddapl_tavor_hw.c672 ibt_wr_ds_t end_sgl; local
716 end_sgl.ds_va = (ib_vaddr_t)0;
717 end_sgl.ds_len = (ib_msglen_t)0;
718 end_sgl.ds_key = (ibt_lkey_t)1;
719 TAVOR_WQE_BUILD_DATA_SEG(&ds[num_ds], &end_sgl);

Completed in 32 milliseconds