Searched refs:ib_rate_to_mult (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/dev/mthca/
H A Dmthca_av.c138 if (!static_rate || ib_rate_to_mult(static_rate) >= dev->rate[port - 1])
142 rate = ib_rate_to_memfree(ib_rate_to_mult(static_rate),
/freebsd-12-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_fs.c219 rate = ib_rate_to_mult(path.pathrec.rate) * 25;
/freebsd-12-stable/sys/ofed/drivers/infiniband/core/
H A Dib_verbs.c127 __attribute_const__ int ib_rate_to_mult(enum ib_rate rate) function
146 EXPORT_SYMBOL(ib_rate_to_mult); variable
/freebsd-12-stable/sys/ofed/include/rdma/
H A Dib_verbs.h685 * ib_rate_to_mult - Convert the IB rate enum to a multiple of the
690 __attribute_const__ int ib_rate_to_mult(enum ib_rate rate);

Completed in 61 milliseconds