Lines Matching refs:vcu
1049 u8 *vcu, u16 *vl15buf, u8 *crc_sizes);
6489 static u32 vcu_to_cu(u8 vcu)
6491 return 1 << vcu;
7468 u8 vcu;
7487 read_vc_remote_fabric(dd, &vau, &z, &vcu, &vl15buf,
7499 (int)vau, (int)z, (int)vcu, (int)vl15buf,
7594 assign_remote_cm_au_table(dd, vcu);
8944 static int write_vc_local_fabric(struct hfi1_devdata *dd, u8 vau, u8 z, u8 vcu,
8951 | (u32)vcu << VCU_SHIFT
9048 u8 *vcu, u16 *vl15buf, u8 *crc_sizes)
9055 *vcu = (frame >> VCU_SHIFT) & VCU_MASK;
9438 ret = write_vc_local_fabric(dd, dd->vau, 1, dd->vcu, dd->vl15_init,
14168 dd->vcu = cu_to_vcu(hfi1_cu);
14765 static void assign_local_cm_au_table(struct hfi1_devdata *dd, u8 vcu)
14767 assign_cm_au_table(dd, vcu_to_cu(vcu), SEND_CM_LOCAL_AU_TABLE0_TO3,
14771 void assign_remote_cm_au_table(struct hfi1_devdata *dd, u8 vcu)
14773 assign_cm_au_table(dd, vcu_to_cu(vcu), SEND_CM_REMOTE_AU_TABLE0_TO3,
14794 assign_local_cm_au_table(dd, dd->vcu);