/kernel/linux/linux-5.10/drivers/firewire/ |
H A D | net.c | 309 fi2 = list_entry(fi->fi_link.next, in fwnet_frag_new() 445 fi = list_entry(pd->fi_list.next, struct fwnet_fragment_info, fi_link); in fwnet_pd_is_complete() 860 /* Update the ptask to point to the next fragment and send it */ in fwnet_transmit_packet_done()
|
/kernel/linux/linux-5.10/drivers/acpi/ |
H A D | acpi_video.c | 1825 * before acpi_video_device_lcd_set_level() is called next time. in acpi_video_dev_register_backlight() 2042 struct acpi_video_device *dev, *next; in acpi_video_bus_put_devices() local 2045 list_for_each_entry_safe(dev, next, &video->video_device_list, entry) { in acpi_video_bus_put_devices()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_device_queue_manager.c | 904 struct device_process_node *cur, *next; in unregister_process() local 912 list_for_each_entry_safe(cur, next, &dqm->queues, list) { in unregister_process()
|
/kernel/linux/linux-5.10/drivers/mtd/ubi/ |
H A D | wl.c | 209 wrk = list_entry(ubi->works.next, struct ubi_work, list); in do_work() 1714 wrk = list_entry(ubi->works.next, struct ubi_work, list);
|
/kernel/linux/linux-5.10/drivers/net/ethernet/i825xx/ |
H A D | lib82596.c | 178 u32 next; member 183 /* The command structure has two 'next' pointers; v_next is the address of 184 * the next command as seen by the CPU, b_next is the address of the next 186 * always references the status field of the next command, rather than the 688 rfd = lp->rfd_head; /* Ref next frame to check */ in i596_rx() 806 /* Update record of next frame descriptor to process */ in i596_rx() 1030 tbd->next = I596_NULL; in i596_start_xmit()
|
H A D | 82596.c | 212 struct i596_tbd *next; member 216 /* The command structure has two 'next' pointers; v_next is the address of 217 * the next command as seen by the CPU, b_next is the address of the next 219 * always references the status field of the next command, rather than the 755 rfd = lp->rfd_head; /* Ref next frame to check */ in i596_rx() 864 /* Update record of next frame descriptor to process */ in i596_rx() 1080 tbd->next = I596_NULL; in i596_start_xmit()
|
/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm-table.c | 183 struct list_head *tmp, *next; in free_devices() local 185 list_for_each_safe(tmp, next, devices) { in free_devices() 606 * Offset of the start of the next table entry, mod logical_block_size. in validate_hardware_logical_block_alignment() 612 * target, how many sectors must the next target handle? in validate_hardware_logical_block_alignment()
|
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
H A D | rtl2832_sdr.c | 163 buf = list_entry(dev->queued_bufs.next, in rtl2832_sdr_get_next_fill_buf() 410 buf = list_entry(dev->queued_bufs.next, in rtl2832_sdr_cleanup_queued_bufs()
|
/kernel/linux/linux-5.10/drivers/isdn/hardware/mISDN/ |
H A D | hfcsusb.c | 51 /* start next background transfer for control channel */ 116 ctrl_start_transfer(hw); /* start next transfer */ in ctrl_complete() 1244 /* Generate next ISO Packets */ in tx_iso_complete() 2124 struct hfcsusb *next; in hfcsusb_disconnect() local 2132 list_for_each_entry_safe(hw, next, &HFClist, list) in hfcsusb_disconnect()
|
/kernel/linux/linux-5.10/drivers/media/platform/davinci/ |
H A D | vpfe_capture.c | 462 vpfe_dev->next_frm = list_entry(vpfe_dev->dma_queue.next, in vpfe_schedule_next_buffer() 527 * One frame is just being captured. If the next frame in vpfe_isr() 543 * the next frame get the next frame from the empty in vpfe_isr() 1434 /* Get the next frame from the buffer queue */ in vpfe_streamon() 1435 vpfe_dev->next_frm = list_entry(vpfe_dev->dma_queue.next, in vpfe_streamon()
|
/kernel/linux/linux-5.10/drivers/media/platform/omap/ |
H A D | omap_vout.c | 542 vout->next_frm = list_entry(vout->dma_queue.next, in omap_vout_isr() 1001 /* Get the next frame from the buffer queue */ in omap_vout_vb2_start_streaming() 1002 vout->next_frm = vout->cur_frm = list_entry(vout->dma_queue.next, in omap_vout_vb2_start_streaming()
|
/kernel/linux/linux-5.10/drivers/media/pci/cx23885/ |
H A D | cx23885-core.c | 434 buf = list_entry(q->active.next, in cx23885_wakeup() 1214 can cause next bpl to start close to a page border. First DMA in cx23885_risc_buffer() 1289 can cause next bpl to start close to a page border. First DMA in cx23885_risc_vbibuffer() 1651 buf = list_entry(q->active.next, struct cx23885_buffer, in do_cancel_buffers()
|
/kernel/linux/linux-5.10/drivers/media/pci/tw5864/ |
H A D | tw5864-video.c | 437 struct tw5864_buf *buf = list_entry(input->active.next, in tw5864_start_streaming() 459 struct tw5864_buf *buf = list_entry(input->active.next, in tw5864_stop_streaming()
|
/kernel/linux/linux-5.10/drivers/media/pci/cx88/ |
H A D | cx88-dvb.c | 125 buf = list_entry(dmaq->active.next, struct cx88_buffer, list); in start_streaming() 140 struct cx88_buffer *buf = list_entry(dmaq->active.next, in stop_streaming()
|
/kernel/linux/linux-5.10/drivers/media/platform/sti/delta/ |
H A D | delta-v4l2.c | 204 struct delta_dts *next; in delta_flush_dts() local 212 list_for_each_entry_safe(dts, next, &ctx->dts, list) in delta_flush_dts() 857 * EOS completion is so delayed till next frame_queue() call in delta_decoder_stop_cmd()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_rx.c | 1393 mlx5_wq_ll_pop(wq, cqe->wqe_id, &wqe->next.next_wqe_index); in mlx5e_handle_rx_cqe_mpwrq_rep() 1550 mlx5_wq_ll_pop(wq, cqe->wqe_id, &wqe->next.next_wqe_index); in mlx5e_handle_rx_cqe_mpwrq()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/pasemi/ |
H A D | pasemi_mac.c | 752 goto next; in pasemi_mac_clean_rx() 775 next: in pasemi_mac_clean_rx()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_sriov_common.c | 1535 entry = list_entry(head->next, struct qlcnic_async_cmd, in qlcnic_sriov_cleanup_async_list() 2106 cur = list_entry(head->next, struct qlcnic_mac_vlan_list, list); in qlcnic_sriov_vf_free_mac_list()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sis/ |
H A D | sis190.c | 1255 struct sis190_phy *cur, *next; in sis190_free_phy() local 1257 list_for_each_entry_safe(cur, next, first_phy, list) { in sis190_free_phy() 1406 // Try next mii if the current one is not accessible. in sis190_mii_probe()
|
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
H A D | user_mad.c | 339 recv_buf = container_of(recv_buf->list.next, in copy_recv_mad() 410 packet = list_entry(file->recv_list.next, struct ib_umad_packet, list); in ib_umad_read()
|
H A D | nldev.c | 440 * be zero right here but it is ok, next query won't in fill_res_name_pid() 1400 goto next; in res_get_common_dumpit() 1427 next: idx++; in res_get_common_dumpit()
|
H A D | sa_query.c | 885 if (ib_nl_request_list.next == &query->list) in ib_nl_make_request() 982 query = list_entry(ib_nl_request_list.next, in ib_nl_request_timeout()
|
/kernel/linux/linux-5.10/drivers/net/ |
H A D | macvlan.c | 1697 struct macvlan_dev *vlan, *next; in macvlan_device_event() local 1745 list_for_each_entry_safe(vlan, next, &port->vlans, list) in macvlan_device_event()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/ipw2x00/ |
H A D | libipw_rx.c | 1601 target = list_entry(ieee->network_free_list.next, in libipw_process_probe_response() 1603 list_del(ieee->network_free_list.next); in libipw_process_probe_response()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/carl9170/ |
H A D | tx.c | 572 goto next; in carl9170_check_queue_stop_timeout() 581 next: in carl9170_check_queue_stop_timeout()
|