Searched refs:max_frags (Results 1 – 3 of 3) sorted by relevance
52 uint16_t max_frags; in kern_pbufpool_create() local97 max_frags = (uint16_t)init->kbi_max_frags; in kern_pbufpool_create()98 if (md_type == NEXUS_META_TYPE_QUANTUM && max_frags > 1) { in kern_pbufpool_create()102 if ((max_frags > 1) && !(init->kbi_flags & KBIF_BUFFER_ON_DEMAND)) { in kern_pbufpool_create()193 pp_regions_params_adjust(srp, md_type, md_subtype, pkt_cnt, max_frags, in kern_pbufpool_create()
324 uint16_t max_frags, uint32_t buf_size, uint32_t large_buf_size, in pp_regions_params_adjust() argument337 ASSERT(max_frags != 0); in pp_regions_params_adjust()344 md_size = NX_METADATA_PACKET_SZ(max_frags); in pp_regions_params_adjust()383 kmd_srp->srp_max_frags = max_frags; in pp_regions_params_adjust()1008 uint16_t max_frags; in pp_create() local1080 max_frags = kmd_srp->srp_max_frags; in pp_create()1090 ASSERT(max_frags == 1); in pp_create()1094 ASSERT(max_frags >= 1); in pp_create()1097 NX_METADATA_PACKET_SZ(max_frags))); in pp_create()1123 pp->pp_max_frags = max_frags; in pp_create()[all …]
1938 NXPROV_PARAMS_ADJUST(NXPREQ_MAX_FRAGS, max_frags); in nxprov_params_adjust()