Searched refs:recv_list (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/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); queue_packet()
342 while (list_empty(&file->recv_list)) { ib_umad_read()
349 !list_empty(&file->recv_list))) ib_umad_read()
355 packet = list_entry(file->recv_list.next, struct ib_umad_packet, list); ib_umad_read()
368 list_add(&packet->list, &file->recv_list); ib_umad_read()
610 if (!list_empty(&file->recv_list)) ib_umad_poll()
942 INIT_LIST_HEAD(&file->recv_list); ib_umad_open()
979 list_for_each_entry_safe(packet, tmp, &file->recv_list, list) { ib_umad_close()
/linux-4.1.27/fs/dlm/
H A Dplock.c21 static struct list_head recv_list; variable in typeref:struct:list_head
399 list_move(&op->list, &recv_list); dev_read()
438 list_for_each_entry(op, &recv_list, list) { dev_write()
500 INIT_LIST_HEAD(&recv_list); dlm_plock_init()
/linux-4.1.27/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); et131x_rx_dma_memory_alloc()
2018 while (!list_empty(&rx_ring->recv_list)) { et131x_rx_dma_memory_free()
2019 rfd = list_entry(rx_ring->recv_list.next, et131x_rx_dma_memory_free()
2101 /* Add this RFD to the recv_list */ et131x_init_recv()
2102 list_add_tail(&rfd->list_node, &rx_ring->recv_list); et131x_init_recv()
2171 list_add_tail(&rfd->list_node, &rx_local->recv_list); nic_return_rfd()
2181 * If packets are available, it gets an RFD from the recv_list, attaches
2247 element = rx_local->recv_list.next; nic_rx_pkts()
2308 if (list_empty(&rx_ring->recv_list)) { et131x_handle_recv_pkts()

Completed in 255 milliseconds