Searched refs:bind_req (Results 1 – 5 of 5) sorted by relevance
298 dl_bind_req_t bind_req; local302 bind_req.dl_primitive = DL_BIND_REQ;303 bind_req.dl_sap = sap;304 bind_req.dl_max_conind = max_conind;305 bind_req.dl_service_mode = service_mode;306 bind_req.dl_conn_mgmt = conn_mgmt;307 bind_req.dl_xidtest_flg = xidtest;310 ctl.len = sizeof (bind_req);311 ctl.buf = (char *) &bind_req;816 dlp->bind_req.dl_sap,[all …]
907 dl_bind_req_t bind_req; local911 bind_req.dl_primitive = DL_BIND_REQ;912 bind_req.dl_sap = sap;913 bind_req.dl_max_conind = max_conind;914 bind_req.dl_service_mode = service_mode;915 bind_req.dl_conn_mgmt = conn_mgmt;916 bind_req.dl_xidtest_flg = xidtest;919 ctl.len = sizeof (bind_req);920 ctl.buf = (char *)&bind_req;
459 struct drm_agp_binding bind_req; in mga_do_agp_dma_bootstrap() local507 bind_req.handle = agp_req.handle; in mga_do_agp_dma_bootstrap()508 bind_req.offset = 0; in mga_do_agp_dma_bootstrap()509 err = drm_agp_bind( dev, &bind_req ); in mga_do_agp_dma_bootstrap()
473 struct drm_agp_binding bind_req; in mga_do_agp_dma_bootstrap() local520 bind_req.handle = agp_req.handle; in mga_do_agp_dma_bootstrap()521 bind_req.offset = 0; in mga_do_agp_dma_bootstrap()522 err = drm_agp_bind(dev, &bind_req); in mga_do_agp_dma_bootstrap()
276 dlp->bind_req.dl_sap = 0x8FF; /* XXX - Unused SAP */ in getether()