Searched refs:word_l (Results 1 – 1 of 1) sorted by relevance
184 uint64_t word_l; member287 switch (DPI_MBOX_CMD(msg->word_l)) { in queue_config()290 dpivf->vf_config.aura = DPI_MBOX_CBUF_AURA(msg->word_l); in queue_config()291 dpivf->vf_config.csize = DPI_MBOX_CMD(msg->word_l) == DPI_QUEUE_OPEN ? in queue_config()292 DPI_MBOX_CBUF_SIZE(msg->word_l) >> 3 : in queue_config()293 DPI_MBOX_CBUF_SIZE(msg->word_l); in queue_config()294 dpivf->vf_config.sso_pf_func = DPI_MBOX_SSO_PFFUNC(msg->word_l); in queue_config()296 ret = dpi_queue_init(dpi, dpivf, DPI_MBOX_VFID(msg->word_l)); in queue_config()305 dpi_queue_fini(dpi, DPI_MBOX_VFID(msg->word_l)); in queue_config()327 msg.word_l = readq(mbox->vf_pf_data_reg); in dpi_pfvf_mbox_work()[all …]