Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/microsoft/mana/
H A Dmana_en.c1182 u16 *max_num_vports, u8 *bm_hostmode) in mana_query_device_cfg() argument
1229 *bm_hostmode = resp.bm_hostmode; in mana_query_device_cfg()
1231 *bm_hostmode = 0; in mana_query_device_cfg()
2879 if (gd->gdma_context->is_pf && !apc->ac->bm_hostmode) in mana_destroy_vport()
2891 if (gd->gdma_context->is_pf && !apc->ac->bm_hostmode) { in mana_create_vport()
3221 if (gd->gdma_context->is_pf && !apc->ac->bm_hostmode) { in mana_alloc_queues()
3281 if (gd->gdma_context->is_pf && !apc->ac->bm_hostmode) in mana_dealloc_queues()
3641 u8 bm_hostmode = 0; in mana_probe() local
3674 MANA_MICRO_VERSION, &num_ports, &bm_hostmode); in mana_probe()
3678 ac->bm_hostmode = bm_hostmode; in mana_probe()