Lines Matching refs:loop_en
4376 uint32_t loop_en = 0; in hns3_cfg_mac_mode() local
4385 hns3_set_bit(loop_en, HNS3_MAC_TX_EN_B, val); in hns3_cfg_mac_mode()
4386 hns3_set_bit(loop_en, HNS3_MAC_RX_EN_B, val); in hns3_cfg_mac_mode()
4387 hns3_set_bit(loop_en, HNS3_MAC_PAD_TX_B, val); in hns3_cfg_mac_mode()
4388 hns3_set_bit(loop_en, HNS3_MAC_PAD_RX_B, val); in hns3_cfg_mac_mode()
4389 hns3_set_bit(loop_en, HNS3_MAC_1588_TX_B, 0); in hns3_cfg_mac_mode()
4390 hns3_set_bit(loop_en, HNS3_MAC_1588_RX_B, 0); in hns3_cfg_mac_mode()
4391 hns3_set_bit(loop_en, HNS3_MAC_APP_LP_B, 0); in hns3_cfg_mac_mode()
4392 hns3_set_bit(loop_en, HNS3_MAC_LINE_LP_B, 0); in hns3_cfg_mac_mode()
4393 hns3_set_bit(loop_en, HNS3_MAC_FCS_TX_B, val); in hns3_cfg_mac_mode()
4394 hns3_set_bit(loop_en, HNS3_MAC_RX_FCS_B, val); in hns3_cfg_mac_mode()
4401 hns3_set_bit(loop_en, HNS3_MAC_RX_FCS_STRIP_B, 0); in hns3_cfg_mac_mode()
4403 hns3_set_bit(loop_en, HNS3_MAC_RX_FCS_STRIP_B, val); in hns3_cfg_mac_mode()
4404 hns3_set_bit(loop_en, HNS3_MAC_TX_OVERSIZE_TRUNCATE_B, val); in hns3_cfg_mac_mode()
4405 hns3_set_bit(loop_en, HNS3_MAC_RX_OVERSIZE_TRUNCATE_B, val); in hns3_cfg_mac_mode()
4406 hns3_set_bit(loop_en, HNS3_MAC_TX_UNDER_MIN_ERR_B, val); in hns3_cfg_mac_mode()
4407 req->txrx_pad_fcs_loop_en = rte_cpu_to_le_32(loop_en); in hns3_cfg_mac_mode()