Searched refs:my_size (Results 1 – 1 of 1) sorted by relevance
191 uint_t my_size; in dapli_hermon_wqe_send_build() local371 my_size = ((uintptr_t)dst - (uintptr_t)addr + 15) >> 4; in dapli_hermon_wqe_send_build()372 if (my_size <= (256 >> 4)) in dapli_hermon_wqe_send_build()373 *size = my_size; /* use Hermon Blueflame */ in dapli_hermon_wqe_send_build()392 my_size = ((uintptr_t)&ds[num_ds] - (uintptr_t)addr) >> 4; in dapli_hermon_wqe_send_build()397 HERMON_WQE_SETNEXT(addr, nopcode << 32, my_size, in dapli_hermon_wqe_send_build()