Searched refs:e1000_tx_buffer (Results 1 – 3 of 3) sorted by relevance
124 struct e1000_tx_buffer { struct157 struct e1000_tx_buffer *buffer_info;
1504 size = sizeof(struct e1000_tx_buffer) * txdr->count; in e1000_setup_tx_resources()1956 struct e1000_tx_buffer *buffer_info) in e1000_unmap_and_free_tx_resource()1985 struct e1000_tx_buffer *buffer_info; in e1000_clean_tx_ring()1997 size = sizeof(struct e1000_tx_buffer) * tx_ring->count; in e1000_clean_tx_ring()2697 struct e1000_tx_buffer *buffer_info; in e1000_tso()2767 struct e1000_tx_buffer *buffer_info; in e1000_tx_csum()2828 struct e1000_tx_buffer *buffer_info; in e1000_tx_map()2972 struct e1000_tx_buffer *buffer_info; in e1000_tx_queue()3405 struct e1000_tx_buffer *buffer_info = &tx_ring->buffer_info[i]; in e1000_dump()3831 struct e1000_tx_buffer *buffer_info; in e1000_clean_tx_irq()
983 txdr->buffer_info = kcalloc(txdr->count, sizeof(struct e1000_tx_buffer), in e1000_setup_desc_rings()
Completed in 16 milliseconds