Home
last modified time | relevance | path

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

/linux/arch/sparc/kernel/
A 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/drivers/net/ethernet/seeq/
A 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/drivers/scsi/
A Dsgiwd93.c185 hcp->desc.pnext = (u32) (dma + sizeof(struct hpc_chunk)); in init_hpc_chain()
192 hcp->desc.pnext = hdata->dma; in init_hpc_chain()
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
A Dsdio.c1518 struct sk_buff *pfirst, *pnext; in brcmf_sdio_rxglom() local
1533 pfirst = pnext = NULL; in brcmf_sdio_rxglom()
1551 pnext = NULL; in brcmf_sdio_rxglom()
1570 if (pnext == NULL) { in brcmf_sdio_rxglom()
1575 skb_queue_tail(&bus->glom, pnext); in brcmf_sdio_rxglom()
1583 if (pnext) { in brcmf_sdio_rxglom()
1591 pfirst = pnext = NULL; in brcmf_sdio_rxglom()
1610 pnext, (u8 *) (pnext->data), in brcmf_sdio_rxglom()
1611 pnext->len, pnext->len); in brcmf_sdio_rxglom()
1658 skb_queue_walk(&bus->glom, pnext) { in brcmf_sdio_rxglom()
[all …]
A 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/drivers/net/ethernet/amd/
A Dau1000_eth.h30 struct db_dest *pnext; member
A 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/drivers/misc/sgi-gru/
A 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/net/sctp/
A 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/arch/mips/include/asm/sgi/
A Dhpc3.h33 u32 pnext; /* paddr of next hpc_dma_desc if any */ member
/linux/drivers/s390/crypto/
A 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()
A 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/sound/mips/
A Dhal2.c470 desc->desc.pnext = (i == count - 1) ? in hal2_alloc_dmabuf()

Completed in 41 milliseconds