Home
last modified time | relevance | path

Searched refs:fm10k_tx_desc (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_main.c746 struct fm10k_tx_desc *tx_desc; in fm10k_tso()
793 struct fm10k_tx_desc *tx_desc; in fm10k_tx_csum()
892 struct fm10k_tx_desc *tx_desc, u16 i, in fm10k_tx_desc_push()
937 struct fm10k_tx_desc *tx_desc; in fm10k_tx_map()
1183 struct fm10k_tx_desc *tx_desc; in fm10k_clean_tx_irq()
1196 struct fm10k_tx_desc *eop_desc = tx_buffer->next_to_watch; in fm10k_clean_tx_irq()
H A Dfm10k.h63 struct fm10k_tx_desc *next_to_watch;
424 (&(((struct fm10k_tx_desc *)((R)->desc))[i]))
H A Dfm10k_type.h665 struct fm10k_tx_desc { struct
676 struct fm10k_tx_desc tx_desc[256]; argument
H A Dfm10k_debugfs.c60 struct fm10k_tx_desc *txd = FM10K_TX_DESC(ring, i); in fm10k_dbg_tx_desc_seq_show()
H A Dfm10k_netdev.c29 tx_ring->size = tx_ring->count * sizeof(struct fm10k_tx_desc); in fm10k_setup_tx_resources()
H A Dfm10k_pci.c872 u32 size = ring->count * sizeof(struct fm10k_tx_desc); in fm10k_configure_tx_ring()