Searched refs:last_ds (Results 1 - 1 of 1) sorted by relevance
| /illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/ |
| H A D | hermon_wr.c | 91 int i, j, last_ds, num_ds, status; local 311 for (last_ds = num_ds, j = i; j < nds; j++) { 313 last_ds++; /* real last ds of wqe to fill */ 315 desc_sz = ((uintptr_t)&ds[last_ds] - (uintptr_t)desc) >> 0x4; 326 last_ds--; 327 HERMON_WQE_BUILD_DATA_SEG_SEND(&ds[last_ds], &sgl[j]); 445 int i, last_ds, num_ds; local 662 for (last_ds = num_ds, i = 0; i < nds; i++) { 664 last_ds++; /* real last ds of wqe to fill */ 666 desc_sz = ((uintptr_t)&ds[last_ds] 1314 int i, j, last_ds, num_ds, status; local [all...] |
Completed in 86 milliseconds