Home
last modified time | relevance | path

Searched refs:txph (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/atlx/
H A Datl2.c468 struct tx_pkt_header *txph; in atl2_intr_tx() local
485 txph = (struct tx_pkt_header *) in atl2_intr_tx()
488 if (txph->pkt_size != txs->pkt_size) { in atl2_intr_tx()
494 *(u32 *)txph, *(u32 *)txs); in atl2_intr_tx()
516 txd_read_ptr += (((u32)(txph->pkt_size) + 7) & ~3); in atl2_intr_tx()
824 struct tx_pkt_header *txph; in atl2_xmit_frame() local
851 txph = (struct tx_pkt_header *) (((u8 *)adapter->txd_ring) + offset); in atl2_xmit_frame()
853 *(u32 *)txph = 0; in atl2_xmit_frame()
854 txph->pkt_size = skb->len; in atl2_xmit_frame()
875 txph in atl2_xmit_frame()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/atlx/
H A Datl2.c468 struct tx_pkt_header *txph; in atl2_intr_tx() local
485 txph = (struct tx_pkt_header *) in atl2_intr_tx()
488 if (txph->pkt_size != txs->pkt_size) { in atl2_intr_tx()
494 *(u32 *)txph, *(u32 *)txs); in atl2_intr_tx()
516 txd_read_ptr += (((u32)(txph->pkt_size) + 7) & ~3); in atl2_intr_tx()
824 struct tx_pkt_header *txph; in atl2_xmit_frame() local
851 txph = (struct tx_pkt_header *) (((u8 *)adapter->txd_ring) + offset); in atl2_xmit_frame()
853 *(u32 *)txph = 0; in atl2_xmit_frame()
854 txph->pkt_size = skb->len; in atl2_xmit_frame()
875 txph in atl2_xmit_frame()
[all...]

Completed in 5 milliseconds