Searched refs:txph (Results 1 – 1 of 1) sorted by relevance
488 struct tx_pkt_header *txph; in atl2_intr_tx() local505 txph = (struct tx_pkt_header *) in atl2_intr_tx()508 if (txph->pkt_size != txs->pkt_size) { in atl2_intr_tx()514 *(u32 *)txph, *(u32 *)txs); in atl2_intr_tx()536 txd_read_ptr += (((u32)(txph->pkt_size) + 7) & ~3); in atl2_intr_tx()844 struct tx_pkt_header *txph; in atl2_xmit_frame() local871 txph = (struct tx_pkt_header *) (((u8 *)adapter->txd_ring) + offset); in atl2_xmit_frame()873 *(u32 *)txph = 0; in atl2_xmit_frame()874 txph->pkt_size = skb->len; in atl2_xmit_frame()895 txph->ins_vlan = 1; in atl2_xmit_frame()[all …]