Home
last modified time | relevance | path

Searched refs:rx_q_cnt (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/synopsys/
Ddwc-xlgmac-common.c142 pdata->hw_feat.rx_q_cnt); in xlgmac_init()
455 hw_feat->rx_q_cnt = XLGMAC_GET_REG_BITS(mac_hfr2, in xlgmac_get_all_hw_features()
507 hw_feat->rx_q_cnt++; in xlgmac_get_all_hw_features()
674 pdata->hw_feat.rx_q_cnt); in xlgmac_print_all_hw_features()
Ddwc-xlgmac.h530 unsigned int rx_q_cnt; /* Number of MTL Receive Queues */ member
Ddwc-xlgmac-hw.c2516 q_count = max(pdata->hw_feat.tx_q_cnt, pdata->hw_feat.rx_q_cnt); in xlgmac_enable_mtl_interrupts()
/linux-6.1.9/drivers/net/ethernet/amd/xgbe/
Dxgbe-main.c228 pdata->rx_max_q_count = pdata->hw_feat.rx_q_cnt; in xgbe_set_counts()
251 pdata->rx_q_count = min_t(unsigned int, pdata->hw_feat.rx_q_cnt, in xgbe_set_counts()
Dxgbe.h1021 unsigned int rx_q_cnt; /* Number of MTL Receive Queues */ member
Dxgbe-drv.c780 hw_feat->rx_q_cnt = XGMAC_GET_BITS(mac_hfr2, MAC_HWF2R, RXQCNT); in xgbe_get_all_hw_features()
820 hw_feat->rx_q_cnt++; in xgbe_get_all_hw_features()
895 hw_feat->rx_q_cnt); in xgbe_get_all_hw_features()
Dxgbe-dev.c725 q_count = max(pdata->hw_feat.tx_q_cnt, pdata->hw_feat.rx_q_cnt); in xgbe_enable_mtl_interrupts()