Lines Matching defs:rsrc_cnt
6409 uint16_t rsrc_id_cnt, rsrc_cnt, rsrc_size;
6425 &rsrc_cnt,
6430 if ((rsrc_cnt == 0) || (rsrc_size == 0)) {
6434 "Size 0x%x\n", type, rsrc_cnt,
6441 "count:%d, size %d\n", type, rsrc_cnt, rsrc_size);
6447 rc = lpfc_sli4_cfg_post_extnts(phba, rsrc_cnt, type, &emb, mbox);
6462 rsrc_cnt = bf_get(lpfc_mbx_rsrc_cnt, &rsrc_ext->u.rsp);
6466 rsrc_cnt = bf_get(lpfc_mbx_rsrc_cnt, n_rsrc);
6470 longs = ((rsrc_cnt * rsrc_size) + BITS_PER_LONG - 1) / BITS_PER_LONG;
6471 rsrc_id_cnt = rsrc_cnt * rsrc_size;
6588 for (i = 0, j = 0, k = 0; i < rsrc_cnt; i++) {