Home
last modified time | relevance | path

Searched refs:mbox_alloc_msg_rsp (Results 1 – 3 of 3) sorted by relevance

/dpdk/drivers/common/cnxk/
H A Droc_mbox_priv.h83 struct mbox_msghdr *mbox_alloc_msg_rsp(struct mbox *mbox, int devid, int size,
89 return mbox_alloc_msg_rsp(mbox, devid, size, 0); in mbox_alloc_msg()
163 req = (struct _req_type *)mbox_alloc_msg_rsp( \
H A Droc_ree.c175 msg = (struct ree_rd_wr_reg_msg *)mbox_alloc_msg_rsp( in roc_ree_af_reg_read()
210 msg = (struct ree_rd_wr_reg_msg *)mbox_alloc_msg_rsp( in roc_ree_af_reg_write()
246 req = (struct ree_rule_db_get_req_msg *)mbox_alloc_msg_rsp( in roc_ree_rule_db_get()
273 req = (struct ree_rule_db_get_req_msg *)mbox_alloc_msg_rsp( in roc_ree_rule_db_get()
309 req = (struct ree_req_msg *)mbox_alloc_msg_rsp(mbox, 0, sizeof(*req), in roc_ree_rule_db_len_get()
344 req = (struct ree_rule_db_prog_req_msg *)mbox_alloc_msg_rsp( in ree_db_msg()
H A Droc_mbox.c165 mbox_alloc_msg_rsp(struct mbox *mbox, int devid, int size, int size_rsp) in mbox_alloc_msg_rsp() function