octep_mbox
struct octep_mbox *mbox = oct->mbox[q_no];
struct octep_mbox *mbox = oct->mbox[q_no];
struct octep_mbox *mbox[OCTEP_MAX_VF];
struct octep_mbox *mbox;
memset(oct->mbox[ring], 0, sizeof(struct octep_mbox));
struct octep_mbox *mbox, int vf_id,
struct octep_mbox *mbox = NULL;
mbox = (struct octep_mbox *)wk->ctxptr;
struct octep_mbox __iomem *mbox = octep_get_mbox(oct_hw);
static void octep_mbox_init(struct octep_mbox __iomem *mbox)
struct octep_mbox __iomem *mbox;
static inline struct octep_mbox __iomem *octep_get_mbox(struct octep_hw *oct_hw)
return (struct octep_mbox __iomem *)(oct_hw->dev_cfg + MBOX_OFFSET);
static inline int octep_wait_for_mbox_avail(struct octep_mbox __iomem *mbox)
static inline int octep_wait_for_mbox_rsp(struct octep_mbox __iomem *mbox)
static inline void octep_write_hdr(struct octep_mbox __iomem *mbox, u16 id, u16 sig)
static inline u32 octep_read_sig(struct octep_mbox __iomem *mbox)
static inline void octep_write_sts(struct octep_mbox __iomem *mbox, u32 sts)
static inline u32 octep_read_sts(struct octep_mbox __iomem *mbox)
static inline u32 octep_read32_word(struct octep_mbox __iomem *mbox, u16 word_idx)
static inline void octep_write32_word(struct octep_mbox __iomem *mbox, u16 word_idx, u32 word)