Searched refs:maxseg (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/uts/i86pc/io/ |
H A D | rootnex.c | 2874 uint64_t maxseg; in rootnex_get_sgl() local 2888 maxseg = sglinfo->si_max_cookie_size; in rootnex_get_sgl() 3089 ((sgl[cnt].dmac_size + psize) > maxseg) || in rootnex_get_sgl() 3124 if (((sgl[cnt].dmac_size + psize) == maxseg) && in rootnex_get_sgl() 3156 uint64_t maxseg; in rootnex_dvma_get_sgl() local 3168 maxseg = sglinfo->si_max_cookie_size; in rootnex_dvma_get_sgl() 3179 psize = MIN(ssize, (maxseg - offset)); in rootnex_dvma_get_sgl() 3198 psize = MIN(ssize, maxseg); in rootnex_dvma_get_sgl() 3203 ((sgl[cnt].dmac_size + psize) > maxseg) || in rootnex_dvma_get_sgl() 3224 if (((sgl[cnt].dmac_size + psize) == maxseg) && in rootnex_dvma_get_sgl()
|
/titanic_50/usr/src/lib/libfru/libfruraw/ |
H A D | raw_access.c | 510 fru_get_segments(section_hdl_t section, segment_t *segment, int maxseg, in fru_get_segments() argument 528 if (sec_obj->num_of_segment > maxseg) { in fru_get_segments()
|
/titanic_50/usr/src/cmd/picl/plugins/sun4u/blade/fruaccess/ |
H A D | fru_access.c | 1149 fru_get_segments(section_hdl_t section, segment_t *segment, int maxseg, in fru_get_segments() argument 1167 if (sec_obj->num_of_segment > maxseg) { in fru_get_segments()
|
/titanic_50/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/ |
H A D | fru_access.c | 1221 fru_get_segments(section_hdl_t section, segment_t *segment, int maxseg, in fru_get_segments() argument 1239 if (sec_obj->num_of_segment > maxseg) { in fru_get_segments()
|
/titanic_50/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/ |
H A D | libfruaccess.c | 1584 sun_fru_get_segments(section_hdl_t section, segment_t *segment, int maxseg, in sun_fru_get_segments() argument 1602 if (sec_obj->num_of_segment > maxseg) { in sun_fru_get_segments()
|