Searched refs:sc_mtu_to_threshold (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | pio.h | 193 u32 sc_mtu_to_threshold(struct send_context *sc, u32 mtu, u32 hdrqentsize);
|
D | pio.c | 575 u32 sc_mtu_to_threshold(struct send_context *sc, u32 mtu, u32 hdrqentsize) in sc_mtu_to_threshold() function 775 thresh = sc_mtu_to_threshold(sc, hfi1_max_mtu, hdrqentsize); in sc_alloc()
|
D | chip.c | 6175 sc_mtu_to_threshold(dd->vld[i].sc, dd->vld[i].mtu, in set_send_length() 6179 sc_mtu_to_threshold(dd->vld[15].sc, dd->vld[15].mtu, in set_send_length()
|