Searched refs:tp_vlan_pri_map (Results 1 - 1 of 1) sorted by relevance

/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_main.c454 static unsigned int tp_vlan_pri_map = TP_VLAN_PRI_MAP_DEFAULT; variable
456 module_param(tp_vlan_pri_map, uint, 0644);
457 MODULE_PARM_DESC(tp_vlan_pri_map, "global compressed filter configuration");
5540 if (tp_vlan_pri_map != TP_VLAN_PRI_MAP_DEFAULT) {
5544 switch (tp_vlan_pri_map & (1 << j)) {
5582 "tp_vlan_pri_map=%#x needs %d bits > 36;"\
5583 " using %#x\n", tp_vlan_pri_map, bits,
5585 tp_vlan_pri_map = TP_VLAN_PRI_MAP_DEFAULT;
5588 v = tp_vlan_pri_map;
5602 if (tp_vlan_pri_map)
[all...]

Completed in 44 milliseconds