Lines Matching refs:temp_bd
152 union enetc_tx_bd temp_bd; in enetc_map_tx_buffs() local
170 temp_bd.addr = cpu_to_le64(dma); in enetc_map_tx_buffs()
171 temp_bd.buf_len = cpu_to_le16(len); in enetc_map_tx_buffs()
172 temp_bd.lstatus = 0; in enetc_map_tx_buffs()
204 temp_bd.frm_len = cpu_to_le16(skb->len); in enetc_map_tx_buffs()
205 temp_bd.flags = flags; in enetc_map_tx_buffs()
208 temp_bd.txstart = enetc_txbd_set_tx_start(skb->skb_mstamp_ns, in enetc_map_tx_buffs()
213 *txbd = temp_bd; in enetc_map_tx_buffs()
214 enetc_clear_tx_bd(&temp_bd); in enetc_map_tx_buffs()
229 temp_bd.ext.vid = cpu_to_le16(skb_vlan_tag_get(skb)); in enetc_map_tx_buffs()
230 temp_bd.ext.tpid = 0; /* < C-TAG */ in enetc_map_tx_buffs()
245 temp_bd.ext.tstamp = cpu_to_le32(lo & 0x3fffffff); in enetc_map_tx_buffs()
272 temp_bd.ext.e_flags = e_flags; in enetc_map_tx_buffs()
284 *txbd = temp_bd; in enetc_map_tx_buffs()
285 enetc_clear_tx_bd(&temp_bd); in enetc_map_tx_buffs()
298 temp_bd.addr = cpu_to_le64(dma); in enetc_map_tx_buffs()
299 temp_bd.buf_len = cpu_to_le16(len); in enetc_map_tx_buffs()
310 temp_bd.flags = flags; in enetc_map_tx_buffs()
311 *txbd = temp_bd; in enetc_map_tx_buffs()