pdrrc            1077 drivers/infiniband/hw/hfi1/chip.c static void read_planned_down_reason_code(struct hfi1_devdata *dd, u8 *pdrrc);
pdrrc            9027 drivers/infiniband/hw/hfi1/chip.c static void read_planned_down_reason_code(struct hfi1_devdata *dd, u8 *pdrrc)
pdrrc            9032 drivers/infiniband/hw/hfi1/chip.c 	*pdrrc = (frame >> DOWN_REMOTE_REASON_SHIFT) & DOWN_REMOTE_REASON_MASK;