Searched refs:thecnt (Results 1 – 2 of 2) sorted by relevance
663 int hfi1_validate_rcvhdrcnt(struct hfi1_devdata *dd, uint thecnt);
11939 int hfi1_validate_rcvhdrcnt(struct hfi1_devdata *dd, uint thecnt) in hfi1_validate_rcvhdrcnt() argument11941 if (thecnt <= HFI1_MIN_HDRQ_EGRBUF_CNT) { in hfi1_validate_rcvhdrcnt()11946 if (thecnt > HFI1_MAX_HDRQ_EGRBUF_CNT) { in hfi1_validate_rcvhdrcnt()11953 if (thecnt % HDRQ_INCREMENT) { in hfi1_validate_rcvhdrcnt()11955 thecnt, HDRQ_INCREMENT); in hfi1_validate_rcvhdrcnt()