Home
last modified time | relevance | path

Searched refs:coff (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/net/ethernet/netronome/nfp/nfpcore/
H A Dnfp_nsp.c524 unsigned long coff; in nfp_nsp_command_buf_dma_sg() local
533 coff = 0; in nfp_nsp_command_buf_dma_sg()
535 coff = min_t(u64, arg->in_size - off, chunk_size); in nfp_nsp_command_buf_dma_sg()
536 memcpy(chunks[i].chunk, arg->in_buf + off, coff); in nfp_nsp_command_buf_dma_sg()
538 memset(chunks[i].chunk + coff, 0, chunk_size - coff); in nfp_nsp_command_buf_dma_sg()
/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dg94.c271 const u32 coff = sor->id * 8 + (state == &sor->arm) * 4; in g94_sor_state() local
272 u32 ctrl = nvkm_rd32(device, 0x610794 + coff); in g94_sor_state()
H A Dgf119.c307 const u32 coff = (state == &sor->asy) * 0x20000 + sor->id * 0x20; in gf119_sor_state() local
308 u32 ctrl = nvkm_rd32(device, 0x640200 + coff); in gf119_sor_state()
363 const u32 coff = (state == &dac->asy) * 0x20000 + dac->id * 0x20; in gf119_dac_state() local
364 u32 ctrl = nvkm_rd32(device, 0x640180 + coff); in gf119_dac_state()
H A Dnv50.c122 const u32 coff = pior->id * 8 + (state == &pior->arm) * 4; in nv50_pior_state() local
123 u32 ctrl = nvkm_rd32(device, 0x610b80 + coff); in nv50_pior_state()
234 const u32 coff = sor->id * 8 + (state == &sor->arm) * 4; in nv50_sor_state() local
235 u32 ctrl = nvkm_rd32(device, 0x610b70 + coff); in nv50_sor_state()
333 const u32 coff = dac->id * 8 + (state == &dac->arm) * 4; in nv50_dac_state() local
334 u32 ctrl = nvkm_rd32(device, 0x610b58 + coff); in nv50_dac_state()
/linux/net/netfilter/
H A Dnf_nat_sip.c158 unsigned int coff, matchoff, matchlen; in nf_nat_sip() local
270 coff = 0; in nf_nat_sip()
272 while (ct_sip_parse_header_uri(ct, *dptr, &coff, *datalen, in nf_nat_sip()
286 coff += delta; in nf_nat_sip()
H A Dnf_conntrack_sip.c1445 unsigned int matchoff, matchlen, coff = 0; in process_register_response() local
1475 ret = ct_sip_parse_header_uri(ct, *dptr, &coff, *datalen, in process_register_response()
/linux/Documentation/admin-guide/
H A Defi-stub.rst84 protocol at boot time. See :ref:`pe-coff-entry-point` for details.
/linux/scripts/
H A Dcheckpatch.pl1718 my $coff = $off - 1;
1784 $coff = $off + length($1) - 1;
1786 #warn "CSB: mark coff<$coff> soff<$soff> 1<$1>\n";
1787 #warn "[" . substr($blk, $soff, $coff - $soff + 1) . "]\n";
1798 if ($level == 0 && $coff < $soff) {
1799 $coff = $off;
1801 #warn "CSB: mark coff<$coff>\n";
1836 my $condition = substr($blk, $soff, $coff
[all...]
/linux/drivers/power/supply/
H A Dmax17042_battery.c827 max17042_override_por(map, MAX17042_COFF, config->coff); in max17042_override_por_values()
/linux/fs/xfs/
H A Dxfs_trace.h5573 __field(xfs_fileoff_t, coff)
5590 __entry->coff = curr->br_startoff;
5605 __entry->coff, __entry->cstart, __entry->ccount,
/linux/Documentation/arch/x86/
H A Dboot.rst1437 .. _pe-coff-entry-point: