Lines Matching refs:vau
1007 static void read_vc_remote_fabric(struct hfi1_devdata *dd, u8 *vau, u8 *z,
6394 void set_up_vau(struct hfi1_devdata *dd, u8 vau) in set_up_vau() argument
6400 reg |= (u64)vau << SEND_CM_GLOBAL_CREDIT_AU_SHIFT; in set_up_vau()
6460 static u32 vau_to_au(u8 vau) in vau_to_au() argument
6462 return 8 * (1 << vau); in vau_to_au()
7428 u8 vau; in handle_verify_cap() local
7446 read_vc_remote_fabric(dd, &vau, &z, &vcu, &vl15buf, in handle_verify_cap()
7458 (int)vau, (int)z, (int)vcu, (int)vl15buf, in handle_verify_cap()
7473 if (vau == 0) in handle_verify_cap()
7474 vau = 1; in handle_verify_cap()
7475 set_up_vau(dd, vau); in handle_verify_cap()
8903 static int write_vc_local_fabric(struct hfi1_devdata *dd, u8 vau, u8 z, u8 vcu, in write_vc_local_fabric() argument
8908 frame = (u32)vau << VAU_SHIFT in write_vc_local_fabric()
9006 static void read_vc_remote_fabric(struct hfi1_devdata *dd, u8 *vau, u8 *z, in read_vc_remote_fabric() argument
9012 *vau = (frame >> VAU_SHIFT) & VAU_MASK; in read_vc_remote_fabric()
9397 ret = write_vc_local_fabric(dd, dd->vau, 1, dd->vcu, dd->vl15_init, in set_local_link_attributes()
14117 dd->vau = CM_VAU; in init_early_variables()
14123 dd->vl15_init = (8 * (2048 + 128)) / vau_to_au(dd->vau); in init_early_variables()