Searched refs:p_rx_sw_packet_t (Results 1 – 3 of 3) sorted by relevance
48 static p_rx_sw_packet_t e1000g_get_buf(e1000g_rx_data_t *rx_data);59 e1000g_rxfree_func(p_rx_sw_packet_t packet) in e1000g_rxfree_func()147 p_rx_sw_packet_t packet; in e1000g_rx_setup()211 packet = (p_rx_sw_packet_t) in e1000g_rx_setup()222 packet = (p_rx_sw_packet_t) in e1000g_rx_setup()382 static p_rx_sw_packet_t385 p_rx_sw_packet_t packet; in e1000g_get_buf()391 packet = (p_rx_sw_packet_t) in e1000g_get_buf()407 packet = (p_rx_sw_packet_t)QUEUE_POP_HEAD(&rx_data->free_list); in e1000g_get_buf()415 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()
591 } rx_sw_packet_t, *p_rx_sw_packet_t; typedef773 p_rx_sw_packet_t packet_area;1041 void e1000g_free_rx_sw_packet(p_rx_sw_packet_t packet, boolean_t full_release);1052 void e1000g_rxfree_func(p_rx_sw_packet_t packet);