Searched refs:opaque_data (Results 1 – 13 of 13) sorted by relevance
| /freebsd-13.1/sys/dev/qat/ |
| H A D | qat_hw17reg.h | 97 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 D | qat_hw15reg.h | 171 uint64_t opaque_data; member 222 uint64_t opaque_data; member
|
| H A D | qat_c2xxx.c | 216 offsetof(struct fw_la_resp, comn_resp.opaque_data),
|
| H A D | qat_dh895xcc.c | 270 .qhw_crypto_opaque_offset = offsetof(struct fw_la_resp, opaque_data),
|
| H A D | qat_c3xxx.c | 297 .qhw_crypto_opaque_offset = offsetof(struct fw_la_resp, opaque_data),
|
| H A D | qat_c62x.c | 313 .qhw_crypto_opaque_offset = offsetof(struct fw_la_resp, opaque_data),
|
| H A D | qat_d15xx.c | 313 .qhw_crypto_opaque_offset = offsetof(struct fw_la_resp, opaque_data),
|
| H A D | qat_hw15.c | 135 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 D | qat_hw17.c | 588 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 D | ecore_ll2.h | 61 u32 opaque_data[2]; member
|
| H A D | ecore_ll2.c | 322 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 D | ecore_hsi_common.h | 254 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 D | ecore_iwarp.c | 2477 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()
|