Searched refs:bd_flag (Results 1 – 1 of 1) sorted by relevance
4043 uint16_t bd_flag = BIT(HNS3_TXD_VLD_B) | BIT(HNS3_TXD_FE_B); in hns3_tx_setup_4bd() local4055 bd_flag |= BIT(HNS3_TXD_TSYN_B); in hns3_tx_setup_4bd()4056 txdp->tx.tp_fe_sc_vld_ra_ri = rte_cpu_to_le_16(bd_flag); in hns3_tx_setup_4bd()4063 uint16_t bd_flag = BIT(HNS3_TXD_VLD_B) | BIT(HNS3_TXD_FE_B); in hns3_tx_setup_1bd() local4073 bd_flag |= BIT(HNS3_TXD_TSYN_B); in hns3_tx_setup_1bd()4074 txdp->tx.tp_fe_sc_vld_ra_ri = rte_cpu_to_le_16(bd_flag); in hns3_tx_setup_1bd()