Home | History | Annotate | Download | only in pci

Lines Matching defs:hca

3362 		printf(", hca enable timeout\n");
3366 printf(", hca enable command corrupt\n");
3372 printf(", hca enable failed (%x)\n", status);
3400 printf(", hca teardown timeout\n");
3404 printf(", hca teardown command corrupt\n");
3410 printf(", hca teardown failed (%x)\n", status);
3991 struct mcx_cap_device *hca;
4007 printf(", unable to allocate query hca caps mailboxen\n");
4018 printf(", query hca caps timeout\n");
4023 printf(", query hca caps reply corrupt\n");
4029 printf(", query hca caps failed (%x)\n", status);
4035 hca = mcx_cq_mbox_data(mb);
4037 if ((hca->port_type & MCX_CAP_DEVICE_PORT_TYPE)
4043 if (hca->log_pg_sz > PAGE_SHIFT) {
4045 hca->log_pg_sz);
4053 sc->sc_bf_size = (1 << hca->log_bf_reg_size) / 2;
4054 sc->sc_max_rqt_size = (1 << hca->log_max_rqt_size);
4056 if (hca->local_ca_ack_delay & MCX_CAP_DEVICE_MCAM_REG)
4059 sc->sc_mhz = be32dec(&hca->device_frequency_mhz);
4060 sc->sc_khz = be32dec(&hca->device_frequency_khz);
4076 struct mcx_cap_device *hca;
4103 printf(", query hca caps timeout\n");
4108 printf(", query hca caps reply corrupt\n");
4114 printf(", query hca caps failed (%x)\n", status);
4120 hca = mcx_cq_mbox_data(mb);
4122 hca->log_pg_sz = PAGE_SHIFT;
4151 printf(", hca init timeout\n");
4155 printf(", hca init command corrupt\n");
4161 printf(", hca init failed (%x)\n", status);