Searched refs:hdrqentsize (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | pio.h | 285 uint hdrqentsize, int numa); 303 u32 sc_mtu_to_threshold(struct send_context *sc, u32 mtu, u32 hdrqentsize);
|
H A D | pio.c | 588 * Parameter hdrqentsize is in DWORDs. 593 u32 sc_mtu_to_threshold(struct send_context *sc, u32 mtu, u32 hdrqentsize) in sc_mtu_to_threshold() argument 599 mtu += hdrqentsize << 2; in sc_mtu_to_threshold() 697 uint hdrqentsize, int numa) in sc_alloc() 820 hdrqentsize)); in sc_alloc() 696 sc_alloc(struct hfi1_devdata *dd, int type, uint hdrqentsize, int numa) sc_alloc() argument
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | pio.h | 242 uint hdrqentsize, int numa); 259 u32 sc_mtu_to_threshold(struct send_context *sc, u32 mtu, u32 hdrqentsize);
|
H A D | pio.c | 546 * Parameter hdrqentsize is in DWORDs. 551 u32 sc_mtu_to_threshold(struct send_context *sc, u32 mtu, u32 hdrqentsize) in sc_mtu_to_threshold() argument 557 mtu += hdrqentsize << 2; in sc_mtu_to_threshold() 655 uint hdrqentsize, int numa) in sc_alloc() 778 hdrqentsize)); in sc_alloc() 654 sc_alloc(struct hfi1_devdata *dd, int type, uint hdrqentsize, int numa) sc_alloc() argument
|
Completed in 7 milliseconds