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

/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_debugfs.c2700 T("DCB Prio:", dcb_prio);
2703 4*(7-tx[i].dcb_prio)) & 0xf);
2706 1*(7-tx[i].dcb_prio)) & 0x1);
H A Dcxgb4.h868 u8 dcb_prio; /* DCB Priority bound to queue */ member in struct:sge_eth_txq
H A Dsge.c1700 ctrl0 |= TXPKT_OVLAN_IDX_V(q->dcb_prio);
1702 ctrl0 |= TXPKT_T5_OVLAN_IDX_V(q->dcb_prio);
H A Dcxgb4_main.c267 txq->dcb_prio = enable ? value : 0;

Completed in 140 milliseconds