Home
last modified time | relevance | path

Searched refs:temp_bd (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc.c356 union enetc_tx_bd temp_bd; in enetc_map_tx_buffs() local
366 enetc_clear_tx_bd(&temp_bd); in enetc_map_tx_buffs()
371 temp_bd.l3_aux0 = FIELD_PREP(ENETC_TX_BD_L3_START, in enetc_map_tx_buffs()
373 temp_bd.l3_aux1 = FIELD_PREP(ENETC_TX_BD_L3_HDR_LEN, in enetc_map_tx_buffs()
375 temp_bd.l3_aux1 |= FIELD_PREP(ENETC_TX_BD_L3T, in enetc_map_tx_buffs()
378 temp_bd.l4_aux = FIELD_PREP(ENETC_TX_BD_L4T, in enetc_map_tx_buffs()
381 temp_bd.l4_aux = FIELD_PREP(ENETC_TX_BD_L4T, in enetc_map_tx_buffs()
405 temp_bd.addr = cpu_to_le64(dma); in enetc_map_tx_buffs()
406 temp_bd.buf_len = cpu_to_le16(len); in enetc_map_tx_buffs()
427 temp_bd.frm_len = cpu_to_le16(skb->len); in enetc_map_tx_buffs()
[all …]