Searched defs:mcgs_max_num (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_ti.c5318 * mcgs_max_num The maximum number of matching multicast groups to
5342 ibt_query_mcg(ib_gid_t rgid, ibt_mcg_attr_t *mcg_attr, uint_t mcgs_max_num, argument
5359 IBTF_DPRINTF_L3(cmlog, "ibt_query_mcg(%p, %d)", mcg_attr, mcgs_max_num);
5518 * If mcgs_max_num is zero, then return all records else
5521 if ((mcgs_max_num != 0) && (num_records > mcgs_max_num)) {
5522 /* we are interested in only mcgs_max_num records */
5523 num_records = mcgs_max_num;

Completed in 57 milliseconds