Home
last modified time | relevance | path

Searched refs:hdrqentsize (Results 1 – 2 of 2) sorted by relevance

/drivers/staging/rdma/hfi1/
Dpio.h176 uint hdrqentsize, int numa);
193 u32 sc_mtu_to_threshold(struct send_context *sc, u32 mtu, u32 hdrqentsize);
Dpio.c575 u32 sc_mtu_to_threshold(struct send_context *sc, u32 mtu, u32 hdrqentsize) in sc_mtu_to_threshold() argument
581 mtu += hdrqentsize << 2; in sc_mtu_to_threshold()
668 uint hdrqentsize, int numa) in sc_alloc() argument
775 thresh = sc_mtu_to_threshold(sc, hfi1_max_mtu, hdrqentsize); in sc_alloc()