Searched refs:cmd_dis (Results 1 – 1 of 1) sorted by relevance
4699 struct bce_vhci_message cmd_dis, reply_dis; in bce_vhci_attach_dev() local4701 memset(&cmd_dis, 0, sizeof(cmd_dis)); in bce_vhci_attach_dev()4702 cmd_dis.cmd = BCE_VHCI_CMD_CONTROLLER_DISABLE; in bce_vhci_attach_dev()4703 bce_vhci_cmd_execute(vhci, &cmd_dis, &reply_dis, in bce_vhci_attach_dev()