Searched refs:n_bits (Results 1 – 14 of 14) sorted by relevance
/linux-4.4.14/drivers/isdn/i4l/ |
D | isdn_bsdcomp.c | 119 unsigned char n_bits; /* current bits/code */ member 178 db->n_bits = BSD_INIT_BITS; in bsd_clear() 458 unsigned int n_bits; in bsd_compress() local 471 bitno -= n_bits; \ in bsd_compress() 495 n_bits = db->n_bits; in bsd_compress() 498 mxcode = MAXCODE(n_bits); in bsd_compress() 552 db->n_bits = ++n_bits; in bsd_compress() 553 mxcode = MAXCODE(n_bits); in bsd_compress() 612 db->n_bits++; in bsd_compress() 648 unsigned int n_bits; in bsd_decompress() local [all …]
|
/linux-4.4.14/drivers/net/ppp/ |
D | bsd_comp.c | 140 unsigned char n_bits; /* current bits/code */ member 226 db->n_bits = BSD_INIT_BITS; in bsd_clear() 569 unsigned int n_bits; in bsd_compress() local 598 bitno -= n_bits; \ in bsd_compress() 624 n_bits = db->n_bits; in bsd_compress() 627 mxcode = MAXCODE (n_bits); in bsd_compress() 707 db->n_bits = ++n_bits; in bsd_compress() 708 mxcode = MAXCODE (n_bits); in bsd_compress() 778 db->n_bits++; in bsd_compress() 834 unsigned int n_bits; in bsd_decompress() local [all …]
|
/linux-4.4.14/net/netfilter/ |
D | nf_conntrack_labels.c | 94 int nf_connlabels_get(struct net *net, unsigned int n_bits) in nf_connlabels_get() argument 98 if (n_bits > (NF_CT_LABELS_MAX_SIZE * BITS_PER_BYTE)) in nf_connlabels_get() 101 words = BITS_TO_LONGS(n_bits); in nf_connlabels_get()
|
/linux-4.4.14/include/net/netfilter/ |
D | nf_conntrack_labels.h | 57 int nf_connlabels_get(struct net *net, unsigned int n_bits); 62 static inline int nf_connlabels_get(struct net *net, unsigned int n_bits) { return 0; } in nf_connlabels_get() argument
|
/linux-4.4.14/net/wireless/ |
D | radiotap.c | 52 .n_bits = ARRAY_SIZE(rtap_namespace_sizes), 240 iterator->_arg_index >= iterator->current_namespace->n_bits) { in ieee80211_radiotap_iterator_next()
|
/linux-4.4.14/drivers/clk/ingenic/ |
D | cgu.h | 56 u8 n_shift, n_bits, n_offset; member
|
D | cgu.c | 99 n = (ctl >> pll_info->n_shift) & GENMASK(pll_info->n_bits - 1, 0); in ingenic_pll_recalc_rate() 138 n = min_t(unsigned, n, 1 << clk_info->pll.n_bits); in ingenic_pll_calc() 198 ctl &= ~(GENMASK(pll_info->n_bits - 1, 0) << pll_info->n_shift); in ingenic_pll_set_rate()
|
D | jz4740-cgu.c | 76 .n_bits = 5,
|
D | jz4780-cgu.c | 235 .n_bits = 6, \
|
/linux-4.4.14/fs/sysv/ |
D | super.c | 307 u_char n_bits = size+8; in complete_read_super() local 308 int bsize = 1 << n_bits; in complete_read_super() 319 sbi->s_inodes_per_block_bits = n_bits-6; in complete_read_super() 323 sbi->s_ind_per_block_bits = n_bits-2; in complete_read_super()
|
/linux-4.4.14/net/openvswitch/ |
D | conntrack.c | 773 unsigned int n_bits = sizeof(struct ovs_key_ct_labels) * BITS_PER_BYTE; in ovs_ct_init() local 776 if (nf_connlabels_get(net, n_bits)) { in ovs_ct_init()
|
/linux-4.4.14/drivers/staging/comedi/drivers/ |
D | ni_mio_common.c | 4124 int n_bits; member 4208 int n_bits; in caldac_setup() local 4216 n_bits = caldacs[type].n_bits; in caldac_setup() 4221 if (caldacs[type].n_bits != n_bits) in caldac_setup() 4240 (1 << caldacs[type].n_bits) - 1; in caldac_setup() 4249 s->maxdata = (1 << caldacs[type].n_bits) - 1; in caldac_setup()
|
/linux-4.4.14/net/core/ |
D | ethtool.c | 446 int i, idx = 0, n_bits = 0, ret, rc; in ethtool_get_sset_info() local 458 n_bits = hweight64(sset_mask); in ethtool_get_sset_info() 463 info_buf = kzalloc(n_bits * sizeof(u32), GFP_USER); in ethtool_get_sset_info()
|
/linux-4.4.14/include/net/ |
D | cfg80211.h | 3660 int n_bits; member
|