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()
2873 if (gd->gdma_context->is_pf && !apc->ac->bm_hostmode) in mana_destroy_vport()
2885 if (gd->gdma_context->is_pf && !apc->ac->bm_hostmode) { in mana_create_vport()
3215 if (gd->gdma_context->is_pf && !apc->ac->bm_hostmode) { in mana_alloc_queues()
3274 if (gd->gdma_context->is_pf && !apc->ac->bm_hostmode) in mana_dealloc_queues()
3623 u8 bm_hostmode = 0; in mana_probe() local
3656 MANA_MICRO_VERSION, &num_ports, &bm_hostmode); in mana_probe()
3660 ac->bm_hostmode = bm_hostmode; in mana_probe()