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

/linux-master/drivers/infiniband/hw/irdma/
H A Dctrl.c4671 u16 byte_idx, feat_type, feat_cnt, feat_idx; local
4687 feat_cnt = (u16)FIELD_GET(IRDMA_FEATURE_CNT, temp);
4688 if (feat_cnt < 2) {
4691 } else if (feat_cnt > IRDMA_MAX_FEATURES) {
4697 feat_buf.size = ALIGN(8 * feat_cnt,
4712 feat_cnt = (u16)FIELD_GET(IRDMA_FEATURE_CNT, temp);
4713 if (feat_cnt < 2) {
4720 16, 8, feat_buf.va, feat_cnt * 8, false);
4722 for (byte_idx = 0, feat_idx = 0; feat_idx < min(feat_cnt, (u16)IRDMA_MAX_FEATURES);

Completed in 88 milliseconds