Searched refs:sub1 (Results 1 – 9 of 9) sorted by relevance
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | test_subprogs.c | 14 __noinline int sub1(int x) in sub1() function 31 return z + 3 + sub1(4); in sub3() 39 return w + sub3(5) + sub1(6); in sub4() 47 return sub1(v) - 1; /* compensates sub1()'s + 1 */ in sub5() 76 res1 = sub1(1) + sub3(2); /* (1 + 1) + (2 + 3 + (4 + 1)) = 12 */ in prog1() 122 res4 = sub4(7) + sub1(8); /* (7 + (5 + 3 + (4 + 1)) + (6 + 1)) + (8 + 1) = 36 */ in prog4()
|
| /linux/drivers/net/ethernet/meta/fbnic/ |
| H A D | fbnic_txrx.c | 755 struct fbnic_rx_buf *rx_buf = &qt->sub1.rx_buf[idx]; in fbnic_page_pool_get_data() 787 fbnic_clean_twq1(nv, true, &qt->sub1, false, head1); in fbnic_clean_twq() 1015 page_pool_dma_sync_netmem_for_cpu(qt->sub1.page_pool, netmem, in fbnic_add_rx_frag() 1044 page_pool_put_full_netmem(qt->sub1.page_pool, netmem, in fbnic_put_pkt_buff() 1072 struct fbnic_ring *ring = &nv->qt[0].sub1; in fbnic_pkt_tx() 1139 struct fbnic_ring *ring = &nv->qt[0].sub1; in fbnic_pkt_commit_tail() 1291 pkt_tail = nv->qt[0].sub1.tail; in fbnic_clean_rcq() 1342 fbnic_clean_bdq(&qt->sub1, head1, budget); in fbnic_clean_rcq() 1343 fbnic_fill_bdq(&qt->sub1); in fbnic_clean_rcq() 1514 page_pool_destroy(qt->sub1.page_pool); in fbnic_free_qt_page_pools() [all …]
|
| H A D | fbnic_txrx.h | 146 struct fbnic_ring sub0, sub1, cmpl; member
|
| H A D | fbnic_debugfs.c | 343 debugfs_create_file(name, 0400, nv->dbg_nv, &qt->sub1, in fbnic_dbg_nv_init() 365 debugfs_create_file(name, 0400, nv->dbg_nv, &qt->sub1, in fbnic_dbg_nv_init()
|
| H A D | fbnic_netdev.c | 596 stats = &qt->sub1.stats; in fbnic_get_queue_stats_rx()
|
| H A D | fbnic_ethtool.c | 188 fbnic_aggregate_ring_xdp_counters(fbn, &nv->qt[i].sub1); in fbnic_aggregate_vector_counters() 194 fbnic_aggregate_ring_bdq_counters(fbn, &nv->qt[i].sub1); in fbnic_aggregate_vector_counters()
|
| /linux/arch/sh/kernel/cpu/sh2a/ |
| H A D | fpu.c | 130 unsigned long long sub0, sub1, sub2, sub3; in mult64() local 134 sub1 = (x & 0xffffffffLL) * (unsigned long) (y >> 32); in mult64() 139 sub3 += (sub1 << 32); in mult64() 147 high += (sub1 >> 32) + (sub2 >> 32); in mult64()
|
| /linux/lib/crypto/mpi/ |
| H A D | Makefile | 14 generic_mpih-sub1.o \
|
| /linux/arch/arm/boot/dts/rockchip/ |
| H A D | rk3288-veyron-jerry.dts | 121 marvell,caldata-txpwrlimit-5g-sub1 = /bits/ 8 <
|