Searched refs:spg (Results 1 – 3 of 3) sorted by relevance
5579 rc_node_t *pg = NULL, *spg = NULL, *svc, *prop; in rc_svc_prop_exists() local5613 REP_PROTOCOL_ENTITY_PROPERTYGRP, &spg); in rc_svc_prop_exists()5639 if (spg != NULL && in rc_svc_prop_exists()5640 pgtype != NULL && strcmp(spg->rn_type, pgtype) != 0) { in rc_svc_prop_exists()5641 rc_node_rele(spg); in rc_svc_prop_exists()5642 spg = NULL; in rc_svc_prop_exists()5646 if (spg == NULL) in rc_svc_prop_exists()5648 pg = spg; in rc_svc_prop_exists()5649 spg = NULL; in rc_svc_prop_exists()5668 if (spg != NULL) in rc_svc_prop_exists()[all …]
177 cidx = eq->spg->cidx; /* stable snapshot */ in reclaimable()1800 eq->spg = (void *)&eq->desc[eq->cap]; in alloc_eq()3160 end = (uintptr_t)txq->eq.spg; in write_ulp_cpl_sgl()3242 if ((uintptr_t)(*to) + len <= (uintptr_t)eq->spg) { in copy_to_txd()3246 int portion = (uintptr_t)eq->spg - (uintptr_t)(*to); in copy_to_txd()3341 cidx = eq->spg->cidx; /* stable snapshot */ in reclaim_tx_descs()
248 struct sge_qstat *spg; /* status page, for convenience */ member