Searched refs:bdtp_fe_sc_vld_ra_ri (Results 1 – 3 of 3) sorted by relevance
965 static void hns3_set_txbd_baseinfo(u16 *bdtp_fe_sc_vld_ra_ri, int frag_end) in hns3_set_txbd_baseinfo() argument969 hns3_set_field(*bdtp_fe_sc_vld_ra_ri, HNS3_TXD_FE_B, 1U); in hns3_set_txbd_baseinfo()970 hns3_set_field(*bdtp_fe_sc_vld_ra_ri, HNS3_TXD_VLD_B, 1U); in hns3_set_txbd_baseinfo()1140 u16 bdtp_fe_sc_vld_ra_ri = 0; in hns3_fill_desc() local1147 hns3_set_txbd_baseinfo(&bdtp_fe_sc_vld_ra_ri, frag_end); in hns3_fill_desc()1148 desc->tx.bdtp_fe_sc_vld_ra_ri = in hns3_fill_desc()1149 cpu_to_le16(bdtp_fe_sc_vld_ra_ri); in hns3_fill_desc()1161 u16 bdtp_fe_sc_vld_ra_ri = 0; in hns3_fill_desc() local1173 hns3_set_txbd_baseinfo(&bdtp_fe_sc_vld_ra_ri, in hns3_fill_desc()1176 desc->tx.bdtp_fe_sc_vld_ra_ri = in hns3_fill_desc()[all …]
275 __le16 bdtp_fe_sc_vld_ra_ri; member
214 dev_info(dev, "(TX)vld_ra_ri: %u\n", tx_desc->tx.bdtp_fe_sc_vld_ra_ri); in hns3_dbg_bd_info()