Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/qat/
H A Dqat_hw17reg.h97 uint64_t opaque_data; member
131 uint64_t opaque_data; member
188 uint64_t opaque_data; member
323 uint64_t opaque_data; member
542 uint64_t opaque_data; member
2152 uint64_t opaque_data; member
2211 uint64_t opaque_data; member
H A Dqat_hw15reg.h171 uint64_t opaque_data; member
222 uint64_t opaque_data; member
H A Dqat_c2xxx.c216 offsetof(struct fw_la_resp, comn_resp.opaque_data),
H A Dqat_dh895xcc.c270 .qhw_crypto_opaque_offset = offsetof(struct fw_la_resp, opaque_data),
H A Dqat_c3xxx.c297 .qhw_crypto_opaque_offset = offsetof(struct fw_la_resp, opaque_data),
H A Dqat_c62x.c313 .qhw_crypto_opaque_offset = offsetof(struct fw_la_resp, opaque_data),
H A Dqat_d15xx.c313 .qhw_crypto_opaque_offset = offsetof(struct fw_la_resp, opaque_data),
H A Dqat_hw15.c135 msg->opaque_data = (uint64_t)(uintptr_t)cookie; in qat_msg_cmn_mid_populate()
498 (uintptr_t)init_resp->comn_resp.opaque_data; in qat_adm_ring_intr()
838 bulk_req->comn_mid.opaque_data = (uint64_t)(uintptr_t)qsc; in qat_hw15_crypto_setup_req_params()
H A Dqat_hw17.c588 bulk_req->comn_mid.opaque_data = (uint64_t)(uintptr_t)qsc; in qat_hw17_crypto_setup_req_params()
/freebsd-13.1/sys/dev/qlnx/qlnxe/
H A Decore_ll2.h61 u32 opaque_data[2]; member
H A Decore_ll2.c322 OSAL_LE32_TO_CPU(p_cqe->rx_cqe_fp.opaque_data.data[0]); in ecore_ll2_rxq_parse_reg()
324 OSAL_LE32_TO_CPU(p_cqe->rx_cqe_fp.opaque_data.data[1]); in ecore_ll2_rxq_parse_reg()
359 OSAL_LE32_TO_CPU(sp_cqe->opaque_data.data[0]), in ecore_ll2_handle_slowpath()
360 OSAL_LE32_TO_CPU(sp_cqe->opaque_data.data[1])); in ecore_ll2_handle_slowpath()
527 iscsi_ooo = (struct ooo_opaque *)&p_cqe->opaque_data; in ecore_ll2_lb_rxq_handler_slowpath()
582 iscsi_ooo = (struct ooo_opaque *)&p_cqe_fp->opaque_data; in ecore_ll2_lb_rxq_handler()
H A Decore_hsi_common.h254 struct core_rx_cqe_opaque_data opaque_data /* Opaque Data */; member
285 struct core_rx_cqe_opaque_data opaque_data /* Opaque Data */; member
H A Decore_iwarp.c2477 u64 opaque_data; in ecore_iwarp_mpa_get_data() local
2479 opaque_data = HILO_64(opaque_data1, opaque_data0); in ecore_iwarp_mpa_get_data()
2480 *curr_pkt = *((struct unaligned_opaque_data *)&opaque_data); in ecore_iwarp_mpa_get_data()