Home
last modified time | relevance | path

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

/freebsd/sys/dev/axgbe/
H A Dxgbe-drv.c188 hw_feat->tx_q_cnt = XGMAC_GET_BITS(mac_hfr2, MAC_HWF2R, TXQCNT); in xgbe_get_all_hw_features()
228 hw_feat->tx_q_cnt++; in xgbe_get_all_hw_features()
303 hw_feat->tx_q_cnt); in xgbe_get_all_hw_features()
H A Dxgbe.h988 unsigned int tx_q_cnt; /* Number of MTL Transmit Queues */ member
H A Dxgbe-dev.c674 q_count = max(pdata->hw_feat.tx_q_cnt, pdata->hw_feat.rx_q_cnt); in xgbe_enable_mtl_interrupts()
H A Dif_axgbe_pci.c628 pdata->tx_max_q_count = pdata->hw_feat.tx_q_cnt; in axgbe_set_counts()