Lines Matching refs:status
952 * Allocate a page for device and port status.
955 dd->status = vmalloc_user(PAGE_SIZE);
956 if (!dd->status)
957 dd_dev_err(dd, "Failed to allocate dev status page\n");
960 if (dd->status)
962 ppd->statusp = &dd->status->port;
972 * Set status even if port serdes is not initialized
975 if (dd->status)
976 dd->status->dev |= HFI1_STATUS_CHIP_PRESENT |
998 * Set status even if port serdes is not initialized
1377 * for /sys and status word mapped to user programs.
1380 if (dd->status)
1381 dd->status->dev |= HFI1_STATUS_HWERROR;
1577 vfree(dd->status);