Searched refs:vau (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | intr.c | 176 set_up_vau(dd, dd->vau); in handle_linkup_change()
|
H A D | chip.c | 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 in handle_verify_cap() 8944 write_vc_local_fabric(struct hfi1_devdata *dd, u8 vau, u8 z, u8 vcu, u16 vl15buf, u8 crc_sizes) write_vc_local_fabric() argument 9047 read_vc_remote_fabric(struct hfi1_devdata *dd, u8 *vau, u8 *z, u8 *vcu, u16 *vl15buf, u8 *crc_sizes) read_vc_remote_fabric() argument [all...] |
H A D | hfi.h | 1239 u8 vau; member 1947 void set_up_vau(struct hfi1_devdata *dd, u8 vau);
|
H A D | mad.c | 976 buffer_units = (dd->vau) & OPA_PI_MASK_BUF_UNIT_BUF_ALLOC; in __subn_get_opa_portinfo()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | intr.c | 134 set_up_vau(dd, dd->vau); in handle_linkup_change()
|
H A D | chip.c | 1007 static void read_vc_remote_fabric(struct hfi1_devdata *dd, u8 *vau, u8 *z, 6396 void set_up_vau(struct hfi1_devdata *dd, u8 vau) in set_up_vau() argument 6402 reg |= (u64)vau << SEND_CM_GLOBAL_CREDIT_AU_SHIFT; in set_up_vau() 6462 static u32 vau_to_au(u8 vau) in vau_to_au() argument 6464 return 8 * (1 << vau); in vau_to_au() 7430 u8 vau; in handle_verify_cap() local 7448 read_vc_remote_fabric(dd, &vau, &z, &vcu, &vl15buf, in handle_verify_cap() 7460 (int)vau, (int)z, (int)vcu, (int)vl15buf, in handle_verify_cap() 7475 if (vau == 0) in handle_verify_cap() 7476 vau in handle_verify_cap() 8905 write_vc_local_fabric(struct hfi1_devdata *dd, u8 vau, u8 z, u8 vcu, u16 vl15buf, u8 crc_sizes) write_vc_local_fabric() argument 9008 read_vc_remote_fabric(struct hfi1_devdata *dd, u8 *vau, u8 *z, u8 *vcu, u16 *vl15buf, u8 *crc_sizes) read_vc_remote_fabric() argument [all...] |
H A D | hfi.h | 1189 u8 vau; member 1895 void set_up_vau(struct hfi1_devdata *dd, u8 vau);
|
H A D | mad.c | 934 buffer_units = (dd->vau) & OPA_PI_MASK_BUF_UNIT_BUF_ALLOC; in __subn_get_opa_portinfo()
|
Completed in 51 milliseconds