Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/microsoft/mana/
H A Dmana_en.c1232 u16 *max_num_vports, u8 *bm_hostmode) in mana_gd_query_device_cfg() argument
1294 *bm_hostmode = resp.bm_hostmode; in mana_gd_query_device_cfg()
1296 *bm_hostmode = 0; in mana_gd_query_device_cfg()
3250 if (gd->gdma_context->is_pf && !apc->ac->bm_hostmode) in mana_destroy_vport()
3262 if (gd->gdma_context->is_pf && !apc->ac->bm_hostmode) { in mana_create_vport()
3270 if (gd->gdma_context->is_pf && !apc->ac->bm_hostmode) in mana_create_vport()
3632 if (gd->gdma_context->is_pf && !apc->ac->bm_hostmode) { in mana_alloc_queues()
3698 if (gd->gdma_context->is_pf && !apc->ac->bm_hostmode) in mana_dealloc_queues()
4073 u8 bm_hostmode = 0; in mana_probe() local
4102 &num_ports, &bm_hostmode); in mana_probe()
[all …]
H A Dgdma_main.c185 u8 bm_hostmode; in mana_gd_query_max_resources() local
255 &num_ports, &bm_hostmode); in mana_gd_query_max_resources()
/linux/include/net/mana/
H A Dmana.h537 u8 bm_hostmode; member
792 u8 bm_hostmode; /* response v3: Bare Metal Host Mode */ member
H A Dgdma.h1091 u16 *max_num_vports, u8 *bm_hostmode);