Home
last modified time | relevance | path

Searched refs:dif (Results 1 – 25 of 58) sorted by relevance

123

/linux/sound/soc/codecs/
H A Dak4118.c156 int dif; in ak4118_set_dai_fmt_provider() local
160 dif = AK4118_REG_FORMAT_CTL_DIF0 | AK4118_REG_FORMAT_CTL_DIF2; in ak4118_set_dai_fmt_provider()
163 dif = AK4118_REG_FORMAT_CTL_DIF0 | AK4118_REG_FORMAT_CTL_DIF1; in ak4118_set_dai_fmt_provider()
166 dif = AK4118_REG_FORMAT_CTL_DIF2; in ak4118_set_dai_fmt_provider()
172 return dif; in ak4118_set_dai_fmt_provider()
178 int dif; in ak4118_set_dai_fmt_consumer() local
182 dif = AK4118_REG_FORMAT_CTL_DIF0 | AK4118_REG_FORMAT_CTL_DIF1 | in ak4118_set_dai_fmt_consumer()
186 dif = AK4118_REG_FORMAT_CTL_DIF1 | AK4118_REG_FORMAT_CTL_DIF2; in ak4118_set_dai_fmt_consumer()
192 return dif; in ak4118_set_dai_fmt_consumer()
200 int dif; in ak4118_set_dai_fmt() local
[all...]
H A Dak4613.c218 u8 dif;
279 .dif = _dif, \
628 * < tdm > < iface->dif > in ak4613_dai_hw_params()
630 priv->ctrl1 = (tdm << 6) | (iface->dif << 3); in ak4613_dai_hw_params()
217 u8 dif; global() member
/linux/net/ipv6/
H A Dinet6_hashtables.c89 const int dif, const int sdif) in __inet6_lookup_established() argument
106 if (!inet6_match(net, sk, saddr, daddr, ports, dif, sdif)) in __inet6_lookup_established()
111 if (unlikely(!inet6_match(net, sk, saddr, daddr, ports, dif, sdif))) { in __inet6_lookup_established()
129 const int dif, const int sdif) in compute_score() argument
139 if (!inet_sk_bound_dev_eq(net, sk->sk_bound_dev_if, dif, sdif)) in compute_score()
190 const unsigned short hnum, const int dif, const int sdif) in inet6_lhash2_lookup() argument
197 score = compute_score(sk, net, hnum, daddr, dif, sdif); in inet6_lhash2_lookup()
218 const u16 hnum, const int dif, in inet6_lookup_run_sk_lookup() argument
225 daddr, hnum, dif, &sk); in inet6_lookup_run_sk_lookup()
243 const int dif, const int sdif) in inet6_lookup_listener() argument
[all …]
H A Dudp.c134 int dif, int sdif) in compute_score() argument
164 dev_match = udp_sk_bound_dev_eq(net, bound_dev_if, dif, sdif); in compute_score()
199 unsigned int hnum, int dif, int sdif, in udp6_lib_lookup1() argument
209 saddr, sport, daddr, hnum, dif, sdif); in udp6_lib_lookup1()
223 int dif, int sdif, struct udp_hslot *hslot2, in udp6_lib_lookup2() argument
236 sport, daddr, hnum, dif, sdif); in udp6_lib_lookup2()
280 unsigned int hnum, int dif, int sdif, in udp6_lib_lookup4() argument
293 unsigned int hnum, int dif, int sdif, in udp6_lib_lookup4() argument
310 if (inet6_match(net, sk, saddr, daddr, ports, dif, sdif)) in udp6_lib_lookup4()
348 int dif, int sdif, struct sk_buff *skb) in __udp6_lib_lookup() argument
[all …]
/linux/fs/erofs/
H A Dsuper.c126 struct erofs_device_info *dif, erofs_off_t *pos) in erofs_init_device() argument
137 if (!sbi->devs->flatdev && !dif->path) { in erofs_init_device()
142 dif->path = kmemdup_nul(dis->tag, sizeof(dis->tag), GFP_KERNEL); in erofs_init_device()
143 if (!dif->path) in erofs_init_device()
149 filp_open(dif->path, O_RDONLY | O_LARGEFILE, 0) : in erofs_init_device()
150 fs_bdev_file_open_by_path(dif->path, in erofs_init_device()
159 dif->dax_dev = fs_dax_get_by_bdev(file_bdev(file), in erofs_init_device()
160 &dif->dax_part_off, NULL, NULL); in erofs_init_device()
165 if (!dif->dax_dev && test_opt(&sbi->opt, DAX_ALWAYS)) { in erofs_init_device()
167 dif->path); in erofs_init_device()
[all …]
H A Ddata.c188 struct super_block *sb, struct erofs_device_info *dif) in erofs_fill_from_devinfo() argument
191 map->m_dif = dif; in erofs_fill_from_devinfo()
193 if (dif->file && S_ISBLK(file_inode(dif->file)->i_mode)) in erofs_fill_from_devinfo()
194 map->m_bdev = file_bdev(dif->file); in erofs_fill_from_devinfo()
200 struct erofs_device_info *dif; in erofs_map_dev() local
208 dif = idr_find(&devs->tree, map->m_deviceid - 1); in erofs_map_dev()
209 if (!dif) { in erofs_map_dev()
214 map->m_pa += erofs_pos(sb, dif->uniaddr); in erofs_map_dev()
218 erofs_fill_from_devinfo(map, sb, dif); in erofs_map_dev()
222 idr_for_each_entry(&devs->tree, dif, id) { in erofs_map_dev()
[all …]
/linux/include/net/
H A Dinet6_hashtables.h49 const u16 hnum, const int dif,
74 const int dif, const int sdif);
82 const u16 hnum, const int dif,
91 const int dif, const int sdif, in __inet6_lookup() argument
96 dif, sdif); in __inet6_lookup()
102 daddr, hnum, dif, sdif); in __inet6_lookup()
170 const int dif);
176 const int dif, const int sdif) in inet6_match() argument
186 return inet_sk_bound_dev_eq(net, READ_ONCE(sk->sk_bound_dev_if), dif, in inet6_match()
H A Dinet_hashtables.h315 const int dif, const int sdif);
321 int dif, int sdif) in inet_lookup_listener() argument
324 daddr, ntohs(dport), dif, sdif); in inet_lookup_listener()
358 int dif, int sdif) in inet_match() argument
366 return inet_sk_bound_dev_eq(net, READ_ONCE(sk->sk_bound_dev_if), dif, in inet_match()
376 const int dif, const int sdif);
396 __be32 daddr, u16 hnum, const int dif,
402 const int dif) in inet_lookup_established() argument
405 ntohs(dport), dif, 0); in inet_lookup_established()
412 const int dif, const int sdif, in __inet_lookup() argument
[all …]
H A Dudp.h386 int dif, int sdif) in udp_sk_bound_dev_eq() argument
390 bound_dev_if, dif, sdif); in udp_sk_bound_dev_eq()
392 return inet_bound_dev_eq(true, bound_dev_if, dif, sdif); in udp_sk_bound_dev_eq()
438 __be32 daddr, __be16 dport, int dif);
441 int dif, int sdif, struct sk_buff *skb);
447 int dif);
451 int dif, int sdif, struct sk_buff *skb);
H A Drawv6.h11 const struct in6_addr *rmt_addr, int dif, int sdif);
/linux/net/sctp/
H A Dinput.c54 int dif, int sdif);
59 int dif, int sdif);
65 int dif, int sdif);
102 int dif, sdif; in sctp_rcv() local
147 dif = af->skb_iif(skb); in sctp_rcv()
165 asoc = __sctp_rcv_lookup(net, skb, &src, &dest, &transport, dif, sdif); in sctp_rcv()
168 ep = __sctp_rcv_lookup_endpoint(net, skb, &dest, &src, dif, sdif); in sctp_rcv()
474 int dif = inet_iif(skb); in sctp_err_lookup() local
490 asoc = __sctp_lookup_association(net, &saddr, &daddr, &transport, dif, sdif); in sctp_err_lookup()
844 int dif, in in __sctp_rcv_lookup_endpoint() argument
984 sctp_sk_bound_dev_eq(struct net * net,int bound_dev_if,int dif,int sdif) sctp_sk_bound_dev_eq() argument
999 sctp_addrs_lookup_transport(struct net * net,const union sctp_addr * laddr,const union sctp_addr * paddr,int dif,int sdif) sctp_addrs_lookup_transport() argument
1057 __sctp_lookup_association(struct net * net,const union sctp_addr * local,const union sctp_addr * peer,struct sctp_transport ** pt,int dif,int sdif) __sctp_lookup_association() argument
1079 sctp_lookup_association(struct net * net,const union sctp_addr * laddr,const union sctp_addr * paddr,struct sctp_transport ** transportp,int dif,int sdif) sctp_lookup_association() argument
1094 sctp_has_association(struct net * net,const union sctp_addr * laddr,const union sctp_addr * paddr,int dif,int sdif) sctp_has_association() argument
1127 __sctp_rcv_init_lookup(struct net * net,struct sk_buff * skb,const union sctp_addr * laddr,struct sctp_transport ** transportp,int dif,int sdif) __sctp_rcv_init_lookup() argument
1194 __sctp_rcv_asconf_lookup(struct net * net,struct sctp_chunkhdr * ch,const union sctp_addr * laddr,__be16 peer_port,struct sctp_transport ** transportp,int dif,int sdif) __sctp_rcv_asconf_lookup() argument
1231 __sctp_rcv_walk_lookup(struct net * net,struct sk_buff * skb,const union sctp_addr * laddr,struct sctp_transport ** transportp,int dif,int sdif) __sctp_rcv_walk_lookup() argument
1300 __sctp_rcv_lookup_harder(struct net * net,struct sk_buff * skb,const union sctp_addr * laddr,struct sctp_transport ** transportp,int dif,int sdif) __sctp_rcv_lookup_harder() argument
1335 __sctp_rcv_lookup(struct net * net,struct sk_buff * skb,const union sctp_addr * paddr,const union sctp_addr * laddr,struct sctp_transport ** transportp,int dif,int sdif) __sctp_rcv_lookup() argument
[all...]
H A Dendpointola.c251 int dif, int sdif) in sctp_endpoint_is_match() argument
257 sctp_sk_bound_dev_eq(net, bound_dev_if, dif, sdif) && in sctp_endpoint_is_match()
/linux/drivers/scsi/
H A Dsd_dif.c32 int dif, dix; in sd_dif_config_host() local
36 dif = scsi_host_dif_capable(sdp->host, type); in sd_dif_config_host()
40 dif = 0; dix = 1; in sd_dif_config_host()
58 if (dif && type) { in sd_dif_config_host()
/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_ptp.c256 s64 best_val = 0, val, best_period = 0, period, approx_dev, dif, dif2; in qed_ptp_hw_adjfreq() local
284 dif = ppb * approx_dev - val * 1000000000; in qed_ptp_hw_adjfreq()
285 dif2 = dif + 16 * ppb; in qed_ptp_hw_adjfreq()
287 if (dif < 0) in qed_ptp_hw_adjfreq()
288 dif = -dif; in qed_ptp_hw_adjfreq()
293 if (dif * (approx_dev + 16) > dif2 * approx_dev) { in qed_ptp_hw_adjfreq()
296 dif = dif2; in qed_ptp_hw_adjfreq()
300 if (best_dif * approx_dev > dif * best_approx_dev) { in qed_ptp_hw_adjfreq()
301 best_dif = dif; in qed_ptp_hw_adjfreq()
/linux/drivers/infiniband/ulp/iser/
H A Diser_memory.c180 domain->sig.dif.pi_interval = scsi_prot_interval(sc); in iser_set_dif_domain()
181 domain->sig.dif.ref_tag = t10_pi_ref_tag(scsi_cmd_to_rq(sc)); in iser_set_dif_domain()
186 domain->sig.dif.apptag_check_mask = 0xffff; in iser_set_dif_domain()
187 domain->sig.dif.app_escape = true; in iser_set_dif_domain()
188 domain->sig.dif.ref_escape = true; in iser_set_dif_domain()
190 domain->sig.dif.ref_remap = true; in iser_set_dif_domain()
201 sig_attrs->wire.sig.dif.bg_type = IB_T10DIF_CRC; in iser_set_sig_attrs()
207 sig_attrs->mem.sig.dif.bg_type = sc->prot_flags & SCSI_PROT_IP_CHECKSUM ? in iser_set_sig_attrs()
213 sig_attrs->wire.sig.dif.bg_type = IB_T10DIF_CRC; in iser_set_sig_attrs()
215 sig_attrs->mem.sig.dif.bg_type = sc->prot_flags & SCSI_PROT_IP_CHECKSUM ? in iser_set_sig_attrs()
/linux/drivers/clk/
H A Dclk-renesas-pcie.c171 u8 dif = rs9_calc_dif(rs9, idx); in rs9_get_output_config() local
178 rs9->clk_dif_sr |= dif; in rs9_get_output_config()
190 rs9->clk_dif_sr &= ~dif; in rs9_get_output_config()
192 rs9->clk_dif_sr |= dif; in rs9_get_output_config()
263 u8 dif = rs9_calc_dif(rs9, i); in rs9_update_config() local
265 if (rs9->clk_dif_sr & dif) in rs9_update_config()
268 regmap_update_bits(rs9->regmap, RS9_REG_SR, dif, in rs9_update_config()
269 rs9->clk_dif_sr & dif); in rs9_update_config()
/linux/drivers/infiniband/hw/mlx5/
H A Dwr.c335 inl->dif_apptag = cpu_to_be16(domain->sig.dif.app_tag); in mlx5_fill_inl_bsf()
336 inl->dif_reftag = cpu_to_be32(domain->sig.dif.ref_tag); in mlx5_fill_inl_bsf()
339 inl->sig_type = domain->sig.dif.bg_type == IB_T10DIF_CRC ? in mlx5_fill_inl_bsf()
342 if (domain->sig.dif.ref_remap) in mlx5_fill_inl_bsf()
345 if (domain->sig.dif.app_escape) { in mlx5_fill_inl_bsf()
346 if (domain->sig.dif.ref_escape) in mlx5_fill_inl_bsf()
353 cpu_to_be16(domain->sig.dif.apptag_check_mask); in mlx5_fill_inl_bsf()
378 basic->mem.bs_selector = bs_selector(mem->sig.dif.pi_interval); in mlx5_set_bsf()
391 if (mem->sig.dif.pi_interval == wire->sig.dif.pi_interval && in mlx5_set_bsf()
395 if (mem->sig.dif.bg_type == wire->sig.dif.bg_type) in mlx5_set_bsf()
[all …]
/linux/net/ipv4/
H A Dudp.c365 unsigned short hnum, int dif, int sdif) in compute_score() argument
395 dif, sdif); in compute_score()
438 int dif, int sdif, in udp4_lib_lookup1() argument
448 saddr, sport, daddr, hnum, dif, sdif); in udp4_lib_lookup1()
462 int dif, int sdif, in udp4_lib_lookup2() argument
476 sport, daddr, hnum, dif, sdif); in udp4_lib_lookup2()
520 int dif, int sdif, in udp4_lib_lookup4() argument
538 int dif, int sdif, in udp4_lib_lookup4() argument
557 if (inet_match(net, sk, acookie, ports, dif, sdif)) in udp4_lib_lookup4()
670 int dif, int sdif, struct sk_buff *skb) in __udp4_lib_lookup() argument
[all …]
H A Draw.c118 __be32 raddr, __be32 laddr, int dif, int sdif) in raw_v4_match() argument
135 dif, sdif); in raw_v4_match()
174 int dif = inet_iif(skb); in raw_v4_input() local
182 iph->saddr, iph->daddr, dif, sdif)) in raw_v4_input()
281 int dif = skb->dev->ifindex; in raw_icmp_error() local
295 iph->daddr, iph->saddr, dif, sdif)) in raw_icmp_error()
/linux/include/rdma/
H A Dsignature.h76 struct ib_t10_dif_domain dif; member
/linux/drivers/net/ethernet/pensando/ionic/
H A Dionic_txrx.c47 unsigned long now, then, dif; in ionic_txq_poke_doorbell() local
62 dif = now - then; in ionic_txq_poke_doorbell()
64 if (dif > q->dbell_deadline) { in ionic_txq_poke_doorbell()
78 unsigned long now, then, dif; in ionic_rxq_poke_doorbell() local
87 dif = now - then; in ionic_rxq_poke_doorbell()
89 if (dif > q->dbell_deadline) { in ionic_rxq_poke_doorbell()
95 dif = 2 * q->dbell_deadline; in ionic_rxq_poke_doorbell()
96 if (dif > IONIC_RX_MAX_DOORBELL_DEADLINE) in ionic_rxq_poke_doorbell()
97 dif = IONIC_RX_MAX_DOORBELL_DEADLINE; in ionic_rxq_poke_doorbell()
99 q->dbell_deadline = dif; in ionic_rxq_poke_doorbell()
H A Dionic_main.c348 unsigned long now, then, dif; in ionic_adminq_poke_doorbell() local
360 dif = now - then; in ionic_adminq_poke_doorbell()
362 if (dif > q->dbell_deadline) { in ionic_adminq_poke_doorbell()
/linux/Documentation/translations/pt_BR/process/
H A Dmanagement-style.rst12 Estilo de gerenciamento é muito pessoal e muito mais difícil de quantificar do
82 - admitir que você foi um idiota é mais difícil do que parece. Todos nós gostamos
84 às vezes é muito difícil mesmo.
86 depois de tudo pode ser difícil para os pobres engenheiros humildes também,
136 é difícil. Assim, "alienar" cai imediatamente sob o título de "não reversível",
150 estar certo), mais difícil acaba sendo se desculpar depois.
203 Não é realmente tão difícil aceitar a culpa, especialmente se as pessoas perceberem
/linux/include/net/sctp/
H A Dsctp.h111 const union sctp_addr *paddr, void *p, int dif);
159 int dif, int sdif);
163 bool sctp_sk_bound_dev_eq(struct net *net, int bound_dev_if, int dif, int sdif);
/linux/Documentation/translations/sp_SP/process/
H A Dmanagement-style.rst19 El estilo de gestión es muy personal y mucho más difícil de cuantificar
98 - admitir que eras un idiota es más difícil de lo que parece. A todos
158 personas es bastante fácil, y desalienarlas es difícil. Por lo tanto,
174 razón), más difícil termina siendo disculparse después.
231 En realidad, no es tan difícil aceptar la culpa, especialmente si la gente

123