Searched defs:cs_ops (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/
H A Data_common.c3406 struct ata_ctl_spec_ops *cs_ops; member in struct:ata_ctl_spec
3419 {0, 0, NULL} /* List must end with cs_ops set to NULL */
3441 while (ctlsp->cs_ops != NULL) {
3448 if (ctlsp->cs_ops != NULL) {
3449 if (ctlsp->cs_ops->cs_init != NULL) {
3451 if ((*(ctlsp->cs_ops->cs_init))

Completed in 52 milliseconds