Searched refs:p_rx_sw_packet_t (Results 1 – 3 of 3) sorted by relevance
49 static p_rx_sw_packet_t e1000g_get_buf(e1000g_rx_data_t *rx_data);60 e1000g_rxfree_func(p_rx_sw_packet_t packet) in e1000g_rxfree_func()148 p_rx_sw_packet_t packet; in e1000g_rx_setup()212 packet = (p_rx_sw_packet_t) in e1000g_rx_setup()223 packet = (p_rx_sw_packet_t) in e1000g_rx_setup()383 static p_rx_sw_packet_t386 p_rx_sw_packet_t packet; in e1000g_get_buf()392 packet = (p_rx_sw_packet_t) in e1000g_get_buf()408 packet = (p_rx_sw_packet_t)QUEUE_POP_HEAD(&rx_data->free_list); in e1000g_get_buf()416 packet = (p_rx_sw_packet_t) in e1000g_get_buf()[all …]
74 static p_rx_sw_packet_t e1000g_alloc_rx_sw_packet(e1000g_rx_data_t *,1248 p_rx_sw_packet_t packet; in e1000g_increase_rx_packets()1249 p_rx_sw_packet_t cur, next; in e1000g_increase_rx_packets()1285 p_rx_sw_packet_t packet; in e1000g_alloc_rx_packets()1323 static p_rx_sw_packet_t1327 p_rx_sw_packet_t packet; in e1000g_alloc_rx_sw_packet()1399 e1000g_free_rx_sw_packet(p_rx_sw_packet_t packet, boolean_t full_release) in e1000g_free_rx_sw_packet()1438 p_rx_sw_packet_t packet, next_packet; in e1000g_free_rx_packets()
592 } rx_sw_packet_t, *p_rx_sw_packet_t; typedef774 p_rx_sw_packet_t packet_area;1051 void e1000g_free_rx_sw_packet(p_rx_sw_packet_t packet, boolean_t full_release);1062 void e1000g_rxfree_func(p_rx_sw_packet_t packet);