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;
1506 size = sizeof(struct e1000_tx_buffer) * txdr->count; in e1000_setup_tx_resources()1958 struct e1000_tx_buffer *buffer_info, in e1000_unmap_and_free_tx_resource()1988 struct e1000_tx_buffer *buffer_info; in e1000_clean_tx_ring()2000 size = sizeof(struct e1000_tx_buffer) * tx_ring->count; in e1000_clean_tx_ring()2700 struct e1000_tx_buffer *buffer_info; in e1000_tso()2770 struct e1000_tx_buffer *buffer_info; in e1000_tx_csum()2831 struct e1000_tx_buffer *buffer_info; in e1000_tx_map()2975 struct e1000_tx_buffer *buffer_info; in e1000_tx_queue()3408 struct e1000_tx_buffer *buffer_info = &tx_ring->buffer_info[i]; in e1000_dump()3836 struct e1000_tx_buffer *buffer_info; in e1000_clean_tx_irq()
987 txdr->buffer_info = kcalloc(txdr->count, sizeof(struct e1000_tx_buffer), in e1000_setup_desc_rings()
Completed in 17 milliseconds