Lines Matching defs:vcu
1008 u8 *vcu, u16 *vl15buf, u8 *crc_sizes);
6450 static u32 vcu_to_cu(u8 vcu)
6452 return 1 << vcu;
7429 u8 vcu;
7448 read_vc_remote_fabric(dd, &vau, &z, &vcu, &vl15buf,
7460 (int)vau, (int)z, (int)vcu, (int)vl15buf,
7555 assign_remote_cm_au_table(dd, vcu);
8905 static int write_vc_local_fabric(struct hfi1_devdata *dd, u8 vau, u8 z, u8 vcu,
8912 | (u32)vcu << VCU_SHIFT
9009 u8 *vcu, u16 *vl15buf, u8 *crc_sizes)
9016 *vcu = (frame >> VCU_SHIFT) & VCU_MASK;
9399 ret = write_vc_local_fabric(dd, dd->vau, 1, dd->vcu, dd->vl15_init,
14112 dd->vcu = cu_to_vcu(hfi1_cu);
14709 static void assign_local_cm_au_table(struct hfi1_devdata *dd, u8 vcu)
14711 assign_cm_au_table(dd, vcu_to_cu(vcu), SEND_CM_LOCAL_AU_TABLE0_TO3,
14715 void assign_remote_cm_au_table(struct hfi1_devdata *dd, u8 vcu)
14717 assign_cm_au_table(dd, vcu_to_cu(vcu), SEND_CM_REMOTE_AU_TABLE0_TO3,
14738 assign_local_cm_au_table(dd, dd->vcu);