Home
last modified time | relevance | path

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

/illumos-gate/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()
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_passthru.c356 uint8_t *src8; in msix_table_read() local
373 src8 = (uint8_t *)(pi->pi_msix.mapped_addr + offset); in msix_table_read()
374 data = *src8; in msix_table_read()
403 src8 = (uint8_t *)((uint8_t *)entry + entry_offset); in msix_table_read()
404 data = *src8; in msix_table_read()