Home
last modified time | relevance | path

Searched refs:igb_rx_buffer (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/drivers/net/ethernet/intel/igb/
Digb.h280 struct igb_rx_buffer { struct
322 struct igb_rx_buffer *rx_buffer_info;
Digb_main.c507 struct igb_rx_buffer *buffer_info; in igb_dump()
4451 size = sizeof(struct igb_rx_buffer) * rx_ring->count; in igb_setup_rx_resources()
4807 sizeof(struct igb_rx_buffer) * ring->count); in igb_configure_rx_ring()
5035 struct igb_rx_buffer *buffer_info = &rx_ring->rx_buffer_info[i]; in igb_clean_rx_ring()
8430 struct igb_rx_buffer *old_buff) in igb_reuse_rx_page()
8432 struct igb_rx_buffer *new_buff; in igb_reuse_rx_page()
8451 static bool igb_can_reuse_rx_page(struct igb_rx_buffer *rx_buffer, in igb_can_reuse_rx_page()
8495 struct igb_rx_buffer *rx_buffer, in igb_add_rx_frag()
8516 struct igb_rx_buffer *rx_buffer, in igb_construct_skb()
8568 struct igb_rx_buffer *rx_buffer, in igb_build_skb()
[all …]
Digb_ethtool.c1798 static int igb_check_lbtest_frame(struct igb_rx_buffer *rx_buffer, in igb_check_lbtest_frame()
1823 struct igb_rx_buffer *rx_buffer_info; in igb_clean_test_rings()