HomeSort by: relevance | last modified time | path
    Searched defs:ips_ccb (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
ips.c 382 struct ips_ccb { struct
403 struct ips_ccb *); /* callback */
405 SLIST_ENTRY(ips_ccb) c_link; /* queue link */
409 SLIST_HEAD(ips_ccbq, ips_ccb);
449 struct ips_ccb * sc_ccb;
463 void ips_scsi_cmd(struct ips_ccb *);
478 int ips_load_xs(struct ips_softc *, struct ips_ccb *, struct scsipi_xfer *);
479 void ips_start_xs(struct ips_softc *, struct ips_ccb *, struct scsipi_xfer *);
481 int ips_cmd(struct ips_softc *, struct ips_ccb *);
482 int ips_poll(struct ips_softc *, struct ips_ccb *);
    [all...]
ips.c 382 struct ips_ccb { struct
403 struct ips_ccb *); /* callback */
405 SLIST_ENTRY(ips_ccb) c_link; /* queue link */
409 SLIST_HEAD(ips_ccbq, ips_ccb);
449 struct ips_ccb * sc_ccb;
463 void ips_scsi_cmd(struct ips_ccb *);
478 int ips_load_xs(struct ips_softc *, struct ips_ccb *, struct scsipi_xfer *);
479 void ips_start_xs(struct ips_softc *, struct ips_ccb *, struct scsipi_xfer *);
481 int ips_cmd(struct ips_softc *, struct ips_ccb *);
482 int ips_poll(struct ips_softc *, struct ips_ccb *);
    [all...]

Completed in 23 milliseconds