Searched refs:temp_bd (Results 1 – 1 of 1) sorted by relevance
195 union enetc_tx_bd temp_bd; in enetc_map_tx_buffs() local205 enetc_clear_tx_bd(&temp_bd); in enetc_map_tx_buffs()236 temp_bd.addr = cpu_to_le64(dma); in enetc_map_tx_buffs()270 temp_bd.flags = flags; in enetc_map_tx_buffs()278 *txbd = temp_bd; in enetc_map_tx_buffs()279 enetc_clear_tx_bd(&temp_bd); in enetc_map_tx_buffs()364 temp_bd.ext.e_flags = e_flags; in enetc_map_tx_buffs()376 *txbd = temp_bd; in enetc_map_tx_buffs()377 enetc_clear_tx_bd(&temp_bd); in enetc_map_tx_buffs()402 temp_bd.flags = flags; in enetc_map_tx_buffs()[all …]