Searched refs:rfd (Results 1 – 10 of 10) sorted by relevance
/drivers/net/ethernet/i825xx/ |
D | lib82596.c | 278 u32 rfd; member 408 struct i596_rfd *rfd; in i596_display_data() local 418 SWAP16(dma->scb.cmd), SWAP32(dma->scb.rfd)); in i596_display_data() 433 rfd = lp->rfd_head; in i596_display_data() 434 printk(KERN_DEBUG "rfd_head = %p\n", rfd); in i596_display_data() 439 rfd, SWAP16(rfd->stat), SWAP16(rfd->cmd), in i596_display_data() 440 SWAP32(rfd->b_next), SWAP32(rfd->rbd), in i596_display_data() 441 SWAP16(rfd->count)); in i596_display_data() 442 rfd = rfd->v_next; in i596_display_data() 443 } while (rfd != lp->rfd_head); in i596_display_data() [all …]
|
D | 82596.c | 294 struct i596_rfd *rfd; member 460 struct i596_rfd *rfd; in i596_display_data() local 470 lp->scb.cmd, lp->scb.rfd); in i596_display_data() 481 rfd = lp->rfd_head; in i596_display_data() 482 printk(KERN_ERR "rfd_head = %p\n", rfd); in i596_display_data() 486 rfd, rfd->stat, rfd->cmd, rfd->b_next, rfd->rbd, in i596_display_data() 487 rfd->count); in i596_display_data() 488 rfd = rfd->v_next; in i596_display_data() 489 } while (rfd != lp->rfd_head); in i596_display_data() 544 struct i596_rfd *rfd; in init_rx_bufs() local [all …]
|
D | sun3_82586.c | 641 volatile struct rfd_struct *rfd = (struct rfd_struct *)ptr; in alloc_rfa() local 646 memset((char *) rfd,0,sizeof(struct rfd_struct)*(p->num_recv_buffs+rfdadd)); in alloc_rfa() 647 p->rfd_first = rfd; in alloc_rfa() 650 rfd[i].next = make16(rfd + (i+1) % (p->num_recv_buffs+rfdadd) ); in alloc_rfa() 651 rfd[i].rbd_offset = 0xffff; in alloc_rfa() 653 rfd[p->num_recv_buffs-1+rfdadd].last = RFD_SUSP; /* RU suspend */ in alloc_rfa() 655 ptr = (void *) (rfd + (p->num_recv_buffs + rfdadd) ); in alloc_rfa()
|
/drivers/net/ethernet/agere/ |
D | et131x.c | 401 struct rfd { struct 2011 struct rfd *rfd; in et131x_rx_dma_memory_free() local 2019 rfd = list_entry(rx_ring->recv_list.next, in et131x_rx_dma_memory_free() 2020 struct rfd, list_node); in et131x_rx_dma_memory_free() 2022 list_del(&rfd->list_node); in et131x_rx_dma_memory_free() 2023 rfd->skb = NULL; in et131x_rx_dma_memory_free() 2024 kfree(rfd); in et131x_rx_dma_memory_free() 2089 struct rfd *rfd; in et131x_init_recv() local 2095 rfd = kzalloc(sizeof(*rfd), GFP_ATOMIC | GFP_DMA); in et131x_init_recv() 2096 if (!rfd) in et131x_init_recv() [all …]
|
/drivers/net/ethernet/intel/ |
D | e100.c | 435 struct rfd { struct 575 struct rfd blank_rfd; 1946 #define RFD_BUF_LEN (sizeof(struct rfd) + VLAN_ETH_FRAME_LEN + ETH_FCS_LEN) 1953 skb_copy_to_linear_data(rx->skb, &nic->blank_rfd, sizeof(struct rfd)); in e100_rx_alloc_skb() 1968 struct rfd *prev_rfd = (struct rfd *)rx->prev->skb->data; in e100_rx_alloc_skb() 1971 sizeof(struct rfd), PCI_DMA_BIDIRECTIONAL); in e100_rx_alloc_skb() 1982 struct rfd *rfd = (struct rfd *)skb->data; in e100_rx_indicate() local 1991 sizeof(struct rfd), PCI_DMA_BIDIRECTIONAL); in e100_rx_indicate() 1992 rfd_status = le16_to_cpu(rfd->status); in e100_rx_indicate() 2005 if ((le16_to_cpu(rfd->command) & cb_el) && in e100_rx_indicate() [all …]
|
/drivers/net/ethernet/atheros/alx/ |
D | alx.h | 56 struct alx_rfd *rfd; member
|
D | main.c | 87 struct alx_rfd *rfd = &rxq->rfd[cur]; in alx_refill_rx_ring() local 111 rfd->addr = cpu_to_le64(dma); in alx_refill_rx_ring() 555 alx->rxq.rfd = in alx_alloc_descriptors()
|
/drivers/net/ethernet/stmicro/stmmac/ |
D | dwmac1000.h | 225 enum rfd { enum
|
/drivers/cdrom/ |
D | cdrom.c | 687 struct rwrt_feature_desc *rfd) in cdrom_get_random_writable() argument 703 memcpy(rfd, &buffer[sizeof(struct feature_header)], sizeof (*rfd)); in cdrom_get_random_writable() 734 struct rwrt_feature_desc rfd; in cdrom_is_random_writable() local 739 if ((ret = cdrom_get_random_writable(cdi, &rfd))) in cdrom_is_random_writable() 742 if (CDF_RWRT == be16_to_cpu(rfd.feature_code)) in cdrom_is_random_writable() 846 struct rwrt_feature_desc rfd; in cdrom_ram_open_write() local 852 if ((ret = cdrom_get_random_writable(cdi, &rfd))) in cdrom_ram_open_write() 854 else if (CDF_RWRT == be16_to_cpu(rfd.feature_code)) in cdrom_ram_open_write() 855 ret = !rfd.curr; in cdrom_ram_open_write()
|
/drivers/mtd/ |
D | Kconfig | 269 http://www.gensw.com/pages/prod/bios/rfd.htm
|