Home
last modified time | relevance | path

Searched refs:mem_off (Results 1 - 15 of 15) sorted by relevance

/kernel/linux/linux-5.10/drivers/target/tcm_fc/
H A Dtfc_io.c51 u32 mem_off = 0; in ft_queue_data_in() local
84 mem_off = sg->offset; in ft_queue_data_in()
102 mem_off = sg->offset; in ft_queue_data_in()
131 off_in_page = mem_off; in ft_queue_data_in()
142 from = kmap_atomic(page + (mem_off >> PAGE_SHIFT)); in ft_queue_data_in()
144 from += offset_in_page(mem_off); in ft_queue_data_in()
146 offset_in_page(mem_off))); in ft_queue_data_in()
152 mem_off += tlen; in ft_queue_data_in()
204 u32 mem_off = 0; in ft_recv_write_data() local
279 mem_off in ft_recv_write_data()
[all...]
/kernel/linux/linux-6.6/drivers/target/tcm_fc/
H A Dtfc_io.c50 u32 mem_off = 0; in ft_queue_data_in() local
83 mem_off = sg->offset; in ft_queue_data_in()
101 mem_off = sg->offset; in ft_queue_data_in()
130 off_in_page = mem_off; in ft_queue_data_in()
141 from = kmap_atomic(page + (mem_off >> PAGE_SHIFT)); in ft_queue_data_in()
143 from += offset_in_page(mem_off); in ft_queue_data_in()
145 offset_in_page(mem_off))); in ft_queue_data_in()
151 mem_off += tlen; in ft_queue_data_in()
203 u32 mem_off = 0; in ft_recv_write_data() local
278 mem_off in ft_recv_write_data()
[all...]
/kernel/linux/linux-5.10/arch/mips/generic/
H A Dyamon-dt.c81 int i, err, mem_off; in yamon_dt_append_memory() local
122 mem_off = fdt_path_offset(fdt, "/memory"); in yamon_dt_append_memory()
123 if (mem_off == -FDT_ERR_NOTFOUND) in yamon_dt_append_memory()
124 mem_off = fdt_add_subnode(fdt, 0, "memory"); in yamon_dt_append_memory()
125 if (mem_off < 0) { in yamon_dt_append_memory()
126 pr_err("Unable to find or add memory DT node: %d\n", mem_off); in yamon_dt_append_memory()
127 return mem_off; in yamon_dt_append_memory()
130 err = fdt_setprop_string(fdt, mem_off, "device_type", "memory"); in yamon_dt_append_memory()
138 err = fdt_setprop(fdt, mem_off, "reg", in yamon_dt_append_memory()
147 err = fdt_setprop(fdt, mem_off, "linu in yamon_dt_append_memory()
[all...]
/kernel/linux/linux-6.6/arch/mips/generic/
H A Dyamon-dt.c81 int i, err, mem_off; in yamon_dt_append_memory() local
122 mem_off = fdt_path_offset(fdt, "/memory"); in yamon_dt_append_memory()
123 if (mem_off == -FDT_ERR_NOTFOUND) in yamon_dt_append_memory()
124 mem_off = fdt_add_subnode(fdt, 0, "memory"); in yamon_dt_append_memory()
125 if (mem_off < 0) { in yamon_dt_append_memory()
126 pr_err("Unable to find or add memory DT node: %d\n", mem_off); in yamon_dt_append_memory()
127 return mem_off; in yamon_dt_append_memory()
130 err = fdt_setprop_string(fdt, mem_off, "device_type", "memory"); in yamon_dt_append_memory()
138 err = fdt_setprop(fdt, mem_off, "reg", in yamon_dt_append_memory()
147 err = fdt_setprop(fdt, mem_off, "linu in yamon_dt_append_memory()
[all...]
/kernel/linux/linux-5.10/arch/mips/mti-malta/
H A Dmalta-dtshim.c136 int i, err, mem_off; in append_memory() local
144 mem_off = fdt_path_offset(fdt, "/memory"); in append_memory()
145 if (mem_off >= 0) in append_memory()
206 mem_off = fdt_add_subnode(fdt, root_off, "memory"); in append_memory()
207 if (mem_off < 0) in append_memory()
208 panic("Unable to add memory node to DT: %d", mem_off); in append_memory()
210 err = fdt_setprop_string(fdt, mem_off, "device_type", "memory"); in append_memory()
215 err = fdt_setprop(fdt, mem_off, "reg", mem_array, in append_memory()
221 err = fdt_setprop(fdt, mem_off, "linux,usable-memory", mem_array, in append_memory()
/kernel/linux/linux-6.6/arch/mips/mti-malta/
H A Dmalta-dtshim.c136 int i, err, mem_off; in append_memory() local
144 mem_off = fdt_path_offset(fdt, "/memory"); in append_memory()
145 if (mem_off >= 0) in append_memory()
206 mem_off = fdt_add_subnode(fdt, root_off, "memory"); in append_memory()
207 if (mem_off < 0) in append_memory()
208 panic("Unable to add memory node to DT: %d", mem_off); in append_memory()
210 err = fdt_setprop_string(fdt, mem_off, "device_type", "memory"); in append_memory()
215 err = fdt_setprop(fdt, mem_off, "reg", mem_array, in append_memory()
221 err = fdt_setprop(fdt, mem_off, "linux,usable-memory", mem_array, in append_memory()
/kernel/linux/linux-5.10/arch/mips/net/
H A Debpf_jit.c662 int src, dst, r, td, ts, mem_off, b_off; in build_one_insn() local
1368 mem_off = insn->off + MAX_BPF_STACK; in build_one_insn()
1373 mem_off = insn->off; in build_one_insn()
1378 emit_instr(ctx, sb, MIPS_R_AT, mem_off, dst); in build_one_insn()
1381 emit_instr(ctx, sh, MIPS_R_AT, mem_off, dst); in build_one_insn()
1384 emit_instr(ctx, sw, MIPS_R_AT, mem_off, dst); in build_one_insn()
1387 emit_instr(ctx, sd, MIPS_R_AT, mem_off, dst); in build_one_insn()
1399 mem_off = insn->off + MAX_BPF_STACK; in build_one_insn()
1404 mem_off = insn->off; in build_one_insn()
1411 emit_instr(ctx, lbu, dst, mem_off, sr in build_one_insn()
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/ulp/rtrs/
H A Drtrs-clt.h87 unsigned int mem_off; member
H A Drtrs-clt.c1016 imm = req->permit->mem_off + req->data_len + req->usr_len; in rtrs_clt_write_req()
1136 imm = req->permit->mem_off + req->data_len + req->usr_len; in rtrs_clt_read_req()
1317 permit->mem_off = i << (MAX_IMM_PAYL_BITS - chunk_bits); in alloc_permits()
/kernel/linux/linux-6.6/drivers/infiniband/ulp/rtrs/
H A Drtrs-clt.h88 unsigned int mem_off; member
H A Drtrs-clt.c1112 imm = req->permit->mem_off + req->data_len + req->usr_len; in rtrs_clt_write_req()
1245 imm = req->permit->mem_off + req->data_len + req->usr_len; in rtrs_clt_read_req()
1427 permit->mem_off = i << (MAX_IMM_PAYL_BITS - chunk_bits); in alloc_permits()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c491 * @mem_off: memory relative offset with respect to @mtype.
497 int t4_memory_rw_init(struct adapter *adap, int win, int mtype, u32 *mem_off, in t4_memory_rw_init() argument
511 *mem_off = 2 * (edc_size * 1024 * 1024); in t4_memory_rw_init()
513 *mem_off = (mtype * (edc_size * 1024 * 1024)); in t4_memory_rw_init()
517 *mem_off = (MEM_MC0 * edc_size + mc_size) * 1024 * 1024; in t4_memory_rw_init()
H A Dcxgb4.h1825 int t4_memory_rw_init(struct adapter *adap, int win, int mtype, u32 *mem_off,
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c491 * @mem_off: memory relative offset with respect to @mtype.
497 int t4_memory_rw_init(struct adapter *adap, int win, int mtype, u32 *mem_off, in t4_memory_rw_init() argument
511 *mem_off = 2 * (edc_size * 1024 * 1024); in t4_memory_rw_init()
513 *mem_off = (mtype * (edc_size * 1024 * 1024)); in t4_memory_rw_init()
517 *mem_off = (MEM_MC0 * edc_size + mc_size) * 1024 * 1024; in t4_memory_rw_init()
H A Dcxgb4.h1821 int t4_memory_rw_init(struct adapter *adap, int win, int mtype, u32 *mem_off,

Completed in 46 milliseconds