Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_wr.c91 int i, j, last_ds, num_ds, status; in hermon_post_send_ud() local
311 for (last_ds = num_ds, j = i; j < nds; j++) { in hermon_post_send_ud()
313 last_ds++; /* real last ds of wqe to fill */ in hermon_post_send_ud()
315 desc_sz = ((uintptr_t)&ds[last_ds] - (uintptr_t)desc) >> 0x4; in hermon_post_send_ud()
326 last_ds--; in hermon_post_send_ud()
327 HERMON_WQE_BUILD_DATA_SEG_SEND(&ds[last_ds], &sgl[j]); in hermon_post_send_ud()
445 int i, last_ds, num_ds; in hermon_post_send_rc() local
662 for (last_ds = num_ds, i = 0; i < nds; i++) { in hermon_post_send_rc()
664 last_ds++; /* real last ds of wqe to fill */ in hermon_post_send_rc()
666 desc_sz = ((uintptr_t)&ds[last_ds] - (uintptr_t)desc) >> 0x4; in hermon_post_send_rc()
[all …]