Searched refs:txbd_tmp (Results 1 – 1 of 1) sorted by relevance
532 union enetc_tx_bd txbd_tmp; in enetc_map_tx_tso_hdr() local537 enetc_clear_tx_bd(&txbd_tmp); in enetc_map_tx_tso_hdr()543 txbd_tmp.addr = cpu_to_le64(addr); in enetc_map_tx_tso_hdr()544 txbd_tmp.buf_len = cpu_to_le16(hdr_len); in enetc_map_tx_tso_hdr()547 txbd_tmp.frm_len = cpu_to_le16(hdr_len + data_len); in enetc_map_tx_tso_hdr()548 txbd_tmp.flags = flags; in enetc_map_tx_tso_hdr()559 *txbd = txbd_tmp; in enetc_map_tx_tso_hdr()570 enetc_clear_tx_bd(&txbd_tmp); in enetc_map_tx_tso_hdr()571 txbd_tmp.ext.vid = cpu_to_le16(skb_vlan_tag_get(skb)); in enetc_map_tx_tso_hdr()572 txbd_tmp.ext.tpid = 0; /* < C-TAG */ in enetc_map_tx_tso_hdr()[all …]