Lines Matching refs:vau
1048 static void read_vc_remote_fabric(struct hfi1_devdata *dd, u8 *vau, u8 *z,
6435 void set_up_vau(struct hfi1_devdata *dd, u8 vau) in set_up_vau() argument
6441 reg |= (u64)vau << SEND_CM_GLOBAL_CREDIT_AU_SHIFT; in set_up_vau()
6501 static u32 vau_to_au(u8 vau) in vau_to_au() argument
6503 return 8 * (1 << vau); in vau_to_au()
7469 u8 vau; in handle_verify_cap() local
7487 read_vc_remote_fabric(dd, &vau, &z, &vcu, &vl15buf, in handle_verify_cap()
7499 (int)vau, (int)z, (int)vcu, (int)vl15buf, in handle_verify_cap()
7514 if (vau == 0) in handle_verify_cap()
7515 vau = 1; in handle_verify_cap()
7516 set_up_vau(dd, vau); in handle_verify_cap()
8944 static int write_vc_local_fabric(struct hfi1_devdata *dd, u8 vau, u8 z, u8 vcu, in write_vc_local_fabric() argument
8949 frame = (u32)vau << VAU_SHIFT in write_vc_local_fabric()
9047 static void read_vc_remote_fabric(struct hfi1_devdata *dd, u8 *vau, u8 *z, in read_vc_remote_fabric() argument
9053 *vau = (frame >> VAU_SHIFT) & VAU_MASK; in read_vc_remote_fabric()
9438 ret = write_vc_local_fabric(dd, dd->vau, 1, dd->vcu, dd->vl15_init, in set_local_link_attributes()
14158 dd->vau = CM_VAU; in init_early_variables()
14164 dd->vl15_init = (8 * (2048 + 128)) / vau_to_au(dd->vau); in init_early_variables()