Searched refs:temp_bd (Results 1 – 1 of 1) sorted by relevance
173 union enetc_tx_bd temp_bd; in enetc_map_tx_buffs() local191 temp_bd.addr = cpu_to_le64(dma); in enetc_map_tx_buffs()192 temp_bd.buf_len = cpu_to_le16(len); in enetc_map_tx_buffs()193 temp_bd.lstatus = 0; in enetc_map_tx_buffs()225 temp_bd.frm_len = cpu_to_le16(skb->len); in enetc_map_tx_buffs()226 temp_bd.flags = flags; in enetc_map_tx_buffs()229 temp_bd.txstart = enetc_txbd_set_tx_start(skb->skb_mstamp_ns, in enetc_map_tx_buffs()234 *txbd = temp_bd; in enetc_map_tx_buffs()235 enetc_clear_tx_bd(&temp_bd); in enetc_map_tx_buffs()250 temp_bd.ext.vid = cpu_to_le16(skb_vlan_tag_get(skb)); in enetc_map_tx_buffs()[all …]