Home
last modified time | relevance | path

Searched refs:roce_set_bit (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/drivers/infiniband/hw/hns/
Dhns_roce_hw_v1.c160 roce_set_bit(ud_sq_wqe->u32_8, in hns_roce_v1_post_send()
172 roce_set_bit(ud_sq_wqe->u32_8, in hns_roce_v1_post_send()
343 roce_set_bit(sq_db.u32_8, SQ_DOORBELL_HW_SYNC_S, 1); in hns_roce_v1_post_send()
437 roce_set_bit(rq_db.u32_8, RQ_DOORBELL_U32_8_HW_SYNC_S, in hns_roce_v1_post_recv()
459 roce_set_bit(tmp, ROCEE_GLB_CFG_ROCEE_DB_SQ_MODE_S, sdb_mode); in hns_roce_set_db_event_mode()
460 roce_set_bit(tmp, ROCEE_GLB_CFG_ROCEE_DB_OTH_MODE_S, odb_mode); in hns_roce_set_db_event_mode()
498 roce_set_bit(bt_cmd_h, ROCEE_BT_CMD_H_ROCEE_BT_CMD_S, 0); in hns_roce_v1_set_hem()
499 roce_set_bit(bt_cmd_h, ROCEE_BT_CMD_H_ROCEE_BT_CMD_HW_SYNS_S, 1); in hns_roce_v1_set_hem()
549 roce_set_bit(tmp, ROCEE_GLB_CFG_SQ_EXT_DB_MODE_S, sdb_mode); in hns_roce_set_db_ext_mode()
550 roce_set_bit(tmp, ROCEE_GLB_CFG_OTH_EXT_DB_MODE_S, odb_mode); in hns_roce_set_db_ext_mode()
[all …]
Dhns_roce_hw_v2.c273 roce_set_bit(rc_sq_wqe->byte_20, in set_rc_inl()
282 roce_set_bit(rc_sq_wqe->byte_20, in set_rc_inl()
316 roce_set_bit(rc_sq_wqe->byte_4, V2_RC_SEND_WQE_BYTE_4_INLINE_S, in set_rwqe_data_seg()
450 roce_set_bit(ud_sq_wqe->byte_40, V2_UD_SEND_WQE_BYTE_40_UD_VLAN_EN_S, in fill_ud_av()
478 roce_set_bit(ud_sq_wqe->byte_4, V2_UD_SEND_WQE_BYTE_4_CQE_S, in set_ud_wqe()
481 roce_set_bit(ud_sq_wqe->byte_4, V2_UD_SEND_WQE_BYTE_4_SE_S, in set_ud_wqe()
518 roce_set_bit(ud_sq_wqe->byte_4, V2_UD_SEND_WQE_BYTE_4_OWNER_S, in set_ud_wqe()
555 roce_set_bit(rc_sq_wqe->byte_4, V2_RC_SEND_WQE_BYTE_4_SO_S, 1); in set_rc_opcode()
592 roce_set_bit(rc_sq_wqe->byte_4, V2_RC_SEND_WQE_BYTE_4_FENCE_S, in set_rc_wqe()
595 roce_set_bit(rc_sq_wqe->byte_4, V2_RC_SEND_WQE_BYTE_4_SE_S, in set_rc_wqe()
[all …]
Dhns_roce_common.h55 #define roce_set_bit(origin, shift, val) \ macro