Searched refs:last_ds (Results 1 – 1 of 1) sorted by relevance
91 int i, j, last_ds, num_ds, status; in hermon_post_send_ud() local311 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() local662 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 …]