Searched refs:otx2_mbox_get_rsp (Results 1 – 6 of 6) sorted by relevance
| /f-stack/dpdk/drivers/net/octeontx2/ |
| H A D | otx2_flow_utils.c | 18 rc = otx2_mbox_get_rsp(mbox, 0, (void *)&rsp); in flow_mcam_alloc_counter() 33 rc = otx2_mbox_get_rsp(mbox, 0, NULL); in otx2_flow_mcam_free_counter() 49 rc = otx2_mbox_get_rsp(mbox, 0, (void *)&rsp); in otx2_flow_mcam_read_counter() 64 rc = otx2_mbox_get_rsp(mbox, 0, NULL); in otx2_flow_mcam_clear_counter() 78 rc = otx2_mbox_get_rsp(mbox, 0, NULL); in otx2_flow_mcam_free_entry() 92 rc = otx2_mbox_get_rsp(mbox, 0, NULL); in otx2_flow_mcam_free_all_entries() 509 rc = otx2_mbox_get_rsp(mbox, 0, (void *)&rsp); in flow_shift_lv_ent() 770 rc = otx2_mbox_get_rsp(mbox, 0, (void *)&rsp_cmd); in flow_fill_entry_cache() 955 rc = otx2_mbox_get_rsp(mbox, 0, (void *)&rsp); in otx2_flow_mcam_alloc_and_write()
|
| H A D | otx2_mac.c | 141 rc = otx2_mbox_get_rsp(mbox, 0, (void *)&rsp); in otx2_nix_mac_addr_get()
|
| H A D | otx2_flow.c | 945 rc = otx2_mbox_get_rsp(mbox, 0, (void *)&kex_rsp); in flow_fetch_kex_cfg()
|
| /f-stack/dpdk/drivers/common/octeontx2/ |
| H A D | version.map | 22 otx2_mbox_get_rsp;
|
| H A D | otx2_mbox.c | 230 otx2_mbox_get_rsp(struct otx2_mbox *mbox, int devid, void **msg) in otx2_mbox_get_rsp() function 406 rc = otx2_mbox_get_rsp(mbox, 0, (void *)&rsp); in otx2_send_ready_msg()
|
| H A D | otx2_mbox.h | 1784 int otx2_mbox_get_rsp(struct otx2_mbox *mbox, int devid, void **msg); 1837 return otx2_mbox_get_rsp(mbox, 0, NULL); in otx2_mbox_process() 1844 return otx2_mbox_get_rsp(mbox, 0, msg); in otx2_mbox_process_msg()
|