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

/linux-master/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) argument
11946 if (thecnt <= HFI1_MIN_HDRQ_EGRBUF_CNT) {
11951 if (thecnt > HFI1_MAX_HDRQ_EGRBUF_CNT) {
11958 if (thecnt % HDRQ_INCREMENT) {
11960 thecnt, HDRQ_INCREMENT);

Completed in 196 milliseconds