Searched refs:tx_loop_pkt_pri (Results 1 – 1 of 1) sorted by relevance
171 u32 tx_loop_pkt_pri; in hns_gmac_tx_loop_pkt_dis() local174 tx_loop_pkt_pri = dsaf_read_dev(drv, GMAC_TX_LOOP_PKT_PRI_REG); in hns_gmac_tx_loop_pkt_dis()175 dsaf_set_bit(tx_loop_pkt_pri, GMAC_TX_LOOP_PKT_EN_B, 1); in hns_gmac_tx_loop_pkt_dis()176 dsaf_set_bit(tx_loop_pkt_pri, GMAC_TX_LOOP_PKT_HIG_PRI_B, 0); in hns_gmac_tx_loop_pkt_dis()177 dsaf_write_dev(drv, GMAC_TX_LOOP_PKT_PRI_REG, tx_loop_pkt_pri); in hns_gmac_tx_loop_pkt_dis()