Searched refs:hop_num (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/drivers/infiniband/hw/hns/ |
D | hns_roce_hem.h | 64 #define check_whether_bt_num_3(type, hop_num) \ argument 65 (type < HEM_TYPE_MTT && hop_num == 2) 67 #define check_whether_bt_num_2(type, hop_num) \ argument 68 ((type < HEM_TYPE_MTT && hop_num == 1) || \ 69 (type >= HEM_TYPE_MTT && hop_num == 2)) 71 #define check_whether_bt_num_1(type, hop_num) \ argument 72 ((type < HEM_TYPE_MTT && hop_num == HNS_ROCE_HOP_NUM_0) || \ 73 (type >= HEM_TYPE_MTT && hop_num == 1) || \ 74 (type >= HEM_TYPE_MTT && hop_num == HNS_ROCE_HOP_NUM_0)) 101 u32 hop_num; member
|
D | hns_roce_hem.c | 54 int hop_num = 0; in hns_roce_check_whether_mhop() local 58 hop_num = hr_dev->caps.qpc_hop_num; in hns_roce_check_whether_mhop() 61 hop_num = hr_dev->caps.mpt_hop_num; in hns_roce_check_whether_mhop() 64 hop_num = hr_dev->caps.cqc_hop_num; in hns_roce_check_whether_mhop() 67 hop_num = hr_dev->caps.srqc_hop_num; in hns_roce_check_whether_mhop() 70 hop_num = hr_dev->caps.sccc_hop_num; in hns_roce_check_whether_mhop() 73 hop_num = hr_dev->caps.qpc_timer_hop_num; in hns_roce_check_whether_mhop() 76 hop_num = hr_dev->caps.cqc_timer_hop_num; in hns_roce_check_whether_mhop() 82 return hop_num ? true : false; in hns_roce_check_whether_mhop() 111 static int hns_roce_get_bt_num(u32 table_type, u32 hop_num) in hns_roce_get_bt_num() argument [all …]
|
D | hns_roce_hw_v2.h | 143 #define check_whether_last_step(hop_num, step_idx) \ argument 144 ((step_idx == 0 && hop_num == HNS_ROCE_HOP_NUM_0) || \ 145 (step_idx == 1 && hop_num == 1) || \ 146 (step_idx == 2 && hop_num == 2))
|
D | hns_roce_hw_v2.c | 1902 static void calc_pg_sz(int obj_num, int obj_size, int hop_num, int ctx_bt_num, in calc_pg_sz() argument 1913 switch (hop_num) { in calc_pg_sz() 1934 hop_num); in calc_pg_sz() 3619 u32 hop_num; in hns_roce_v2_set_hem() local 3628 hop_num = mhop.hop_num; in hns_roce_v2_set_hem() 3631 if (hop_num == 2) { in hns_roce_v2_set_hem() 3635 } else if (hop_num == 1) { in hns_roce_v2_set_hem() 3637 } else if (hop_num == HNS_ROCE_HOP_NUM_0) { in hns_roce_v2_set_hem() 3644 if (check_whether_last_step(hop_num, step_idx)) { in hns_roce_v2_set_hem() 3655 else if (step_idx == 1 && hop_num == 2) in hns_roce_v2_set_hem() [all …]
|
D | hns_roce_device.h | 742 int hop_num; member
|
/Linux-v5.10/drivers/crypto/hisilicon/ |
D | qm.c | 188 #define QM_MK_CQC_DW3_V1(hop_num, pg_sz, buf_sz, cqe_sz) \ argument 189 (((hop_num) << QM_CQ_HOP_NUM_SHIFT) | \ 202 #define QM_MK_SQC_DW3_V1(hop_num, pg_sz, buf_sz, sqe_sz) \ argument 203 (((hop_num) << QM_SQ_HOP_NUM_SHIFT) | \
|