Searched refs:txbd_tmp (Results 1 – 1 of 1) sorted by relevance
344 union enetc_tx_bd txbd_tmp; in enetc_map_tx_tso_hdr() local348 enetc_clear_tx_bd(&txbd_tmp); in enetc_map_tx_tso_hdr()354 txbd_tmp.addr = cpu_to_le64(addr); in enetc_map_tx_tso_hdr()355 txbd_tmp.buf_len = cpu_to_le16(hdr_len); in enetc_map_tx_tso_hdr()358 txbd_tmp.frm_len = cpu_to_le16(hdr_len + data_len); in enetc_map_tx_tso_hdr()359 txbd_tmp.flags = flags; in enetc_map_tx_tso_hdr()370 *txbd = txbd_tmp; in enetc_map_tx_tso_hdr()381 enetc_clear_tx_bd(&txbd_tmp); in enetc_map_tx_tso_hdr()382 txbd_tmp.ext.vid = cpu_to_le16(skb_vlan_tag_get(skb)); in enetc_map_tx_tso_hdr()383 txbd_tmp.ext.tpid = 0; /* < C-TAG */ in enetc_map_tx_tso_hdr()[all …]