Home
last modified time | relevance | path

Searched refs:pnext (Results 1 – 13 of 13) sorted by relevance

/linux-6.1.9/arch/sparc/kernel/
Dirq_32.c178 struct irq_bucket *p, **pnext; in irq_unlink() local
187 pnext = &irq_map[p->pil]; in irq_unlink()
188 while (*pnext != p) in irq_unlink()
189 pnext = &(*pnext)->next; in irq_unlink()
190 *pnext = p->next; in irq_unlink()
/linux-6.1.9/drivers/net/ethernet/seeq/
Dsgiseeq.c264 r[i].rdma.pnext); in sgiseeq_dump_rings()
268 r[i].rdma.pnext); in sgiseeq_dump_rings()
273 t[i].tdma.pnext); in sgiseeq_dump_rings()
277 t[i].tdma.pnext); in sgiseeq_dump_rings()
693 buf[i].tdma.pnext = VIRT_TO_DMA(sp, buf + i + 1); in setup_tx_ring()
698 buf[i].tdma.pnext = VIRT_TO_DMA(sp, buf); in setup_tx_ring()
710 buf[i].rdma.pnext = VIRT_TO_DMA(sp, buf + i + 1); in setup_rx_ring()
716 buf[i].rdma.pnext = VIRT_TO_DMA(sp, buf); in setup_rx_ring()
/linux-6.1.9/drivers/net/ethernet/amd/
Dau1000_eth.h30 struct db_dest *pnext; member
Dau1000_eth.c569 aup->pDBfree = pDB->pnext; in au1000_GetFreeDB()
578 pDBfree->pnext = pDB; in au1000_ReleaseDB()
1235 pDB->pnext = pDBfree; in au1000_probe()
/linux-6.1.9/drivers/scsi/
Dsgiwd93.c192 hcp->desc.pnext = (u32) (dma + sizeof(struct hpc_chunk)); in init_hpc_chain()
199 hcp->desc.pnext = hdata->dma; in init_hpc_chain()
/linux-6.1.9/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dsdio.c1520 struct sk_buff *pfirst, *pnext; in brcmf_sdio_rxglom() local
1535 pfirst = pnext = NULL; in brcmf_sdio_rxglom()
1553 pnext = NULL; in brcmf_sdio_rxglom()
1571 pnext = brcmu_pkt_buf_get_skb(sublen + bus->sgentry_align); in brcmf_sdio_rxglom()
1572 if (pnext == NULL) { in brcmf_sdio_rxglom()
1577 skb_queue_tail(&bus->glom, pnext); in brcmf_sdio_rxglom()
1580 pkt_align(pnext, sublen, bus->sgentry_align); in brcmf_sdio_rxglom()
1585 if (pnext) { in brcmf_sdio_rxglom()
1593 pfirst = pnext = NULL; in brcmf_sdio_rxglom()
1610 skb_queue_walk(&bus->glom, pnext) { in brcmf_sdio_rxglom()
[all …]
Dfwsignal.c1674 struct sk_buff *pnext; in brcmf_fws_rxreorder() local
1834 skb_queue_walk_safe(&reorder_list, pkt, pnext) { in brcmf_fws_rxreorder()
/linux-6.1.9/drivers/misc/sgi-gru/
Dgrukservices.c841 void *next, *pnext; in gru_free_message() local
849 pnext = mq->next; in gru_free_message()
850 next = pnext + GRU_CACHE_LINE_BYTES * lines; in gru_free_message()
854 } else if (pnext < mq->start2 && next >= mq->start2) { in gru_free_message()
/linux-6.1.9/net/sctp/
Dulpqueue.c326 struct sk_buff *pnext, *last; in sctp_make_reassembled_event() local
373 pnext = pos->next; in sctp_make_reassembled_event()
385 pos->next = pnext; in sctp_make_reassembled_event()
386 pos = pnext; in sctp_make_reassembled_event()
/linux-6.1.9/arch/mips/include/asm/sgi/
Dhpc3.h33 u32 pnext; /* paddr of next hpc_dma_desc if any */ member
/linux-6.1.9/drivers/s390/crypto/
Dzcrypt_ep11misc.c106 struct card_list_entry *ptr, *pnext; in card_cache_free() local
109 list_for_each_entry_safe(ptr, pnext, &card_list, list) { in card_cache_free()
Dzcrypt_ccamisc.c1670 struct cca_info_list_entry *ptr, *pnext; in mkvp_cache_free() local
1673 list_for_each_entry_safe(ptr, pnext, &cca_info_list, list) { in mkvp_cache_free()
/linux-6.1.9/sound/mips/
Dhal2.c470 desc->desc.pnext = (i == count - 1) ? in hal2_alloc_dmabuf()