Searched refs:n_entry (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/ |
D | iwl-devtrace-ucode.h | 41 TP_PROTO(const struct device *dev, u32 wraps, u32 n_entry, u32 p_entry), 42 TP_ARGS(dev, wraps, n_entry, p_entry), 47 __field(u32, n_entry) 53 __entry->n_entry = n_entry; 57 __get_str(dev), __entry->wraps, __entry->n_entry,
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sgi/ |
D | ioc3-eth.c | 369 int rx_entry, n_entry, len; in ioc3_rx() local 377 n_entry = ip->rx_pi; in ioc3_rx() 429 ip->rx_skbs[n_entry] = new_skb; in ioc3_rx() 430 rxr[n_entry] = cpu_to_be64(ioc3_map(d, PCI64_ATTR_BAR)); in ioc3_rx() 432 n_entry = (n_entry + 1) & RX_RING_MASK; /* Update erpir */ in ioc3_rx() 440 writel((n_entry << 3) | ERPIR_ARM, &ip->regs->erpir); in ioc3_rx() 441 ip->rx_pi = n_entry; in ioc3_rx() 650 int rx_entry, n_entry; in ioc3_free_rx_bufs() local 653 n_entry = ip->rx_ci; in ioc3_free_rx_bufs() 656 while (n_entry != rx_entry) { in ioc3_free_rx_bufs() [all …]
|
/kernel/linux/linux-5.10/arch/arc/mm/ |
D | tlb.c | 730 n_ways:2, n_entry:2, n_super:2, u_itlb:3, u_dtlb:3; in read_decode_mmu_bcr() member 733 unsigned int u_dtlb:3, u_itlb:3, n_super:2, n_entry:2, n_ways:2, in read_decode_mmu_bcr() 762 mmu->sets = 64 << mmu4->n_entry; in read_decode_mmu_bcr()
|