Searched refs:txbd_tmp (Results 1 – 1 of 1) sorted by relevance
325 union enetc_tx_bd txbd_tmp; in enetc_map_tx_tso_hdr() local329 enetc_clear_tx_bd(&txbd_tmp); in enetc_map_tx_tso_hdr()335 txbd_tmp.addr = cpu_to_le64(addr); in enetc_map_tx_tso_hdr()336 txbd_tmp.buf_len = cpu_to_le16(hdr_len); in enetc_map_tx_tso_hdr()339 txbd_tmp.frm_len = cpu_to_le16(hdr_len + data_len); in enetc_map_tx_tso_hdr()340 txbd_tmp.flags = flags; in enetc_map_tx_tso_hdr()351 *txbd = txbd_tmp; in enetc_map_tx_tso_hdr()362 enetc_clear_tx_bd(&txbd_tmp); in enetc_map_tx_tso_hdr()363 txbd_tmp.ext.vid = cpu_to_le16(skb_vlan_tag_get(skb)); in enetc_map_tx_tso_hdr()364 txbd_tmp.ext.tpid = 0; /* < C-TAG */ in enetc_map_tx_tso_hdr()[all …]