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.c1175 u16 *max_num_vports, u8 *bm_hostmode) in mana_query_device_cfg() argument
1216 *bm_hostmode = resp.bm_hostmode; in mana_query_device_cfg()
1218 *bm_hostmode = 0; in mana_query_device_cfg()
2829 if (gd->gdma_context->is_pf && !apc->ac->bm_hostmode) in mana_destroy_vport()
2841 if (gd->gdma_context->is_pf && !apc->ac->bm_hostmode) { in mana_create_vport()
3162 if (gd->gdma_context->is_pf && !apc->ac->bm_hostmode) { in mana_alloc_queues()
3221 if (gd->gdma_context->is_pf && !apc->ac->bm_hostmode) in mana_dealloc_queues()
3559 u8 bm_hostmode = 0; in mana_probe() local
3588 MANA_MICRO_VERSION, &num_ports, &bm_hostmode); in mana_probe()
3592 ac->bm_hostmode = bm_hostmode; in mana_probe()