Searched refs:e1000_buffer (Results 1 – 6 of 6) sorted by relevance
/drivers/net/ethernet/intel/e1000/ |
D | e1000.h | 147 struct e1000_buffer { struct 173 struct e1000_buffer *buffer_info; argument 194 struct e1000_buffer *buffer_info;
|
D | e1000_main.c | 1508 size = sizeof(struct e1000_buffer) * txdr->count; in e1000_setup_tx_resources() 1698 size = sizeof(struct e1000_buffer) * rxdr->count; in e1000_setup_rx_resources() 1959 struct e1000_buffer *buffer_info) in e1000_unmap_and_free_tx_resource() 1988 struct e1000_buffer *buffer_info; in e1000_clean_tx_ring() 2000 size = sizeof(struct e1000_buffer) * tx_ring->count; in e1000_clean_tx_ring() 2073 struct e1000_buffer *buffer_info; in e1000_clean_rx_ring() 2110 size = sizeof(struct e1000_buffer) * rx_ring->count; in e1000_clean_rx_ring() 2702 struct e1000_buffer *buffer_info; in e1000_tso() 2774 struct e1000_buffer *buffer_info; in e1000_tx_csum() 2833 struct e1000_buffer *buffer_info; in e1000_tx_map() [all …]
|
D | e1000_ethtool.c | 1013 txdr->buffer_info = kcalloc(txdr->count, sizeof(struct e1000_buffer), in e1000_setup_desc_rings() 1072 rxdr->buffer_info = kcalloc(rxdr->count, sizeof(struct e1000_buffer), in e1000_setup_desc_rings()
|
/drivers/net/ethernet/intel/e1000e/ |
D | netdev.c | 170 struct e1000_buffer *bi) in e1000e_dump_ps_pages() 202 struct e1000_buffer *buffer_info; in e1000e_dump() 644 struct e1000_buffer *buffer_info; in e1000_alloc_rx_buffers() 712 struct e1000_buffer *buffer_info; in e1000_alloc_rx_buffers_ps() 816 struct e1000_buffer *buffer_info; in e1000_alloc_jumbo_rx_buffers() 908 struct e1000_buffer *buffer_info, *next_buffer; in e1000_clean_rx_irq() 1049 struct e1000_buffer *buffer_info) in e1000_put_txbuf() 1186 struct e1000_buffer *buffer_info; in e1000_clean_tx_irq() 1280 struct e1000_buffer *buffer_info, *next_buffer; in e1000_clean_rx_irq_ps() 1461 static void e1000_consume_page(struct e1000_buffer *bi, struct sk_buff *skb, in e1000_consume_page() [all …]
|
D | e1000.h | 155 struct e1000_buffer { struct 191 struct e1000_buffer *buffer_info;
|
D | ethtool.c | 1081 struct e1000_buffer *buffer_info; in e1000_free_desc_rings() 1144 sizeof(struct e1000_buffer), GFP_KERNEL); in e1000_setup_desc_rings() 1205 sizeof(struct e1000_buffer), GFP_KERNEL); in e1000_setup_desc_rings() 1577 struct e1000_buffer *buffer_info; in e1000_run_loopback_test()
|