Searched refs:tx_q_cnt (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/synopsys/ |
H A D | dwc-xlgmac-common.c | 130 pdata->hw_feat.tx_q_cnt); in xlgmac_init() 458 hw_feat->tx_q_cnt = XLGMAC_GET_REG_BITS(mac_hfr2, in xlgmac_get_all_hw_features() 508 hw_feat->tx_q_cnt++; in xlgmac_get_all_hw_features() 676 pdata->hw_feat.tx_q_cnt); in xlgmac_print_all_hw_features()
|
H A D | dwc-xlgmac.h | 530 unsigned int tx_q_cnt; /* Number of MTL Transmit Queues */ member
|
H A D | dwc-xlgmac-hw.c | 2516 q_count = max(pdata->hw_feat.tx_q_cnt, pdata->hw_feat.rx_q_cnt); in xlgmac_enable_mtl_interrupts()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/synopsys/ |
H A D | dwc-xlgmac-common.c | 130 pdata->hw_feat.tx_q_cnt); in xlgmac_init() 458 hw_feat->tx_q_cnt = XLGMAC_GET_REG_BITS(mac_hfr2, in xlgmac_get_all_hw_features() 508 hw_feat->tx_q_cnt++; in xlgmac_get_all_hw_features() 676 pdata->hw_feat.tx_q_cnt); in xlgmac_print_all_hw_features()
|
H A D | dwc-xlgmac.h | 531 unsigned int tx_q_cnt; /* Number of MTL Transmit Queues */ member
|
H A D | dwc-xlgmac-hw.c | 2516 q_count = max(pdata->hw_feat.tx_q_cnt, pdata->hw_feat.rx_q_cnt); in xlgmac_enable_mtl_interrupts()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe-main.c | 226 pdata->tx_max_q_count = pdata->hw_feat.tx_q_cnt; in xgbe_set_counts()
|
H A D | xgbe.h | 996 unsigned int tx_q_cnt; /* Number of MTL Transmit Queues */ member
|
H A D | xgbe-drv.c | 795 hw_feat->tx_q_cnt = XGMAC_GET_BITS(mac_hfr2, MAC_HWF2R, TXQCNT); in xgbe_get_all_hw_features() 835 hw_feat->tx_q_cnt++; in xgbe_get_all_hw_features() 911 hw_feat->tx_q_cnt); in xgbe_get_all_hw_features()
|
H A D | xgbe-dev.c | 725 q_count = max(pdata->hw_feat.tx_q_cnt, pdata->hw_feat.rx_q_cnt); in xgbe_enable_mtl_interrupts()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe-main.c | 226 pdata->tx_max_q_count = pdata->hw_feat.tx_q_cnt; in xgbe_set_counts()
|
H A D | xgbe-drv.c | 795 hw_feat->tx_q_cnt = XGMAC_GET_BITS(mac_hfr2, MAC_HWF2R, TXQCNT); in xgbe_get_all_hw_features() 835 hw_feat->tx_q_cnt++; in xgbe_get_all_hw_features() 911 hw_feat->tx_q_cnt); in xgbe_get_all_hw_features()
|
H A D | xgbe.h | 1028 unsigned int tx_q_cnt; /* Number of MTL Transmit Queues */ member
|
H A D | xgbe-dev.c | 725 q_count = max(pdata->hw_feat.tx_q_cnt, pdata->hw_feat.rx_q_cnt); in xgbe_enable_mtl_interrupts()
|
Completed in 33 milliseconds