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

  /src/sys/dev/pci/
ips.c 199 struct ips_cmd { struct
237 struct ips_cmd cmd;
481 int ips_cmd(struct ips_softc *, struct ips_ccb *);
852 struct ips_cmd *cmd;
1265 struct ips_cmd *cmd = &cmdb->cmd;
1317 * Return value not used here because ips_cmd() must complete
1321 ips_cmd(sc, ccb);
1325 ips_cmd(struct ips_softc *sc, struct ips_ccb *ccb) function in typeref:typename:int
1327 struct ips_cmd *cmd = ccb->c_cmdbva;
1330 DPRINTF(IPS_D_XFER, ("%s: ips_cmd: id 0x%02x, flags 0x%x, xs %p,
    [all...]
ips.c 199 struct ips_cmd { struct
237 struct ips_cmd cmd;
481 int ips_cmd(struct ips_softc *, struct ips_ccb *);
852 struct ips_cmd *cmd;
1265 struct ips_cmd *cmd = &cmdb->cmd;
1317 * Return value not used here because ips_cmd() must complete
1321 ips_cmd(sc, ccb);
1325 ips_cmd(struct ips_softc *sc, struct ips_ccb *ccb) function in typeref:typename:int
1327 struct ips_cmd *cmd = ccb->c_cmdbva;
1330 DPRINTF(IPS_D_XFER, ("%s: ips_cmd: id 0x%02x, flags 0x%x, xs %p,
    [all...]

Completed in 24 milliseconds