Lines Matching refs:reqp

1225 	sbbc_msg_t	request, *reqp = &request;  in sghsc_scctl()  local
1233 reqp->msg_type.type = CPCI_MBOX; in sghsc_scctl()
1234 reqp->msg_status = 0xeeeeffff; in sghsc_scctl()
1235 reqp->msg_len = sizeof (cmd_info); in sghsc_scctl()
1236 reqp->msg_bytes = 8; in sghsc_scctl()
1237 reqp->msg_buf = (caddr_t)cmd_infop; in sghsc_scctl()
1238 reqp->msg_data[0] = 0; in sghsc_scctl()
1239 reqp->msg_data[1] = 0; in sghsc_scctl()
1253 reqp->msg_type.sub_type = CPCI_GET_SLOT_STATUS; in sghsc_scctl()
1255 reqp->msg_len -= 4; in sghsc_scctl()
1258 reqp->msg_type.sub_type = CPCI_GET_NUM_SLOTS; in sghsc_scctl()
1260 reqp->msg_len -= 8; in sghsc_scctl()
1263 reqp->msg_type.sub_type = CPCI_SET_SLOT_STATUS; in sghsc_scctl()
1268 reqp->msg_type.sub_type = CPCI_SET_SLOT_STATUS; in sghsc_scctl()
1273 reqp->msg_type.sub_type = CPCI_SET_SLOT_FAULT_LED; in sghsc_scctl()
1278 reqp->msg_type.sub_type = CPCI_SET_SLOT_FAULT_LED; in sghsc_scctl()
1283 reqp->msg_type.sub_type = CPCI_SET_SLOT_FAULT_LED; in sghsc_scctl()
1288 reqp->msg_type.sub_type = CPCI_SET_SLOT_FAULT_LED; in sghsc_scctl()
1293 reqp->msg_type.sub_type = CPCI_SET_SLOT_POWER; in sghsc_scctl()
1298 reqp->msg_type.sub_type = CPCI_SET_SLOT_POWER; in sghsc_scctl()
1303 reqp->msg_type.sub_type = CPCI_BOARD_TYPE; in sghsc_scctl()
1305 reqp->msg_len -= 8; in sghsc_scctl()
1308 reqp->msg_type.sub_type = CPCI_SET_ENUM_CLEARED; in sghsc_scctl()
1318 reqp->msg_type.type, reqp->msg_type.sub_type, in sghsc_scctl()
1319 reqp->msg_len, (void *)reqp->msg_buf)); in sghsc_scctl()
1327 ret = sbbc_mbox_request_response(reqp, resp, sghsc_mbx_timeout); in sghsc_scctl()
1340 reqp->msg_status)); in sghsc_scctl()