Searched refs:resp_data (Results 1 – 7 of 7) sorted by relevance
| /dpdk/drivers/net/bnxt/tf_core/ |
| H A D | tf_msg_common.h | 21 parms.resp_data = (uint32_t *)&(resp); \ 31 parms.resp_data = (uint32_t *)&(resp); \ 41 parms.resp_data = NULL; \
|
| H A D | tf_msg.c | 156 parms.resp_data = (uint32_t *)&resp; in tf_msg_session_open() 239 parms.resp_data = (uint32_t *)&resp; in tf_msg_session_client_register() 290 parms.resp_data = (uint32_t *)&resp; in tf_msg_session_client_unregister() 316 parms.resp_data = (uint32_t *)&resp; in tf_msg_session_close() 368 parms.resp_data = (uint32_t *)&resp; in tf_msg_session_qcfg() 412 parms.resp_data = (uint32_t *)&resp; in tf_msg_session_resc_qcaps() 525 parms.resp_data = (uint32_t *)&resp; in tf_msg_session_resc_alloc() 632 parms.resp_data = (uint32_t *)&resp; in tf_msg_session_resc_info() 739 parms.resp_data = (uint32_t *)&resp; in tf_msg_session_resc_flush() 833 parms.resp_data = (uint32_t *)&resp; in tf_msg_insert_em_internal_entry() [all …]
|
| H A D | tfp.h | 75 uint32_t *resp_data; member
|
| H A D | tfp.c | 48 parms->resp_data, in tfp_send_msg_direct()
|
| /dpdk/drivers/net/hns3/ |
| H A D | hns3_mbx.c | 62 uint8_t *resp_data, uint16_t resp_len) in hns3_get_mbx_resp() argument 118 if (resp_data) in hns3_get_mbx_resp() 119 memcpy(resp_data, &mbx_resp->additional_info[0], resp_len); in hns3_get_mbx_resp() 150 uint8_t *resp_data, uint16_t resp_len) in hns3_send_mbx_msg() argument 195 ret = hns3_get_mbx_resp(hw, code, subcode, resp_data, resp_len); in hns3_send_mbx_msg()
|
| H A D | hns3_mbx.h | 170 uint8_t *resp_data, uint16_t resp_len);
|
| /dpdk/drivers/raw/ifpga/base/ |
| H A D | opae_spi_transaction.c | 203 unsigned int resp_len, unsigned char *resp_data, in byte_to_core_convert() argument 255 p = resp_data; in byte_to_core_convert() 276 *valid_resp_len = p - resp_data; in byte_to_core_convert()
|