Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A Dchip.h705 int hfi1_validate_rcvhdrcnt(struct hfi1_devdata *dd, uint thecnt);
H A Dchip.c11981 * @thecnt: the header count
11983 int hfi1_validate_rcvhdrcnt(struct hfi1_devdata *dd, uint thecnt) in hfi1_validate_rcvhdrcnt() argument
11985 if (thecnt <= HFI1_MIN_HDRQ_EGRBUF_CNT) { in hfi1_validate_rcvhdrcnt()
11990 if (thecnt > HFI1_MAX_HDRQ_EGRBUF_CNT) { in hfi1_validate_rcvhdrcnt()
11997 if (thecnt % HDRQ_INCREMENT) { in hfi1_validate_rcvhdrcnt()
11999 thecnt, HDRQ_INCREMENT); in hfi1_validate_rcvhdrcnt()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H A Dchip.h663 int hfi1_validate_rcvhdrcnt(struct hfi1_devdata *dd, uint thecnt);
H A Dchip.c11942 * @thecnt: the header count
11944 int hfi1_validate_rcvhdrcnt(struct hfi1_devdata *dd, uint thecnt) in hfi1_validate_rcvhdrcnt() argument
11946 if (thecnt <= HFI1_MIN_HDRQ_EGRBUF_CNT) { in hfi1_validate_rcvhdrcnt()
11951 if (thecnt > HFI1_MAX_HDRQ_EGRBUF_CNT) { in hfi1_validate_rcvhdrcnt()
11958 if (thecnt % HDRQ_INCREMENT) { in hfi1_validate_rcvhdrcnt()
11960 thecnt, HDRQ_INCREMENT); in hfi1_validate_rcvhdrcnt()

Completed in 44 milliseconds