Lines Matching defs:sdip
287 * sibling (sdip) with MPS/MRRS if it isn't already configured.
293 dev_info_t *sdip;
304 /* Locate sdip and set its MPS/MRRS when applicable */
305 for (sdip = ddi_get_child(ddi_get_parent(cdip)); sdip;
306 sdip = ddi_get_next_sibling(sdip)) {
310 if (sdip == cdip || pci_config_setup(sdip, &cfg_hdl)
327 /* get sdip's MPS/MRRS to compare to cdip's */
334 /* if sdip already attached then its MPS/MRRS is configured */
335 if (i_ddi_devi_attached(sdip)) {
341 /* otherwise, update sdip's MPS/MRRS if different from cdip's */
352 * note: sdip's bus_mps will be updated by