Lines Matching defs:rsrc_cnt
5929 uint16_t rsrc_id_cnt, rsrc_cnt, rsrc_size;
5945 &rsrc_cnt,
5950 if ((rsrc_cnt == 0) || (rsrc_size == 0)) {
5954 "Size 0x%x\n", type, rsrc_cnt,
5961 "count:%d, size %d\n", type, rsrc_cnt, rsrc_size);
5967 rc = lpfc_sli4_cfg_post_extnts(phba, rsrc_cnt, type, &emb, mbox);
5982 rsrc_cnt = bf_get(lpfc_mbx_rsrc_cnt, &rsrc_ext->u.rsp);
5986 rsrc_cnt = bf_get(lpfc_mbx_rsrc_cnt, n_rsrc);
5990 longs = ((rsrc_cnt * rsrc_size) + BITS_PER_LONG - 1) / BITS_PER_LONG;
5991 rsrc_id_cnt = rsrc_cnt * rsrc_size;
6108 for (i = 0, j = 0, k = 0; i < rsrc_cnt; i++) {