Searched refs:txph (Results 1 – 1 of 1) sorted by relevance
474 struct tx_pkt_header *txph; in atl2_intr_tx() local491 txph = (struct tx_pkt_header *) in atl2_intr_tx()494 if (txph->pkt_size != txs->pkt_size) { in atl2_intr_tx()500 *(u32 *)txph, *(u32 *)txs); in atl2_intr_tx()522 txd_read_ptr += (((u32)(txph->pkt_size) + 7) & ~3); in atl2_intr_tx()830 struct tx_pkt_header *txph; in atl2_xmit_frame() local857 txph = (struct tx_pkt_header *) (((u8 *)adapter->txd_ring) + offset); in atl2_xmit_frame()859 *(u32 *)txph = 0; in atl2_xmit_frame()860 txph->pkt_size = skb->len; in atl2_xmit_frame()881 txph->ins_vlan = 1; in atl2_xmit_frame()[all …]