Searched refs:dcb_prio (Results 1 – 4 of 4) sorted by relevance
2700 T("DCB Prio:", dcb_prio); in sge_qinfo_show()2703 4*(7-tx[i].dcb_prio)) & 0xf); in sge_qinfo_show()2706 1*(7-tx[i].dcb_prio)) & 0x1); in sge_qinfo_show()
868 u8 dcb_prio; /* DCB Priority bound to queue */ member
1714 ctrl0 |= TXPKT_OVLAN_IDX_V(q->dcb_prio); in cxgb4_eth_xmit()1716 ctrl0 |= TXPKT_T5_OVLAN_IDX_V(q->dcb_prio); in cxgb4_eth_xmit()
267 txq->dcb_prio = enable ? value : 0; in dcb_tx_queue_prio_enable()