| /linux/tools/perf/trace/beauty/ |
| H A D | x86_arch_prctl.sh | 12 first_entry=$3 14 printf "#define x86_arch_prctl_codes_%d_offset %s\n" $idx $first_entry 17 fmt="\t[%#x - ${first_entry}]= \"%s\",\n"
|
| /linux/drivers/gpu/drm/i915/gt/ |
| H A D | gen6_ppgtt.c | 78 const unsigned int first_entry = start / I915_GTT_PAGE_SIZE; in gen6_ppgtt_clear_range() local 80 unsigned int pde = first_entry / GEN6_PTES; in gen6_ppgtt_clear_range() 81 unsigned int pte = first_entry % GEN6_PTES; in gen6_ppgtt_clear_range() 117 unsigned int first_entry = vma_res->start / I915_GTT_PAGE_SIZE; in gen6_ppgtt_insert_entries() local 118 unsigned int act_pt = first_entry / GEN6_PTES; in gen6_ppgtt_insert_entries() 119 unsigned int act_pte = first_entry % GEN6_PTES; in gen6_ppgtt_insert_entries()
|
| /linux/fs/nilfs2/ |
| H A D | dat.c | 438 struct nilfs_dat_entry *entry, *first_entry; in nilfs_dat_get_vinfo() local 461 first_entry = kmap_local_folio(entry_bh->b_folio, offset); in nilfs_dat_get_vinfo() 466 entry = (void *)first_entry + in nilfs_dat_get_vinfo() 472 kunmap_local(first_entry); in nilfs_dat_get_vinfo()
|
| /linux/drivers/net/ethernet/netronome/nfp/nfpcore/ |
| H A D | nfp_mip.c | 25 __le32 first_entry; member
|
| /linux/drivers/accel/habanalabs/common/ |
| H A D | hw_queue.c | 645 bool first_entry; in hl_hw_queue_schedule_cs() local 761 first_entry = list_first_entry(&hdev->cs_mirror_list, in hl_hw_queue_schedule_cs() 764 first_entry && cs_needs_timeout(cs)) { in hl_hw_queue_schedule_cs()
|
| /linux/drivers/net/ethernet/sun/ |
| H A D | sunhme.c | 1953 u32 first_len, u32 first_entry, u32 entry) in unmap_partial_tx_skb() argument 1959 first_entry = NEXT_TX(first_entry); in unmap_partial_tx_skb() 1960 while (first_entry != entry) { in unmap_partial_tx_skb() 1961 struct happy_meal_txd *this = &txbase[first_entry]; in unmap_partial_tx_skb() 2015 int frag, first_entry = entry; in happy_meal_start_xmit() local 2036 first_entry, entry); in happy_meal_start_xmit() 2047 hme_write_txd(hp, &hp->happy_block->happy_meal_txd[first_entry], in happy_meal_start_xmit()
|
| H A D | sungem.c | 1030 int frag, first_entry = entry; in gem_start_xmit() local 1069 txd = &gp->init_block->txd[first_entry]; in gem_start_xmit()
|
| /linux/drivers/net/ethernet/realtek/ |
| H A D | 8139cp.c | 805 int frag, first_entry = entry; in cp_start_xmit() local 831 unwind_tx_frag_mapping(cp, skb, first_entry, entry); in cp_start_xmit() 854 txd = &cp->tx_ring[first_entry]; in cp_start_xmit() 863 cp->tx_opts[first_entry] = ctrl; in cp_start_xmit() 865 first_entry, entry, skb->len); in cp_start_xmit()
|
| /linux/drivers/net/ethernet/stmicro/stmmac/ |
| H A D | stmmac_main.c | 4358 unsigned int first_entry, tx_packets; in stmmac_tso_xmit() local 4435 first_entry = tx_q->cur_tx; in stmmac_tso_xmit() 4436 WARN_ON(tx_q->tx_skbuff[first_entry]); in stmmac_tso_xmit() 4439 desc = &tx_q->dma_entx[first_entry].basic; in stmmac_tso_xmit() 4441 desc = &tx_q->dma_tx[first_entry]; in stmmac_tso_xmit() 4555 tx_q->tx_skbuff_dma[first_entry].last_segment, in stmmac_tso_xmit() 4571 __func__, tx_q->cur_tx, tx_q->dirty_tx, first_entry, in stmmac_tso_xmit() 4629 unsigned int first_entry, tx_packets; in stmmac_xmit() local 4684 first_entry = entry; in stmmac_xmit() 4685 WARN_ON(tx_q->tx_skbuff[first_entry]); in stmmac_xmit() [all …]
|
| /linux/drivers/net/ethernet/brocade/bna/ |
| H A D | bfi_enet.h | 159 union bfi_addr_u first_entry; member
|
| H A D | bna_tx_rx.c | 1295 (bfi_q)->first_entry.a32.addr_lo = cur_q_addr.lsb; \ 1296 (bfi_q)->first_entry.a32.addr_hi = cur_q_addr.msb; \
|
| /linux/fs/proc/ |
| H A D | proc_sysctl.c | 382 static void first_entry(struct ctl_dir *dir, in first_entry() function 781 for (first_entry(ctl_dir, &h, &entry); h; next_entry(&h, &entry)) { in proc_sys_readdir()
|
| /linux/tools/net/ynl/pyynl/ |
| H A D | ynl_gen_c.py | 2845 first_entry = True 2847 if first_entry: 2848 first_entry = False
|