• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/infiniband/hw/ehca/

Lines Matching defs:shca

49 	struct ehca_shca *shca = container_of(ibdev, struct ehca_shca,
55 ehca_err(&shca->ib_device, "Can't allocate rblock memory.");
59 if (hipz_h_query_hca(shca->ipz_hca_handle, rblock) != H_SUCCESS) {
60 ehca_err(&shca->ib_device, "Can't query device properties");
109 struct ehca_shca *shca = container_of(ibdev, struct ehca_shca,
115 ehca_err(&shca->ib_device, "Can't allocate rblock memory.");
119 if (hipz_h_query_port(shca->ipz_hca_handle, port, rblock) != H_SUCCESS) {
120 ehca_err(&shca->ib_device, "Can't query port properties");
145 ehca_err(&shca->ib_device, "Unknown MTU size: %x.",
178 struct ehca_shca *shca = container_of(ibdev, struct ehca_shca, ib_device);
182 ehca_err(&shca->ib_device, "Invalid index: %x.", index);
188 ehca_err(&shca->ib_device, "Can't allocate rblock memory.");
192 if (hipz_h_query_port(shca->ipz_hca_handle, port, rblock) != H_SUCCESS) {
193 ehca_err(&shca->ib_device, "Can't query port properties");
210 struct ehca_shca *shca = container_of(ibdev, struct ehca_shca,
215 ehca_err(&shca->ib_device, "Invalid index: %x.", index);
221 ehca_err(&shca->ib_device, "Can't allocate rblock memory.");
225 if (hipz_h_query_port(shca->ipz_hca_handle, port, rblock) != H_SUCCESS) {
226 ehca_err(&shca->ib_device, "Can't query port properties");
250 struct ehca_shca *shca = container_of(ibdev, struct ehca_shca, ib_device);
257 ehca_err(&shca->ib_device, "Non-changeable bits set in masks "
263 if (mutex_lock_interruptible(&shca->modify_mutex))
268 ehca_err(&shca->ib_device, "Can't allocate rblock memory.");
273 if (hipz_h_query_port(shca->ipz_hca_handle, port, rblock) != H_SUCCESS) {
274 ehca_err(&shca->ib_device, "Can't query port properties");
282 hret = hipz_h_modify_port(shca->ipz_hca_handle, port,
285 ehca_err(&shca->ib_device, "Modify port failed hret=%lx", hret);
293 mutex_unlock(&shca->modify_mutex);