Lines Matching refs:request

652 		 * If the slot is empty - fail the connection request.
922 * connection request.
926 "System Controller failed connection request",
937 * The System Controller Rejected the connection request.
941 "failed connection request", expander, board, SCHPC_SLOT_NUM(slot),
1088 "failed disconnection request", expander, board,
1113 schpc_cpci_control(caddr_t ops_arg, hpc_slot_t slot_hdl, int request,
1123 "schpc_cpci_control(op_args=%p slot_hdl=%p request=%x)",
1124 (void *)ops_arg, (void *)slot_hdl, request);
1195 switch (request) {
1582 schpc_pci_control(caddr_t ops_arg, hpc_slot_t slot_hdl, int request,
1592 "schpc_pci_control(op_args=%p slot_hdl=%p request=%x)",
1593 (void *)ops_arg, (void *)slot_hdl, request);
1664 switch (request) {
2889 /* add the request to replylist to keep track of outstanding requests */
2895 /* wait synchronously for request to be sent */
2902 /* if problem is encountered then remove the request from replylist */
3089 pcimsg_t request;
3105 bzero(&request, sizeof (pcimsg_t));
3107 request.pcimsg_node = expander;
3108 request.pcimsg_board = board;
3109 request.pcimsg_slot = SCHPC_SLOT_NUM(slot);
3110 request.pcimsg_revision = PCIMSG_REVISION;
3111 request.pcimsg_command = PCIMSG_GETSLOTSTATUS;
3122 (void *)&request, schpc_timeout_putmsg, &entry);
3181 pcimsg_t request;
3193 bzero(&request, sizeof (pcimsg_t));
3199 request.pcimsg_node = expander;
3200 request.pcimsg_board = board;
3201 request.pcimsg_slot = SCHPC_SLOT_NUM(slot);
3202 request.pcimsg_revision = PCIMSG_REVISION;
3203 request.pcimsg_command = PCIMSG_SETSLOTSTATUS;
3205 request.pcimsg_type.pcimsg_setslot = *slotstatus;
3222 (void *)&request, schpc_timeout_putmsg, &entry);