Searched refs:rcv_mult (Results 1 – 4 of 4) sorted by relevance
1091 static inline unsigned ipath_pkt_delay(u32 plen, u8 snd_mult, u8 rcv_mult) in ipath_pkt_delay() argument1093 return (rcv_mult > snd_mult) ? in ipath_pkt_delay()1094 (plen * (rcv_mult - snd_mult) + 1) >> 1 : 0; in ipath_pkt_delay()
944 unsigned qib_pkt_delay(u32 plen, u8 snd_mult, u8 rcv_mult);
4390 u8 rcv_mult = ib_rate_to_delay[srate]; in qib_7220_setpbc_control() local4393 ppd->cpspec->last_delay_mult = (rcv_mult > snd_mult) ? in qib_7220_setpbc_control()4394 (plen * (rcv_mult - snd_mult) + 1) >> 1 : 0; in qib_7220_setpbc_control()
7039 u8 rcv_mult = ib_rate_to_delay[srate]; in qib_7322_setpbc_control() local7042 ret = rcv_mult > snd_mult ? ((plen + 1) >> 1) * snd_mult : 0; in qib_7322_setpbc_control()