Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/amd/
H A Dpcnet32.c86 static int pcnet32vlb; /* check for VLB cards ? */ variable
2981 module_param(pcnet32vlb, int, 0);
2982 MODULE_PARM_DESC(pcnet32vlb, DRV_NAME " Vesa local bus (VLB) support (0/1)");
3011 if (pcnet32vlb) in pcnet32_init_module()