Searched refs:temp_bd (Results 1 – 1 of 1) sorted by relevance
329 union enetc_tx_bd temp_bd; in enetc_map_tx_buffs() local339 enetc_clear_tx_bd(&temp_bd); in enetc_map_tx_buffs()344 temp_bd.l3_aux0 = FIELD_PREP(ENETC_TX_BD_L3_START, in enetc_map_tx_buffs()346 temp_bd.l3_aux1 = FIELD_PREP(ENETC_TX_BD_L3_HDR_LEN, in enetc_map_tx_buffs()348 temp_bd.l3_aux1 |= FIELD_PREP(ENETC_TX_BD_L3T, in enetc_map_tx_buffs()351 temp_bd.l4_aux = FIELD_PREP(ENETC_TX_BD_L4T, in enetc_map_tx_buffs()354 temp_bd.l4_aux = FIELD_PREP(ENETC_TX_BD_L4T, in enetc_map_tx_buffs()378 temp_bd.addr = cpu_to_le64(dma); in enetc_map_tx_buffs()379 temp_bd.buf_len = cpu_to_le16(len); in enetc_map_tx_buffs()400 temp_bd.frm_len = cpu_to_le16(skb->len); in enetc_map_tx_buffs()[all …]