Home
last modified time | relevance | path

Searched defs:mbox_info (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/remoteproc/
H A Dxlnx_r5_remoteproc.c81 struct mbox_info { struct
82 unsigned char rx_mc_buf[MBOX_CLIENT_BUF_MAX];
83 unsigned char tx_mc_buf[MBOX_CLIENT_BUF_MAX];
84 struct zynqmp_r5_core *r5_core;
85 struct work_struct mbox_work;
86 struct mbox_client mbox_cl;
87 struct mbox_chan *tx_chan;
88 struct mbox_chan *rx_chan;
/linux/drivers/infiniband/hw/mlx5/
H A Dqpc.c334 struct mbox_info { struct
341 static int mbox_alloc(struct mbox_info *mbox, int inlen, int outlen) in mbox_alloc() argument
/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_mbox.c1121 static int init_mbox_info(struct hinic_recv_mbox *mbox_info) in init_mbox_info()
1147 static void clean_mbox_info(struct hinic_recv_mbox *mbox_info) in clean_mbox_info()
1154 struct hinic_recv_mbox *mbox_info) in alloc_mbox_info()
1177 static void free_mbox_info(struct hinic_recv_mbox *mbox_info) in free_mbox_info()
/linux/drivers/net/wireless/ath/ath10k/
H A Dsdio.h187 struct ath10k_mbox_info mbox_info; member
/linux/drivers/net/wireless/ath/ath6kl/
H A Dsdio.c98 struct ath6kl_mbox_info *mbox_info = &ar->mbox_info; in ath6kl_sdio_set_mbox_info() local
H A Dcore.h809 struct ath6kl_mbox_info mbox_info; member