/openbmc/linux/arch/sparc/kernel/ |
H A D | irq_32.c | 178 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()
|
/openbmc/linux/drivers/net/ethernet/seeq/ |
H A D | sgiseeq.c | 264 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()
|
/openbmc/linux/fs/xfs/scrub/ |
H A D | rmap.c | 197 xfs_agblock_t pnext, inext; in xchk_rmapbt_check_overlapping() local 207 pnext = cr->overlap_rec.rm_startblock + cr->overlap_rec.rm_blockcount; in xchk_rmapbt_check_overlapping() 208 if (pnext <= irec->rm_startblock) in xchk_rmapbt_check_overlapping() 218 if (pnext > inext) in xchk_rmapbt_check_overlapping()
|
/openbmc/linux/drivers/net/ethernet/amd/ |
H A D | au1000_eth.h | 30 struct db_dest *pnext; member
|
H A D | au1000_eth.c | 569 aup->pDBfree = pDB->pnext; in au1000_GetFreeDB() 578 pDBfree->pnext = pDB; in au1000_ReleaseDB() 1235 pDB->pnext = pDBfree; in au1000_probe()
|
/openbmc/linux/drivers/scsi/ |
H A D | sgiwd93.c | 192 hcp->desc.pnext = (u32) (dma + sizeof(struct hpc_chunk)); in init_hpc_chain() 199 hcp->desc.pnext = hdata->dma; in init_hpc_chain()
|
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | sdio.c | 1518 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() 1569 pnext = brcmu_pkt_buf_get_skb(sublen + bus->sgentry_align); in brcmf_sdio_rxglom() 1570 if (pnext == NULL) { in brcmf_sdio_rxglom() 1575 skb_queue_tail(&bus->glom, pnext); in brcmf_sdio_rxglom() 1578 pkt_align(pnext, sublen, bus->sgentry_align); in brcmf_sdio_rxglom() 1583 if (pnext) { in brcmf_sdio_rxglom() 1591 pfirst = pnext = NULL; in brcmf_sdio_rxglom() 1608 skb_queue_walk(&bus->glom, pnext) { in brcmf_sdio_rxglom() [all …]
|
H A D | fwsignal.c | 1674 struct sk_buff *pnext; in brcmf_fws_rxreorder() local 1834 skb_queue_walk_safe(&reorder_list, pkt, pnext) { in brcmf_fws_rxreorder()
|
/openbmc/linux/drivers/misc/sgi-gru/ |
H A D | grukservices.c | 839 void *next, *pnext; in gru_free_message() local 847 pnext = mq->next; in gru_free_message() 848 next = pnext + GRU_CACHE_LINE_BYTES * lines; in gru_free_message() 852 } else if (pnext < mq->start2 && next >= mq->start2) { in gru_free_message()
|
/openbmc/linux/net/sctp/ |
H A D | ulpqueue.c | 320 struct sk_buff *pnext, *last; in sctp_make_reassembled_event() local 367 pnext = pos->next; in sctp_make_reassembled_event() 379 pos->next = pnext; in sctp_make_reassembled_event() 380 pos = pnext; in sctp_make_reassembled_event()
|
/openbmc/linux/arch/mips/include/asm/sgi/ |
H A D | hpc3.h | 33 u32 pnext; /* paddr of next hpc_dma_desc if any */ member
|
/openbmc/linux/drivers/s390/crypto/ |
H A D | zcrypt_ep11misc.c | 108 struct card_list_entry *ptr, *pnext; in card_cache_free() local 111 list_for_each_entry_safe(ptr, pnext, &card_list, list) { in card_cache_free()
|
H A D | zcrypt_ccamisc.c | 1668 struct cca_info_list_entry *ptr, *pnext; in mkvp_cache_free() local 1671 list_for_each_entry_safe(ptr, pnext, &cca_info_list, list) { in mkvp_cache_free()
|
/openbmc/linux/sound/mips/ |
H A D | hal2.c | 470 desc->desc.pnext = (i == count - 1) ? in hal2_alloc_dmabuf()
|