Searched refs:wqesizebytes (Results 1 – 2 of 2) sorted by relevance
1044 int hdrmwqes, wqesizebytes, sectperwqe, i, j; in dapli_hermon_wqe_headroom() local1047 wqesizebytes = qp->qp_sq_wqesz; in dapli_hermon_wqe_headroom()1048 sectperwqe = wqesizebytes >> 6; in dapli_hermon_wqe_headroom()
2073 int hdrmwqes, wqesizebytes, sectperwqe; in hermon_wqe_headroom() local2078 wqesizebytes = 1 << qp->qp_sq_log_wqesz; in hermon_wqe_headroom()2079 sectperwqe = wqesizebytes >> 6; /* 64 bytes/section */ in hermon_wqe_headroom()