Lines Matching refs:temp_bd
117 union enetc_tx_bd temp_bd; in enetc_map_tx_buffs() local
133 temp_bd.addr = cpu_to_le64(dma); in enetc_map_tx_buffs()
134 temp_bd.buf_len = cpu_to_le16(len); in enetc_map_tx_buffs()
135 temp_bd.lstatus = 0; in enetc_map_tx_buffs()
152 if (enetc_tx_csum(skb, &temp_bd)) in enetc_map_tx_buffs()
158 temp_bd.frm_len = cpu_to_le16(skb->len); in enetc_map_tx_buffs()
159 temp_bd.flags = flags; in enetc_map_tx_buffs()
166 temp_bd.txstart = cpu_to_le32(temp); in enetc_map_tx_buffs()
171 *txbd = temp_bd; in enetc_map_tx_buffs()
172 enetc_clear_tx_bd(&temp_bd); in enetc_map_tx_buffs()
187 temp_bd.ext.vid = cpu_to_le16(skb_vlan_tag_get(skb)); in enetc_map_tx_buffs()
188 temp_bd.ext.tpid = 0; /* < C-TAG */ in enetc_map_tx_buffs()
197 temp_bd.ext.e_flags = e_flags; in enetc_map_tx_buffs()
209 *txbd = temp_bd; in enetc_map_tx_buffs()
210 enetc_clear_tx_bd(&temp_bd); in enetc_map_tx_buffs()
223 temp_bd.addr = cpu_to_le64(dma); in enetc_map_tx_buffs()
224 temp_bd.buf_len = cpu_to_le16(len); in enetc_map_tx_buffs()
234 temp_bd.flags = flags; in enetc_map_tx_buffs()
235 *txbd = temp_bd; in enetc_map_tx_buffs()