Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_hermon_hw.c1187 uint8_t *src8; in dapli_hermon_post_send() local
1192 src8 = (uint8_t *)desc; in dapli_hermon_post_send()
1193 src8[1] = (uint8_t)(qp->qp_sq_counter >> 8); in dapli_hermon_post_send()
1194 src8[2] = (uint8_t)qp->qp_sq_counter; in dapli_hermon_post_send()
1195 src8[4] = (uint8_t)(qp->qp_num >> 16); in dapli_hermon_post_send()
1196 src8[5] = (uint8_t)(qp->qp_num >> 8); in dapli_hermon_post_send()
1197 src8[6] = (uint8_t)qp->qp_num; in dapli_hermon_post_send()