Home
last modified time | relevance | path

Searched refs:otx2_mbox_get_rsp (Results 1 – 6 of 6) sorted by relevance

/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_flow_utils.c18 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 Dotx2_mac.c141 rc = otx2_mbox_get_rsp(mbox, 0, (void *)&rsp); in otx2_nix_mac_addr_get()
H A Dotx2_flow.c945 rc = otx2_mbox_get_rsp(mbox, 0, (void *)&kex_rsp); in flow_fetch_kex_cfg()
/f-stack/dpdk/drivers/common/octeontx2/
H A Dversion.map22 otx2_mbox_get_rsp;
H A Dotx2_mbox.c230 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 Dotx2_mbox.h1784 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()