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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ixgbe/
H A Dixgbe_dcb_nl.c62 dst_tc_cfg->path[DCB_TX_CONFIG].prio_type =
63 src_tc_cfg->path[DCB_TX_CONFIG].prio_type;
74 dst_tc_cfg->path[DCB_RX_CONFIG].prio_type =
75 src_tc_cfg->path[DCB_RX_CONFIG].prio_type;
194 adapter->temp_dcb_cfg.tc_config[tc].path[0].prio_type = prio;
204 if ((adapter->temp_dcb_cfg.tc_config[tc].path[0].prio_type !=
205 adapter->dcb_cfg.tc_config[tc].path[0].prio_type) ||
238 adapter->temp_dcb_cfg.tc_config[tc].path[1].prio_type = prio;
248 if ((adapter->temp_dcb_cfg.tc_config[tc].path[1].prio_type !=
249 adapter->dcb_cfg.tc_config[tc].path[1].prio_type) ||
[all...]
H A Dixgbe_dcb_82598.c170 if (p->prio_type == prio_link)
226 if (p->prio_type == prio_group)
229 if (p->prio_type == prio_link)
267 if (p->prio_type == prio_group)
270 if (p->prio_type == prio_link)
H A Dixgbe_dcb_82599.c171 if (p->prio_type == prio_link)
215 if (p->prio_type == prio_group)
218 if (p->prio_type == prio_link)
270 if (p->prio_type == prio_group)
273 if (p->prio_type == prio_link)
H A Dixgbe_dcb.h107 enum strict_prio_type prio_type; /* Link or Group Strict Priority */ member in struct:tc_bw_alloc
H A Dixgbe_dcb.c74 if (p->prio_type == prio_link) {

Completed in 98 milliseconds