Home | History | Annotate | Download | only in pci

Lines Matching defs:pvscsi_write_cmd

128 static void pvscsi_write_cmd(struct pvscsi_softc *sc, uint32_t cmd, void *data,
432 pvscsi_write_cmd(struct pvscsi_softc *sc, uint32_t cmd, void *data,
497 pvscsi_write_cmd(sc, PVSCSI_CMD_GET_MAX_TARGETS, NULL, 0);
525 pvscsi_write_cmd(sc, PVSCSI_CMD_SETUP_REQCALLTHRESHOLD,
816 pvscsi_write_cmd(sc, PVSCSI_CMD_SETUP_RINGS, &cmd, sizeof(cmd));
858 pvscsi_write_cmd(sc, PVSCSI_CMD_SETUP_MSG_RING, &cmd, sizeof(cmd));
875 pvscsi_write_cmd(sc, PVSCSI_CMD_ADAPTER_RESET, NULL, 0);
890 pvscsi_write_cmd(sc, PVSCSI_CMD_RESET_BUS, NULL, 0);
907 pvscsi_write_cmd(sc, PVSCSI_CMD_RESET_DEVICE, &cmd, sizeof cmd);
931 pvscsi_write_cmd(sc, PVSCSI_CMD_ABORT_CMD, &cmd, sizeof(cmd));