/kernel/linux/linux-5.10/drivers/net/wireless/intel/ipw2x00/ |
H A D | ipw2100.h | 181 /* Offset of oldest used BD in array (next one to 185 /* Offset of next available (unused) BD */ 186 u32 next; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/ |
H A D | pio.c | 453 pack = list_entry(q->packets_list.next, in pio_tx_frame()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_init_ops.h | 923 t2[i].next = (u64)(t2_mapping + in bnx2x_src_init_t2()
|
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/ |
H A D | dma.c | 371 skb->prev = skb->next = NULL; in mt76_dma_tx_queue_skb()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/hostap/ |
H A D | hostap_wlan.h | 531 struct hostap_tx_callback_info *next; member 669 * corresponding txfid is free for next TX frame */ 671 int next_txfid; /* index to the next txfid to be checked for 673 int next_alloc; /* index to the next intransmitfid to be checked for
|
/kernel/linux/linux-5.10/drivers/s390/char/ |
H A D | sclp.c | 199 * Returns the expire value in jiffies of the next pending request timeout, 315 req = list_entry(sclp_req_queue.next, struct sclp_req, list); in sclp_process_queue() 487 * Prepare read event data request if necessary. Start processing of next
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | ips.h | 978 struct ips_copp_wait_item *next; member 1134 /* Do not modify the next line; it's what SED is looking for to do the insert. */
|
H A D | qla1280.h | 1014 struct scsi_qla_host *next; member
|
/kernel/linux/linux-5.10/drivers/scsi/libsas/ |
H A D | sas_scsi_host.c | 700 ssp = list_entry(ha->eh_dev_q.next, typeof(*ssp), eh_list_node); in sas_eh_handle_resets()
|
/kernel/linux/linux-5.10/drivers/scsi/megaraid/ |
H A D | megaraid_mm.c | 471 * a mailbox. The passthru will begin at next 1K boundary. And the in mimd_to_kioc() 503 * that pool has no free buffer, we will try for the next bigger size. If none 608 kioc = list_entry(head->next, uioc_t, list); in mraid_mm_alloc_kioc()
|
/kernel/linux/linux-5.10/drivers/pci/controller/ |
H A D | pcie-rcar-host.c | 603 desc = list_entry(pdev->dev.msi_list.next, struct msi_desc, list); in rcar_msi_setup_irqs()
|
/kernel/linux/linux-5.10/drivers/staging/unisys/visorhba/ |
H A D | visorhba_main.c | 46 struct visordisk_info *next; member 66 /* Start search for next pending free slot here */
|
/kernel/linux/linux-5.10/drivers/usb/dwc2/ |
H A D | debugfs.c | 260 ep->queue.next, ep->queue.prev); in ep_show()
|
/kernel/linux/linux-5.10/drivers/staging/rtl8192u/ |
H A D | r8192U.h | 459 struct buffer *next; member
|
/kernel/linux/linux-5.10/drivers/video/fbdev/core/ |
H A D | modedb.c | 1156 if (!head->prev || !head->next || list_empty(head)) in fb_find_best_display()
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | isp1362.h | 578 container_of(ep->hep->urb_list.next, struct urb, urb_list); \
|
/kernel/linux/linux-5.10/net/rds/ |
H A D | af_rds.c | 208 * however, that the next sendmsg() call will succeed. If the application tries 663 WARN_ON((&rs->rs_item != rs->rs_item.next || in rds_sock_destruct()
|
/kernel/linux/linux-5.10/fs/nfsd/ |
H A D | nfssvc.c | 923 struct svc_xprt *perm_sock = list_entry(rqstp->rq_server->sv_permsocks.next, typeof(struct svc_xprt), xpt_list); in nfsd()
|
/kernel/linux/linux-5.10/fs/afs/ |
H A D | inode.c | 797 struct afs_wb_key *wbk = list_entry(vnode->wb_keys.next, in afs_evict_inode()
|
/kernel/linux/linux-5.10/fs/hfsplus/ |
H A D | xattr.c | 98 desc->next = cpu_to_be32(be32_to_cpu(head->leaf_tail) + 1); in hfsplus_init_header_node()
|
/kernel/linux/linux-5.10/fs/dlm/ |
H A D | user.c | 839 lkb = list_entry(proc->asts.next, struct dlm_lkb, lkb_cb_list); in device_read()
|
/kernel/linux/linux-5.10/fs/fscache/ |
H A D | object.c | 37 * pointer indicating the next state to which the state machine should 880 dep = list_entry(object->dependents.next, in fscache_enqueue_dependents()
|
/kernel/linux/linux-5.10/kernel/irq/ |
H A D | irqdesc.c | 254 for (action = desc->action; action != NULL; action = action->next) { in actions_show() 870 * irq_get_next_irq - get next allocated irq number 873 * Returns next irq number after offset or nr_irqs if none is found.
|
/kernel/linux/linux-5.10/kernel/sched/ |
H A D | debug.c | 891 .next = sched_debug_next,
|
/kernel/linux/linux-5.10/fs/proc/ |
H A D | array.c | 774 .next = children_seq_next,
|