Searched defs:recv_list (Results 1 - 2 of 2) sorted by relevance

/drivers/infiniband/core/
H A Duser_mad.c110 struct list_head recv_list; member in struct:ib_umad_file
175 list_add_tail(&packet->list, &file->recv_list);
342 while (list_empty(&file->recv_list)) {
349 !list_empty(&file->recv_list)))
355 packet = list_entry(file->recv_list.next, struct ib_umad_packet, list);
368 list_add(&packet->list, &file->recv_list);
610 if (!list_empty(&file->recv_list))
942 INIT_LIST_HEAD(&file->recv_list);
979 list_for_each_entry_safe(packet, tmp, &file->recv_list, list) {
/drivers/net/ethernet/agere/
H A Det131x.c296 struct list_head recv_list; member in struct:rx_ring
2001 INIT_LIST_HEAD(&rx_ring->recv_list);
2018 while (!list_empty(&rx_ring->recv_list)) {
2019 rfd = list_entry(rx_ring->recv_list.next,
2101 /* Add this RFD to the recv_list */
2102 list_add_tail(&rfd->list_node, &rx_ring->recv_list);
2171 list_add_tail(&rfd->list_node, &rx_local->recv_list);
2181 * If packets are available, it gets an RFD from the recv_list, attaches
2247 element = rx_local->recv_list.next;
2308 if (list_empty(&rx_ring->recv_list)) {
[all...]

Completed in 115 milliseconds