Searched refs:nc (Results 76 - 87 of 87) sorted by relevance

1234

/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dmac_be.c2093 u8 nc = 1, nr = 3, ng = 0, cb = 1, cs = 1, ldpc_en = 1, stbc_en = 1; local
2126 nc = min(nc, sound_dim);
2132 val = u16_encode_bits(nc, B_BE_BFMEE_CSIINFO0_NC_MASK) |
H A Dmac.c5816 u8 nc = 1, nr = 3, ng = 0, cb = 1, cs = 1, ldpc_en = 1, stbc_en = 1; local
5844 nc = min(nc, sound_dim);
5850 val = FIELD_PREP(B_AX_BFMEE_CSIINFO0_NC_MASK, nc) |
/linux-master/fs/unicode/
H A Dmkutf8data.c2436 unsigned int nc = (vc * tc); local
2437 /* unsigned int sc = (lc * nc); */
2450 unsigned int li = si / nc;
2451 unsigned int vi = (si % nc) / tc;
/linux-master/tools/perf/util/
H A Dsynthetic-events.c372 struct nscookie nc; local
395 nsinfo__mountns_enter(nsi, &nc);
399 nsinfo__mountns_exit(&nc);
H A Dprobe-event.c1460 char c, nc = 0; local
1536 nc = *ptr;
1574 c = nc;
1583 nc = *ptr;
/linux-master/tools/testing/selftests/bpf/
H A Dtest_lwt_ip_encap.sh325 # check that nc is present
326 command -v nc >/dev/null 2>&1 || \
327 { echo >&2 "nc is not available: skipping TSO tests"; return; }
333 "nc -4 -l -p 9000 > ${TMPFILE} &"
337 "nc -6 -l -p 9000 > ${TMPFILE} &"
343 sleep 1 # let nc start listening
393 # source IP/device, which is easy to do with ping and hard with dd/nc.
/linux-master/drivers/md/
H A Draid10.c3815 int nc, fc, fo; local
3841 nc = layout & 255;
3845 geo->near_copies = nc;
3859 geo->far_set_size = fc * nc;
3866 return nc*fc;
/linux-master/drivers/mtd/nand/raw/
H A Dmarvell_nand.c271 #define MARVELL_LAYOUT(ws, dc, ds, nc, fcc, db, sb, eb, ldb, lsb, leb) \
276 .nchunks = nc, \
/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Ddwxgmac2_core.c1164 entry->val.nc = 1;
/linux-master/tools/testing/ktest/
H A Dktest.pl442 CONSOLE = nc -d localhost 3001
/linux-master/fs/nfsd/
H A Dnfs4state.c2626 struct nfsdfs_client *nc; local
2627 nc = get_nfsdfs_client(inode);
2628 if (!nc)
2630 return container_of(nc, struct nfs4_client, cl_nfsdfs);
/linux-master/net/netfilter/
H A Dnf_tables_api.c1472 struct nft_chain *chain, *nc; local
1521 list_for_each_entry_safe(chain, nc, &ctx->table->chains, list) {
11398 struct nft_chain *chain, *nc; local
11438 list_for_each_entry_safe(chain, nc, &table->chains, list) {

Completed in 354 milliseconds

1234