Searched refs:vcu (Results 1 – 4 of 4) sorted by relevance
/drivers/staging/rdma/hfi1/ |
D | intr.c | 137 assign_remote_cm_au_table(dd, dd->vcu); in handle_linkup_change()
|
D | chip.c | 987 u8 *vcu, u16 *vl15buf, u8 *crc_sizes); 2924 static u32 vcu_to_cu(u8 vcu) in vcu_to_cu() argument 2926 return 1 << vcu; in vcu_to_cu() 3716 u8 vcu; in handle_verify_cap() local 3748 &vcu, in handle_verify_cap() 3767 (int)vcu, in handle_verify_cap() 3856 assign_remote_cm_au_table(dd, vcu); in handle_verify_cap() 4991 static int write_vc_local_fabric(struct hfi1_devdata *dd, u8 vau, u8 z, u8 vcu, in write_vc_local_fabric() argument 4998 | (u32)vcu << VCU_SHIFT in write_vc_local_fabric() 5074 u8 *vcu, u16 *vl15buf, u8 *crc_sizes) in read_vc_remote_fabric() argument [all …]
|
D | hfi.h | 971 u8 vcu; member 1414 void assign_remote_cm_au_table(struct hfi1_devdata *dd, u8 vcu);
|
D | mad.c | 690 buffer_units |= (dd->vcu << 3) & OPA_PI_MASK_BUF_UNIT_CREDIT_ACK; in __subn_get_opa_portinfo()
|